.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .row > .video-iframe-container { display: none; }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/xCY0eRE7/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA.adaptive-delivery-prevent-bg, #NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA.lazyload, #NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA.lazyloading { background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { background-color: transparent; background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { border-width: 0; border-radius: 0; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { font-size:14px;font-family:arial;height:578px;width:1200px;position:relative;display:block; }#fsqGdTHWSJoSX4NiZElf4l8G2s6BOI4B { position:absolute;display:block;z-index:99998;height:49px;width:89px;top:137px;left:1049px;display:block; }
#ofKDI2ZmIz0TPDCUnTbiRdAUxI3BUnwz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;background-color:rgba(255,255,255,0.47);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:552px;width:379px;position:absolute;display:block;z-index:99996;top:0.984375px;left:798.484375px;display:block; }#ofKDI2ZmIz0TPDCUnTbiRdAUxI3BUnwz.adaptive-delivery-prevent-bg, #ofKDI2ZmIz0TPDCUnTbiRdAUxI3BUnwz.lazyload, #ofKDI2ZmIz0TPDCUnTbiRdAUxI3BUnwz.lazyloading { background-image: none; }
#WOmmTElkT8QmkKTS4hfwsInqUkdFx5cZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:200px;width:361px;position:absolute;display:block;z-index:99997;top:9.984375px;left:808.484375px;overflow:hidden;display:block; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-form-header {  }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:362px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:362px;box-sizing:border-box;height:30px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.3; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:362px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.3; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:362px;box-sizing:border-box;height:40px;color:#000000;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#243881;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:362px;height:55px;font-family:"open sans";overflow:hidden; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px;line-height:1.3;text-align:left;text-align-last:left; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px;line-height:1.3;text-align:left;text-align-last:left; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:14px;line-height:1.3;text-align:left;text-align-last:left; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:14px;line-height:1.3;text-align:left;text-align-last:left; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:346px;overflow:hidden;font-style:normal; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-container:first-of-type{padding-top:0;}#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-container:last-of-type{padding-bottom:0;}#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:362px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:197px;left:787.484375px; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:362px;display:block;vertical-align:top; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 {display:block;}#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:362px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:197px;left:787.484375px; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #K3JkQniAt0SmRucWf0tDToKmPb6nplmS { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #whw3Wr6L8xUwaDyXkFdK8wDdacHDpibr { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #vJpqD1zDGARXKp0mT399gaGGnehoR1Mi { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #CUNqoWwLcNB11bUHFuu5THxfDXEVZIBP { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #cEZCqh3zKwR1szHiDIPSWK635cbO7FlG { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #IaTXUCvcz1MNTTXyz2Ra5T0r0TcRgtdQ { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #Wd47MgmEXCyTqodICydyaMt2xPiS77zT { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #N5Ezu3XC7ddAMwolAbQk2wR34zGwvreX { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #BaVHHA5PT6oLHO2HyDXinNC3ufs53QrQ { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #BkEUxVXvMLKokr70TaJxusd1T97XZsrm { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #qapooJeFwrKFMpJvG2tPmyTTBzr3NiZt { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #GMhDOtohTT0m05aeeXe56CX86t6y5mS9 { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #JTyLfpOvV2Xs3nI9OIu8w3TDufwHqXs9 { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #yHTmxdokw9shIF4TD96UQGPV5E6zwJ58 { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #b8xulZrmFPmAKshJVr7khBAAHbZAhIMa { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #wTwH6m2vO4za5N31Rh6rUrHl8WeiuxfU { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #w1bFcPz5qk80gE46uUSmwvX6M8Z4ZWf4 { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #BkLslKMZby1bSgrodV4R4B9ALFPxBJC0 { position:relative; }
#OTA8dgUibOVooexCCFv8781krqss0P9y { position:relative;display:block; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #s7hTkMDGBAvWz2RUWnrhvu9sVq67fdzL { position:relative; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #LKJrWu5iypobewBp8MSpulCVtvoDq4eL { position:relative; }
#P4CeKLxxpfT3lnIFx4tXc4Ea15hIG9BG { color:#000000;display:block;width:374px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:287px;left:16px;height:28.5938px;font-style:normal;display:block; }
#AXTwzdbv3pNAlHNhDfXP9xUBuuWDzO4F { position:absolute;display:block;z-index:100024;background-color:#f0c929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:44px;width:400px;top:280px;left:2px;display:block; }
#rIHGe4DkQpd55H1LTUu3MDfk1oRFNLps { color:#ffffff;display:block;width:743px;position:absolute;font-family:"open sans";font-size:42px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:332px;left:3px;height:109.1876px;font-style:normal;display:block; }
#QchSmcPksusFbuEI7qoDG5eT49OXqmOM { color:#fafafa;display:block;width:759px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #090a0b;top:467px;left:0px;height:59.7917px;display:block; }
#pnypVqZ7HB1TBqXSMsJN771dRggf1pVg { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:72px;width:309px;top:17px;left:8px;overflow:hidden;display:block; }
#dBBtODwdsB2v48ncRODIhBvwcNdhaIdU { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:86px;width:330px;top:10px;left:0px;display:block; }
#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#273d83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container { background-color: transparent; background-image: none; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container > .video-iframe-container { display: none; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row > .video-iframe-container { display: none; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .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); }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container { border-width: 0; border-radius: 0; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container { font-size:14px;font-family:arial;height:374px;width:1200px;position:relative;display:block; }#E0wxiSaCMPuknJCCbQrDnzPUWuG0LTCn { width:550px;height:306px;position:absolute;z-index:100002;top:35px;left:21px;display:block; }
#mWi4UNienpQIuiElm3yuc6IX2Di70WyR { display:block;width:575px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.8;letter-spacing:0;top:84px;left:609px;height:143.958px;color:#ffffff;text-align:justify;text-align-last:initial;display:block; }
#iBuWIm4mVf34bdVZ3lSmc4t8F09xrSHI { color:#000000;display:block;width:511px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:38px;left:603px;height:31.1979px;display:block; }
#angkcNoL3Mmt44l8m1NaCueb7N5xu1gC { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:126px;width:575px;top:227px;left:608px;overflow:hidden;display:block; }
#hJOwbdBGMS1itltMJTSu5gTOiLE3D13D { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hJOwbdBGMS1itltMJTSu5gTOiLE3D13D > .row .container { background-color: transparent; background-image: none; }#hJOwbdBGMS1itltMJTSu5gTOiLE3D13D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hJOwbdBGMS1itltMJTSu5gTOiLE3D13D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hJOwbdBGMS1itltMJTSu5gTOiLE3D13D > .row .container > .video-iframe-container { display: none; }#hJOwbdBGMS1itltMJTSu5gTOiLE3D13D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hJOwbdBGMS1itltMJTSu5gTOiLE3D13D > .row > .video-iframe-container { display: none; }#hJOwbdBGMS1itltMJTSu5gTOiLE3D13D > .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); }#hJOwbdBGMS1itltMJTSu5gTOiLE3D13D > .row .container { border-width: 0; border-radius: 0; }#hJOwbdBGMS1itltMJTSu5gTOiLE3D13D > .row .container { font-size:14px;font-family:arial;height:521px;width:1200px;position:relative;display:block; }#Wu7EiszCwxeVTCwD87KRqqxTnSW9O2XK { display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:35px;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:15px;left:0px;height:49px;color:#273d83;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZ92TiII1ZQEN1AhzoV5aLo7kFTGNA90 { display:block;width:380px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:95px;left:200px;height:147px;text-align:justify;text-align-last:initial;color:#4d4d4d;display:block; }
#Qp5mPHRZQXEGQafEK9PN389pyIuSxaeB { display:block;width:381px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:210px;left:800px;height:63px;text-align:justify;text-align-last:initial;color:#4d4d4d;display:block; }
#otpv0UW9XVsiohBn63Nf4XxLR9LizOWT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:96px;width:144px;position:absolute;display:block;z-index:100012;top:210px;left:640px;overflow:hidden;display:block; }
#EBl9uvrfRqrSX4vJBRrZmc1LRlvVXKQn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:98px;width:148px;position:absolute;display:block;z-index:100014;top:95px;left:40px;overflow:hidden;display:block; }
#gr6DgTZ4qSoAm6IPHmNMnJyaCmZFZluN { display:block;width:380px;position:absolute;font-family:"open sans";font-size:14px;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:92px;left:800px;height:84px;text-align:justify;text-align-last:initial;color:#8a9ebb;font-style:normal;display:block; }
#aRPGhuEG2io2dmuT9veTHz2fAnAzNhG0 { display:block;width:381px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:328px;left:801px;height:63px;text-align:justify;text-align-last:initial;color:#8a9ebb;display:block; }
#e1utH3HaJ4KOQ3gSyNCKkp53X6HqK7OR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:97px;width:146px;position:absolute;display:block;z-index:100010;top:328px;left:641px;overflow:hidden;display:block; }
#s3zTZd0vDzspoTpKpwTzTgZ3MMzwtD5D { border-bottom:0;border-left:0;border-right:0;border-top:0;height:96px;width:144px;position:absolute;display:block;z-index:100015;top:92px;left:640px;overflow:hidden;display:block; }
#khovhKFRFHRgpNVXHA6Kt1CZIyx0PQ7T { border-bottom:0;border-left:0;border-right:0;border-top:0;height:98px;width:148px;position:absolute;display:block;z-index:100016;top:285px;left:41px;overflow:hidden;display:block; }
#Ctf2yCXhBHXK2VTXMaZlxwkCTiQTnBKh { display:block;width:380px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:285px;left:201px;height:105px;text-align:justify;text-align-last:initial;color:#4d4d4d;display:block; }
#K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#273d83;background-image:none;position:relative;display:block; }#K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR > .row .container { background-color: transparent; background-image: none; }#K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR > .row .container > .video-iframe-container { display: none; }#K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR > .row > .video-iframe-container { display: none; }#K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR > .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); }#K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR > .row .container { border-width: 0; border-radius: 0; }#K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR > .row .container { font-size:14px;font-family:arial;height:117px;width:1200px;position:relative;display:block; }#ET9uyakzC6O2aWoxfRh91k16hhx9QBrF { display:block;width:789px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:47px;left:40px;height:27.2969px;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M0VmELXzKDR9WWqcKlxq5W2Os18tWKIU { background-color:#ffcc11;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:61px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:30px;left:820px;display:block; }
#Ri8lc8GWnUF3mQZ0IW8CRC8G1FdPZRcm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a1d22;background-image:none;position:relative;display:block; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container { background-color: transparent; background-image: none; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container > .video-iframe-container { display: none; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row > .video-iframe-container { display: none; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .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); }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container { border-width: 0; border-radius: 0; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container { font-size:14px;font-family:arial;height:150px;width:1200px;position:relative;display:block; }#S5BtLbrX62iGuRPBT3iyC4RxT6a0TlVU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:101px;width:300px;position:absolute;display:block;z-index:100000;top:23px;left:4px;overflow:hidden;display:block; }
#JDz6RetiCZ1BGgp9mUBcx5reSNwE6gTR { display:block;width:357px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:37px;left:404px;height:83.1668px;color:#616161;display:block; }
#FbT3OGTfDPD6azNxCEIhks1t9v67xR4I { display:block;width:315px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:36px;left:801px;height:83.1668px;color:#6f6f6f;display:block; }
#hdQ49za5SUscInHTHzg0HzGgOETT5pNm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a1d22;background-image:none;position:relative;display:block; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container { background-color: transparent; background-image: none; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container > .video-iframe-container { display: none; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row > .video-iframe-container { display: none; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .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); }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container { border-width: 0; border-radius: 0; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container { font-size:14px;font-family:arial;height:80px;width:1200px;position:relative;display:block; }#TV06IP9bKbCxB4q4RmGEbXHA84CZBgUc { display:block;width:1200px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:30.5px;left:0px;height:19.5px;color:#616161;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/xCY0eRE7/bg1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA.adaptive-delivery-prevent-bg, #NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA.lazyload, #NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA.lazyloading { background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { background-color: transparent; background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { width:764px;height:494px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fsqGdTHWSJoSX4NiZElf4l8G2s6BOI4B { width:89px;height:49px;top:146.984375px;left:631px;display:block; }
 }@media only screen and (max-width: 1199px) { #ofKDI2ZmIz0TPDCUnTbiRdAUxI3BUnwz { width:343px;height:473px;top:13.984375px;left:420.984375px;display:block; }
 }@media only screen and (max-width: 1199px) { #WOmmTElkT8QmkKTS4hfwsInqUkdFx5cZ { width:310px;height:170px;top:30px;left:435px;display:block; }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-regular-label { width:312px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-text { width:312px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:27px; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-textarea { width:312px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-select { width:312px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:35px; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-button { width:312px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 [class*="-text"]:-moz-placeholder { color:#353131; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 [class*="-text"]::-moz-placeholder { color:#353131; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 [class*="-text"]:-ms-input-placeholder { color:#353131; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 [class*="-text"]::-webkit-input-placeholder { color:#353131; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-checkbox-label { width:293px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9  { width:312px;height:auto;top:177px;left:415px; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .radio-container { width:312px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 {display:block;}#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 { width:312px;height:auto;top:177px;left:415px; }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #K3JkQniAt0SmRucWf0tDToKmPb6nplmS {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #whw3Wr6L8xUwaDyXkFdK8wDdacHDpibr {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #vJpqD1zDGARXKp0mT399gaGGnehoR1Mi {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #CUNqoWwLcNB11bUHFuu5THxfDXEVZIBP {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #cEZCqh3zKwR1szHiDIPSWK635cbO7FlG {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #IaTXUCvcz1MNTTXyz2Ra5T0r0TcRgtdQ {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #Wd47MgmEXCyTqodICydyaMt2xPiS77zT {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #N5Ezu3XC7ddAMwolAbQk2wR34zGwvreX {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #BaVHHA5PT6oLHO2HyDXinNC3ufs53QrQ {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #BkEUxVXvMLKokr70TaJxusd1T97XZsrm {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #qapooJeFwrKFMpJvG2tPmyTTBzr3NiZt {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #GMhDOtohTT0m05aeeXe56CX86t6y5mS9 {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #JTyLfpOvV2Xs3nI9OIu8w3TDufwHqXs9 {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #yHTmxdokw9shIF4TD96UQGPV5E6zwJ58 {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #b8xulZrmFPmAKshJVr7khBAAHbZAhIMa {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #wTwH6m2vO4za5N31Rh6rUrHl8WeiuxfU {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #w1bFcPz5qk80gE46uUSmwvX6M8Z4ZWf4 {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #BkLslKMZby1bSgrodV4R4B9ALFPxBJC0 {  }
 }@media only screen and (max-width: 1199px) { #OTA8dgUibOVooexCCFv8781krqss0P9y { display:block; }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #s7hTkMDGBAvWz2RUWnrhvu9sVq67fdzL {  }
 }@media only screen and (max-width: 1199px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #LKJrWu5iypobewBp8MSpulCVtvoDq4eL {  }
 }@media only screen and (max-width: 1199px) { #P4CeKLxxpfT3lnIFx4tXc4Ea15hIG9BG { width:360px;height:27px;top:225px;left:10px;font-size:21px;display:block; }
 }@media only screen and (max-width: 1199px) { #AXTwzdbv3pNAlHNhDfXP9xUBuuWDzO4F { width:382px;height:44px;top:216px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #rIHGe4DkQpd55H1LTUu3MDfk1oRFNLps { width:375px;height:62px;top:267px;left:8px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #QchSmcPksusFbuEI7qoDG5eT49OXqmOM { width:371px;height:88px;top:346px;left:12px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #pnypVqZ7HB1TBqXSMsJN771dRggf1pVg { width:287px;height:67px;top:19px;left:11px;display:block; }
 }@media only screen and (max-width: 1199px) { #dBBtODwdsB2v48ncRODIhBvwcNdhaIdU { width:313px;height:86px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #mUNk3Nb4HTJKwUUulTN04r754CtZDFrA { display:block; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container { width:764px;height:266px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E0wxiSaCMPuknJCCbQrDnzPUWuG0LTCn { width:285px;height:191px;top:22px;left:9px;display:block; }
 }@media only screen and (max-width: 1199px) { #mWi4UNienpQIuiElm3yuc6IX2Di70WyR { width:418px;height:154px;top:51px;left:318.65625px;text-align:justify;text-align-last:initial;font-size:14px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 1199px) { #iBuWIm4mVf34bdVZ3lSmc4t8F09xrSHI { width:423px;height:26px;top:22px;left:316.66666666667px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #angkcNoL3Mmt44l8m1NaCueb7N5xu1gC { width:299px;height:66px;top:188px;left:406px;display:block; }
 }@media only screen and (max-width: 1199px) { #hJOwbdBGMS1itltMJTSu5gTOiLE3D13D { position:relative;display:block; }#hJOwbdBGMS1itltMJTSu5gTOiLE3D13D > .row .container { width:764px;height:643px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wu7EiszCwxeVTCwD87KRqqxTnSW9O2XK { width:764px;height:49px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #TZ92TiII1ZQEN1AhzoV5aLo7kFTGNA90 { width:201px;height:224px;top:100px;left:180px;font-size:13px;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Qp5mPHRZQXEGQafEK9PN389pyIuSxaeB { width:202px;height:96px;top:283px;left:560px;font-size:13px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #otpv0UW9XVsiohBn63Nf4XxLR9LizOWT { width:150px;height:100px;top:283px;left:400px;display:block; }
 }@media only screen and (max-width: 1199px) { #EBl9uvrfRqrSX4vJBRrZmc1LRlvVXKQn { width:147px;height:98px;top:100px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #gr6DgTZ4qSoAm6IPHmNMnJyaCmZFZluN { width:206px;height:112px;top:341px;left:177px;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #aRPGhuEG2io2dmuT9veTHz2fAnAzNhG0 { width:178px;height:96px;top:470px;left:181px;text-align:left;text-align-last:left;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #e1utH3HaJ4KOQ3gSyNCKkp53X6HqK7OR { width:146px;height:97px;top:470px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #s3zTZd0vDzspoTpKpwTzTgZ3MMzwtD5D { width:144px;height:96px;top:340px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #khovhKFRFHRgpNVXHA6Kt1CZIyx0PQ7T { width:147px;height:98px;top:100px;left:400px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ctf2yCXhBHXK2VTXMaZlxwkCTiQTnBKh { width:201px;height:160px;top:100px;left:562px;font-size:13px;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR { display:block; }#K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ET9uyakzC6O2aWoxfRh91k16hhx9QBrF { width:764px;height:26px;top:23px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #M0VmELXzKDR9WWqcKlxq5W2Os18tWKIU { width:200px;height:45px;top:54px;left:266px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ri8lc8GWnUF3mQZ0IW8CRC8G1FdPZRcm { display:block; }
 }@media only screen and (max-width: 1199px) { #UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N { display:block; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S5BtLbrX62iGuRPBT3iyC4RxT6a0TlVU { width:252px;height:86px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #JDz6RetiCZ1BGgp9mUBcx5reSNwE6gTR { width:244px;height:90px;top:31px;left:259.66666666667px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #FbT3OGTfDPD6azNxCEIhks1t9v67xR4I { width:256px;height:72px;top:28px;left:512.328125px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #hdQ49za5SUscInHTHzg0HzGgOETT5pNm { display:block; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TV06IP9bKbCxB4q4RmGEbXHA84CZBgUc { width:756px;height:19px;top:30px;left:2px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { background-color:#273d83;background-image:none;display:block; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { background-color: transparent; background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { width:320px;height:825px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsqGdTHWSJoSX4NiZElf4l8G2s6BOI4B { width:89px;height:49px;top:196.5px;left:84.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ofKDI2ZmIz0TPDCUnTbiRdAUxI3BUnwz { width:320px;height:493px;top:95px;left:0px;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #WOmmTElkT8QmkKTS4hfwsInqUkdFx5cZ { width:320px;height:177.28531855956px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9  { width:280px;height:auto;top:274.5px;left:0px; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 {display:block;}#RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 { width:280px;height:auto;top:274.5px;left:0px; }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #K3JkQniAt0SmRucWf0tDToKmPb6nplmS {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #whw3Wr6L8xUwaDyXkFdK8wDdacHDpibr {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #vJpqD1zDGARXKp0mT399gaGGnehoR1Mi {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #CUNqoWwLcNB11bUHFuu5THxfDXEVZIBP {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #cEZCqh3zKwR1szHiDIPSWK635cbO7FlG {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #IaTXUCvcz1MNTTXyz2Ra5T0r0TcRgtdQ {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #Wd47MgmEXCyTqodICydyaMt2xPiS77zT {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #N5Ezu3XC7ddAMwolAbQk2wR34zGwvreX {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #BaVHHA5PT6oLHO2HyDXinNC3ufs53QrQ {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #BkEUxVXvMLKokr70TaJxusd1T97XZsrm {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #qapooJeFwrKFMpJvG2tPmyTTBzr3NiZt {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #GMhDOtohTT0m05aeeXe56CX86t6y5mS9 {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #JTyLfpOvV2Xs3nI9OIu8w3TDufwHqXs9 {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #yHTmxdokw9shIF4TD96UQGPV5E6zwJ58 {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #b8xulZrmFPmAKshJVr7khBAAHbZAhIMa {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #wTwH6m2vO4za5N31Rh6rUrHl8WeiuxfU {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #w1bFcPz5qk80gE46uUSmwvX6M8Z4ZWf4 {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #BkLslKMZby1bSgrodV4R4B9ALFPxBJC0 {  }
 }@media only screen and (max-width: 763px) { #OTA8dgUibOVooexCCFv8781krqss0P9y { display:block; }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #s7hTkMDGBAvWz2RUWnrhvu9sVq67fdzL {  }
 }@media only screen and (max-width: 763px) { #RJz7FyOl7i1Tw62LQgFp7fHqavxo7eL9 #LKJrWu5iypobewBp8MSpulCVtvoDq4eL {  }
 }@media only screen and (max-width: 763px) { #P4CeKLxxpfT3lnIFx4tXc4Ea15hIG9BG { width:320px;height:23px;top:613.5px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AXTwzdbv3pNAlHNhDfXP9xUBuuWDzO4F { width:320px;height:44px;top:604.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rIHGe4DkQpd55H1LTUu3MDfk1oRFNLps { width:320px;height:44px;top:664.5px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #QchSmcPksusFbuEI7qoDG5eT49OXqmOM { width:320px;height:72px;top:730.5px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pnypVqZ7HB1TBqXSMsJN771dRggf1pVg { width:302px;height:70px;top:8px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #dBBtODwdsB2v48ncRODIhBvwcNdhaIdU { width:320px;height:86px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mUNk3Nb4HTJKwUUulTN04r754CtZDFrA { display:block; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container { width:320px;height:510px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0wxiSaCMPuknJCCbQrDnzPUWuG0LTCn { width:320px;height:194px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mWi4UNienpQIuiElm3yuc6IX2Di70WyR { width:320px;height:128px;top:278px;left:-1px;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iBuWIm4mVf34bdVZ3lSmc4t8F09xrSHI { width:320px;height:56px;top:218px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #angkcNoL3Mmt44l8m1NaCueb7N5xu1gC { width:276px;height:59px;top:426px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hJOwbdBGMS1itltMJTSu5gTOiLE3D13D { position:relative;display:block; }#hJOwbdBGMS1itltMJTSu5gTOiLE3D13D > .row .container { width:320px;height:1214px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu7EiszCwxeVTCwD87KRqqxTnSW9O2XK { width:320px;height:27px;top:5px;left:0px;line-height:1.2;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TZ92TiII1ZQEN1AhzoV5aLo7kFTGNA90 { width:320px;height:144px;top:165px;left:1px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Qp5mPHRZQXEGQafEK9PN389pyIuSxaeB { width:320px;height:64px;top:459px;left:-1px;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #otpv0UW9XVsiohBn63Nf4XxLR9LizOWT { width:150px;height:100px;top:332px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #EBl9uvrfRqrSX4vJBRrZmc1LRlvVXKQn { width:146px;height:97px;top:41px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #gr6DgTZ4qSoAm6IPHmNMnJyaCmZFZluN { width:320px;height:80px;top:864px;left:0px;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aRPGhuEG2io2dmuT9veTHz2fAnAzNhG0 { width:320px;height:48px;top:670px;left:1px;text-align:justify;text-align-last:initial;color:#898989;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e1utH3HaJ4KOQ3gSyNCKkp53X6HqK7OR { width:145px;height:96px;top:547px;left:87.5px;display:block; }
 }@media only screen and (max-width: 763px) { #s3zTZd0vDzspoTpKpwTzTgZ3MMzwtD5D { width:144px;height:96px;top:742px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #khovhKFRFHRgpNVXHA6Kt1CZIyx0PQ7T { width:148px;height:98px;top:968px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #Ctf2yCXhBHXK2VTXMaZlxwkCTiQTnBKh { width:320px;height:96px;top:1093px;left:0px;text-align:justify;text-align-last:initial;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR { display:block; }#K8BIvtTI75Tt6BW0qFMnRUWEdX8MuQKR > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET9uyakzC6O2aWoxfRh91k16hhx9QBrF { width:320px;height:44px;top:32px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #M0VmELXzKDR9WWqcKlxq5W2Os18tWKIU { width:265px;height:61px;top:100px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Ri8lc8GWnUF3mQZ0IW8CRC8G1FdPZRcm { display:block; }
 }@media only screen and (max-width: 763px) { #UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N { display:block; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container { width:320px;height:329px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5BtLbrX62iGuRPBT3iyC4RxT6a0TlVU { width:300px;height:101.17647058824px;top:2px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #JDz6RetiCZ1BGgp9mUBcx5reSNwE6gTR { width:320px;height:80px;top:117px;left:0px;text-align:center;text-align-last:center;line-height:1.6;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #FbT3OGTfDPD6azNxCEIhks1t9v67xR4I { width:315px;height:80px;top:210px;left:2px;text-align:center;text-align-last:center;line-height:1.6;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #hdQ49za5SUscInHTHzg0HzGgOETT5pNm { display:block; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV06IP9bKbCxB4q4RmGEbXHA84CZBgUc { width:320px;height:32px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }