.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-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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:199999;position:fixed;top:0px;left:0px;right:0px;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:82px;width:1200px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#OGmcsH86CdJmtsboPwz6SzvM3FwqwlbE { 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;box-shadow: none;height:38.9931px;width:155px;top:21.493057250977px;left:0px;overflow:hidden;display:block; }
#C338MpquW7M06MTTMspwz6N1uv6qwVfV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23px;left:1038px; }
#iwUKMcgq4FHVgX1v0s2kIxd0bFKBBczB { color:#000000;display:block;width:99px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 24px rgba(0,0,0,0.5);top:39.192707061768px;left:1084.9895935059px;height:22.0964px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p0obTdpCFmUJPkSZKt0wPgNOZRg7V3ZD { color:#000000;display:block;width:116px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20px;left:1084px;height:20.7969px;display:block; }
#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir { position:relative;display:block; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir { background-color: transparent; background-image: none; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container > .video-iframe-container { display: none; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row > .video-iframe-container { display: none; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .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); }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir { border-width: 0; border-radius: 0; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container > .video-iframe-container { border-top-left-radius:61px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dfa18470-075a-44f1-a0c3-3bbdb4bd2b15/Frame4831061.crop_1298x608_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:650px;width:1200px;border-top-left-radius:61px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;position:relative;display:block; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container.adaptive-delivery-prevent-bg, #zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container.lazyload, #zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container.lazyloading { background-image: none; }#ODOL3aou6OHr2ZtpyVWTrCGeRCntrTm9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:357px;width:626px;top:255px;left:28px;overflow:hidden;display:block; }
#QL5yXiPG36vF6WyUIV0tG1tp7F3svHKV { box-sizing:content-box;height:411px;width:396px;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:173.984375px;left:782.984375px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tPD3kR6S84g7nPQsVic9kKUlA4wV4f0w { color:#000000;display:block;width:385px;position:absolute;font-family:inter;font-size:19px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:192px;left:784px;height:49.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IG9uTlPame6IRuiNI1dJ5DITTZDnT4f4 { position:absolute;display:block;z-index:15004;height:363px;width:379px;top:249px;left:791.484375px;display:block; }
#BCMOmQgtE9PAzwVoTNG7ZDVEc9lTngwH { 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;box-shadow: none;height:181px;width:339px;display:none; }
#QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH { position:relative;display:block; }#QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH { background-color: transparent; background-image: none; }#QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH > .row .container > .video-iframe-container { display: none; }#QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH > .row > .video-iframe-container { display: none; }#QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH > .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); }#QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH { border-width: 0; border-radius: 0; }#QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH > .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; }#QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH > .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:499px;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; }#lmKm603EFwJBDSK74ZZmblTn7avm1iMo { color:#000000;display:block;width:426px;position:absolute;font-family:poppins;font-size:33px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:55px;left:411px;height:42.8993px;font-style:normal;display:block; }
#gyaVIVu8ZT5rorLvuZPsTf2uQhf71led { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:96px;width:205px;top:134px;left:503px;overflow:hidden;display:block; }
#SUAMSPnVtTRkgf2q1hZkbdeye8a0AoZ6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:98px;width:205px;top:134px;left:256px;overflow:hidden;display:block; }
#ynTPql0dGCnXKL4lylzLsNavO16MxZyh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:96px;width:200px;top:134px;left:752px;overflow:hidden;display:block; }
#pgQzBhcoWxHiG7WbeMQX6yDJfimuHgme { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:96px;width:205px;top:134px;left:1px;overflow:hidden;display:block; }
#mxaPOlIPW08XHypDQTqNPHsbi8ig7CFH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97px;width:205px;top:134px;left:995px;overflow:hidden;display:block; }
#ICgnnf11ykEDuzakP7GFl7itG92FyC8u { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97px;width:205px;top:247px;left:1px;overflow:hidden;display:block; }
#THLfDAR8Ki4VBdXFb6LrGzatu498geqD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:98px;width:205px;top:248px;left:256px;overflow:hidden;display:block; }
#EQIr9XP54TwR2DzCHhJC2o2ip3rnqCJi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:99px;width:205px;top:247px;left:505px;overflow:hidden;display:block; }
#xDH1INdLlbInTSftaJhgOxbT5mhH7ke0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:98px;width:205px;top:248px;left:995px;overflow:hidden;display:block; }
#mSvtsKHwUPJFP7kTrJNOERHRmdiiCDGa { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:98px;width:202px;top:248px;left:751px;overflow:hidden;display:block; }
#ADimTBweCkIfdbPb2ebgsI14qllCZnTm { 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;box-shadow: none;height:74px;width:156px;display:none; }
#TRFXPRgHGyW8ZrLv5yFz4N20B4K9UP7X { 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;box-shadow: none;height:74px;width:156px;display:none; }
#fXqX5KNF1TDEhpeGrm8Oqz9ERAcutc1N { 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;box-shadow: none;height:74px;width:156px;display:none; }
#uCXsi7Ie2XTvM7rDL7UA8Ae5XxsovHDd { 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;box-shadow: none;height:74px;width:156px;display:none; }
#xdrA7CRZTkqXm26TETic2GzZdeJcxGZU { 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;box-shadow: none;height:74px;width:156px;display:none; }
#pyTGVfbKIqL9lhoBgAVUrG1JEOlR5MAO { 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;box-shadow: none;height:74px;width:156px;display:none; }
#RKu1MCxpeB0bU5TmOViacp0cyi6QTC7e { 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;box-shadow: none;height:74px;width:156px;display:none; }
#zUTAS4Mc19CSttyRfheyTtwxMflfkanm { 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;box-shadow: none;height:74px;width:156px;display:none; }
#nqA7mJPFPuJ7UVo5T7mCmT7Dz7L5qtpP { 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;box-shadow: none;height:74px;width:156px;display:none; }
#mTWga1sN4449TgWgoN4q9vnfnuA0rNVV { 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;box-shadow: none;height:74px;width:156px;display:none; }
#VtWH7FKwcmVMkEL6CvQREHxJ459yITcs { background-color:#20447b;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:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:202px;height:55px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:407px;left:499px;display:block; }
#liUiAMFtzRM3JOo53pT8fGfT5tBCLcSx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fWG0e925XczTu8uCOesUflk4D62stAzu { position:relative;display:block; }#fWG0e925XczTu8uCOesUflk4D62stAzu { background-color: transparent; background-image: none; }#fWG0e925XczTu8uCOesUflk4D62stAzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWG0e925XczTu8uCOesUflk4D62stAzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWG0e925XczTu8uCOesUflk4D62stAzu > .row .container > .video-iframe-container { display: none; }#fWG0e925XczTu8uCOesUflk4D62stAzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWG0e925XczTu8uCOesUflk4D62stAzu > .row > .video-iframe-container { display: none; }#fWG0e925XczTu8uCOesUflk4D62stAzu > .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); }#fWG0e925XczTu8uCOesUflk4D62stAzu { border-width: 0; border-radius: 0; }#fWG0e925XczTu8uCOesUflk4D62stAzu > .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; }#fWG0e925XczTu8uCOesUflk4D62stAzu > .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:558px;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; }#NhxoEZ4b8kg1tBrtpO3b0RUFmIdxQZ7G { color:#000000;display:block;width:426px;position:absolute;font-family:poppins;font-size:33px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29px;left:468px;height:42.8993px;font-style:normal;display:block; }
#oeB2ObDBb5HPgxCWSn61eQBCnRGHrESZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:304px;top:365px;left:297px;overflow:hidden;display:block; }
#JMs9TTyDc2ENlNmpG1GLkwqVbGmE2hJ3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:269px;top:364px;left:0px;overflow:hidden;display:block; }
#ulTEduMS6SquXQU145ahVoVovHitk2uO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:263px;top:364px;left:631px;overflow:hidden;display:block; }
#W5e2A37ggAiyqJTWZcn2Sbp03JleT5KZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:259px;top:278px;left:942px;overflow:hidden;display:block; }
#VUgd9JisFOxkKyi8oeJTaseGRK0cMwRz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:259px;top:278px;left:633px;overflow:hidden;display:block; }
#SHiNnJ4iQ3vETFNNVpxztrJniJztymWZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:259px;top:278px;left:319px;overflow:hidden;display:block; }
#CE0l9eKfGpm6BpTInvdbwJVCLL4dSp5l { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:259px;top:191px;left:942px;overflow:hidden;display:block; }
#fde6GcXKNgDhHRsGvm1HGDc17oZtagAn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:259px;top:277px;left:5px;overflow:hidden;display:block; }
#BGgJJV1FX8v44ThuTWDRuA5wSSRvQulF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:259px;top:104px;left:319px;overflow:hidden;display:block; }
#wDRk4nlCnocRt2UoOlAkTwT8BLiZU4SZ { 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;box-shadow: none;height:71px;width:259px;top:191px;left:633px;overflow:hidden;display:block; }
#M23Ish1OmHSu9y0pnGu42kciuAHh0HPx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:72px;width:273px;top:191px;left:312px;overflow:hidden;display:block; }
#u4STKFCaTBtHTlMwTIJENCxvvp91b9a3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:259px;top:190px;left:5px;overflow:hidden;display:block; }
#ziil1ExOGEB45tc4htcFkMye4HP2rn4c { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:259px;top:103px;left:942px;overflow:hidden;display:block; }
#eq7kU34aeIkIQyOhlq96B73OfZtxorI0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:259px;top:103px;left:633px;overflow:hidden;display:block; }
#ioRMX5HTOGzmELygJo8wsLPIlq43BQlV { 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;box-shadow: none;height:71px;width:259px;top:103px;left:5px;overflow:hidden;display:block; }
#Gmaeh0XrmBKhImu3ETkmTsTRP5ewXTs2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:259px;top:365px;left:942px;overflow:hidden;display:block; }
#Hr5DTnkffzxUNx3TNPVTkr1lSvyFPKRX { 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;box-shadow: none;height:45px;width:148px;display:none; }
#tQx5oy2fPRyl2iLRbTC2Z5e85Drr8CTP { 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;box-shadow: none;height:42px;width:148px;display:none; }
#HZzH2PFAzMnTpEtuxWRTTiLTagEFGnSe { 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;box-shadow: none;height:45px;width:158px;display:none; }
#aWwVmmpXgSWhfn2VkKonbd2JJA96ugQs { 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;box-shadow: none;height:41px;width:148px;display:none; }
#K2IAbLRbSiiKKMK7o9Qk8ve7e1GWiipa { 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;box-shadow: none;height:44px;width:158px;display:none; }
#Cu7saKknVgE1TkITrMa7liGXG1IeOVVU { 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;box-shadow: none;height:41px;width:148px;display:none; }
#nI9FkayTwWoZMlfTCCJifyHeA9LBu8he { 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;box-shadow: none;height:44px;width:158px;display:none; }
#PlhdMnrvHWgSny57FATwLuraFqmmW4vM { 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;box-shadow: none;height:41px;width:148px;display:none; }
#VUAZINUNmB76Sv9KGm3rNaPDaa3gz6wO { 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;box-shadow: none;height:44px;width:158px;display:none; }
#Ug44VS3WRlNwmEB9qJWqbdOhIudO9xRT { 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;box-shadow: none;height:41px;width:148px;display:none; }
#X0KQMDPcnnW50vrfrtPcp5RTJZbB288J { 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;box-shadow: none;height:44px;width:158px;display:none; }
#MUpBlZKm64JTbTdBdp9JEZyfIymFlU3i { 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;box-shadow: none;height:41px;width:148px;display:none; }
#VVPoK4Ih9coqNvAaETDyQstUvT82dJMD { 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;box-shadow: none;height:44px;width:158px;display:none; }
#qVOsqJq1kV4wGKG93MSOcERCTiD7yPku { 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;box-shadow: none;height:41px;width:148px;display:none; }
#oXAU4X6sOstEQZvgRlTTEyEw6SepoDeD { 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;box-shadow: none;height:44px;width:158px;display:none; }
#SUdOfoobm9TQBPP6uHt0fwwBJ5sWqO7l { 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;box-shadow: none;height:42px;width:141px;display:none; }
#tA4D4nPmRWwAzq0e0NHwn7n9RMn2rend { background-color:#20447b;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:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:202px;height:55px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:472px;left:499px;display:block; }
#o9FQPZar3NAXscNSi4BJAPb0vVEeugde { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E { position:relative;display:block; }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E { background-color: transparent; background-image: none; }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .row .container > .video-iframe-container { display: none; }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .row > .video-iframe-container { display: none; }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .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); }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E { border-width: 0; border-radius: 0; }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .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; }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .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:320px;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; }#GULp6ehRvLfod5rDokw50Q8D3H6X5SF6 { color:#000000;display:block;width:525.99px;position:absolute;font-family:poppins;font-size:33px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:49.965286254883px;left:35.989593505859px;height:42.8993px;font-style:normal;display:block; }
#ZwSK2Z6gTzRTfCbMnIbAn72d8VXzm1rk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:160px;width:351px;top:126px;left:36px;overflow:hidden;display:block; }
#GDP2mXonP40lApDuzbsW0VhTDdvoCKJC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:161px;width:351px;top:125px;left:426px;overflow:hidden;display:block; }
#Oe6kWmrIvO2lfkXf7JIJtDJRFU05440S { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:159px;width:351px;top:125px;left:814px;overflow:hidden;display:block; }
#xdVl7U9AMGfKL030qMod17UAP1n4PfFl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:320px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW { position:relative;display:block; }#vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW { background-color: transparent; background-image: none; }#vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW > .row .container > .video-iframe-container { display: none; }#vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW > .row > .video-iframe-container { display: none; }#vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW > .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); }#vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW { border-width: 0; border-radius: 0; }#vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW > .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; }#vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW > .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:75px;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; }#pDxhMSh53g9LsqmI9TnCT7AT7cicU3zv { background-color:#20447b;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:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:202px;height:55px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:10px;left:499px;display:block; }
#v5bOMIlnpGIbK3SnfWMOkxGpqQQc0kBz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK { position:relative;display:block; }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK { background-color: transparent; background-image: none; }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .row .container > .video-iframe-container { display: none; }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .row > .video-iframe-container { display: none; }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .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); }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK { border-width: 0; border-radius: 0; }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .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; }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .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:596px;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; }#cFsKTnHx3rVNy76RMD8iBwg6im2KEm2L { color:#000000;display:block;width:611px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:50px;left:306px;height:46.8056px;font-style:normal;display:block; }
#sGKCFPoKqPSCySTEHJiKl87wnQZbhkCG { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:416px;width:1200px;top:176px;left:0px;overflow:hidden;display:block; }
#nn6wyzV8KMz1gdL1TzePM04zi32fTgb3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:467px;width:362px;top:125px;left:701.515625px;overflow:hidden;display:block; }
#TLoF7B2nvz9T1VXgTX0gFN1XD52GHhIS { color:#ffffff;display:block;width:391px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:253px;left:104px;height:46.8056px;font-style:normal;display:block; }
#tshDG99EAterKaDs5SXhnuP7HG4h5DWJ { color:#ffffff;display:block;width:561px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:309.625px;left:104px;height:98.75px;font-style:normal;display:block; }
#tcRuqKte4v8E6zPZOTRtA6UeMQJXwosw { background-color:#ff8209;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:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:154px;height:49px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:446px;left:104px;display:block; }
#i8VoRnWU6ItmftcHNVQ8OtTDzgWg290B { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aPV9AXbExLOiqCKRRhW5BmmfsiDigkfW { color:#ffffff;display:block;width:69px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:526.625px;left:104px;height:19.5px;font-style:normal;display:block; }
#ZQqLX7E8v9Gv80lONc6RPFO2wZmJPS3E { 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;box-shadow: none;height:482px;width:330px;display:none; }
#gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO { position:relative;display:block; }#gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO { background-color: transparent; background-image: none; }#gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO > .row .container > .video-iframe-container { display: none; }#gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO > .row > .video-iframe-container { display: none; }#gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO > .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); }#gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO { border-width: 0; border-radius: 0; }#gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO > .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; }#gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO > .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:501px;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; }#PIdfwfUlwldFWP7QCf2Lc26rxfNuycCA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:416px;width:1200px;top:83px;left:0px;overflow:hidden;display:block; }
#eofhdNxlHyMT5uTP4TO6OFenkEHFQ5lD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:460px;width:420px;top:39px;left:97.5px;overflow:hidden;display:block; }
#eSFNPKFRzChwnenUPVzSupnKM6NUVfD2 { color:#000000;display:block;width:611px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:195px;left:589px;height:46.8056px;font-style:normal;display:block; }
#rp2dLyewilmFb7dorLDp4UEWx2z4ZD9z { color:#000000;display:block;width:509px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:253.96875px;left:589px;height:49.375px;font-style:normal;display:block; }
#CkXJ1qHUg0OX8W0h7psCJwyDrxd2HGav { background-color:#ff8209;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:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:154px;height:49px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:360px;left:589px;display:block; }
#U64vXudvhXFo7X3z2FFuRw3ka2rudV9C { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Suhp1M8dkuPWvbvaTK41A33tF8BEJ2bx { color:#000000;display:block;width:69px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:438.625px;left:1056px;height:19.5px;font-style:normal;display:block; }
#nbnc0FPJTAGoMcWOyQciBQSTFggBQozP { 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;box-shadow: none;height:482px;width:330px;display:none; }
#c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 { position:relative;display:block; }#c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 { background-color: transparent; background-image: none; }#c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 > .row .container > .video-iframe-container { display: none; }#c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 > .row > .video-iframe-container { display: none; }#c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 > .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); }#c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 { border-width: 0; border-radius: 0; }#c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 > .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; }#c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 > .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:508px;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; }#Az8qbfVE3P9rDs1l4MRXUKreU6dZhNke { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:461px;width:1200px;top:44px;left:0px;overflow:hidden;display:block; }
#lgWuNP7L2wMlIpoN8b8OwrGgMCvrIvU3 { color:#ffffff;display:block;width:611px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:189px;left:101px;height:46.8056px;font-style:normal;display:block; }
#k5sxmzK3pi1ZfJIJqydPfbH9vug7WuKX { color:#ffffff;display:block;width:545px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:257.96875px;left:101px;height:74.0625px;font-style:normal;display:block; }
#J8Wp7d4DkWavTaChTibvXpGSH5rEJUNl { background-color:#ff8209;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:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:154px;height:49px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:371.03125px;left:101px;display:block; }
#FhhBWbZrt92KNRR1TMwTiZXMZze0yIS8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aWbPI7UkU0y4azmuiIwbUiJiBmCVa1ov { color:#ffffff;display:block;width:69px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:457.625px;left:101px;height:19.5px;font-style:normal;display:block; }
#XzIOTOZ23Sk2dT2VMZ1FOUXvC6HtqMhx { 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;box-shadow: none;height:482px;width:330px;display:none; }
#cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 { position:relative;display:block; }#cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 { background-color: transparent; background-image: none; }#cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 > .row .container > .video-iframe-container { display: none; }#cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 > .row > .video-iframe-container { display: none; }#cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 > .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); }#cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 { border-width: 0; border-radius: 0; }#cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 > .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; }#cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 > .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:460px;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; }#mkIuosqmFzrCnrNBfafGgzQE9hMVdMUR { color:#000000;display:block;width:234px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:107px;left:498px;height:46.8056px;font-style:normal;display:block; }
#FFo1iGftxrQi1KEGPaB1gVliJo8l8Mzu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73px;width:227px;top:284px;left:912px;overflow:hidden;display:block; }
#FXRR6gdch6QDCPCNg7gqQThAOxkyEVyP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73px;width:223px;top:197px;left:914px;overflow:hidden;display:block; }
#lPufK2BgNr8yrlHiyf1wI6fp2bHnBLi0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:72px;width:223px;top:285px;left:633px;overflow:hidden;display:block; }
#z3mFn8cUMNPWQhw7ox9kEQklDWikfG6c { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:72px;width:223px;top:197px;left:631px;overflow:hidden;display:block; }
#fbQhgE0GbPcvn88qPf7WkAplKxrRKWnH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:72px;width:223px;top:285px;left:351px;overflow:hidden;display:block; }
#MF9umcarRPKc5DGl9zFaBZG6ek865l3Z { 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;box-shadow: none;height:72px;width:223px;top:196px;left:349px;overflow:hidden;display:block; }
#QA7S1N7e0pkfnWJzXcCnZeLbKBm6nO32 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:72px;width:223px;top:285px;left:67px;overflow:hidden;display:block; }
#Pu3Hzmr28CNfTrnEOiVOKae3n9bconEd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:74px;width:234px;top:195px;left:61px;overflow:hidden;display:block; }
#p7hHOyT3vS4cs5oiP6IqqK4lOyczIIwO { box-sizing:content-box;height:1px;width:1071px;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:172px;left:67px;display:block; }
#qT1zJats7offbIIU1rkn0PMckBQ7bT5g { box-sizing:content-box;height:356px;width:1200px;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:52px;left:0px;border-top-right-radius:13px;border-bottom-right-radius:13px;border-bottom-left-radius:13px;border-top-left-radius:13px;display:block; }
#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT { position:relative;display:block; }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT { background-color: transparent; background-image: none; }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .row .container > .video-iframe-container { display: none; }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .row > .video-iframe-container { display: none; }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .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); }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT { border-width: 0; border-radius: 0; }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .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; }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .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:390px;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; }#sFea8ST3eaNXnaV585SClNRTOfhyvuhV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23px;width:23px;top:223px;left:1026.5px;overflow:hidden;display:block; }
#gIfbyfG9KKZJ3AKyR8XvAqLq9oKSiMfP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44px;width:192px;top:49px;left:140.5px;overflow:hidden;display:block; }
#tZBwgfxAhnmX33FwAhUTBJc4xoqJRii3 { color:#ffffff;display:block;width:403px;position:absolute;font-family:poppins;font-size:27px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:136px;left:153.5px;height:105.281px;font-style:normal;display:block; }
#whpRkiMP2dTLwo4FFpOLCQh1yELxWHON { color:#ffffff;display:block;width:113px;position:absolute;font-family:poppins;font-size:19px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:133px;left:810px;height:24.6875px;font-style:normal;display:block; }
#Q09kGz6gQQCrmR9n3hRT9T4TaV5VJXzS { color:#ffffff;display:block;width:89px;position:absolute;font-family:poppins;font-size:13px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:173.28125px;left:811px;height:16.8924px;font-style:normal;display:block; }
#kWKTHpRAsbGheArUCxEE6zfXybRkZGTp { color:#ffffff;display:block;width:163px;position:absolute;font-family:poppins;font-size:13px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:173.1875px;left:922px;height:16.8924px;font-style:normal;display:block; }
#VwbbTB4hy4whGe5vyrbyQ4PrzXmpmcI9 { color:#ffffff;display:block;width:317px;position:absolute;font-family:poppins;font-size:13px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:309.28125px;left:153.5px;height:16.8924px;font-style:normal;display:block; }
#vaXa92VpmEUb7EQPxC3c4Cui0JlMsBEp { color:#ffffff;display:block;width:317px;position:absolute;font-family:poppins;font-size:13px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:308.28125px;left:829.5px;height:16.8924px;font-style:normal;display:block; }
#GvbfhOWa3e1mPpT0M8odqrEbtQch79Ki { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22px;width:23px;top:222.5px;left:896px;overflow:hidden;display:block; }
#yGD7KOtauFFgtf1RAMC64GViFcdE5B8b { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21px;width:22px;top:223px;left:984.5px;overflow:hidden;display:block; }
#H2i8z40Qko4c052XBN1Uw79N5Pe3JGtO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21px;width:22px;top:224px;left:853.5px;overflow:hidden;display:block; }
#GnEKqvoNqOi8yOwAyVXDMEL7nFP5TbPo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21px;width:21px;top:223px;left:810px;overflow:hidden;display:block; }
#TlGHNVtA5M9NvageNdgDJ5tzcN0WwETm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20px;width:21px;top:223.5px;left:939px;overflow:hidden;display:block; }
#I19N7g7Knqh8vDDyTyucovdw089on83T { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31px;width:769px;top:55.5px;left:301.5px;overflow:hidden;display:block; }
#bFS36L4IAeTG7AlF8v28dUvquNz0tJZt { box-sizing:content-box;height:1px;width:893px;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:291px;left:153.5px;display:block; }
#beF5TpVsqOyG7SBrXF1dTVPwvJ1szbKk { box-sizing:content-box;height:387px;width:1200px;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:0px;left:0px;display:block; }
#tbrnrQeUAuvxCLbDyT0STF4s5nzMbeOZ { box-sizing:content-box;height:1px;width:189px;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:163.28125px;left:810px;display:block; }
#yUGAxTXysmBDhDaWTshZixUcL1XkBMxu { 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;box-shadow: none;height:478px;width:357px;display:none; }
#FblexGuuEAVtW6gwoz4uUmq0fREye0WC { 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;box-shadow: none;height:35px;width:149px;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGmcsH86CdJmtsboPwz6SzvM3FwqwlbE { top:21px;left:0px;width:155px;height:38.9931px;display:block; }
 }@media only screen and (max-width: 763px) { #C338MpquW7M06MTTMspwz6N1uv6qwVfV { top:23px;left:726px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #iwUKMcgq4FHVgX1v0s2kIxd0bFKBBczB { top:39px;left:654px;width:99px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #p0obTdpCFmUJPkSZKt0wPgNOZRg7V3ZD { top:20px;left:648px;width:115px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir { display:block; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODOL3aou6OHr2ZtpyVWTrCGeRCntrTm9 { top:255px;left:0px;width:625px;height:356.43241106088px;display:block; }
 }@media only screen and (max-width: 763px) { #QL5yXiPG36vF6WyUIV0tG1tp7F3svHKV { top:173px;left:368px;width:396px;height:411px;display:block; }
 }@media only screen and (max-width: 763px) { #tPD3kR6S84g7nPQsVic9kKUlA4wV4f0w { top:192px;left:379px;width:385px;height:49px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IG9uTlPame6IRuiNI1dJ5DITTZDnT4f4 { top:249px;left:385px;width:379px;height:363px;display:block; }
 }@media only screen and (max-width: 763px) { #BCMOmQgtE9PAzwVoTNG7ZDVEc9lTngwH { width:339px;height:181px;display:none; }
 }@media only screen and (max-width: 763px) { #QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH { display:block; }#QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmKm603EFwJBDSK74ZZmblTn7avm1iMo { top:55px;left:193px;width:426px;height:42px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #gyaVIVu8ZT5rorLvuZPsTf2uQhf71led { top:134px;left:285px;width:205px;height:95.9896px;display:block; }
 }@media only screen and (max-width: 763px) { #SUAMSPnVtTRkgf2q1hZkbdeye8a0AoZ6 { top:134px;left:38px;width:205px;height:97.9861px;display:block; }
 }@media only screen and (max-width: 763px) { #ynTPql0dGCnXKL4lylzLsNavO16MxZyh { top:134px;left:534px;width:200px;height:95.9896px;display:block; }
 }@media only screen and (max-width: 763px) { #pgQzBhcoWxHiG7WbeMQX6yDJfimuHgme { top:134px;left:0px;width:205px;height:95.9896px;display:block; }
 }@media only screen and (max-width: 763px) { #mxaPOlIPW08XHypDQTqNPHsbi8ig7CFH { top:134px;left:559px;width:205px;height:96.9965px;display:block; }
 }@media only screen and (max-width: 763px) { #ICgnnf11ykEDuzakP7GFl7itG92FyC8u { top:247px;left:0px;width:205px;height:96.9965px;display:block; }
 }@media only screen and (max-width: 763px) { #THLfDAR8Ki4VBdXFb6LrGzatu498geqD { top:248px;left:38px;width:205px;height:97.9861px;display:block; }
 }@media only screen and (max-width: 763px) { #EQIr9XP54TwR2DzCHhJC2o2ip3rnqCJi { top:247px;left:287px;width:205px;height:98.9931px;display:block; }
 }@media only screen and (max-width: 763px) { #xDH1INdLlbInTSftaJhgOxbT5mhH7ke0 { top:248px;left:559px;width:205px;height:97.9861px;display:block; }
 }@media only screen and (max-width: 763px) { #mSvtsKHwUPJFP7kTrJNOERHRmdiiCDGa { top:248px;left:533px;width:201px;height:97.50246835349px;display:block; }
 }@media only screen and (max-width: 763px) { #ADimTBweCkIfdbPb2ebgsI14qllCZnTm { width:156px;height:74px;display:none; }
 }@media only screen and (max-width: 763px) { #TRFXPRgHGyW8ZrLv5yFz4N20B4K9UP7X { width:156px;height:74px;display:none; }
 }@media only screen and (max-width: 763px) { #fXqX5KNF1TDEhpeGrm8Oqz9ERAcutc1N { width:156px;height:74px;display:none; }
 }@media only screen and (max-width: 763px) { #uCXsi7Ie2XTvM7rDL7UA8Ae5XxsovHDd { width:156px;height:74px;display:none; }
 }@media only screen and (max-width: 763px) { #xdrA7CRZTkqXm26TETic2GzZdeJcxGZU { width:156px;height:74px;display:none; }
 }@media only screen and (max-width: 763px) { #pyTGVfbKIqL9lhoBgAVUrG1JEOlR5MAO { width:156px;height:74px;display:none; }
 }@media only screen and (max-width: 763px) { #RKu1MCxpeB0bU5TmOViacp0cyi6QTC7e { width:156px;height:74px;display:none; }
 }@media only screen and (max-width: 763px) { #zUTAS4Mc19CSttyRfheyTtwxMflfkanm { width:156px;height:74px;display:none; }
 }@media only screen and (max-width: 763px) { #nqA7mJPFPuJ7UVo5T7mCmT7Dz7L5qtpP { width:156px;height:74px;display:none; }
 }@media only screen and (max-width: 763px) { #mTWga1sN4449TgWgoN4q9vnfnuA0rNVV { width:156px;height:74px;display:none; }
 }@media only screen and (max-width: 763px) { #VtWH7FKwcmVMkEL6CvQREHxJ459yITcs { width:202px;height:55px;top:407px;left:281px;display:block; }
 }@media only screen and (max-width: 763px) { #liUiAMFtzRM3JOo53pT8fGfT5tBCLcSx { display:block; }
 }@media only screen and (max-width: 763px) { #fWG0e925XczTu8uCOesUflk4D62stAzu { display:block; }#fWG0e925XczTu8uCOesUflk4D62stAzu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhxoEZ4b8kg1tBrtpO3b0RUFmIdxQZ7G { top:29px;left:250px;width:426px;height:42px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #oeB2ObDBb5HPgxCWSn61eQBCnRGHrESZ { top:365px;left:79px;width:303px;height:70.757710868342px;display:block; }
 }@media only screen and (max-width: 763px) { #JMs9TTyDc2ENlNmpG1GLkwqVbGmE2hJ3 { top:364px;left:0px;width:268px;height:70.727538634834px;display:block; }
 }@media only screen and (max-width: 763px) { #ulTEduMS6SquXQU145ahVoVovHitk2uO { top:364px;left:413px;width:262px;height:70.723442312519px;display:block; }
 }@media only screen and (max-width: 763px) { #W5e2A37ggAiyqJTWZcn2Sbp03JleT5KZ { top:278px;left:506px;width:258px;height:70.717420161935px;display:block; }
 }@media only screen and (max-width: 763px) { #VUgd9JisFOxkKyi8oeJTaseGRK0cMwRz { top:278px;left:415px;width:258px;height:70.717420161935px;display:block; }
 }@media only screen and (max-width: 763px) { #SHiNnJ4iQ3vETFNNVpxztrJniJztymWZ { top:278px;left:101px;width:258px;height:70.717420161935px;display:block; }
 }@media only screen and (max-width: 763px) { #CE0l9eKfGpm6BpTInvdbwJVCLL4dSp5l { top:191px;left:506px;width:258px;height:70.717420161935px;display:block; }
 }@media only screen and (max-width: 763px) { #fde6GcXKNgDhHRsGvm1HGDc17oZtagAn { top:277px;left:0px;width:258px;height:70.717420161935px;display:block; }
 }@media only screen and (max-width: 763px) { #BGgJJV1FX8v44ThuTWDRuA5wSSRvQulF { top:104px;left:101px;width:258px;height:70.717420161935px;display:block; }
 }@media only screen and (max-width: 763px) { #wDRk4nlCnocRt2UoOlAkTwT8BLiZU4SZ { top:191px;left:415px;width:258px;height:70.717420161935px;display:block; }
 }@media only screen and (max-width: 763px) { #M23Ish1OmHSu9y0pnGu42kciuAHh0HPx { top:191px;left:94px;width:272px;height:71.736455349359px;display:block; }
 }@media only screen and (max-width: 763px) { #u4STKFCaTBtHTlMwTIJENCxvvp91b9a3 { top:190px;left:0px;width:258px;height:70.717420161935px;display:block; }
 }@media only screen and (max-width: 763px) { #ziil1ExOGEB45tc4htcFkMye4HP2rn4c { top:103px;left:506px;width:258px;height:70.717420161935px;display:block; }
 }@media only screen and (max-width: 763px) { #eq7kU34aeIkIQyOhlq96B73OfZtxorI0 { top:103px;left:415px;width:258px;height:70.717420161935px;display:block; }
 }@media only screen and (max-width: 763px) { #ioRMX5HTOGzmELygJo8wsLPIlq43BQlV { top:103px;left:0px;width:258px;height:70.717420161935px;display:block; }
 }@media only screen and (max-width: 763px) { #Gmaeh0XrmBKhImu3ETkmTsTRP5ewXTs2 { top:365px;left:506px;width:258px;height:70.717420161935px;display:block; }
 }@media only screen and (max-width: 763px) { #Hr5DTnkffzxUNx3TNPVTkr1lSvyFPKRX { width:148px;height:45px;display:none; }
 }@media only screen and (max-width: 763px) { #tQx5oy2fPRyl2iLRbTC2Z5e85Drr8CTP { width:148px;height:42px;display:none; }
 }@media only screen and (max-width: 763px) { #HZzH2PFAzMnTpEtuxWRTTiLTagEFGnSe { width:158px;height:45px;display:none; }
 }@media only screen and (max-width: 763px) { #aWwVmmpXgSWhfn2VkKonbd2JJA96ugQs { width:148px;height:41px;display:none; }
 }@media only screen and (max-width: 763px) { #K2IAbLRbSiiKKMK7o9Qk8ve7e1GWiipa { width:158px;height:44px;display:none; }
 }@media only screen and (max-width: 763px) { #Cu7saKknVgE1TkITrMa7liGXG1IeOVVU { width:148px;height:41px;display:none; }
 }@media only screen and (max-width: 763px) { #nI9FkayTwWoZMlfTCCJifyHeA9LBu8he { width:158px;height:44px;display:none; }
 }@media only screen and (max-width: 763px) { #PlhdMnrvHWgSny57FATwLuraFqmmW4vM { width:148px;height:41px;display:none; }
 }@media only screen and (max-width: 763px) { #VUAZINUNmB76Sv9KGm3rNaPDaa3gz6wO { width:158px;height:44px;display:none; }
 }@media only screen and (max-width: 763px) { #Ug44VS3WRlNwmEB9qJWqbdOhIudO9xRT { width:148px;height:41px;display:none; }
 }@media only screen and (max-width: 763px) { #X0KQMDPcnnW50vrfrtPcp5RTJZbB288J { width:158px;height:44px;display:none; }
 }@media only screen and (max-width: 763px) { #MUpBlZKm64JTbTdBdp9JEZyfIymFlU3i { width:148px;height:41px;display:none; }
 }@media only screen and (max-width: 763px) { #VVPoK4Ih9coqNvAaETDyQstUvT82dJMD { width:158px;height:44px;display:none; }
 }@media only screen and (max-width: 763px) { #qVOsqJq1kV4wGKG93MSOcERCTiD7yPku { width:148px;height:41px;display:none; }
 }@media only screen and (max-width: 763px) { #oXAU4X6sOstEQZvgRlTTEyEw6SepoDeD { width:158px;height:44px;display:none; }
 }@media only screen and (max-width: 763px) { #SUdOfoobm9TQBPP6uHt0fwwBJ5sWqO7l { width:141px;height:42px;display:none; }
 }@media only screen and (max-width: 763px) { #tA4D4nPmRWwAzq0e0NHwn7n9RMn2rend { width:202px;height:55px;top:472px;left:281px;display:block; }
 }@media only screen and (max-width: 763px) { #o9FQPZar3NAXscNSi4BJAPb0vVEeugde { display:block; }
 }@media only screen and (max-width: 763px) { #TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E { display:block; }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GULp6ehRvLfod5rDokw50Q8D3H6X5SF6 { top:49px;left:0px;width:525px;height:42px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ZwSK2Z6gTzRTfCbMnIbAn72d8VXzm1rk { top:126px;left:0px;width:350px;height:159.54870509131px;display:block; }
 }@media only screen and (max-width: 763px) { #GDP2mXonP40lApDuzbsW0VhTDdvoCKJC { top:125px;left:208px;width:350px;height:160.53591270407px;display:block; }
 }@media only screen and (max-width: 763px) { #Oe6kWmrIvO2lfkXf7JIJtDJRFU05440S { top:125px;left:413px;width:350px;height:158.54454542864px;display:block; }
 }@media only screen and (max-width: 763px) { #xdVl7U9AMGfKL030qMod17UAP1n4PfFl { top:0px;left:0px;width:764px;height:203.73333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW { display:block; }#vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDxhMSh53g9LsqmI9TnCT7AT7cicU3zv { width:202px;height:55px;top:10px;left:281px;display:block; }
 }@media only screen and (max-width: 763px) { #v5bOMIlnpGIbK3SnfWMOkxGpqQQc0kBz { display:block; }
 }@media only screen and (max-width: 763px) { #KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK { display:block; }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFsKTnHx3rVNy76RMD8iBwg6im2KEm2L { top:50px;left:88px;width:611px;height:46px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #sGKCFPoKqPSCySTEHJiKl87wnQZbhkCG { top:176px;left:0px;width:764px;height:264.85333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #nn6wyzV8KMz1gdL1TzePM04zi32fTgb3 { top:125px;left:402px;width:362px;height:467px;display:block; }
 }@media only screen and (max-width: 763px) { #TLoF7B2nvz9T1VXgTX0gFN1XD52GHhIS { top:253px;left:0px;width:391px;height:46px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #tshDG99EAterKaDs5SXhnuP7HG4h5DWJ { top:309px;left:0px;width:561px;height:98px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tcRuqKte4v8E6zPZOTRtA6UeMQJXwosw { width:154px;height:49px;top:446px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #i8VoRnWU6ItmftcHNVQ8OtTDzgWg290B { display:block; }
 }@media only screen and (max-width: 763px) { #aPV9AXbExLOiqCKRRhW5BmmfsiDigkfW { top:526px;left:0px;width:69px;height:19px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQqLX7E8v9Gv80lONc6RPFO2wZmJPS3E { width:330px;height:482px;display:none; }
 }@media only screen and (max-width: 763px) { #gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO { display:block; }#gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIdfwfUlwldFWP7QCf2Lc26rxfNuycCA { top:83px;left:0px;width:764px;height:264.85333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #eofhdNxlHyMT5uTP4TO6OFenkEHFQ5lD { top:39px;left:0px;width:420px;height:460px;display:block; }
 }@media only screen and (max-width: 763px) { #eSFNPKFRzChwnenUPVzSupnKM6NUVfD2 { top:195px;left:153px;width:611px;height:46px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rp2dLyewilmFb7dorLDp4UEWx2z4ZD9z { top:253px;left:255px;width:509px;height:74px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CkXJ1qHUg0OX8W0h7psCJwyDrxd2HGav { width:154px;height:49px;top:360px;left:371px;display:block; }
 }@media only screen and (max-width: 763px) { #U64vXudvhXFo7X3z2FFuRw3ka2rudV9C { display:block; }
 }@media only screen and (max-width: 763px) { #Suhp1M8dkuPWvbvaTK41A33tF8BEJ2bx { top:438px;left:695px;width:69px;height:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #nbnc0FPJTAGoMcWOyQciBQSTFggBQozP { width:330px;height:482px;display:none; }
 }@media only screen and (max-width: 763px) { #c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 { display:block; }#c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Az8qbfVE3P9rDs1l4MRXUKreU6dZhNke { top:44px;left:0px;width:764px;height:293.50333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #lgWuNP7L2wMlIpoN8b8OwrGgMCvrIvU3 { top:189px;left:0px;width:611px;height:46px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #k5sxmzK3pi1ZfJIJqydPfbH9vug7WuKX { top:257px;left:0px;width:545px;height:74px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #J8Wp7d4DkWavTaChTibvXpGSH5rEJUNl { width:154px;height:49px;top:371px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FhhBWbZrt92KNRR1TMwTiZXMZze0yIS8 { display:block; }
 }@media only screen and (max-width: 763px) { #aWbPI7UkU0y4azmuiIwbUiJiBmCVa1ov { top:457px;left:0px;width:69px;height:19px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #XzIOTOZ23Sk2dT2VMZ1FOUXvC6HtqMhx { width:330px;height:482px;display:none; }
 }@media only screen and (max-width: 763px) { #cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 { display:block; }#cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkIuosqmFzrCnrNBfafGgzQE9hMVdMUR { top:107px;left:280px;width:234px;height:46px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #FFo1iGftxrQi1KEGPaB1gVliJo8l8Mzu { top:284px;left:537px;width:227px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #FXRR6gdch6QDCPCNg7gqQThAOxkyEVyP { top:197px;left:541px;width:223px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #lPufK2BgNr8yrlHiyf1wI6fp2bHnBLi0 { top:285px;left:415px;width:223px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #z3mFn8cUMNPWQhw7ox9kEQklDWikfG6c { top:197px;left:413px;width:223px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #fbQhgE0GbPcvn88qPf7WkAplKxrRKWnH { top:285px;left:133px;width:223px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #MF9umcarRPKc5DGl9zFaBZG6ek865l3Z { top:196px;left:131px;width:223px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #QA7S1N7e0pkfnWJzXcCnZeLbKBm6nO32 { top:285px;left:0px;width:223px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #Pu3Hzmr28CNfTrnEOiVOKae3n9bconEd { top:195px;left:0px;width:234px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #p7hHOyT3vS4cs5oiP6IqqK4lOyczIIwO { top:172px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #qT1zJats7offbIIU1rkn0PMckBQ7bT5g { top:52px;left:0px;width:764px;height:356px;display:block; }
 }@media only screen and (max-width: 763px) { #ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT { display:block; }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFea8ST3eaNXnaV585SClNRTOfhyvuhV { top:223px;left:741px;width:23px;height:23px;display:block; }
 }@media only screen and (max-width: 763px) { #gIfbyfG9KKZJ3AKyR8XvAqLq9oKSiMfP { top:49px;left:0px;width:192px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #tZBwgfxAhnmX33FwAhUTBJc4xoqJRii3 { top:136px;left:0px;width:403px;height:105px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #whpRkiMP2dTLwo4FFpOLCQh1yELxWHON { top:133px;left:592px;width:113px;height:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Q09kGz6gQQCrmR9n3hRT9T4TaV5VJXzS { top:173px;left:410px;width:89px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #kWKTHpRAsbGheArUCxEE6zfXybRkZGTp { top:173px;left:601px;width:163px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #VwbbTB4hy4whGe5vyrbyQ4PrzXmpmcI9 { top:309px;left:0px;width:317px;height:16px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #vaXa92VpmEUb7EQPxC3c4Cui0JlMsBEp { top:308px;left:448px;width:316px;height:16px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #GvbfhOWa3e1mPpT0M8odqrEbtQch79Ki { top:222px;left:678px;width:23px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #yGD7KOtauFFgtf1RAMC64GViFcdE5B8b { top:223px;left:742px;width:22px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #H2i8z40Qko4c052XBN1Uw79N5Pe3JGtO { top:224px;left:635.5px;width:22px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #GnEKqvoNqOi8yOwAyVXDMEL7nFP5TbPo { top:223px;left:592px;width:21px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TlGHNVtA5M9NvageNdgDJ5tzcN0WwETm { top:223px;left:721px;width:21px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #I19N7g7Knqh8vDDyTyucovdw089on83T { top:55px;left:0px;width:764px;height:30.79843953186px;display:block; }
 }@media only screen and (max-width: 763px) { #bFS36L4IAeTG7AlF8v28dUvquNz0tJZt { top:291px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #beF5TpVsqOyG7SBrXF1dTVPwvJ1szbKk { top:0px;left:0px;width:764px;height:387px;display:block; }
 }@media only screen and (max-width: 763px) { #tbrnrQeUAuvxCLbDyT0STF4s5nzMbeOZ { top:163px;left:575px;width:189px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #yUGAxTXysmBDhDaWTshZixUcL1XkBMxu { width:357px;height:478px;display:none; }
 }@media only screen and (max-width: 763px) { #FblexGuuEAVtW6gwoz4uUmq0fREye0WC { width:149px;height:35px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGmcsH86CdJmtsboPwz6SzvM3FwqwlbE { width:130px;height:30px;top:25.486356735229px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C338MpquW7M06MTTMspwz6N1uv6qwVfV { display:flex;width:21.9922px;height:21.9922px;top:29.479166030884px;left:196.84895896912px;font-size:13px; }
 }@media only screen and (max-width: 763px) { #iwUKMcgq4FHVgX1v0s2kIxd0bFKBBczB { width:92.9948px;height:23.3906px;top:28.7890625px;left:218.84114646912px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #p0obTdpCFmUJPkSZKt0wPgNOZRg7V3ZD { width:115px;height:auto;top:20px;left:102px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir { display:block; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir { background-color: transparent; background-image: none; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container > .video-iframe-container { display: none; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row > .video-iframe-container { display: none; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .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); }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir { border-width: 0; border-radius: 0; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container > .video-iframe-container { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container { width:320px;height:1013px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c55807d1-6482-46e7-85f2-e4407961d9a7/Frame4831062.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container.adaptive-delivery-prevent-bg, #zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container.lazyload, #zwWpriFMlmmi2ML9zr2rUP3IEsZTd5ir > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ODOL3aou6OHr2ZtpyVWTrCGeRCntrTm9 { width:320px;height:182.49201277955px;top:159px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #QL5yXiPG36vF6WyUIV0tG1tp7F3svHKV { width:294px;height:420px;top:90.640625px;left:12.984375px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tPD3kR6S84g7nPQsVic9kKUlA4wV4f0w { width:276.979px;height:44.1875px;top:105.8125px;left:21.484375px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IG9uTlPame6IRuiNI1dJ5DITTZDnT4f4 { width:287px;height:366px;top:162.984375px;left:16.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #BCMOmQgtE9PAzwVoTNG7ZDVEc9lTngwH { top:535.96875px;left:0px;width:320px;height:170px;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH { display:block; }#QgUNLqMGbbXpMqDHSl1UIZTUgJFPcQDH > .row .container { width:320px;height:640px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmKm603EFwJBDSK74ZZmblTn7avm1iMo { width:320px;height:32.5px;top:32px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gyaVIVu8ZT5rorLvuZPsTf2uQhf71led { width:145px;height:68px;top:183.6875px;left:3.5px;display:none; }
 }@media only screen and (max-width: 763px) { #SUAMSPnVtTRkgf2q1hZkbdeye8a0AoZ6 { width:157px;height:70px;top:96.1875px;left:163px;display:none; }
 }@media only screen and (max-width: 763px) { #ynTPql0dGCnXKL4lylzLsNavO16MxZyh { width:152px;height:71px;top:182.1875px;left:168px;display:none; }
 }@media only screen and (max-width: 763px) { #pgQzBhcoWxHiG7WbeMQX6yDJfimuHgme { width:152px;height:68px;top:97.1875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #mxaPOlIPW08XHypDQTqNPHsbi8ig7CFH { width:205px;height:97px;top:589.1875px;left:57px;display:none; }
 }@media only screen and (max-width: 763px) { #ICgnnf11ykEDuzakP7GFl7itG92FyC8u { width:205px;height:97px;top:706.1875px;left:57px;display:none; }
 }@media only screen and (max-width: 763px) { #THLfDAR8Ki4VBdXFb6LrGzatu498geqD { width:205px;height:98px;top:823.1875px;left:57px;display:none; }
 }@media only screen and (max-width: 763px) { #EQIr9XP54TwR2DzCHhJC2o2ip3rnqCJi { width:205px;height:99px;top:941.1875px;left:57px;display:none; }
 }@media only screen and (max-width: 763px) { #xDH1INdLlbInTSftaJhgOxbT5mhH7ke0 { width:205px;height:98px;top:1178.1875px;left:57px;display:none; }
 }@media only screen and (max-width: 763px) { #mSvtsKHwUPJFP7kTrJNOERHRmdiiCDGa { width:202px;height:98px;top:1060.1875px;left:59px;display:none; }
 }@media only screen and (max-width: 763px) { #ADimTBweCkIfdbPb2ebgsI14qllCZnTm { top:96px;left:0px;width:156px;height:74px;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TRFXPRgHGyW8ZrLv5yFz4N20B4K9UP7X { top:96px;left:164px;width:156px;height:74px;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fXqX5KNF1TDEhpeGrm8Oqz9ERAcutc1N { top:190px;left:0px;width:156px;height:74px;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uCXsi7Ie2XTvM7rDL7UA8Ae5XxsovHDd { top:190px;left:164px;width:156px;height:74px;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xdrA7CRZTkqXm26TETic2GzZdeJcxGZU { top:284px;left:0px;width:156px;height:74px;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pyTGVfbKIqL9lhoBgAVUrG1JEOlR5MAO { top:284px;left:164px;width:156px;height:74px;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RKu1MCxpeB0bU5TmOViacp0cyi6QTC7e { top:378px;left:0px;width:156px;height:74px;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zUTAS4Mc19CSttyRfheyTtwxMflfkanm { top:378px;left:164px;width:156px;height:74px;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nqA7mJPFPuJ7UVo5T7mCmT7Dz7L5qtpP { top:472px;left:0px;width:156px;height:74px;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mTWga1sN4449TgWgoN4q9vnfnuA0rNVV { top:472px;left:164px;width:156px;height:74px;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VtWH7FKwcmVMkEL6CvQREHxJ459yITcs { width:202px;height:55px;top:568px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #liUiAMFtzRM3JOo53pT8fGfT5tBCLcSx { display:block; }
 }@media only screen and (max-width: 763px) { #fWG0e925XczTu8uCOesUflk4D62stAzu { display:block; }#fWG0e925XczTu8uCOesUflk4D62stAzu > .row .container { width:320px;height:640px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhxoEZ4b8kg1tBrtpO3b0RUFmIdxQZ7G { width:320px;height:36.3932px;top:17px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oeB2ObDBb5HPgxCWSn61eQBCnRGHrESZ { width:304px;height:71px;top:1265.5938px;left:8px;display:none; }
 }@media only screen and (max-width: 763px) { #JMs9TTyDc2ENlNmpG1GLkwqVbGmE2hJ3 { width:269px;height:71px;top:1174.5938px;left:25px;display:none; }
 }@media only screen and (max-width: 763px) { #ulTEduMS6SquXQU145ahVoVovHitk2uO { width:263px;height:71px;top:1356.5938px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #W5e2A37ggAiyqJTWZcn2Sbp03JleT5KZ { width:259px;height:71px;top:1083.5938px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #VUgd9JisFOxkKyi8oeJTaseGRK0cMwRz { width:259px;height:71px;top:992.5938px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #SHiNnJ4iQ3vETFNNVpxztrJniJztymWZ { width:259px;height:71px;top:901.5938px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #CE0l9eKfGpm6BpTInvdbwJVCLL4dSp5l { width:259px;height:71px;top:719.5938px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #fde6GcXKNgDhHRsGvm1HGDc17oZtagAn { width:259px;height:71px;top:810.5938px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #BGgJJV1FX8v44ThuTWDRuA5wSSRvQulF { width:155px;height:38px;top:95.59375px;left:165px;display:none; }
 }@media only screen and (max-width: 763px) { #wDRk4nlCnocRt2UoOlAkTwT8BLiZU4SZ { width:259px;height:71px;top:628.5938px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #M23Ish1OmHSu9y0pnGu42kciuAHh0HPx { width:273px;height:72px;top:536.5938px;left:23px;display:none; }
 }@media only screen and (max-width: 763px) { #u4STKFCaTBtHTlMwTIJENCxvvp91b9a3 { width:259px;height:71px;top:445.5938px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #ziil1ExOGEB45tc4htcFkMye4HP2rn4c { width:259px;height:71px;top:354.5938px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #eq7kU34aeIkIQyOhlq96B73OfZtxorI0 { width:259px;height:71px;top:263.5938px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #ioRMX5HTOGzmELygJo8wsLPIlq43BQlV { width:154px;height:40px;top:94.59375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Gmaeh0XrmBKhImu3ETkmTsTRP5ewXTs2 { width:259px;height:71px;top:1447.5938px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #Hr5DTnkffzxUNx3TNPVTkr1lSvyFPKRX { top:82px;left:0px;width:143px;height:43px;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tQx5oy2fPRyl2iLRbTC2Z5e85Drr8CTP { top:145px;left:0px;width:143px;height:40px;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HZzH2PFAzMnTpEtuxWRTTiLTagEFGnSe { top:144px;left:170px;width:150px;height:42px;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aWwVmmpXgSWhfn2VkKonbd2JJA96ugQs { top:206px;left:0px;width:143px;height:39px;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K2IAbLRbSiiKKMK7o9Qk8ve7e1GWiipa { top:205px;left:170px;width:150px;height:41px;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Cu7saKknVgE1TkITrMa7liGXG1IeOVVU { top:266px;left:0px;width:143px;height:39px;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nI9FkayTwWoZMlfTCCJifyHeA9LBu8he { top:265px;left:170px;width:150px;height:41px;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PlhdMnrvHWgSny57FATwLuraFqmmW4vM { top:326px;left:0px;width:143px;height:39px;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VUAZINUNmB76Sv9KGm3rNaPDaa3gz6wO { top:325px;left:170px;width:150px;height:41px;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ug44VS3WRlNwmEB9qJWqbdOhIudO9xRT { top:386px;left:0px;width:143px;height:39px;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X0KQMDPcnnW50vrfrtPcp5RTJZbB288J { top:385px;left:170px;width:150px;height:41px;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MUpBlZKm64JTbTdBdp9JEZyfIymFlU3i { top:446px;left:0px;width:143px;height:39px;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VVPoK4Ih9coqNvAaETDyQstUvT82dJMD { top:445px;left:170px;width:150px;height:41px;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qVOsqJq1kV4wGKG93MSOcERCTiD7yPku { top:506px;left:0px;width:143px;height:39px;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oXAU4X6sOstEQZvgRlTTEyEw6SepoDeD { top:505px;left:170px;width:150px;height:41px;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SUdOfoobm9TQBPP6uHt0fwwBJ5sWqO7l { top:81px;left:148px;width:194px;height:45px;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tA4D4nPmRWwAzq0e0NHwn7n9RMn2rend { width:202px;height:55px;top:566px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #o9FQPZar3NAXscNSi4BJAPb0vVEeugde { display:block; }
 }@media only screen and (max-width: 763px) { #TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E { background-color:#ffddb3;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; }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .row .container { background-color: transparent; background-image: none; }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .row .container > .video-iframe-container { display: none; }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .row > .video-iframe-container { display: none; }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .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); }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .row .container { border-width: 0; border-radius: 0; }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbVWH4TgP8nEpvTUfoIDDFNFl3FKCr5E > .row .container { width:320px;height:560px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GULp6ehRvLfod5rDokw50Q8D3H6X5SF6 { width:320px;height:28.6068px;top:25px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZwSK2Z6gTzRTfCbMnIbAn72d8VXzm1rk { width:312px;height:140px;top:72px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #GDP2mXonP40lApDuzbsW0VhTDdvoCKJC { width:312px;height:142px;top:233px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #Oe6kWmrIvO2lfkXf7JIJtDJRFU05440S { width:312px;height:142px;top:398px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #xdVl7U9AMGfKL030qMod17UAP1n4PfFl { width:320px;height:86.666666666667px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW { display:block; }#vUtqaKCTJQHPNVpEehzP04TZkqhJdXgW > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDxhMSh53g9LsqmI9TnCT7AT7cicU3zv { width:202px;height:55px;top:20px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #v5bOMIlnpGIbK3SnfWMOkxGpqQQc0kBz { display:block; }
 }@media only screen and (max-width: 763px) { #KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK { 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; }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .row .container { background-color: transparent; background-image: none; }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .row .container > .video-iframe-container { display: none; }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .row > .video-iframe-container { display: none; }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .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); }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .row .container { border-width: 0; border-radius: 0; }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KR5snwd2bWLsanUDd7iRVD1Pwdm3VEbK > .row .container { width:320px;height:582.5625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFsKTnHx3rVNy76RMD8iBwg6im2KEm2L { width:320px;height:62.375px;top:27px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGKCFPoKqPSCySTEHJiKl87wnQZbhkCG { width:320px;height:110.93333333333px;top:123.1875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #nn6wyzV8KMz1gdL1TzePM04zi32fTgb3 { width:320px;height:412.81767955801px;top:513.3125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TLoF7B2nvz9T1VXgTX0gFN1XD52GHhIS { width:252px;height:31.1875px;top:153.1875px;left:17.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #tshDG99EAterKaDs5SXhnuP7HG4h5DWJ { width:298px;height:109.125px;top:183.984375px;left:17px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tcRuqKte4v8E6zPZOTRtA6UeMQJXwosw { width:110px;height:41px;top:315.0625px;left:17.5px;font-size:16px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i8VoRnWU6ItmftcHNVQ8OtTDzgWg290B { display:block; }
 }@media only screen and (max-width: 763px) { #aPV9AXbExLOiqCKRRhW5BmmfsiDigkfW { width:33px;height:14.3056px;top:367.8125px;left:275px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQqLX7E8v9Gv80lONc6RPFO2wZmJPS3E { top:114.5625px;left:0px;width:320px;height:468px;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO { display:block; }#gziIDcZGZsGD9OUe9eqGPoTgwMQFHzVO > .row .container { width:320px;height:511px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIdfwfUlwldFWP7QCf2Lc26rxfNuycCA { width:320px;height:110.93333333333px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #eofhdNxlHyMT5uTP4TO6OFenkEHFQ5lD { width:320px;height:350.47619047619px;top:415.125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #eSFNPKFRzChwnenUPVzSupnKM6NUVfD2 { width:228px;height:57.1875px;top:66px;left:18px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rp2dLyewilmFb7dorLDp4UEWx2z4ZD9z { width:292px;height:54.5703px;top:123px;left:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CkXJ1qHUg0OX8W0h7psCJwyDrxd2HGav { width:110px;height:41px;top:192px;left:17px;font-size:16px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U64vXudvhXFo7X3z2FFuRw3ka2rudV9C { display:block; }
 }@media only screen and (max-width: 763px) { #Suhp1M8dkuPWvbvaTK41A33tF8BEJ2bx { width:45px;height:15.599px;top:245px;left:271px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #nbnc0FPJTAGoMcWOyQciBQSTFggBQozP { top:44px;left:0px;width:320px;height:467px;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 { display:block; }#c8mOoTTfC01lUOOUZD9xBuLoIf7iOsn9 > .row .container { width:320px;height:510px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Az8qbfVE3P9rDs1l4MRXUKreU6dZhNke { width:320px;height:122.93333333333px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lgWuNP7L2wMlIpoN8b8OwrGgMCvrIvU3 { width:265px;height:29.8958px;top:58px;left:16px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #k5sxmzK3pi1ZfJIJqydPfbH9vug7WuKX { width:296px;height:90.9505px;top:87.875px;left:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #J8Wp7d4DkWavTaChTibvXpGSH5rEJUNl { width:113px;height:40px;top:198px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FhhBWbZrt92KNRR1TMwTiZXMZze0yIS8 { display:block; }
 }@media only screen and (max-width: 763px) { #aWbPI7UkU0y4azmuiIwbUiJiBmCVa1ov { width:46px;height:14.3056px;top:251px;left:274px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #XzIOTOZ23Sk2dT2VMZ1FOUXvC6HtqMhx { top:43px;left:0px;width:320px;height:467px;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 { display:block; }#cQ5nVsvnHzRnPdKmOgiT8Gmx7IMf8zZ4 > .row .container { width:320px;height:390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkIuosqmFzrCnrNBfafGgzQE9hMVdMUR { width:151px;height:28.6068px;top:72px;left:100px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #FFo1iGftxrQi1KEGPaB1gVliJo8l8Mzu { width:134px;height:40px;top:276.5px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #FXRR6gdch6QDCPCNg7gqQThAOxkyEVyP { width:128px;height:40px;top:176px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #lPufK2BgNr8yrlHiyf1wI6fp2bHnBLi0 { width:121px;height:37px;top:278px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #z3mFn8cUMNPWQhw7ox9kEQklDWikfG6c { width:124px;height:37px;top:177px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #fbQhgE0GbPcvn88qPf7WkAplKxrRKWnH { width:120px;height:37px;top:228px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #MF9umcarRPKc5DGl9zFaBZG6ek865l3Z { width:140px;height:43px;top:122.5px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #QA7S1N7e0pkfnWJzXcCnZeLbKBm6nO32 { width:133px;height:41px;top:226px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Pu3Hzmr28CNfTrnEOiVOKae3n9bconEd { width:133px;height:40px;top:123px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #p7hHOyT3vS4cs5oiP6IqqK4lOyczIIwO { width:293px;height:1px;top:108px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qT1zJats7offbIIU1rkn0PMckBQ7bT5g { width:320px;height:309px;top:41.5px;left:0px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT { background-color:#000000;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; }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .row .container { background-color: transparent; background-image: none; }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .row .container > .video-iframe-container { display: none; }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .row > .video-iframe-container { display: none; }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .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); }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .row .container { border-width: 0; border-radius: 0; }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODMlXwpy4iTwS6f3O7x9ZESboAhhrtrT > .row .container { width:320px;height:420px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFea8ST3eaNXnaV585SClNRTOfhyvuhV { width:23px;height:23px;top:287.71875px;left:211px;display:block; }
 }@media only screen and (max-width: 763px) { #gIfbyfG9KKZJ3AKyR8XvAqLq9oKSiMfP { width:129px;height:27px;top:52.9375px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #tZBwgfxAhnmX33FwAhUTBJc4xoqJRii3 { width:274px;height:70.1719px;top:110.09375px;left:18px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #whpRkiMP2dTLwo4FFpOLCQh1yELxWHON { width:113px;height:19.5px;top:203.59375px;left:17px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Q09kGz6gQQCrmR9n3hRT9T4TaV5VJXzS { width:89px;height:16.8924px;top:243.28125px;left:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #kWKTHpRAsbGheArUCxEE6zfXybRkZGTp { width:102px;height:16.8924px;top:243.28125px;left:125.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #VwbbTB4hy4whGe5vyrbyQ4PrzXmpmcI9 { width:251px;height:14.3056px;top:346.1875px;left:18px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #vaXa92VpmEUb7EQPxC3c4Cui0JlMsBEp { width:232px;height:14.3056px;top:369.5px;left:18px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #GvbfhOWa3e1mPpT0M8odqrEbtQch79Ki { width:23px;height:22px;top:288.21875px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #yGD7KOtauFFgtf1RAMC64GViFcdE5B8b { width:22px;height:21px;top:288.71875px;left:173.5px;display:block; }
 }@media only screen and (max-width: 763px) { #H2i8z40Qko4c052XBN1Uw79N5Pe3JGtO { width:22px;height:21px;top:287.71875px;left:54.5px;display:block; }
 }@media only screen and (max-width: 763px) { #GnEKqvoNqOi8yOwAyVXDMEL7nFP5TbPo { width:21px;height:21px;top:287.71875px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TlGHNVtA5M9NvageNdgDJ5tzcN0WwETm { width:21px;height:20px;top:289.21875px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #I19N7g7Knqh8vDDyTyucovdw089on83T { width:320px;height:12.8906px;top:502.5px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #bFS36L4IAeTG7AlF8v28dUvquNz0tJZt { width:282px;height:1px;top:329.1875px;left:18.5px;display:block; }
 }@media only screen and (max-width: 763px) { #beF5TpVsqOyG7SBrXF1dTVPwvJ1szbKk { width:320px;height:387px;top:337px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #tbrnrQeUAuvxCLbDyT0STF4s5nzMbeOZ { width:284px;height:1px;top:231.28125px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yUGAxTXysmBDhDaWTshZixUcL1XkBMxu { top:508.09375px;left:0px;width:320px;height:428px;z-index:14998;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #FblexGuuEAVtW6gwoz4uUmq0fREye0WC { top:48.9375px;left:157px;width:149px;height:35px;z-index:15011;overflow:hidden;display:block; }
 }