.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; }
#FMDHrxViZ68tsfxt7m4oBo0lC92Mtels { 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: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:104px;height:40px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:20px;left:741.984375px;display:block; }
#Q2ofmhCVcmgGCBZp0OmIMOzJi5qkWHX8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ofkFfCa7skFJVRMMVwkg1nNnQQ2uxMMm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#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:44px;left:978.97912597656px;display:block; }
#mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HhGiyAXLeLV2uwn4vsvxKCt2REMV1ZPm { 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: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:127px;height:40px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:46.958343505859px;left:820.95837402344px;display:block; }
#PTdm2Q72AxsAtOtw6tRqPAeKRtEWz4S0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { position:relative;display:block; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { background-color: transparent; background-image: none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container > .video-iframe-container { display: none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row > .video-iframe-container { display: none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .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); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { border-width: 0; border-radius: 0; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .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; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .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:43px;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; }#Pp9uv7IELKbm4GkESWRqko5WRUW1Aeo4 { 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:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:99px;height:33px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4px;left:1085px;display:block; }
#G3NfttfTne9RavJZq6aILLOt4BtNKRC3 { 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:261px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k28g644yd2EXJIil3mx8Szczz1RDrOq5 { color:#000000;display:block;width:920px;position:absolute;font-family:"roboto slab";font-size:40px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.495376586914px;left:39.988426208496px;height:52px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LTUJKvlubcrTHtaZDNPbgsKT5BNwu3SZ { color:#ffffff;display:block;width:813px;position:absolute;font-family:arial;font-size:17px;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:72.604187011719px;left:41.979125976562px;height:217.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KmrSZgHs4o3sD8xfvxwPR37npnwGwsOD { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto slab";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#M3t9OqbCBzXzk4HacZq5QCQoziuWrhym { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ed7PpoWyC5RKmWhEyhCZAJLf1wCDEgio { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200.979px;width:290.979px;top:44.916687011719px;left:871.125px;overflow:hidden;display:block; }
#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH { position:relative;display:none; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH { border-width: 0; border-radius: 0; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .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; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .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:190px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Oa60nD5tTBDEFvwEA9vkSBuBLHsOu0GG { 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;height:102px;width:219px;top:40px;left:400px;display:block; }
#qniN5QcBQV9LS7kb3yuFaSyFbErXu3t5 { 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;height:102px;width:219px;top:40px;left:640px;display:block; }
#rP0kkbBLZs82x1OENVOHN5Qu25ItXuwz { color:#000000;display:block;width:200px;position:absolute;font-family:"roboto slab";font-size:35px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:58px;left:121px;height:45.5px;display:block; }
#CLTkl8cwmhDHHXFU3r4J3yKm36f5JKcT { 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;height:102px;width:219px;top:40px;left:880px;display:block; }
#fCk2kabdvZc0MyZ4MAlqCgmsh60PIp2X { position:absolute;display:block;z-index:15003;background-color:#0076bf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:219px;top:138.98828125px;left:400px;display:block; }
#iZTL23JpKTEBgO1rlIvLyp4nhatfmDyC { position:absolute;display:block;z-index:15004;background-color:#0076bf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:219px;top:138.98828125px;left:640px;display:block; }
#uVheKTdgxFaULsVcBrAmafJJwkvUoIvz { position:absolute;display:block;z-index:15005;background-color:#0076bf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:219px;top:139px;left:880px;display:block; }
#tDIhOI3hgf3zJLw71AmulwQ1AKAS6WOq { 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:8px;top:60px;left:100px;display:block; }
#AdDMx8KxQ69h5PLfndSlDa3K5NmW0H3Q { 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:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto slab";font-size:17px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:169px;height:42px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:44px;left:425.99609375px;display:block; }
#AI3ipAi01dPbKMBc4SPQZf5GL6RebJHI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tGsQ05uVVTQocPtdilK6lpIagVQ4NaVR { 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:15011;top:84px;left:485px;display:block; }
#k5opf4cyiMnJdskBmox1AHvwMPOyEbEm { 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:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:218px;height:42px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40px;left:640px;display:block; }
#efJyZ3Tzpeuo4Av2riLp0xUxxMl1LFro { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZrXiADOZUhkIH4QWBAwJ9cXbcQPwkxb3 { 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:15012;top:80px;left:729px;display:block; }
#ytyERCNWTHWCret5wTDTJfXgEnTZOHQ2 { 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:arial;font-size:17px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:212px;height:39px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40px;left:885px;display:block; }
#g8tP2t9F4U0Rdu5vU4Qoc7xLMVxXNldw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ME74fBlRx5DwVVGgDE95DRikO7lT865M { 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:15012;top:80px;left:966px;display:block; }
#JwC404qUkTorwkTJyWFzUl3KVEhbVt6A { color:#000000;display:block;width:242px;position:absolute;font-family:"roboto slab";font-size:15px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:101px;left:120px;height:38.9814px;display:block; }
#OVCqyU6KihlOSIhxlW0HIkgCkIzdlfsD { 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;height:182px;width:1119px;top:6.0546875px;left:40px;display:block; }
#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { position:relative;display:block; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { background-color: transparent; background-image: none; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row .container > .video-iframe-container { display: none; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row > .video-iframe-container { display: none; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .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); }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { border-width: 0; border-radius: 0; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .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; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .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:253px;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; }#BgK3m0FrSvXFv2kwqaILvRzOu3Vd6dnB { 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;height:102px;width:219px;top:76px;left:422px;display:block; }
#pmmNPXKG5U4cP2HiUNplORVAhIPdNiAs { 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:116px;left:507px;display:block; }
#T3wpKw1S6OV5xCFy2f3HgGnkXiK8Tor1 { color:#000000;display:block;width:200px;position:absolute;font-family:"roboto slab";font-size:35px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:87px;left:120px;height:91px;font-style:normal;display:block; }
#EhNA8AE4aP8ZgZOL63L1cwms9RvRLrIc { 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;height:102px;width:219px;top:76px;left:742px;display:block; }
#HZDSgP46H2c8o7vRlvmTGf4soOmz6kNB { 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:116px;left:826px;display:block; }
#ogcs7JstQ8ecZOdeqDbZDnFlooneUNiF { position:absolute;display:block;z-index:15004;background-color:#0076bf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:219px;top:175px;left:423px;display:block; }
#pirpZB70PfBcuIrB1l6At5iGIpg9LdX2 { position:absolute;display:block;z-index:15005;background-color:#0076bf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:219px;top:175px;left:741px;display:block; }
#NTMTEiiSRSuwkRSOmAT7TFQ74s9T2Xwe { 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:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:219px;height:38px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:75px;left:422px;display:block; }
#mEZQftrAoIxJ76a0R3kDJO3VIut5DaGZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xQElHDSZB4aCdVPXsf0oKF4g9TNUWk0i { 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:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:201px;height:38px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:77px;left:752px;display:block; }
#ELf3hw6V3KEJqr2fanVTq6E7PXWJlTXq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cvliSas5Xi2LgvcCdlrDX8zBIzXD5VI1 { 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:99.00390625px;left:100px;display:block; }
#DkGzlikZs8dkXuRZDa6MV9qR0Mg5xDgk { 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;height:181px;width:1121px;top:39px;left:40px;display:block; }
#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { position:relative;display:none; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { border-width: 0; border-radius: 0; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .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; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .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:534px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nU7pfRscMK6y4esIoCqt5P0TVMwZWraN { color:#606060;display:block;width:848.997px;position:absolute;font-family:"roboto slab";font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.9765625px;left:33.8125px;height:52px;font-style:normal;display:block; }
#iaG0VbPZTpTyfTbacMLA677tUwaPArul { position:absolute;display:block;z-index:15010;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:130px;top:78.02734375px;left:40px;display:block; }
#K5Pc6gmR9xR1WZm3IJHgUETDIDVTF3T2 { color:#606060;display:block;width:420px;position:absolute;font-family:"roboto slab";font-size:23px;font-weight:normal;z-index:15003;line-height:2.3;letter-spacing:0;top:135.9375px;left:400.45837402344px;height:264.479px;display:block; }
#WHM2D8IMsbTL1Qwv9sAbhXeDh4OGex04 { color:#606060;display:block;width:806px;position:absolute;font-family:"roboto slab";font-size:32px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:459.00001525879px;left:238.4375px;height:41.5833px;display:block; }
#cJKsCiqiTzMMNsKTWcH8dbi7XhSZlx4g { position:absolute;display:block;z-index:14999;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-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;height:319px;width:532px;top:111.97924804688px;left:314.97912597656px;display:block; }
#NGuTZnTZPDX2kMWoK72Co7q9iSBor26C { box-sizing:content-box;color:#00bb84;font-size:37px;font-weight:400;line-height:1;height:53.9844px;width:53.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:240px;left:331px;display:block; }
#Stza8XoD7f3p78Htpn70oOA26Qfr8Qy3 { box-sizing:content-box;color:#00bb84;font-size:37px;font-weight:400;line-height:1;height:53.9844px;width:53.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:293px;left:331px;display:block; }
#wAVoI3ek1ViWXG2UOPB4Zo8JXBdOIQ9g { box-sizing:content-box;color:#00bb84;font-size:37px;font-weight:400;line-height:1;height:53.9844px;width:53.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:346px;left:331px;display:block; }
#VNfwix9FkqlbfrAsQUFQqgBNMZE8uBgM { box-sizing:content-box;color:#00bb84;font-size:37px;font-weight:400;line-height:1;height:53.9844px;width:53.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:188px;left:331px;display:block; }
#GntyIRwmUKecy5zyaBwLS7OA2TuzRRdG { box-sizing:content-box;color:#00bb84;font-size:37px;font-weight:400;line-height:1;height:53.9844px;width:53.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:140px;left:331px;display:block; }
#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { position:relative;display:block; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { background-color: transparent; background-image: none; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row .container > .video-iframe-container { display: none; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row > .video-iframe-container { display: none; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .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); }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { border-width: 0; border-radius: 0; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .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; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .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:699px;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; }#bew7e6C3bQmDJlubx6qxgt4bEEqKuGqf { color:#000000;display:block;width:731.992px;position:absolute;font-family:"roboto slab";font-size:40px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:18.984375px;left:38.359375px;height:52px;display:block; }
#VV2dRNITJP2ZThOgZgNeTiCO302T2Mlr { position:absolute;display:block;z-index:15010;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:130px;top:78.02734375px;left:40px;display:block; }
#xTZbKzz6w45eUB4ENfoB1Clhaz7iJA3X { color:#606060;display:block;width:1125px;position:absolute;font-family:arial;font-size:23px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:95.958374023438px;left:38.354125976562px;height:59.75px;font-style:normal;display:block; }
#K1wV05NSFK7Qarq8v7J1hIECtVqadLlN { position:absolute;display:block;z-index:15029;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-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;height:435px;width:506px;top:205px;left:38.3125px;display:block; }
#vaQlIXtndQ6yTtATN9c7pTT17hIZ4EuB { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:130px;width:226px;top:486.09375px;left:805.625px;overflow:hidden;display:block; }
#pENTUvFWIFvT9IdLFT6n72k5Ihl792yp { box-sizing:content-box;color:#00bb84;font-size:37px;font-weight:400;line-height:1;height:53.9931px;width:53.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:305px;left:64.0625px;display:block; }
#zqTGz9XZmL52fT8iNkbXZ10ZIR3ICpLS { color:#606060;display:block;width:321px;position:absolute;font-family:arial;font-size:23px;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:317.95837402344px;left:125.0625px;height:29.875px;display:block; }
#kfIRLiGh2wlJfIymLaN5DFBUwatCEqrz { box-sizing:content-box;color:#00bb84;font-size:37px;font-weight:400;line-height:1;height:53.9931px;width:53.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:361.72924804688px;left:64.0625px;display:block; }
#CMu9rLyaMhb2CuqLUEu0FOJ3cuG82sn0 { color:#606060;display:block;width:386px;position:absolute;font-family:arial;font-size:23px;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:375.77087402344px;left:122.5px;height:59.75px;display:block; }
#iQg0GMIAEm6UuECw7kzesXqsmBRU4bBJ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:72.9977px;width:72.9977px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:534.625px;left:312.5px; }
#a8DmXCToicTMWyQlMkHiXdHQCJSCMwLd { color:#606060;display:block;width:398.993px;position:absolute;font-family:arial;font-size:34px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:247px;left:708px;height:44.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PU8uE9AiNVnVbkZLsxoBpZ1PxhbhZ15l { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:121.991px;width:121.991px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:494.125px;left:176.9375px; }
#sTMb8giwccp1yUpsAl50HJgh48PWXmL5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:130.995px;width:130.995px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:313px;left:534.45837402344px; }
#m9bLWUraRZs6ZyOVMeuh2a6QwMiup61W { position:absolute;display:block;z-index:15030;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-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;height:424px;width:506px;top:210px;left:658.4375px;display:block; }
#vykpoZ91XKqzr84qVT5iw5Qw50ZbiJTy { color:#606060;display:block;width:398.982px;position:absolute;font-family:arial;font-size:34px;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:247px;left:83px;height:44.1875px;text-align:center;text-align-last:center;display:block; }
#LhyE2ktdFV6xl9bqBsMeEmSh1GG0tzxc { z-index:15040;top:400.8125px;left:775.125px;background-color:transparent;background-image:none;border-top:1px solid #0076bf;border-left:1px solid #0076bf;border-right:1px solid #0076bf;border-bottom:1px solid #0076bf;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:#0076bf;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:294.33334px;height:48.33334px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#genPTVow7d6vzuhhohM8eznwTZZ6uehG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#shetbkPBDye6tQAhO4vG3xbGC7JfsVJ1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RQLreIVigdvWLpD1vE06u1wHm8rOfTdS { box-sizing:content-box;color:#00bb84;font-size:37px;font-weight:400;line-height:1;height:53.9688px;width:53.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:305px;left:689px;display:block; }
#FETuivNQ9U1FxynNXUdLxyKoLPrbbXkk { color:#606060;display:block;width:362px;position:absolute;font-family:arial;font-size:23px;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:308.03125px;left:765.125px;height:59.75px;display:block; }
#PCb9DM8lBh8u26ZftL5Q06syAVBwGTUM { color:#0076bf;display:block;width:161px;position:absolute;font-family:arial;font-size:17px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:440.6875px;left:122.0625px;height:22.0938px;display:block; }
#ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w { position:relative;display:block; }#ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w { background-color: transparent; background-image: none; }#ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w > .row .container > .video-iframe-container { display: none; }#ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w > .row > .video-iframe-container { display: none; }#ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w > .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); }#ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w { border-width: 0; border-radius: 0; }#ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w > .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; }#ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w > .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:71px;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; }#s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A { position:relative;display:block; }#s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A { background-color: transparent; background-image: none; }#s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A > .row .container > .video-iframe-container { display: none; }#s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A > .row > .video-iframe-container { display: none; }#s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A > .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); }#s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A { border-width: 0; border-radius: 0; }#s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A > .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; }#s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A > .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:351px;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; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { position:relative;display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { background-color: transparent; background-image: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container > .video-iframe-container { display: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row > .video-iframe-container { display: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .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); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { border-width: 0; border-radius: 0; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .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; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .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:71px;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; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 { position:relative;display:block; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 { background-color: transparent; background-image: none; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .row .container > .video-iframe-container { display: none; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .row > .video-iframe-container { display: none; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .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); }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 { border-width: 0; border-radius: 0; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .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; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .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:532px;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; }#k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa { 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; }#k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa > .row .container { background-color: transparent; background-image: none; }#k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa > .row .container > .video-iframe-container { display: none; }#k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa > .row > .video-iframe-container { display: none; }#k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa > .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); }#k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa > .row .container { border-width: 0; border-radius: 0; }#k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa > .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) { #FMDHrxViZ68tsfxt7m4oBo0lC92Mtels { width:104px;height:40px;top:20px;left:523.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ofmhCVcmgGCBZp0OmIMOzJi5qkWHX8 { display:block; }
 }@media only screen and (max-width: 763px) { #ofkFfCa7skFJVRMMVwkg1nNnQQ2uxMMm { display:none; }
 }@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:44px;left:562px;display:block; }
 }@media only screen and (max-width: 763px) { #mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block; }
 }@media only screen and (max-width: 763px) { #HhGiyAXLeLV2uwn4vsvxKCt2REMV1ZPm { width:127px;height:40px;top:46px;left:602.95837402344px;display:block; }
 }@media only screen and (max-width: 763px) { #PTdm2Q72AxsAtOtw6tRqPAeKRtEWz4S0 { display:block; }
 }@media only screen and (max-width: 763px) { #W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { display:block; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pp9uv7IELKbm4GkESWRqko5WRUW1Aeo4 { width:99px;height:33px;top:4px;left:665px;display:block; }
 }@media only screen and (max-width: 763px) { #G3NfttfTne9RavJZq6aILLOt4BtNKRC3 { 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) { #k28g644yd2EXJIil3mx8Szczz1RDrOq5 { top:13px;left:0px;width:764px;height:52px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #LTUJKvlubcrTHtaZDNPbgsKT5BNwu3SZ { top:72px;left:0px;width:764px;height:217px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KmrSZgHs4o3sD8xfvxwPR37npnwGwsOD { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #M3t9OqbCBzXzk4HacZq5QCQoziuWrhym { display:block; }
 }@media only screen and (max-width: 763px) { #ed7PpoWyC5RKmWhEyhCZAJLf1wCDEgio { top:44px;left:474px;width:290px;height:200.30280535709px;display:block; }
 }@media only screen and (max-width: 763px) { #M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH { display:block; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa60nD5tTBDEFvwEA9vkSBuBLHsOu0GG { width:219px;height:102px;top:40px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #qniN5QcBQV9LS7kb3yuFaSyFbErXu3t5 { width:219px;height:102px;top:40px;left:354px;display:block; }
 }@media only screen and (max-width: 763px) { #rP0kkbBLZs82x1OENVOHN5Qu25ItXuwz { top:58px;left:0px;width:200px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CLTkl8cwmhDHHXFU3r4J3yKm36f5JKcT { width:219px;height:102px;top:40px;left:354px;display:block; }
 }@media only screen and (max-width: 763px) { #fCk2kabdvZc0MyZ4MAlqCgmsh60PIp2X { width:219px;height:2px;top:138px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #iZTL23JpKTEBgO1rlIvLyp4nhatfmDyC { width:219px;height:2px;top:138px;left:354px;display:block; }
 }@media only screen and (max-width: 763px) { #uVheKTdgxFaULsVcBrAmafJJwkvUoIvz { width:219px;height:2px;top:139px;left:354px;display:block; }
 }@media only screen and (max-width: 763px) { #tDIhOI3hgf3zJLw71AmulwQ1AKAS6WOq { top:60px;left:45.5px;width:8px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #AdDMx8KxQ69h5PLfndSlDa3K5NmW0H3Q { width:169px;height:42px;top:44px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #AI3ipAi01dPbKMBc4SPQZf5GL6RebJHI { display:block; }
 }@media only screen and (max-width: 763px) { #tGsQ05uVVTQocPtdilK6lpIagVQ4NaVR { top:84px;left:321.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #k5opf4cyiMnJdskBmox1AHvwMPOyEbEm { width:218px;height:42px;top:40px;left:355px;display:block; }
 }@media only screen and (max-width: 763px) { #efJyZ3Tzpeuo4Av2riLp0xUxxMl1LFro { display:block; }
 }@media only screen and (max-width: 763px) { #ZrXiADOZUhkIH4QWBAwJ9cXbcQPwkxb3 { top:80px;left:456.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ytyERCNWTHWCret5wTDTJfXgEnTZOHQ2 { width:212px;height:39px;top:40px;left:361px;display:block; }
 }@media only screen and (max-width: 763px) { #g8tP2t9F4U0Rdu5vU4Qoc7xLMVxXNldw { display:block; }
 }@media only screen and (max-width: 763px) { #ME74fBlRx5DwVVGgDE95DRikO7lT865M { top:80px;left:584.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #JwC404qUkTorwkTJyWFzUl3KVEhbVt6A { top:101px;left:0px;width:242px;height:39px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #OVCqyU6KihlOSIhxlW0HIkgCkIzdlfsD { top:6px;left:0px;width:764px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { display:block; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgK3m0FrSvXFv2kwqaILvRzOu3Vd6dnB { width:219px;height:102px;top:76px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #pmmNPXKG5U4cP2HiUNplORVAhIPdNiAs { top:116px;left:332px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #T3wpKw1S6OV5xCFy2f3HgGnkXiK8Tor1 { top:87px;left:0px;width:200px;height:91px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #EhNA8AE4aP8ZgZOL63L1cwms9RvRLrIc { width:219px;height:102px;top:76px;left:354px;display:block; }
 }@media only screen and (max-width: 763px) { #HZDSgP46H2c8o7vRlvmTGf4soOmz6kNB { top:116px;left:523px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ogcs7JstQ8ecZOdeqDbZDnFlooneUNiF { width:219px;height:2px;top:175px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #pirpZB70PfBcuIrB1l6At5iGIpg9LdX2 { width:219px;height:2px;top:175px;left:354px;display:block; }
 }@media only screen and (max-width: 763px) { #NTMTEiiSRSuwkRSOmAT7TFQ74s9T2Xwe { width:219px;height:38px;top:75px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #mEZQftrAoIxJ76a0R3kDJO3VIut5DaGZ { display:block; }
 }@media only screen and (max-width: 763px) { #xQElHDSZB4aCdVPXsf0oKF4g9TNUWk0i { width:201px;height:38px;top:77px;left:372px;display:block; }
 }@media only screen and (max-width: 763px) { #ELf3hw6V3KEJqr2fanVTq6E7PXWJlTXq { display:block; }
 }@media only screen and (max-width: 763px) { #cvliSas5Xi2LgvcCdlrDX8zBIzXD5VI1 { top:99px;left:45.5px;width:7px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #DkGzlikZs8dkXuRZDa6MV9qR0Mg5xDgk { top:39px;left:0px;width:764px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { display:block; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU7pfRscMK6y4esIoCqt5P0TVMwZWraN { top:15px;left:0px;width:764px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #iaG0VbPZTpTyfTbacMLA677tUwaPArul { top:78px;left:0px;width:130px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #K5Pc6gmR9xR1WZm3IJHgUETDIDVTF3T2 { top:135px;left:182.45837402344px;width:420px;height:264px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #WHM2D8IMsbTL1Qwv9sAbhXeDh4OGex04 { top:459px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cJKsCiqiTzMMNsKTWcH8dbi7XhSZlx4g { top:111px;left:96.979125976562px;width:532px;height:319px;display:block; }
 }@media only screen and (max-width: 763px) { #NGuTZnTZPDX2kMWoK72Co7q9iSBor26C { top:240px;left:113px;width:53px;height:53px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #Stza8XoD7f3p78Htpn70oOA26Qfr8Qy3 { top:293px;left:113px;width:53px;height:53px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #wAVoI3ek1ViWXG2UOPB4Zo8JXBdOIQ9g { top:346px;left:113px;width:53px;height:53px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #VNfwix9FkqlbfrAsQUFQqgBNMZE8uBgM { top:188px;left:113px;width:53px;height:53px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #GntyIRwmUKecy5zyaBwLS7OA2TuzRRdG { top:140px;left:113px;width:53px;height:53px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { display:block; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bew7e6C3bQmDJlubx6qxgt4bEEqKuGqf { top:18px;left:0px;width:731px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #VV2dRNITJP2ZThOgZgNeTiCO302T2Mlr { top:78px;left:0px;width:130px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #xTZbKzz6w45eUB4ENfoB1Clhaz7iJA3X { top:95px;left:0px;width:764px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K1wV05NSFK7Qarq8v7J1hIECtVqadLlN { top:205px;left:0px;width:506px;height:435px;display:block; }
 }@media only screen and (max-width: 763px) { #vaQlIXtndQ6yTtATN9c7pTT17hIZ4EuB { top:486px;left:538px;width:226px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #pENTUvFWIFvT9IdLFT6n72k5Ihl792yp { top:305px;left:0px;width:53px;height:53px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #zqTGz9XZmL52fT8iNkbXZ10ZIR3ICpLS { top:317px;left:0px;width:321px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kfIRLiGh2wlJfIymLaN5DFBUwatCEqrz { top:361px;left:0px;width:53px;height:53px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #CMu9rLyaMhb2CuqLUEu0FOJ3cuG82sn0 { top:375px;left:0px;width:386px;height:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #iQg0GMIAEm6UuECw7kzesXqsmBRU4bBJ { top:534px;left:94.5px;width:72px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #a8DmXCToicTMWyQlMkHiXdHQCJSCMwLd { top:247px;left:366px;width:398px;height:44px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #PU8uE9AiNVnVbkZLsxoBpZ1PxhbhZ15l { top:494px;left:0px;width:121px;height:121px;display:block; }
 }@media only screen and (max-width: 763px) { #sTMb8giwccp1yUpsAl50HJgh48PWXmL5 { top:313px;left:316.45837402344px;width:130px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #m9bLWUraRZs6ZyOVMeuh2a6QwMiup61W { top:210px;left:258px;width:506px;height:424px;display:block; }
 }@media only screen and (max-width: 763px) { #vykpoZ91XKqzr84qVT5iw5Qw50ZbiJTy { top:247px;left:0px;width:398px;height:44px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #LhyE2ktdFV6xl9bqBsMeEmSh1GG0tzxc { top:400px;left:470px;width:294px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #genPTVow7d6vzuhhohM8eznwTZZ6uehG { display:block; }
 }@media only screen and (max-width: 763px) { #shetbkPBDye6tQAhO4vG3xbGC7JfsVJ1 { display:none; }
 }@media only screen and (max-width: 763px) { #RQLreIVigdvWLpD1vE06u1wHm8rOfTdS { top:305px;left:471px;width:53px;height:53px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #FETuivNQ9U1FxynNXUdLxyKoLPrbbXkk { top:308px;left:402px;width:362px;height:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PCb9DM8lBh8u26ZftL5Q06syAVBwGTUM { top:440px;left:0px;width:161px;height:22px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w { display:block; }#ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A { display:block; }#s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 { display:block; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa { display:block; }#k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa > .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:160px;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:125px;height:25px;top:124px;left:180px;font-size:17px;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) { #FMDHrxViZ68tsfxt7m4oBo0lC92Mtels { width:125px;height:25px;top:85px;left:176.00001001358px;font-size:17px;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) { #Q2ofmhCVcmgGCBZp0OmIMOzJi5qkWHX8 { display:block; }
 }@media only screen and (max-width: 763px) { #ofkFfCa7skFJVRMMVwkg1nNnQQ2uxMMm { top:11.578125px;left:251.5px;width:50px;height:50px;z-index:15001;color:#ffffff;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:130px;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) { #HhGiyAXLeLV2uwn4vsvxKCt2REMV1ZPm { width:60px;height:25px;top:57px;left:249.5px;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) { #PTdm2Q72AxsAtOtw6tRqPAeKRtEWz4S0 { display:block; }
 }@media only screen and (max-width: 763px) { #W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { display:none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container { width:320px;height:70px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Pp9uv7IELKbm4GkESWRqko5WRUW1Aeo4 { width:99px;height:33px;top:20px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #G3NfttfTne9RavJZq6aILLOt4BtNKRC3 { 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:669px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k28g644yd2EXJIil3mx8Szczz1RDrOq5 { width:243px;height:57.1875px;top:61px;left:38.500002384186px;font-size:22px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTUJKvlubcrTHtaZDNPbgsKT5BNwu3SZ { width:307px;height:364px;top:128px;left:9.0000004768372px;font-size:14px;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #KmrSZgHs4o3sD8xfvxwPR37npnwGwsOD { top:0px;left:198px;width:122px;height:33px;z-index:15018;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:arial;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #M3t9OqbCBzXzk4HacZq5QCQoziuWrhym { display:block; }
 }@media only screen and (max-width: 763px) { #ed7PpoWyC5RKmWhEyhCZAJLf1wCDEgio { width:246px;height:169px;top:462.50001525879px;left:33.000000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH { display:none; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .row .container { width:320px;height:281px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oa60nD5tTBDEFvwEA9vkSBuBLHsOu0GG { width:219px;height:102px;top:430px;left:47px;display:none; }
 }@media only screen and (max-width: 763px) { #qniN5QcBQV9LS7kb3yuFaSyFbErXu3t5 { width:218.965px;height:101.973px;top:148.00390625px;left:51px;display:none; }
 }@media only screen and (max-width: 763px) { #rP0kkbBLZs82x1OENVOHN5Qu25ItXuwz { width:200px;height:41.5833px;top:18.0078125px;left:40px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #CLTkl8cwmhDHHXFU3r4J3yKm36f5JKcT { width:218.965px;height:101.973px;top:289.00390625px;left:50px;display:none; }
 }@media only screen and (max-width: 763px) { #fCk2kabdvZc0MyZ4MAlqCgmsh60PIp2X { width:225px;height:1.99219px;top:389.00390625px;left:41px;display:none; }
 }@media only screen and (max-width: 763px) { #iZTL23JpKTEBgO1rlIvLyp4nhatfmDyC { width:218.965px;height:1.99219px;top:533.98046875px;left:45px;display:none; }
 }@media only screen and (max-width: 763px) { #uVheKTdgxFaULsVcBrAmafJJwkvUoIvz { width:218.965px;height:1.99219px;top:252.99609375px;left:51.015625px;display:none; }
 }@media only screen and (max-width: 763px) { #tDIhOI3hgf3zJLw71AmulwQ1AKAS6WOq { width:7.96875px;height:50px;top:18.0078125px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AdDMx8KxQ69h5PLfndSlDa3K5NmW0H3Q { width:168.965px;height:41.9922px;top:113.984375px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #AI3ipAi01dPbKMBc4SPQZf5GL6RebJHI { display:block; }
 }@media only screen and (max-width: 763px) { #tGsQ05uVVTQocPtdilK6lpIagVQ4NaVR { width:50px;height:50px;top:109.04296875px;left:30px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #k5opf4cyiMnJdskBmox1AHvwMPOyEbEm { width:197.969px;height:42.9883px;top:164.9921875px;left:84.99609375px;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;display:block; }
 }@media only screen and (max-width: 763px) { #efJyZ3Tzpeuo4Av2riLp0xUxxMl1LFro { display:block; }
 }@media only screen and (max-width: 763px) { #ZrXiADOZUhkIH4QWBAwJ9cXbcQPwkxb3 { width:50px;height:50px;top:158.04296875px;left:30px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ytyERCNWTHWCret5wTDTJfXgEnTZOHQ2 { width:211.973px;height:35px;top:219.04296875px;left:83px;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;display:block; }
 }@media only screen and (max-width: 763px) { #g8tP2t9F4U0Rdu5vU4Qoc7xLMVxXNldw { display:block; }
 }@media only screen and (max-width: 763px) { #ME74fBlRx5DwVVGgDE95DRikO7lT865M { width:50px;height:50px;top:210.0390625px;left:28px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #JwC404qUkTorwkTJyWFzUl3KVEhbVt6A { width:241.973px;height:39px;top:58.0078125px;left:40px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #OVCqyU6KihlOSIhxlW0HIkgCkIzdlfsD { width:320px;height:280px;top:1.04296875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { display:block; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row .container { width:320px;height:221px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgK3m0FrSvXFv2kwqaILvRzOu3Vd6dnB { width:218.965px;height:101.973px;top:254.046875px;left:50px;display:none; }
 }@media only screen and (max-width: 763px) { #pmmNPXKG5U4cP2HiUNplORVAhIPdNiAs { width:50px;height:50px;top:293.5390625px;left:126.9921875px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #T3wpKw1S6OV5xCFy2f3HgGnkXiK8Tor1 { width:200px;height:83.1875px;top:28.4375px;left:40px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #EhNA8AE4aP8ZgZOL63L1cwms9RvRLrIc { width:218.965px;height:101.973px;top:393.0078125px;left:50px;display:none; }
 }@media only screen and (max-width: 763px) { #HZDSgP46H2c8o7vRlvmTGf4soOmz6kNB { width:50px;height:50px;top:439.30078125px;left:132.40234375px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #ogcs7JstQ8ecZOdeqDbZDnFlooneUNiF { width:218.965px;height:1.99219px;top:358.53515625px;left:52.5px;display:none; }
 }@media only screen and (max-width: 763px) { #pirpZB70PfBcuIrB1l6At5iGIpg9LdX2 { width:218.965px;height:1.99219px;top:497.015625px;left:50px;display:none; }
 }@media only screen and (max-width: 763px) { #NTMTEiiSRSuwkRSOmAT7TFQ74s9T2Xwe { width:155.938px;height:37.9688px;top:120px;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;display:block; }
 }@media only screen and (max-width: 763px) { #mEZQftrAoIxJ76a0R3kDJO3VIut5DaGZ { display:block; }
 }@media only screen and (max-width: 763px) { #xQElHDSZB4aCdVPXsf0oKF4g9TNUWk0i { width:155.938px;height:37.9688px;top:161px;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;display:block; }
 }@media only screen and (max-width: 763px) { #ELf3hw6V3KEJqr2fanVTq6E7PXWJlTXq { display:block; }
 }@media only screen and (max-width: 763px) { #cvliSas5Xi2LgvcCdlrDX8zBIzXD5VI1 { width:7.96875px;height:50px;top:29.00390625px;left:20.03125px;display:block; }
 }@media only screen and (max-width: 763px) { #DkGzlikZs8dkXuRZDa6MV9qR0Mg5xDgk { width:320px;height:201px;top:19.98046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { display:none; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container { width:320px;height:757px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nU7pfRscMK6y4esIoCqt5P0TVMwZWraN { width:260px;height:124.75px;top:4.015625px;left:40px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #iaG0VbPZTpTyfTbacMLA677tUwaPArul { width:130px;height:10px;top:65.609425px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #K5Pc6gmR9xR1WZm3IJHgUETDIDVTF3T2 { width:298px;height:172.5px;top:225.96875px;left:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WHM2D8IMsbTL1Qwv9sAbhXeDh4OGex04 { width:226px;height:52px;top:190.96875px;left:44px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cJKsCiqiTzMMNsKTWcH8dbi7XhSZlx4g { width:320px;height:319px;top:418.45837402344px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NGuTZnTZPDX2kMWoK72Co7q9iSBor26C { width:53px;height:53px;top:546.46356201172px;left:16.002639770508px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #Stza8XoD7f3p78Htpn70oOA26Qfr8Qy3 { width:53px;height:53px;top:599.46356201172px;left:16.002639770508px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #wAVoI3ek1ViWXG2UOPB4Zo8JXBdOIQ9g { width:53px;height:53px;top:652.46356201172px;left:16.002639770508px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #VNfwix9FkqlbfrAsQUFQqgBNMZE8uBgM { width:53px;height:53px;top:494.46356201172px;left:16.002639770508px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #GntyIRwmUKecy5zyaBwLS7OA2TuzRRdG { width:53px;height:53px;top:446.46356201172px;left:16.002639770508px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { display:block; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row .container { width:320px;height:1261px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bew7e6C3bQmDJlubx6qxgt4bEEqKuGqf { width:259px;height:70.375px;top:18px;left:30.5px;font-size:32px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VV2dRNITJP2ZThOgZgNeTiCO302T2Mlr { width:130px;height:10px;top:101.59375px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #xTZbKzz6w45eUB4ENfoB1Clhaz7iJA3X { width:305px;height:96px;top:124.5625px;left:7.5px;font-size:16px;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #K1wV05NSFK7Qarq8v7J1hIECtVqadLlN { width:320px;height:327px;top:281px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vaQlIXtndQ6yTtATN9c7pTT17hIZ4EuB { width:193px;height:111px;top:1003px;left:63.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pENTUvFWIFvT9IdLFT6n72k5Ihl792yp { width:53px;height:53px;top:337px;left:6px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #zqTGz9XZmL52fT8iNkbXZ10ZIR3ICpLS { width:268px;height:23.375px;top:351.8125px;left:23px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfIRLiGh2wlJfIymLaN5DFBUwatCEqrz { width:53px;height:53px;top:388px;left:5px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #CMu9rLyaMhb2CuqLUEu0FOJ3cuG82sn0 { width:241px;height:70.125px;top:400px;left:60px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iQg0GMIAEm6UuECw7kzesXqsmBRU4bBJ { display:flex;width:72px;height:72px;top:516px;left:175px; }
 }@media only screen and (max-width: 763px) { #a8DmXCToicTMWyQlMkHiXdHQCJSCMwLd { width:320px;height:33.7917px;top:750px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PU8uE9AiNVnVbkZLsxoBpZ1PxhbhZ15l { display:flex;width:77px;height:77px;top:512px;left:95px; }
 }@media only screen and (max-width: 763px) { #sTMb8giwccp1yUpsAl50HJgh48PWXmL5 { display:flex;width:59px;height:59px;top:652.95837402344px;left:120.50000238419px;display:none; }
 }@media only screen and (max-width: 763px) { #m9bLWUraRZs6ZyOVMeuh2a6QwMiup61W { width:320px;height:386px;top:742px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vykpoZ91XKqzr84qVT5iw5Qw50ZbiJTy { width:320px;height:33.7917px;top:292px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LhyE2ktdFV6xl9bqBsMeEmSh1GG0tzxc { top:926.6875px;left:46px;width:226px;height:50px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #genPTVow7d6vzuhhohM8eznwTZZ6uehG { display:block; }
 }@media only screen and (max-width: 763px) { #shetbkPBDye6tQAhO4vG3xbGC7JfsVJ1 { display:flex;top:615.03125px;left:108.5px;width:103px;height:103px;z-index:15041; }
 }@media only screen and (max-width: 763px) { #RQLreIVigdvWLpD1vE06u1wHm8rOfTdS { width:53px;height:53px;top:811.15625px;left:7.5px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #FETuivNQ9U1FxynNXUdLxyKoLPrbbXkk { width:243px;height:70.125px;top:820.40625px;left:63.5px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PCb9DM8lBh8u26ZftL5Q06syAVBwGTUM { width:161px;height:19.5px;top:473.125px;left:59px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w { display:block; }#ztRrX4TBzuGb2neDJaVJ9N1sluZBwq9w > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A { display:block; }#s8WDBFIXQa3eRVZpdLckkPadbhiLVd9A > .row .container { width:320px;height:737px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 { 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; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .row .container { background-color: transparent; background-image: none; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .row .container > .video-iframe-container { display: none; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .row > .video-iframe-container { display: none; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .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); }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .row .container { border-width: 0; border-radius: 0; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQg4SF3D1S1yui5zLRHWOMJskSsRQX43 > .row .container { width:320px;height:732px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa { position:relative;z-index:auto;display:block; }#k4miNCUQe4Lhb69WVCPsi4IlssTwUIBa > .row .container { width:320px;height:1033px;position:relative;display:block; } }