.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0px;left:0px;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA > .row .container { background-color: transparent; background-image: none; }#qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA > .row .container > .video-iframe-container { display: none; }#qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA > .row > .video-iframe-container { display: none; }#qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA > .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); }#qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA > .row .container { border-width: 0; border-radius: 0; }#qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA > .row .container { font-size:14px;font-family:arial;height:76px;width:1200px;position:relative;display:block; }#qg8JEVHLhbJQE5nIu2JeSfuDNUpK5PpW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:186px;top:12px;left:0px;overflow:hidden;display:block; }
#LISswIFKuHTbIpALWQqSvdwTTW6chRiD { color:#000000;display:block;width:282px;position:absolute;font-family:sharp;font-size:18px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:42.799999237061px;left:478.00003051758px;height:23.2px;display:none; }
#pLOaOrzL0vyLEw2RVB1tUuC5pbpxbvcS { color:#000000;display:block;width:249px;position:absolute;font-family:sharp;font-size:20px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:25.200000762939px;left:475.50003051758px;height:25.6px;text-align:center;text-align-last:center;display:block; }
#dNRReiEFqxAbhOgELkxr3Rtm8PB2ERNt { color:#000000;display:block;width:105px;position:absolute;font-family:sharp;font-size:20px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:38.400001525879px;left:200px;height:25.6px;display:block; }
#Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW { position:relative;display:block; }#Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW { background-color: transparent; background-image: none; }#Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW > .row .container > .video-iframe-container { display: none; }#Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW > .row > .video-iframe-container { display: none; }#Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW > .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); }#Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW { border-width: 0; border-radius: 0; }#Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW > .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:695px;width:1200px;position:relative;display:block; }#LTaD2JEw8zRlzr5KrKmwzCQpmi87VaAD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:561px;width:1000px;top:38px;left:100px;display:block; }
#qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy { position:relative;display:block; }#qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy { background-color: transparent; background-image: none; }#qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy > .row .container > .video-iframe-container { display: none; }#qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy > .row > .video-iframe-container { display: none; }#qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy > .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); }#qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy { border-width: 0; border-radius: 0; }#qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy > .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:164px;width:1200px;position:relative;display:block; }#l9aAzOpZHVUA3fMTwVagkWimw9xbVORr { color:#0a4595;display:block;width:602px;position:absolute;font-family:sharp;font-size:34px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:95.587509155273px;left:299px;height:44px;text-align:center;text-align-last:center;display:block; }
#tspfHdvw3OKg9tlQRwZTLStH33EUBsW8 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:62px;top:25.575012207031px;left:569.00003051758px;overflow:hidden;display:block; }
#tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z { position:relative;display:block; }#tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z { background-color: transparent; background-image: none; }#tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z > .row .container > .video-iframe-container { display: none; }#tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z > .row > .video-iframe-container { display: none; }#tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z > .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); }#tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z { border-width: 0; border-radius: 0; }#tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z > .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:130px;width:1200px;position:relative;display:block; }#LOVwtc6HGL9l0FPzNVmZk0RfopzQTpuG { color:#0a4595;display:block;width:602px;position:absolute;font-family:sharp;font-size:34px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:43px;left:299px;height:44px;text-align:center;text-align-last:center;display:block; }
#MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S { position:relative;display:block; }#MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S { background-color: transparent; background-image: none; }#MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S > .row .container > .video-iframe-container { display: none; }#MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S > .row > .video-iframe-container { display: none; }#MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S > .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); }#MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S { border-width: 0; border-radius: 0; }#MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S > .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:216px;width:1200px;position:relative;display:block; }#pb8wpB3kKmIQaz9BJyCstmCGTP1ifnX6 { position:absolute;display:block;z-index:100005;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:126px;width:320px;top:38px;left:249px;overflow:hidden;display:block; }
#oD729nlHZaZbVM3Wh11P5lzpoUnwuLEI { position:absolute;display:block;z-index:100003;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:126px;width:320px;top:38px;left:630px;overflow:hidden;display:block; }
#gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ { position:relative;display:block; }#gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ { background-color: transparent; background-image: none; }#gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ > .row .container > .video-iframe-container { display: none; }#gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ > .row > .video-iframe-container { display: none; }#gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ > .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); }#gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ { border-width: 0; border-radius: 0; }#gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ > .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:130px;width:1200px;position:relative;display:block; }#WhFheAl3nfEqsi5ih5t4nvdrTPbxL586 { color:#0a4595;display:block;width:602px;position:absolute;font-family:sharp;font-size:34px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:43px;left:299px;height:44px;text-align:center;text-align-last:center;display:block; }
#rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy { position:relative;display:block; }#rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy { background-color: transparent; background-image: none; }#rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy > .row .container > .video-iframe-container { display: none; }#rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy > .row > .video-iframe-container { display: none; }#rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy > .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); }#rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy { border-width: 0; border-radius: 0; }#rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy > .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:234px;width:1200px;position:relative;display:block; }#sTlJ4fz5pWUMh98587UJOtK7K3Oq4XvC { position:absolute;display:block;z-index:100002;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:103px;width:262px;top:55px;left:325.00003051758px;overflow:hidden;display:block; }
#KPwLR3hsypIkKNWta02OXB9k4R4IrcZ7 { position:absolute;display:block;z-index:100002;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:103px;width:262px;top:56px;left:616.00003051758px;overflow:hidden;display:block; }
#Z98aAo0V9xZsoEy4nSfpiFJJ9dUKCISK { position:absolute;display:block;z-index:100007;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:103px;width:262px;top:55.5px;left:37.387512207031px;overflow:hidden;display:block; }
#Z3pVwXcvmcvDIBfXF2hXfdbIEi8i7oCc { position:absolute;display:block;z-index:100004;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:103px;width:262px;top:55px;left:907.39999389648px;overflow:hidden;display:block; }
#cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX { position:relative;display:block; }#cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX { background-color: transparent; background-image: none; }#cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX > .row .container > .video-iframe-container { display: none; }#cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX > .row > .video-iframe-container { display: none; }#cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX > .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); }#cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX { border-width: 0; border-radius: 0; }#cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX > .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:130px;width:1200px;position:relative;display:block; }#SoWqWRRPItpbPsWuoJFZzcG9vT7klyPw { color:#0a4595;display:block;width:602px;position:absolute;font-family:sharp;font-size:34px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:43px;left:299px;height:44px;text-align:center;text-align-last:center;display:block; }
#flSeUoznHSIybgX0lkZnXhpe2qnlnuw4 { position:relative;display:block; }#flSeUoznHSIybgX0lkZnXhpe2qnlnuw4 { background-color: transparent; background-image: none; }#flSeUoznHSIybgX0lkZnXhpe2qnlnuw4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#flSeUoznHSIybgX0lkZnXhpe2qnlnuw4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#flSeUoznHSIybgX0lkZnXhpe2qnlnuw4 > .row .container > .video-iframe-container { display: none; }#flSeUoznHSIybgX0lkZnXhpe2qnlnuw4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#flSeUoznHSIybgX0lkZnXhpe2qnlnuw4 > .row > .video-iframe-container { display: none; }#flSeUoznHSIybgX0lkZnXhpe2qnlnuw4 > .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); }#flSeUoznHSIybgX0lkZnXhpe2qnlnuw4 { border-width: 0; border-radius: 0; }#flSeUoznHSIybgX0lkZnXhpe2qnlnuw4 > .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:397px;width:1200px;position:relative;display:block; }#RdCCBgzf4GErrf9ifRmVElIdBZtOhU4E { position:absolute;display:block;z-index:100005;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:67.5px;left:263px;overflow:hidden;display:block; }
#a7nenb2UM4ZeGDIhy4k07XTXeuaXrZvZ { position:absolute;display:block;z-index:100007;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:67.5px;left:499.50003051758px;overflow:hidden;display:block; }
#hHKVfhGRGs4HKmwr5pqZLmUanNKBkhxp { position:absolute;display:block;z-index:100008;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:67.5px;left:963.39999389648px;overflow:hidden;display:block; }
#uZ6vWp1nk2LH9oTT1AaSC04Fxc3f5Mqt { position:absolute;display:block;z-index:100006;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:162px;left:30px;overflow:hidden;display:block; }
#S3HMJL4wgKVhkqDLoe8oo6PsmtreSJsF { position:absolute;display:block;z-index:100005;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:162px;left:262.50003051758px;overflow:hidden;display:block; }
#fwuTiRcPJ0KMvsnxGNX9n4RBq9qUGgRo { position:absolute;display:block;z-index:100006;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:162px;left:499.50003051758px;overflow:hidden;display:block; }
#HvnJnUVorSuioVQNLXOkFATF91JaXcoc { position:absolute;display:block;z-index:100007;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:162px;left:734.39999389648px;overflow:hidden;display:block; }
#HzyvSaPFuHiEvy4VQfmp5aWcgdLE2cFV { position:absolute;display:block;z-index:100008;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:163px;left:964.39999389648px;overflow:hidden;display:block; }
#BCVSouxposKo4dv6OHFGzDGRpNBoZoZ4 { position:absolute;display:block;z-index:100004;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:257px;left:30px;overflow:hidden;display:block; }
#TlqI1oUqkHsNvgUMyLrfpJnhHuxKZE77 { position:absolute;display:block;z-index:100006;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:257px;left:262.00003051758px;overflow:hidden;display:block; }
#zffJTmeDiWbEG2BfrIdhphKtcoVF2y2L { position:absolute;display:block;z-index:100004;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:257px;left:500.00003051758px;overflow:hidden;display:block; }
#wXoTrD6SebdF2lTL7BvwFgduCifJ2M2d { position:absolute;display:block;z-index:100003;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:257px;left:735.99996948242px;overflow:hidden;display:block; }
#STQGid5PP6grt5PM2dLrT6Wr1OSF6Kbg { position:absolute;display:block;z-index:100004;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:257px;left:964.39999389648px;overflow:hidden;display:block; }
#WQIWZTFb8LWJ8p554cTTNhZT36PciagM { position:absolute;display:block;z-index:100004;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:68.5px;left:31.375px;overflow:hidden;display:block; }
#W0K1b9DtVz9xUQRX6WAeweO7PraPeFSN { position:absolute;display:block;z-index:100005;border-top:1px solid rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.3);border-right:1px solid rgba(0,0,0,0.3);border-bottom:1px solid rgba(0,0,0,0.3);height:79px;width:201px;top:67.5px;left:733.39999389648px;overflow:hidden;display:block; }
#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a4595;background-image:none;position:relative;display:block; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container { background-color: transparent; background-image: none; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container > .video-iframe-container { display: none; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row > .video-iframe-container { display: none; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .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); }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container { border-width: 0; border-radius: 0; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container { font-size:14px;font-family:"roboto condensed";height:119px;width:1200px;position:relative;display:block; }#TsEbJSU6Q1fBpo2WQULTuZeOWvtiEyNN { color:#ffffff;display:block;width:148px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:46px;left:858.00003051758px;height:21.6px;display:block; }
#Ayrx6ldVhCBzTq9TVsH5mm0IyzNMXd2t { color:#8faace;display:block;width:140px;position:absolute;font-family:"roboto condensed";font-size:15px;font-weight:normal;z-index:100003;line-height:1.9;letter-spacing:0;top:26px;left:445px;height:56px;display:block; }
#dItiDN32tzcPN1E6Kd91Rw11A5CsNDKS { box-sizing:content-box;color:#8faace;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:11px;left:162px;display:block; }
#zouNhOTEwrRznymJl0xA1KEWTCRdaOER { box-sizing:content-box;color:#8faace;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:41px;left:164px;display:block; }
#s4ITnedBDh6Usuxp5sbozAfZAwsqcEGR { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16px;width:16px;top:76px;left:169px;overflow:hidden;display:block; }
#bStDVrhKxbxyVL3v3EHJWB5i70MEcun1 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26px;width:10px;top:39px;left:417px;overflow:hidden;display:block; }
#hgLS8lIUgMEouxkmlZUTfldgliBtXrBC { background-color:transparent;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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:#8faace;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto condensed";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:109px;height:17px;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:16px;left:191px;display:block; }
#m00pmXt6MWsQIi5cnr4f2CKt0NwtqGag { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#A8Id22TLVOD2suK3m8fAnnH85HlN1d1M { background-color:transparent;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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:#8faace;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto condensed";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:187px;height:17px;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:45px;left:192px;display:block; }
#XTIwo0zdqeDSnJdowPps7MhnSuxXphXP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Txn4S2paioULKbEVmRtwi9vFqTtZ1eQr { box-sizing:content-box;color:#ffffff;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:100021;top:31px;left:1119.9999694824px;display:block; }
#WUQBaCtOW2GNF8A3NB2hFp2ySF4zX0BU { box-sizing:content-box;color:#ffffff;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:100022;top:31px;left:1068.9999694824px;display:block; }
#wrW3Wqd0P8MfrqJgUDk1nVDkhR1KLHM1 { box-sizing:content-box;color:#ffffff;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:100023;top:32px;left:1019.0000305176px;display:block; }
#D58hImCvNuWt7daCbkoUrWQVvwCIrGXo { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46px;width:116px;top:36.5px;left:18.375px;overflow:hidden;display:block; }
#Sezag9ZSvCGhmCAlimBcQtlqPneCv6hK { color:#8faace;display:block;width:200px;position:absolute;font-family:"roboto condensed";font-size:15px;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:76.574981689453px;left:195.39999389648px;height:19.2px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA { display:block; }#qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qg8JEVHLhbJQE5nIu2JeSfuDNUpK5PpW { top:12px;left:0px;width:186px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #LISswIFKuHTbIpALWQqSvdwTTW6chRiD { top:131px;left:0px;width:74px;height:46px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #pLOaOrzL0vyLEw2RVB1tUuC5pbpxbvcS { top:25px;left:257.50003051758px;width:249px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dNRReiEFqxAbhOgELkxr3Rtm8PB2ERNt { top:38px;left:0px;width:105px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW { display:block; }#Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTaD2JEw8zRlzr5KrKmwzCQpmi87VaAD { top:38px;left:0px;width:764px;height:428.604px;display:block; }
 }@media only screen and (max-width: 763px) { #qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy { display:block; }#qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9aAzOpZHVUA3fMTwVagkWimw9xbVORr { top:95px;left:81px;width:602px;height:44px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tspfHdvw3OKg9tlQRwZTLStH33EUBsW8 { top:25px;left:351.00003051758px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z { display:block; }#tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOVwtc6HGL9l0FPzNVmZk0RfopzQTpuG { top:43px;left:81px;width:602px;height:44px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S { display:block; }#MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb8wpB3kKmIQaz9BJyCstmCGTP1ifnX6 { top:38px;left:31px;width:320px;height:126px;display:block; }
 }@media only screen and (max-width: 763px) { #oD729nlHZaZbVM3Wh11P5lzpoUnwuLEI { top:38px;left:412px;width:320px;height:126px;display:block; }
 }@media only screen and (max-width: 763px) { #gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ { display:block; }#gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhFheAl3nfEqsi5ih5t4nvdrTPbxL586 { top:43px;left:81px;width:602px;height:44px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy { display:block; }#rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTlJ4fz5pWUMh98587UJOtK7K3Oq4XvC { top:55px;left:107.00003051758px;width:262px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #KPwLR3hsypIkKNWta02OXB9k4R4IrcZ7 { top:56px;left:398.00003051758px;width:262px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #Z98aAo0V9xZsoEy4nSfpiFJJ9dUKCISK { top:55px;left:0px;width:262px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #Z3pVwXcvmcvDIBfXF2hXfdbIEi8i7oCc { top:55px;left:500px;width:262px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX { display:block; }#cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoWqWRRPItpbPsWuoJFZzcG9vT7klyPw { top:43px;left:81px;width:602px;height:44px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #flSeUoznHSIybgX0lkZnXhpe2qnlnuw4 { display:block; }#flSeUoznHSIybgX0lkZnXhpe2qnlnuw4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdCCBgzf4GErrf9ifRmVElIdBZtOhU4E { top:67px;left:45px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #a7nenb2UM4ZeGDIhy4k07XTXeuaXrZvZ { top:67px;left:281.50003051758px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #hHKVfhGRGs4HKmwr5pqZLmUanNKBkhxp { top:67px;left:561px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #uZ6vWp1nk2LH9oTT1AaSC04Fxc3f5Mqt { top:162px;left:0px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #S3HMJL4wgKVhkqDLoe8oo6PsmtreSJsF { top:162px;left:44.500030517578px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #fwuTiRcPJ0KMvsnxGNX9n4RBq9qUGgRo { top:162px;left:281.50003051758px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #HvnJnUVorSuioVQNLXOkFATF91JaXcoc { top:162px;left:516.39999389648px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #HzyvSaPFuHiEvy4VQfmp5aWcgdLE2cFV { top:163px;left:561px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #BCVSouxposKo4dv6OHFGzDGRpNBoZoZ4 { top:257px;left:0px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #TlqI1oUqkHsNvgUMyLrfpJnhHuxKZE77 { top:257px;left:44.000030517578px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #zffJTmeDiWbEG2BfrIdhphKtcoVF2y2L { top:257px;left:282.00003051758px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #wXoTrD6SebdF2lTL7BvwFgduCifJ2M2d { top:257px;left:517.99996948242px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #STQGid5PP6grt5PM2dLrT6Wr1OSF6Kbg { top:257px;left:561px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #WQIWZTFb8LWJ8p554cTTNhZT36PciagM { top:68px;left:0px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #W0K1b9DtVz9xUQRX6WAeweO7PraPeFSN { top:67px;left:515.39999389648px;width:201px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo { display:block; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsEbJSU6Q1fBpo2WQULTuZeOWvtiEyNN { top:46px;left:616px;width:148px;height:21px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ayrx6ldVhCBzTq9TVsH5mm0IyzNMXd2t { top:26px;left:227px;width:140px;height:56px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dItiDN32tzcPN1E6Kd91Rw11A5CsNDKS { top:11px;left:0px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zouNhOTEwrRznymJl0xA1KEWTCRdaOER { top:41px;left:0px;width:24px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s4ITnedBDh6Usuxp5sbozAfZAwsqcEGR { top:76px;left:0px;width:16px;height:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bStDVrhKxbxyVL3v3EHJWB5i70MEcun1 { top:39px;left:199px;width:10px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #hgLS8lIUgMEouxkmlZUTfldgliBtXrBC { width:109px;height:17px;top:16px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m00pmXt6MWsQIi5cnr4f2CKt0NwtqGag { display:block; }
 }@media only screen and (max-width: 763px) { #A8Id22TLVOD2suK3m8fAnnH85HlN1d1M { width:187px;height:17px;top:45px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XTIwo0zdqeDSnJdowPps7MhnSuxXphXP { display:block; }
 }@media only screen and (max-width: 763px) { #Txn4S2paioULKbEVmRtwi9vFqTtZ1eQr { top:31px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #WUQBaCtOW2GNF8A3NB2hFp2ySF4zX0BU { top:31px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wrW3Wqd0P8MfrqJgUDk1nVDkhR1KLHM1 { top:32px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #D58hImCvNuWt7daCbkoUrWQVvwCIrGXo { top:36px;left:0px;width:116px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #Sezag9ZSvCGhmCAlimBcQtlqPneCv6hK { top:76px;left:0px;width:200px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA { position:fixed;z-index:199999;top:0px;bottom:auto;left:0px;right:0;display:block; }#qoqis4LOPNc47FmiQ2JQ0uLqhmlNORbA > .row .container { width:320px;height:266px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qg8JEVHLhbJQE5nIu2JeSfuDNUpK5PpW { width:124px;height:36px;top:10px;left:9.9874992370605px;display:block; }
 }@media only screen and (max-width: 763px) { #LISswIFKuHTbIpALWQqSvdwTTW6chRiD { width:118px;height:0;top:172px;left:101px;font-size:18px;text-align:center;text-align-last:center;z-index:100018;display:none; }
 }@media only screen and (max-width: 763px) { #pLOaOrzL0vyLEw2RVB1tUuC5pbpxbvcS { width:182px;height:20.8px;top:10px;left:138.00000572205px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNRReiEFqxAbhOgELkxr3Rtm8PB2ERNt { width:66px;height:21.6px;top:25.800001144409px;left:144.97499656677px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW { display:block; }#Fr8qwVC7z3lSWDOKLCZBskduIQzbpLTW > .row .container { width:320px;height:420px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTaD2JEw8zRlzr5KrKmwzCQpmi87VaAD { height:179.52px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy { display:block; }#qNxURNa1r9clvz1mVqtfSW3lKrxMc6Jy > .row .container { width:320px;height:159px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9aAzOpZHVUA3fMTwVagkWimw9xbVORr { width:320px;height:28px;top:102px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tspfHdvw3OKg9tlQRwZTLStH33EUBsW8 { width:62px;height:62px;top:20px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z { display:block; }#tNZkb70cCzl8PvJ2lJ5LuXhhOrSRx02Z > .row .container { width:320px;height:87px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOVwtc6HGL9l0FPzNVmZk0RfopzQTpuG { width:320px;height:28px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S { display:block; }#MCrvvqHKEpOxSR6Zv3BaXEhQ7NhrHQ1S > .row .container { width:320px;height:312px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb8wpB3kKmIQaz9BJyCstmCGTP1ifnX6 { width:318px;height:125.213px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oD729nlHZaZbVM3Wh11P5lzpoUnwuLEI { width:318px;height:125.213px;top:167.213px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ { display:block; }#gW7T8xQ1Q1CrFWBKTRiZTzsNhC1zn2RJ > .row .container { width:320px;height:78px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhFheAl3nfEqsi5ih5t4nvdrTPbxL586 { width:320px;height:28px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy { display:block; }#rVSx4GlvsvTzaEBwKg35Otm9d0LyCnUy > .row .container { width:320px;height:522px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTlJ4fz5pWUMh98587UJOtK7K3Oq4XvC { width:262px;height:103px;top:146px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KPwLR3hsypIkKNWta02OXB9k4R4IrcZ7 { width:262px;height:103px;top:271px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Z98aAo0V9xZsoEy4nSfpiFJJ9dUKCISK { width:262px;height:103px;top:20px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Z3pVwXcvmcvDIBfXF2hXfdbIEi8i7oCc { width:262px;height:103px;top:396px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX { display:block; }#cAD1Foy1PFTdxNGCbBo0lls1Po9AdvXX > .row .container { width:320px;height:66px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoWqWRRPItpbPsWuoJFZzcG9vT7klyPw { width:320px;height:28px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flSeUoznHSIybgX0lkZnXhpe2qnlnuw4 { display:block; }#flSeUoznHSIybgX0lkZnXhpe2qnlnuw4 > .row .container { width:320px;height:1540px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdCCBgzf4GErrf9ifRmVElIdBZtOhU4E { width:201px;height:79px;top:122px;left:57.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #a7nenb2UM4ZeGDIhy4k07XTXeuaXrZvZ { width:201px;height:79px;top:218px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #hHKVfhGRGs4HKmwr5pqZLmUanNKBkhxp { width:201px;height:79px;top:417px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #uZ6vWp1nk2LH9oTT1AaSC04Fxc3f5Mqt { width:201px;height:79px;top:519px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #S3HMJL4wgKVhkqDLoe8oo6PsmtreSJsF { width:201px;height:79px;top:620px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #fwuTiRcPJ0KMvsnxGNX9n4RBq9qUGgRo { width:201px;height:79px;top:721px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #HvnJnUVorSuioVQNLXOkFATF91JaXcoc { width:201px;height:79px;top:823px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #HzyvSaPFuHiEvy4VQfmp5aWcgdLE2cFV { width:201px;height:79px;top:924px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #BCVSouxposKo4dv6OHFGzDGRpNBoZoZ4 { width:201px;height:79px;top:1025px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #TlqI1oUqkHsNvgUMyLrfpJnhHuxKZE77 { width:201px;height:79px;top:1127px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #zffJTmeDiWbEG2BfrIdhphKtcoVF2y2L { width:201px;height:79px;top:1228px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #wXoTrD6SebdF2lTL7BvwFgduCifJ2M2d { width:201px;height:79px;top:1329px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #STQGid5PP6grt5PM2dLrT6Wr1OSF6Kbg { width:201px;height:79px;top:1431px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #WQIWZTFb8LWJ8p554cTTNhZT36PciagM { width:201px;height:79px;top:21px;left:58.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #W0K1b9DtVz9xUQRX6WAeweO7PraPeFSN { width:201px;height:79px;top:317px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo { display:block; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container { width:320px;height:241px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsEbJSU6Q1fBpo2WQULTuZeOWvtiEyNN { width:320px;height:0;top:65px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ayrx6ldVhCBzTq9TVsH5mm0IyzNMXd2t { width:157px;height:41.6px;top:175.36250305176px;left:29.000001907349px;font-size:15px;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dItiDN32tzcPN1E6Kd91Rw11A5CsNDKS { width:25px;height:25px;top:83px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zouNhOTEwrRznymJl0xA1KEWTCRdaOER { width:24px;height:24px;top:108px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s4ITnedBDh6Usuxp5sbozAfZAwsqcEGR { width:16px;height:16px;top:142px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #bStDVrhKxbxyVL3v3EHJWB5i70MEcun1 { width:10px;height:19px;top:186.65000915527px;left:7.5px;display:block; }
 }@media only screen and (max-width: 763px) { #hgLS8lIUgMEouxkmlZUTfldgliBtXrBC { width:109px;height:17px;top:87px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #m00pmXt6MWsQIi5cnr4f2CKt0NwtqGag { display:block; }
 }@media only screen and (max-width: 763px) { #A8Id22TLVOD2suK3m8fAnnH85HlN1d1M { width:187px;height:17px;top:112px;left:29px;display:block; }
 }@media only screen and (max-width: 763px) { #XTIwo0zdqeDSnJdowPps7MhnSuxXphXP { display:block; }
 }@media only screen and (max-width: 763px) { #Txn4S2paioULKbEVmRtwi9vFqTtZ1eQr { width:50px;height:50px;top:14px;left:253px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #WUQBaCtOW2GNF8A3NB2hFp2ySF4zX0BU { width:50px;height:50px;top:14px;left:201px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wrW3Wqd0P8MfrqJgUDk1nVDkhR1KLHM1 { width:50px;height:50px;top:14px;left:149px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #D58hImCvNuWt7daCbkoUrWQVvwCIrGXo { width:116px;height:46px;top:13.474990844727px;left:5px;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Sezag9ZSvCGhmCAlimBcQtlqPneCv6hK { width:200px;height:19.2px;top:140.40000915527px;left:29.000001907349px;font-size:15px;display:block; }
 }