.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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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/MmfZLadC/Nikkei_Asia_map_1200_628_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0076bf;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;z-index:auto;display:none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { border-width: 0; border-radius: 0; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { font-size:14px;font-family:arial;height:103px;width:1200px;position:relative;display:none; }#HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { 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:55px;width:275px;top:17.03125px;left:42px;overflow:hidden;display:block; }
#toUIBDLASGFv5Ws12K2SKh2C40hUnWVm { background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;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:arial;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:202px;height:40px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:20px;left:978.984375px;display:block; }
#wwa1ob1A666hVkbxdsT4bp0xS3TbUmLA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0076bf;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;z-index:auto;display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { background-color: transparent; background-image: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .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); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { border-width: 0; border-radius: 0; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { font-size:14px;font-family:arial;height:103px;width:1200px;position:relative;display:block; }#eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { 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:55px;width:275px;top:17.03125px;left:42px;overflow:hidden;display:block; }
#niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;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:arial;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:202px;height:40px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:20px;left:978.984375px;display:block; }
#mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MnfPQyTh3DrUJ2pmJAmlCWCylUCSlbbm { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:arial;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:129px;height:41px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:62px;left:1052px;display:block; }
#TTGdvuPfJH6EFe7fTVUIBD4vU4Sq6pbd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { position:relative;display:block; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { background-color: transparent; background-image: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .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); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { border-width: 0; border-radius: 0; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .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; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .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:224px;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; }#KyIS2kzFpvaiNJK5DgdG0huACS2O9FO0 { color:#606060;display:block;width:898px;position:absolute;font-family:arial;font-size:21px;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:89.722229003906px;left:50px;height:94.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xrbtxaoNhof8gFnuxlpiT3BMTJPmTr9b { 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:165px;width:243px;top:54.472221374512px;left:931.00006103516px;overflow:hidden;display:block; }
#qCUMFVCMDHrr204ACR9WrJ1BEeFIlQMZ { color:#606060;display:block;width:601px;position:absolute;font-family:"roboto slab";font-size:50px;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;text-shadow:3px 3px 3px rgba(0,0,0,0.5);top:0px;left:308px;height:80px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb { position:relative;display:block; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb { background-color: transparent; background-image: none; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .row .container > .video-iframe-container { display: none; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .row > .video-iframe-container { display: none; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .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); }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb { border-width: 0; border-radius: 0; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .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; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .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:203px;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; }#h6vUG1QBOp3BFKQVG4pDLxowlBSsNAGw { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 5px 11px 010px rgba(5,11,38,0.15) ;height:102px;width:219px;top:54.972229003906px;left:400px;display:block; }
#bFCeHdzTNes2X9fblG4fHMUHtoXRGm9t { box-sizing:content-box;color:#606060;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:15001;top:92.972229003906px;left:485px;display:block; }
#k91RwvWccNIowwcTATmafxuBahkelxeO { box-sizing:content-box;color:#606060;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:15002;top:92.972229003906px;left:725px;display:block; }
#Q9ZhTkI4Tp8q0BEDip93Z5JoH5XyQBui { color:#000000;display:block;width:231px;position:absolute;font-family:"roboto slab";font-size:35px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:77px;left:120px;height:45.5px;display:block; }
#G0gOyo275AVkIMxSoosi7lnWVuQapCtc { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 5px 11px 010px rgba(5,11,38,0.15) ;height:102px;width:219px;top:54.95832824707px;left:640.5px;display:block; }
#FZPVdKR5rBeyunXsXBU0EWxCs94K3wb0 { 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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto slab";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:219px;height:46px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:54.972229003906px;left:400px;display:block; }
#pU73VmDXVHNEcDozVfwpqVhygvln3ehA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uduNlZbklbGhOAlopqs9B39xSUVhnM8u { 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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto slab";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:219px;height:46px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:54.95832824707px;left:640.5px;display:block; }
#doVLMezPnrDVvfke8rn2Ry551ktUrnfT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BoSCMdMhrELANQoqRz97n1x8MK8v8GD4 { position:absolute;display:block;z-index:15009;background-color:#000000;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:50px;width:7.98828px;top:74px;left:100px;display:block; }
#SwOmlTJF18yOionoaR8hm8B4r94xTwSJ { position:absolute;display:block;z-index:14994;background-color:#f5f5f5;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 0 rgba(0,0,0,0.5) ;height:180.976px;width:1118.96px;top:14px;left:40px;display:block; }
#nk7dFoZiK3gOoSsTqywsOFbTKCUCzWyF { box-sizing:content-box;color:#606060;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:15004;top:92.972229003906px;left:963.47222900391px;display:block; }
#nNuzHqmDG7SIrEG6nuPcSk2LWSmpbQxA { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 5px 11px 010px rgba(5,11,38,0.15) ;height:102px;width:219px;top:54.95832824707px;left:878.97222900391px;display:block; }
#nsuAUEqMIGd0QEXSbkDvueZf7TnFVq0O { 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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto slab";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:218px;height:46px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:54.95832824707px;left:879.47222900391px;display:block; }
#OOaELf3lzy4aJzuiETuR8Tv07v9lAcKN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE { position:relative;display:block; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE { background-color: transparent; background-image: none; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .row .container > .video-iframe-container { display: none; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .row > .video-iframe-container { display: none; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .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); }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE { border-width: 0; border-radius: 0; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .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; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .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:19px;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; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ { position:relative;display:block; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ { background-color: transparent; background-image: none; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .row .container > .video-iframe-container { display: none; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .row > .video-iframe-container { display: none; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .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); }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ { border-width: 0; border-radius: 0; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .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; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .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:766px;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; }#qxT9CyiUP1g5oqbuw3b7HSEFZ3epFmnU { color:#000000;display:block;width:315px;position:absolute;font-family:"roboto slab";font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:23px;left:39.000003814697px;height:52px;font-style:normal;display:block; }
#pIJKIISWbM7FNC82Ak0id5csXMouieKt { position:absolute;display:block;z-index:15008;background-color:#0076bf;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:10px;width:128px;top:72.97917175293px;left:38.375003814697px;display:block; }
#gknh5AFnwQWXhrMOqi8Dyy2EwXDQbbsT { color:#606060;display:block;width:748px;position:absolute;font-family:arial;font-size:26px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:195.3749961853px;left:39px;height:67.5938px;display:block; }
#F0N4fowpTn37y49k7G0pGOcbPg5LhBz8 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #e61616;border-left:5px solid #e61616;border-right:5px solid #e61616;border-bottom:5px solid #e61616;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:35px;width:142px;top:640px;left:848.671875px;display:block; }
#sJL8wfgCTrltSTde64f6XkfW4dyiPnOF { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:2px solid #606060;border-left:2px solid #606060;border-right:2px solid #606060;border-bottom:2px solid #606060;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:128px;width:313px;top:926.5px;left:119.0000038147px;display:none; }
#r1sniSZaOn4HP6AcWA77LnCHl0LTHWbA { background-color:#0076bf;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 3px 3px 4px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto slab";font-size:29px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:321px;height:54px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:267.75001525879px;left:439.5px;display:block; }
#n2ZtvNVglXOActpLss4PFvfXCU1wEQTV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kqZSIsK2Oq1CU1x4dqNMiw8R3CtLQah3 { color:#606060;display:block;width:958px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:511px;left:39px;height:20.7969px;display:block; }
#ilPH9TwBg9LP9G0D16FLZ4IHHqSuR8Na { color:#606060;display:block;width:1051px;position:absolute;font-family:"roboto slab";font-size:24px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:86.972221374512px;left:38.5px;height:31.1944px;display:block; }
#nIfusIhgKcSw2ckqq8agBZFEkwT53KTu { background-color:#00bb84;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:74px;height:29px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:159.26388931274px;left:35px;display:block; }
#zCmbmBT0Oex4SO7WuBtLeF4FGlagq6z2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BVUIUsPDFdHbCUH9HEV5a4TZ3CW3av21 { position:absolute;display:block;z-index:15023;border-top:3px solid #606060;border-left:3px solid #606060;border-right:3px solid #606060;border-bottom:3px solid #606060;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:126px;width:226px;top:575px;left:806px;overflow:hidden;display:block; }
#gt2F7bb95dTFATMPS8wbRfgkmLgAffip { color:#606060;display:block;width:137px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:710px;left:878px;height:20.7969px;display:block; }
#dJvtvG18iTPtPpHZTEsx3nUSqASlUxUi { color:#606060;display:block;width:872px;position:absolute;font-family:arial;font-size:26px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:471.875px;left:39px;height:33.7969px;display:block; }
#zIX3xsgGqt03mbh0Pphe72g6IZDMqstc { background-color:#00bb84;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:74px;height:29px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:443.875px;left:39px;display:block; }
#GBJX1iQqU14NK5dPnnGzPCrrxsr7Jllh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 { position:relative;display:block; }#pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 { background-color: transparent; background-image: none; }#pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 > .row .container > .video-iframe-container { display: none; }#pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 > .row > .video-iframe-container { display: none; }#pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 > .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); }#pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 { border-width: 0; border-radius: 0; }#pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 > .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; }#pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 > .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:1067px;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; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { position:relative;display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { background-color: transparent; background-image: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container > .video-iframe-container { display: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row > .video-iframe-container { display: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .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); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { border-width: 0; border-radius: 0; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .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; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .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:19px;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; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { position:relative;display:block; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { background-color: transparent; background-image: none; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container > .video-iframe-container { display: none; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row > .video-iframe-container { display: none; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .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); }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { border-width: 0; border-radius: 0; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .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; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .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:277px;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; }#mDIEkNvaAfG3v5bu2yPASB7KHz9OwJCT { color:#000000;display:block;width:412px;position:absolute;font-family:"roboto slab";font-size:40px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.96875px;left:40.375px;height:52px;display:block; }
#EKV6g4tgsNNCZIK9UD8WskIm6c4VywLl { position:absolute;display:block;z-index:15009;background-color:#0076bf;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:10px;width:95px;top:71.96875px;left:42.375003814697px;display:block; }
#DJFc4moFWDgtEr8cVpDoDmmJbJkAfmIJ { color:#606060;display:block;width:841px;position:absolute;font-family:"roboto slab";font-size:19px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:81.944442749023px;left:40.375px;height:49.3889px;display:block; }
#m1MiGfXsuTmDTfcDLJ750wi8Odx9wPHd { background-color:#0076bf;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 3px 3px 4px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto slab";font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:303px;height:52px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:172.40625px;left:448.5px;display:block; }
#rW7UqQI2omg2GDtB9wCNNEL5IIVrvSsh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Qf74rR66RTlMhGyOuW2hcSKTwWdvqwNE { 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:270px;width:250px;top:7px;left:914.60420608521px;overflow:hidden;display:block; }
#CoBOaDldJV6g7biiSR2plaI4wChbXgyJ { position:relative;display:block; }#CoBOaDldJV6g7biiSR2plaI4wChbXgyJ { background-color: transparent; background-image: none; }#CoBOaDldJV6g7biiSR2plaI4wChbXgyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoBOaDldJV6g7biiSR2plaI4wChbXgyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoBOaDldJV6g7biiSR2plaI4wChbXgyJ > .row .container > .video-iframe-container { display: none; }#CoBOaDldJV6g7biiSR2plaI4wChbXgyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoBOaDldJV6g7biiSR2plaI4wChbXgyJ > .row > .video-iframe-container { display: none; }#CoBOaDldJV6g7biiSR2plaI4wChbXgyJ > .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); }#CoBOaDldJV6g7biiSR2plaI4wChbXgyJ { border-width: 0; border-radius: 0; }#CoBOaDldJV6g7biiSR2plaI4wChbXgyJ > .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; }#CoBOaDldJV6g7biiSR2plaI4wChbXgyJ > .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:20px;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; }#qZhoZPrhfzZkasATpa4xqMsm53quVvDM { position:relative;display:block; }#qZhoZPrhfzZkasATpa4xqMsm53quVvDM { background-color: transparent; background-image: none; }#qZhoZPrhfzZkasATpa4xqMsm53quVvDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZhoZPrhfzZkasATpa4xqMsm53quVvDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZhoZPrhfzZkasATpa4xqMsm53quVvDM > .row .container > .video-iframe-container { display: none; }#qZhoZPrhfzZkasATpa4xqMsm53quVvDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZhoZPrhfzZkasATpa4xqMsm53quVvDM > .row > .video-iframe-container { display: none; }#qZhoZPrhfzZkasATpa4xqMsm53quVvDM > .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); }#qZhoZPrhfzZkasATpa4xqMsm53quVvDM { border-width: 0; border-radius: 0; }#qZhoZPrhfzZkasATpa4xqMsm53quVvDM > .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; }#qZhoZPrhfzZkasATpa4xqMsm53quVvDM > .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:418px;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; }#rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 { position:relative;display:block; }#rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 { background-color: transparent; background-image: none; }#rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 > .row .container > .video-iframe-container { display: none; }#rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 > .row > .video-iframe-container { display: none; }#rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 > .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); }#rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 { border-width: 0; border-radius: 0; }#rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 > .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; }#rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 > .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:20px;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; }#nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU { position:relative;display:block; }#nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU { background-color: transparent; background-image: none; }#nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU > .row .container > .video-iframe-container { display: none; }#nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU > .row > .video-iframe-container { display: none; }#nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU > .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); }#nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU { border-width: 0; border-radius: 0; }#nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU > .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; }#nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU > .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:20px;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; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 { position:relative;display:block; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 { background-color: transparent; background-image: none; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row .container > .video-iframe-container { display: none; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row > .video-iframe-container { display: none; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .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); }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 { border-width: 0; border-radius: 0; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:811px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge > .row .container { background-color: transparent; background-image: none; }#B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge > .row .container > .video-iframe-container { display: none; }#B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge > .row > .video-iframe-container { display: none; }#B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge > .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); }#B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge > .row .container { border-width: 0; border-radius: 0; }#B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge > .row .container { font-size:14px;font-family:arial;height:336px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { display:none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { top:17px;left:0px;width:275px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #toUIBDLASGFv5Ws12K2SKh2C40hUnWVm { width:202px;height:40px;top:20px;left:562px;display:block; }
 }@media only screen and (max-width: 763px) { #wwa1ob1A666hVkbxdsT4bp0xS3TbUmLA { display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { top:17px;left:0px;width:275px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { width:202px;height:40px;top:20px;left:562px;display:block; }
 }@media only screen and (max-width: 763px) { #mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block; }
 }@media only screen and (max-width: 763px) { #MnfPQyTh3DrUJ2pmJAmlCWCylUCSlbbm { width:129px;height:41px;top:62px;left:635px;display:block; }
 }@media only screen and (max-width: 763px) { #TTGdvuPfJH6EFe7fTVUIBD4vU4Sq6pbd { display:block; }
 }@media only screen and (max-width: 763px) { #OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { display:block; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyIS2kzFpvaiNJK5DgdG0huACS2O9FO0 { top:89px;left:0px;width:764px;height:95px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #xrbtxaoNhof8gFnuxlpiT3BMTJPmTr9b { top:54px;left:521px;width:243px;height:165px;display:block; }
 }@media only screen and (max-width: 763px) { #qCUMFVCMDHrr204ACR9WrJ1BEeFIlQMZ { top:0px;left:90px;width:601px;height:80px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #nZy4lhh9pXzn91f7bOevbiqRSE38bgwb { display:block; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6vUG1QBOp3BFKQVG4pDLxowlBSsNAGw { width:219px;height:102px;top:54px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #bFCeHdzTNes2X9fblG4fHMUHtoXRGm9t { top:92px;left:321.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #k91RwvWccNIowwcTATmafxuBahkelxeO { top:92px;left:452.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ZhTkI4Tp8q0BEDip93Z5JoH5XyQBui { top:77px;left:0px;width:231px;height:45px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #G0gOyo275AVkIMxSoosi7lnWVuQapCtc { width:219px;height:102px;top:54px;left:354px;display:block; }
 }@media only screen and (max-width: 763px) { #FZPVdKR5rBeyunXsXBU0EWxCs94K3wb0 { width:219px;height:46px;top:54px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #pU73VmDXVHNEcDozVfwpqVhygvln3ehA { display:block; }
 }@media only screen and (max-width: 763px) { #uduNlZbklbGhOAlopqs9B39xSUVhnM8u { width:219px;height:46px;top:54px;left:354px;display:block; }
 }@media only screen and (max-width: 763px) { #doVLMezPnrDVvfke8rn2Ry551ktUrnfT { display:block; }
 }@media only screen and (max-width: 763px) { #BoSCMdMhrELANQoqRz97n1x8MK8v8GD4 { top:74px;left:45.5px;width:7px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #SwOmlTJF18yOionoaR8hm8B4r94xTwSJ { top:14px;left:0px;width:764px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #nk7dFoZiK3gOoSsTqywsOFbTKCUCzWyF { top:92px;left:581.97222900391px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nNuzHqmDG7SIrEG6nuPcSk2LWSmpbQxA { width:219px;height:102px;top:54px;left:354px;display:block; }
 }@media only screen and (max-width: 763px) { #nsuAUEqMIGd0QEXSbkDvueZf7TnFVq0O { width:218px;height:46px;top:54px;left:355px;display:block; }
 }@media only screen and (max-width: 763px) { #OOaELf3lzy4aJzuiETuR8Tv07v9lAcKN { display:block; }
 }@media only screen and (max-width: 763px) { #WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE { display:block; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ { display:block; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxT9CyiUP1g5oqbuw3b7HSEFZ3epFmnU { top:23px;left:0px;width:315px;height:52px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #pIJKIISWbM7FNC82Ak0id5csXMouieKt { top:72px;left:0px;width:128px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gknh5AFnwQWXhrMOqi8Dyy2EwXDQbbsT { top:195px;left:0px;width:748px;height:67px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #F0N4fowpTn37y49k7G0pGOcbPg5LhBz8 { top:640px;left:607px;width:142px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #sJL8wfgCTrltSTde64f6XkfW4dyiPnOF { top:926px;left:0px;width:313px;height:128px;display:none; }
 }@media only screen and (max-width: 763px) { #r1sniSZaOn4HP6AcWA77LnCHl0LTHWbA { width:321px;height:54px;top:267px;left:221.5px;display:block; }
 }@media only screen and (max-width: 763px) { #n2ZtvNVglXOActpLss4PFvfXCU1wEQTV { display:block; }
 }@media only screen and (max-width: 763px) { #kqZSIsK2Oq1CU1x4dqNMiw8R3CtLQah3 { top:511px;left:0px;width:764px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ilPH9TwBg9LP9G0D16FLZ4IHHqSuR8Na { top:86px;left:0px;width:764px;height:31px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nIfusIhgKcSw2ckqq8agBZFEkwT53KTu { width:74px;height:29px;top:159px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zCmbmBT0Oex4SO7WuBtLeF4FGlagq6z2 { display:block; }
 }@media only screen and (max-width: 763px) { #BVUIUsPDFdHbCUH9HEV5a4TZ3CW3av21 { top:575px;left:508px;width:226px;height:126px;display:block; }
 }@media only screen and (max-width: 763px) { #gt2F7bb95dTFATMPS8wbRfgkmLgAffip { top:710px;left:627px;width:137px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dJvtvG18iTPtPpHZTEsx3nUSqASlUxUi { top:471px;left:0px;width:764px;height:34px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zIX3xsgGqt03mbh0Pphe72g6IZDMqstc { width:74px;height:29px;top:443px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GBJX1iQqU14NK5dPnnGzPCrrxsr7Jllh { display:block; }
 }@media only screen and (max-width: 763px) { #pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 { display:block; }#pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { display:block; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDIEkNvaAfG3v5bu2yPASB7KHz9OwJCT { top:22px;left:0px;width:412px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #EKV6g4tgsNNCZIK9UD8WskIm6c4VywLl { top:71px;left:0px;width:95px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #DJFc4moFWDgtEr8cVpDoDmmJbJkAfmIJ { top:81px;left:0px;width:764px;height:49px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #m1MiGfXsuTmDTfcDLJ750wi8Odx9wPHd { width:303px;height:52px;top:172px;left:230.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rW7UqQI2omg2GDtB9wCNNEL5IIVrvSsh { display:block; }
 }@media only screen and (max-width: 763px) { #Qf74rR66RTlMhGyOuW2hcSKTwWdvqwNE { top:7px;left:514px;width:250px;height:270px;display:block; }
 }@media only screen and (max-width: 763px) { #CoBOaDldJV6g7biiSR2plaI4wChbXgyJ { display:block; }#CoBOaDldJV6g7biiSR2plaI4wChbXgyJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZhoZPrhfzZkasATpa4xqMsm53quVvDM { display:block; }#qZhoZPrhfzZkasATpa4xqMsm53quVvDM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 { display:block; }#rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU { display:block; }#nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUtBf87q22bovTw30fLwJorxfbiD9Sk7 { display:block; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge { display:block; }#B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { position:relative;z-index:auto;background-color:#0076bf;background-image:none;display:block; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { background-color: transparent; background-image: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container > .video-iframe-container { display: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container { display: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .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); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { width:320px;height:88px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { width:115.976px;height:23.1836px;top:19px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #toUIBDLASGFv5Ws12K2SKh2C40hUnWVm { width:56px;height:35px;top:51px;left:246.50000476837px;font-size:14px;font-weight:700;font-style:normal;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wwa1ob1A666hVkbxdsT4bp0xS3TbUmLA { display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { position:relative;z-index:auto;background-color:#0076bf;background-image:none;display:none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:320px;height:134px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { width:115.976px;height:23.1836px;top:19px;left:21px;display:none; }
 }@media only screen and (max-width: 763px) { #niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { width:81px;height:20px;top:100px;left:239px;font-size:11px;font-weight:700;font-style:normal;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:none; }
 }@media only screen and (max-width: 763px) { #mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block; }
 }@media only screen and (max-width: 763px) { #MnfPQyTh3DrUJ2pmJAmlCWCylUCSlbbm { width:70px;height:35px;top:0px;left:233.00000476837px;font-size:14px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TTGdvuPfJH6EFe7fTVUIBD4vU4Sq6pbd { display:block; }
 }@media only screen and (max-width: 763px) { #OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { background-color:#005b94;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; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { background-color: transparent; background-image: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .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); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { border-width: 0; border-radius: 0; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { width:320px;height:446px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyIS2kzFpvaiNJK5DgdG0huACS2O9FO0 { width:317px;height:135px;top:86.000003814697px;left:4.6666669845581px;font-size:15px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xrbtxaoNhof8gFnuxlpiT3BMTJPmTr9b { width:240px;height:164px;top:248.50000762939px;left:31.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qCUMFVCMDHrr204ACR9WrJ1BEeFIlQMZ { width:309px;height:36px;top:27.375px;left:5.5px;font-size:24px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZy4lhh9pXzn91f7bOevbiqRSE38bgwb { display:block; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6vUG1QBOp3BFKQVG4pDLxowlBSsNAGw { width:225px;height:104px;top:111.046875px;left:46.9921875px;display:none; }
 }@media only screen and (max-width: 763px) { #bFCeHdzTNes2X9fblG4fHMUHtoXRGm9t { width:50px;height:50px;top:153.34375px;left:122.98828125px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #k91RwvWccNIowwcTATmafxuBahkelxeO { width:50px;height:50px;top:293.5390625px;left:126.9921875px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #Q9ZhTkI4Tp8q0BEDip93Z5JoH5XyQBui { width:259px;height:41.5938px;top:28.430541992188px;left:40px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #G0gOyo275AVkIMxSoosi7lnWVuQapCtc { width:218.965px;height:101.973px;top:393.0078125px;left:50px;display:none; }
 }@media only screen and (max-width: 763px) { #FZPVdKR5rBeyunXsXBU0EWxCs94K3wb0 { width:240px;height:50px;top:97px;left:40px;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #pU73VmDXVHNEcDozVfwpqVhygvln3ehA { display:block; }
 }@media only screen and (max-width: 763px) { #uduNlZbklbGhOAlopqs9B39xSUVhnM8u { width:155.938px;height:50px;top:147.97222900391px;left:40px;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #doVLMezPnrDVvfke8rn2Ry551ktUrnfT { display:block; }
 }@media only screen and (max-width: 763px) { #BoSCMdMhrELANQoqRz97n1x8MK8v8GD4 { width:7.96875px;height:50px;top:29.00390625px;left:20.03125px;display:block; }
 }@media only screen and (max-width: 763px) { #SwOmlTJF18yOionoaR8hm8B4r94xTwSJ { width:320px;height:256px;top:19.96875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nk7dFoZiK3gOoSsTqywsOFbTKCUCzWyF { width:50px;height:50px;top:439.30078125px;left:132.40234375px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #nNuzHqmDG7SIrEG6nuPcSk2LWSmpbQxA { width:218.965px;height:101.973px;top:254.046875px;left:50px;display:none; }
 }@media only screen and (max-width: 763px) { #nsuAUEqMIGd0QEXSbkDvueZf7TnFVq0O { width:155.938px;height:50px;top:194.95837402344px;left:40px;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #OOaELf3lzy4aJzuiETuR8Tv07v9lAcKN { display:block; }
 }@media only screen and (max-width: 763px) { #WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE { display:block; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .row .container { width:320px;height:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ { display:block; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .row .container { width:320px;height:746px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxT9CyiUP1g5oqbuw3b7HSEFZ3epFmnU { width:320px;height:36.3958px;top:4.015625px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pIJKIISWbM7FNC82Ak0id5csXMouieKt { width:130px;height:10px;top:41.010437011719px;left:95.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #gknh5AFnwQWXhrMOqi8Dyy2EwXDQbbsT { width:320px;height:66.2813px;top:212px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #F0N4fowpTn37y49k7G0pGOcbPg5LhBz8 { width:162px;height:41px;top:1076.84375px;left:109.5px;display:none; }
 }@media only screen and (max-width: 763px) { #sJL8wfgCTrltSTde64f6XkfW4dyiPnOF { width:150px;height:40px;top:552.140625px;left:70.65625px;z-index:14999;border-top:4px solid #e61616;border-left:4px solid #e61616;border-right:4px solid #e61616;border-bottom:4px solid #e61616;display:block; }
 }@media only screen and (max-width: 763px) { #r1sniSZaOn4HP6AcWA77LnCHl0LTHWbA { width:241px;height:38px;top:268.671875px;left:39.5px;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #n2ZtvNVglXOActpLss4PFvfXCU1wEQTV { display:block; }
 }@media only screen and (max-width: 763px) { #kqZSIsK2Oq1CU1x4dqNMiw8R3CtLQah3 { width:275px;height:58.5px;top:633px;left:23.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ilPH9TwBg9LP9G0D16FLZ4IHHqSuR8Na { width:320px;height:44.1875px;top:70.875px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nIfusIhgKcSw2ckqq8agBZFEkwT53KTu { width:74px;height:29px;top:178.5625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zCmbmBT0Oex4SO7WuBtLeF4FGlagq6z2 { display:block; }
 }@media only screen and (max-width: 763px) { #BVUIUsPDFdHbCUH9HEV5a4TZ3CW3av21 { width:239px;height:133px;top:484.96875px;left:25px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #gt2F7bb95dTFATMPS8wbRfgkmLgAffip { width:155px;height:23.3889px;top:547.80556488037px;left:82.500003814697px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #dJvtvG18iTPtPpHZTEsx3nUSqASlUxUi { width:308px;height:44.1875px;top:420.59375px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zIX3xsgGqt03mbh0Pphe72g6IZDMqstc { width:74px;height:29px;top:386.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GBJX1iQqU14NK5dPnnGzPCrrxsr7Jllh { display:block; }
 }@media only screen and (max-width: 763px) { #pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 { display:block; }#pT8v003JsCNIUfSU5d9WbtwHWJxm6Gx7 > .row .container { width:320px;height:1506px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { display:block; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container { width:320px;height:604px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDIEkNvaAfG3v5bu2yPASB7KHz9OwJCT { width:317px;height:41.5938px;top:3.015625px;left:1px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EKV6g4tgsNNCZIK9UD8WskIm6c4VywLl { width:130px;height:10px;top:53.02734375px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #DJFc4moFWDgtEr8cVpDoDmmJbJkAfmIJ { width:316px;height:110.469px;top:68.546875px;left:3px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #m1MiGfXsuTmDTfcDLJ750wi8Odx9wPHd { width:250px;height:45px;top:217px;left:35px;font-size:20px;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rW7UqQI2omg2GDtB9wCNNEL5IIVrvSsh { display:block; }
 }@media only screen and (max-width: 763px) { #Qf74rR66RTlMhGyOuW2hcSKTwWdvqwNE { width:250px;height:270px;top:331.00001525879px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #CoBOaDldJV6g7biiSR2plaI4wChbXgyJ { display:block; }#CoBOaDldJV6g7biiSR2plaI4wChbXgyJ > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZhoZPrhfzZkasATpa4xqMsm53quVvDM { display:block; }#qZhoZPrhfzZkasATpa4xqMsm53quVvDM > .row .container { width:320px;height:844px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 { display:block; }#rGn20bFhJZyvEIUdnqQdGnI2kUTBhwA3 > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU { display:block; }#nQebT4IpTm8bNGIf9bcpOTmywEzlUUvU > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUtBf87q22bovTw30fLwJorxfbiD9Sk7 { background-color:#ffffff;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; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row .container { background-color: transparent; background-image: none; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row .container > .video-iframe-container { display: none; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row > .video-iframe-container { display: none; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .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); }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row .container { border-width: 0; border-radius: 0; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUtBf87q22bovTw30fLwJorxfbiD9Sk7 > .row .container { width:320px;height:1187px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge { position:relative;z-index:auto;display:block; }#B7b7prT2Z3vGHwRrTTqCB0AIEdwNh8Ge > .row .container { width:320px;height:1033px;position:relative;display:block; } }