.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;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs > .row .container { background-color: transparent; background-image: none; }#u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs > .row .container > .video-iframe-container { display: none; }#u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs > .row > .video-iframe-container { display: none; }#u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs > .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); }#u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs > .row .container { border-width: 0; border-radius: 0; }#u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs > .row .container { font-size:14px;font-family:arial;height:70px;width:960px;position:relative;display:block; }#TkQ49nhZ0MdFgVTy6azAEqQgDQXioRph { color:#000000;display:block;width:96.9965px;position:absolute;font-family:rajdhani;font-size:20px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:22.204862594604px;left:112.93402099609px;height:25px;display:block; }
#hhHKtD4Q90eMdHlMIbfRgDaeEkQEeC2U { color:#000000;display:block;width:118.993px;position:absolute;font-family:rajdhani;font-size:20px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:22.204862594604px;left:229.93054199219px;height:25px;display:block; }
#QCUMgXwISpReELIHL14NG8dybJQbCQkN { color:#000000;display:block;width:155.99px;position:absolute;font-family:rajdhani;font-size:20px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:22.204862594604px;left:362.96875px;height:25px;display:block; }
#mD5K906sTw3QVTfRsdE8w2Wq8FVlITUv { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55.9896px;width:73.9931px;top:6.9921875px;left:1px;overflow:hidden;display:block; }
#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:url("https://images.assets-landingi.com/vtvO5CZW/banner_1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv.adaptive-delivery-prevent-bg { background-image: none; }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row .container { background-color: transparent; background-image: none; }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row .container > .video-iframe-container { display: none; }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row > .video-iframe-container { display: none; }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .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); }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row .container { border-width: 0; border-radius: 0; }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row .container { font-size:14px;font-family:arial;height:533px;width:960px;position:relative;display:block; }#lTMKLdBS8DFKZvFZsSaRWszKceEoOkNU { color:#383333;display:block;width:500.976px;position:absolute;font-family:rajdhani;font-size:46px;font-weight:700;z-index:100003;line-height:.9;letter-spacing:0;text-shadow:4px -5px 5px #33383c;top:350.52734375px;left:229.4921875px;height:41.25px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#383333;background-image:none;position:relative;display:block; }#nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP > .row .container { background-color: transparent; background-image: none; }#nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP > .row .container > .video-iframe-container { display: none; }#nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP > .row > .video-iframe-container { display: none; }#nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP > .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); }#nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP > .row .container { border-width: 0; border-radius: 0; }#nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#LhMcJMun6syikuIcoHfTkfIHPDksoqCy { color:#000000;display:block;width:192.969px;position:absolute;font-family:rajdhani;font-size:20px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:12.205001831055px;left:0px;height:25px;text-align:center;text-align-last:center;display:block; }
#Un2ipdm5acfTfKwuH2WcvXCVVMWWBDq2 { color:#000000;display:block;width:160.99px;position:absolute;font-family:rajdhani;font-size:20px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:12.204864501953px;left:660.08685302734px;height:25px;text-align:center;text-align-last:center;display:block; }
#LJcHns50ofQllFLKP4u5isgEXRsxUxUl { color:#000000;display:block;width:155.99px;position:absolute;font-family:rajdhani;font-size:20px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:12.204864501953px;left:804.01049804688px;height:25px;text-align:center;text-align-last:center;display:block; }
#i0Kk5MJ5TeaV32KeBI2PPTOfS1T80F2d { color:#000000;display:block;width:200px;position:absolute;font-family:rajdhani;font-size:20px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:12.204864501953px;left:461.19793701172px;height:25px;text-align:center;text-align-last:center;display:block; }
#qMZdPwViHOGQG3EKNBKqyvTbnM2PlCb3 { color:#000000;display:block;width:262.986px;position:absolute;font-family:rajdhani;font-size:20px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:12.204864501953px;left:192.96875px;height:50px;text-align:center;text-align-last:center;display:block; }
#crQ8pJuott6mw7V7lstwpdcMy7rAw66T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row .container { background-color: transparent; background-image: none; }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row .container > .video-iframe-container { display: none; }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row > .video-iframe-container { display: none; }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .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); }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row .container { border-width: 0; border-radius: 0; }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row .container { font-size:14px;font-family:arial;height:475px;width:960px;position:relative;display:block; }#Bbeh3qVmvbof5Is60oXrpdSvWM4BTWPd { color:#000000;display:block;width:760px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:361.85758972168px;left:100px;height:40px;text-align:center;text-align-last:center;display:block; }
#HK0UxRZLuF40bldulAhCTBnFFPDiWlXQ { color:#000000;display:block;width:512.969px;position:absolute;font-family:rajdhani;font-size:40px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:44.999908447266px;left:223.48959350586px;height:51.25px;text-align:center;text-align-last:center;display:block; }
#xgkDkC1pa4NJVOTBNUQyEaWZCWaZE7l9 { color:#000000;display:block;width:860px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:130.97216796875px;left:50px;height:200px;text-align:center;text-align-last:center;display:block; }
#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e40233;background-image:none;position:relative;z-index:auto;display:block; }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row .container { background-color: transparent; background-image: none; }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row .container > .video-iframe-container { display: none; }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row > .video-iframe-container { display: none; }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .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); }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row .container { border-width: 0; border-radius: 0; }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row .container { font-size:14px;font-family:arial;height:144px;width:960px;position:relative;display:block; }#HZdfif59FlZECOEa3Sk3d2uTVE7TncU7 { color:#000000;display:block;width:200px;position:absolute;font-family:rajdhani;font-size:30px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:22.517364501953px;left:380px;height:38.75px;text-align:center;text-align-last:center;display:block; }
#eo0sZ6pl4caPUA1QiLVtKJml55nizrfG { color:#000000;display:block;width:883.976px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:79.427085876465px;left:37.986083984375px;height:20px;text-align:center;text-align-last:center;display:block; }
#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d5454;background-image:none;position:relative;z-index:auto;display:block; }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row .container { background-color: transparent; background-image: none; }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row .container > .video-iframe-container { display: none; }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row > .video-iframe-container { display: none; }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .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); }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row .container { border-width: 0; border-radius: 0; }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row .container { font-size:14px;font-family:arial;height:170px;width:960px;position:relative;display:block; }#kDDNXa7HqQx523dLEWTZUg7r46tXLunm { color:#000000;display:block;width:883.976px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:83.975860595703px;left:37.986083984375px;height:40px;text-align:center;text-align-last:center;display:block; }
#qsNK0dzh8rpRIbbNPWcUeyJBPPBOwyxd { color:#000000;display:block;width:200px;position:absolute;font-family:rajdhani;font-size:30px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:21.527923583984px;left:380px;height:38.75px;text-align:center;text-align-last:center;display:block; }
#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(120,128,142,0.26);background-image:none;position:relative;z-index:auto;display:block; }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row .container { background-color: transparent; background-image: none; }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row .container > .video-iframe-container { display: none; }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row > .video-iframe-container { display: none; }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .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); }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row .container { border-width: 0; border-radius: 0; }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row .container { font-size:14px;font-family:arial;height:541px;width:960px;position:relative;display:block; }#ycFKSqhwh8N5Fq9e85rkLXpkDdWzd9a2 { box-sizing:content-box;color:#e40233;font-size:46px;font-weight:400;line-height:1;height:66.9965px;width:66.9965px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:109px;left:18px;display:block; }
#LpvnIdz1FK1KPOOeTLTztSu5FCUNL5vh { box-sizing:content-box;color:#e40233;font-size:48px;font-weight:400;line-height:1;height:68.9931px;width:68.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:249px;left:18px;display:block; }
#ZrSfgSs9Q9Uvx5DKKKvcl1TP3Rqp3wLZ { box-sizing:content-box;color:#e40233;font-size:56px;font-weight:400;line-height:1;height:80px;width:80.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:102px;left:483px;display:block; }
#quVyUTK9FDBv7CTl7WHKbqDOo1wGNaZZ { color:#000000;display:block;width:373px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:105px;left:98px;height:75px;display:block; }
#pOKQvUV4y374HwtBZgiyPe8cBv4MTRqH { color:#000000;display:block;width:371px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:236px;left:98px;height:75px;display:block; }
#PHUOp3fcv8llqqqqLU1Wnel7ehwRvtlP { color:#000000;display:block;width:372.986px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:105px;left:570px;height:93.75px;display:block; }
#wataHH3BAyuSHsLdtoPxdhQR71zEc4J6 { box-sizing:content-box;color:#e40233;font-size:58px;font-weight:400;line-height:1;height:82.9861px;width:82.9861px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:242px;left:482px;display:block; }
#cDitLI1FkZed5ZJzsB1s7LoA0J2EdNti { color:#000000;display:block;width:372.969px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:236px;left:570px;height:131.25px;display:block; }
#BgDcf5glmItVKFpbEQTf2G7EQlvAizn0 { color:#000000;display:block;width:797.986px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:401px;left:103px;height:75px;display:block; }
#d8TLpgoTlJsrfdzKMxRKaOMyux4lLBPk { box-sizing:content-box;color:#e40233;font-size:54px;font-weight:400;line-height:1;height:77.9861px;width:77.9861px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:400px;left:18px;display:block; }
#LzTQTFHETNrDBs6kpo08xVrJ7HoJtrlf { color:#000000;display:block;width:200px;position:absolute;font-family:rajdhani;font-size:30px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:33.541595458984px;left:380px;height:38.75px;text-align:center;text-align-last:center;display:block; }
#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row .container { background-color: transparent; background-image: none; }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row .container > .video-iframe-container { display: none; }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row > .video-iframe-container { display: none; }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .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); }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row .container { border-width: 0; border-radius: 0; }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row .container { font-size:14px;font-family:arial;height:544px;width:960px;position:relative;display:block; }#MEmqs0dQBglHkybDFPknXPLT1Qrgom9T { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:409px;width:943px;top:104.3229226023px;left:8.4895629882812px;overflow:hidden;display:block; }
#Jq0uCS2wZ8boRlPscdKLqUUOGPKFfr3v { color:#000000;display:block;width:435px;position:absolute;font-family:rajdhani;font-size:40px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:37.239585876465px;left:262.5px;height:51.25px;text-align:center;text-align-last:center;display:block; }
#FWEhBOJyvussDMsiNe3JHmDuNZ4kxFCT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:701px;width:603px;display:none; }
#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(120,128,142,0.26);background-image:none;position:relative;z-index:auto;display:block; }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row .container { background-color: transparent; background-image: none; }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row .container > .video-iframe-container { display: none; }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row > .video-iframe-container { display: none; }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .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); }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row .container { border-width: 0; border-radius: 0; }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row .container { font-size:14px;font-family:arial;height:482px;width:960px;position:relative;display:block; }#EwF7meWKpaudXyL9l0PnizEsPNhXNSM4 { color:#000000;display:block;width:545.99px;position:absolute;font-family:rajdhani;font-size:40px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:18.940963745117px;left:206.97915649414px;height:51.25px;text-align:center;text-align-last:center;display:block; }
#BgMmWc83cqLshNVBeEbhEqQ3DKhTgrx4 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:86.475708007812px;left:160px;display:block; }
#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row .container { background-color: transparent; background-image: none; }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row .container > .video-iframe-container { display: none; }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row > .video-iframe-container { display: none; }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .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); }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row .container { border-width: 0; border-radius: 0; }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row .container { font-size:14px;font-family:arial;height:521px;width:960px;position:relative;display:block; }#F7EpssAARtrVsWvTS0Fb0LvQVXHKGLlX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:240px;top:106.515625px;left:206.96875px;overflow:hidden;display:block; }
#OZtRaxyJrHiBxMRQAQy0bfVemJ941HZJ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:61px;width:201px;top:111.015625px;left:521.96875px;overflow:hidden;display:block; }
#JgZlmeabLi03Fnc3llmxxmQcuTIuULJh { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:130px;width:150px;top:205.05208587646px;left:230.05209350586px;overflow:hidden;display:block; }
#BkxW46rDSANxcPc7K739QAfKr7f8Mk6r { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:130px;width:150px;top:205.05208587646px;left:584.47918701172px;overflow:hidden;display:block; }
#PaZwL6gZrLUzd7C1Kh6HQkthINyWrvT0 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:130px;width:200px;top:335px;left:121px;overflow:hidden;display:block; }
#CGnmn2BVZQ6qElQH2oSEAN41E4qa0TQH { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:130px;width:200px;top:335.046875px;left:380px;overflow:hidden;display:block; }
#sKfMuXMJkqeNpOHFIB5MF9ST5pQP7wl2 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:130px;width:200px;top:335px;left:639px;overflow:hidden;display:block; }
#W85zUtJwT9Gohr9m4da5ylA0pnT2apQq { color:#000000;display:block;width:545.99px;position:absolute;font-family:rajdhani;font-size:40px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:23.958366394043px;left:206.97915649414px;height:51.25px;text-align:center;text-align-last:center;display:block; }
#Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#383333;background-image:none;position:relative;display:block; }#Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw > .row .container { background-color: transparent; background-image: none; }#Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw > .row .container > .video-iframe-container { display: none; }#Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw > .row > .video-iframe-container { display: none; }#Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw > .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); }#Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw > .row .container { border-width: 0; border-radius: 0; }#Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw > .row .container { font-size:14px;font-family:arial;height:296px;width:960px;position:relative;display:block; }#kvCrM96MuEMvAsQDOJP1QxR018rZsi8p { color:#000000;display:block;width:96.9965px;position:absolute;font-family:rajdhani;font-size:17px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:218px;left:17px;height:42.5px;display:block; }
#EJTnONmTLuQTT0EvXIuqAsEhtTKziyrx { color:#000000;display:block;width:96.9792px;position:absolute;font-family:rajdhani;font-size:17px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:218px;left:160px;height:42.5px;display:block; }
#POe7euef8VqVViGXrFgJzbBCyMBts9E1 { color:#000000;display:block;width:96.9792px;position:absolute;font-family:rajdhani;font-size:17px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:218px;left:311px;height:42.5px;display:block; }
#qMPXXhQ9dLAqpgKwfrOra4kopsTfrf1H { color:#000000;display:block;width:116px;position:absolute;font-family:rajdhani;font-size:17px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:218px;left:457px;height:21.25px;display:block; }
#ixEaLaiUpsLrzKT3LLtokE21RNObPHxT { color:#ffffff;display:block;width:21.9965px;position:absolute;font-family:rajdhani;font-size:20px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:218px;left:420px;height:25px;display:block; }
#QvT8iX5gw3wRHJ9vF8gykWI3LPEJhGfk { color:#ffffff;display:block;width:21.9792px;position:absolute;font-family:rajdhani;font-size:20px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:218px;left:272px;height:25px;display:block; }
#yeeJ2RXfdIpSgFdkOdi69A2X4VOL0UF4 { color:#ffffff;display:block;width:21.9792px;position:absolute;font-family:rajdhani;font-size:20px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:218px;left:122px;height:25px;display:block; }
#OkUnomshEtFuqge9Dw8K4Uc7ZmnSMgLR { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:106.997px;width:140.99px;top:20.277770996094px;left:0px;overflow:hidden;display:block; }
#ghFyKEGyph8Hytg9lO1TPnklFNMqoPla { color:#000000;display:block;width:178.993px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:69px;left:265px;height:22.5px;display:block; }
#K1dl1LvWhDvCkf7PPTx8TlpVAWBVAckn { color:#000000;display:block;width:178.976px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:43px;left:265px;height:23.75px;display:block; }
#TePD8mFA2AacwWwqB2PeIXkK0bchn8xf { color:#000000;display:block;width:178.993px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:69px;left:477px;height:22.5px;display:block; }
#SliFDSNoCJmvUwRV7N5dMf0rsAQVAMvB { color:#000000;display:block;width:178.976px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:44px;left:477px;height:23.75px;display:block; }
#C1H1VzTI6q3srhekWCfValoVZnZIVfnI { color:#000000;display:block;width:178.976px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:94px;left:477px;height:22.5px;display:block; }
#eo82FqCBZrre6qGwuvJul7reSl1HT7oO { color:#000000;display:block;width:321.997px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:217.98611450195px;left:638.00347900391px;height:16.25px;text-align:right;text-align-last:right;display:block; }
#NlDhQt2pI6Asbzpm29ORmnWh0Md97sGk { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:960px;top:186.97915649414px;left:0px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs { display:block; }#u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkQ49nhZ0MdFgVTy6azAEqQgDQXioRph { top:22px;left:14.934020996094px;width:96px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hhHKtD4Q90eMdHlMIbfRgDaeEkQEeC2U { top:22px;left:131.93054199219px;width:118px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QCUMgXwISpReELIHL14NG8dybJQbCQkN { top:22px;left:264.96875px;width:155px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mD5K906sTw3QVTfRsdE8w2Wq8FVlITUv { top:6px;left:0px;width:73px;height:55.231802920616px;display:block; }
 }@media only screen and (max-width: 763px) { #TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv { display:block; }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTMKLdBS8DFKZvFZsSaRWszKceEoOkNU { top:350px;left:131.4921875px;width:500px;height:41px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP { display:block; }#nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhMcJMun6syikuIcoHfTkfIHPDksoqCy { top:12px;left:0px;width:192px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Un2ipdm5acfTfKwuH2WcvXCVVMWWBDq2 { top:12px;left:413px;width:160px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LJcHns50ofQllFLKP4u5isgEXRsxUxUl { top:12px;left:609px;width:155px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #i0Kk5MJ5TeaV32KeBI2PPTOfS1T80F2d { top:12px;left:182px;width:200px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qMZdPwViHOGQG3EKNBKqyvTbnM2PlCb3 { top:12px;left:0px;width:262px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #crQ8pJuott6mw7V7lstwpdcMy7rAw66T { display:block; }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bbeh3qVmvbof5Is60oXrpdSvWM4BTWPd { top:361px;left:0px;width:760px;height:40px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HK0UxRZLuF40bldulAhCTBnFFPDiWlXQ { top:44px;left:0px;width:512px;height:51px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #xgkDkC1pa4NJVOTBNUQyEaWZCWaZE7l9 { top:130px;left:0px;width:764px;height:200px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 { display:block; }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZdfif59FlZECOEa3Sk3d2uTVE7TncU7 { top:22px;left:281px;width:200px;height:38px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #eo0sZ6pl4caPUA1QiLVtKJml55nizrfG { top:79px;left:0px;width:764px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs { display:block; }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDDNXa7HqQx523dLEWTZUg7r46tXLunm { top:83px;left:0px;width:764px;height:40px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qsNK0dzh8rpRIbbNPWcUeyJBPPBOwyxd { top:21px;left:281px;width:200px;height:38px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM { display:block; }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycFKSqhwh8N5Fq9e85rkLXpkDdWzd9a2 { top:109px;left:0px;width:66px;height:66px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #LpvnIdz1FK1KPOOeTLTztSu5FCUNL5vh { top:249px;left:0px;width:68px;height:68px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #ZrSfgSs9Q9Uvx5DKKKvcl1TP3Rqp3wLZ { top:102px;left:384px;width:80px;height:79.022491776722px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #quVyUTK9FDBv7CTl7WHKbqDOo1wGNaZZ { top:105px;left:0px;width:372px;height:75px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #pOKQvUV4y374HwtBZgiyPe8cBv4MTRqH { top:236px;left:0px;width:370px;height:94px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #PHUOp3fcv8llqqqqLU1Wnel7ehwRvtlP { top:105px;left:136px;width:372px;height:113px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wataHH3BAyuSHsLdtoPxdhQR71zEc4J6 { top:242px;left:383px;width:82px;height:82px;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #cDitLI1FkZed5ZJzsB1s7LoA0J2EdNti { top:236px;left:136px;width:372px;height:132px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #BgDcf5glmItVKFpbEQTf2G7EQlvAizn0 { top:401px;left:0px;width:764px;height:75px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #d8TLpgoTlJsrfdzKMxRKaOMyux4lLBPk { top:400px;left:0px;width:77px;height:77px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #LzTQTFHETNrDBs6kpo08xVrJ7HoJtrlf { top:33px;left:281px;width:200px;height:38px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX { display:block; }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEmqs0dQBglHkybDFPknXPLT1Qrgom9T { top:104px;left:0px;width:764px;height:331.36373276776px;display:block; }
 }@media only screen and (max-width: 763px) { #Jq0uCS2wZ8boRlPscdKLqUUOGPKFfr3v { top:37px;left:0px;width:435px;height:51px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #FWEhBOJyvussDMsiNe3JHmDuNZ4kxFCT { width:603px;height:701px;display:none; }
 }@media only screen and (max-width: 763px) { #IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw { display:block; }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwF7meWKpaudXyL9l0PnizEsPNhXNSM4 { top:18px;left:0px;width:545px;height:51px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #BgMmWc83cqLshNVBeEbhEqQ3DKhTgrx4 { top:86px;left:0px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg { display:block; }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7EpssAARtrVsWvTS0Fb0LvQVXHKGLlX { top:106px;left:14px;width:240px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #OZtRaxyJrHiBxMRQAQy0bfVemJ941HZJ { top:111px;left:302px;width:201px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #JgZlmeabLi03Fnc3llmxxmQcuTIuULJh { top:205px;left:104px;width:150px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #BkxW46rDSANxcPc7K739QAfKr7f8Mk6r { top:205px;left:358px;width:150px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #PaZwL6gZrLUzd7C1Kh6HQkthINyWrvT0 { top:335px;left:54px;width:200px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #CGnmn2BVZQ6qElQH2oSEAN41E4qa0TQH { top:335px;left:281px;width:200px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #sKfMuXMJkqeNpOHFIB5MF9ST5pQP7wl2 { top:335px;left:308px;width:200px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #W85zUtJwT9Gohr9m4da5ylA0pnT2apQq { top:23px;left:0px;width:545px;height:51px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw { display:block; }#Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvCrM96MuEMvAsQDOJP1QxR018rZsi8p { top:218px;left:0px;width:96px;height:42px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EJTnONmTLuQTT0EvXIuqAsEhtTKziyrx { top:218px;left:62px;width:96px;height:42px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #POe7euef8VqVViGXrFgJzbBCyMBts9E1 { top:218px;left:213px;width:96px;height:42px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qMPXXhQ9dLAqpgKwfrOra4kopsTfrf1H { top:218px;left:359px;width:115px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ixEaLaiUpsLrzKT3LLtokE21RNObPHxT { top:218px;left:322px;width:21px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QvT8iX5gw3wRHJ9vF8gykWI3LPEJhGfk { top:218px;left:174px;width:21px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yeeJ2RXfdIpSgFdkOdi69A2X4VOL0UF4 { top:218px;left:24px;width:21px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OkUnomshEtFuqge9Dw8K4Uc7ZmnSMgLR { top:20px;left:0px;width:140px;height:106.24569118377px;display:block; }
 }@media only screen and (max-width: 763px) { #ghFyKEGyph8Hytg9lO1TPnklFNMqoPla { top:69px;left:167px;width:178px;height:23px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #K1dl1LvWhDvCkf7PPTx8TlpVAWBVAckn { top:43px;left:167px;width:178px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TePD8mFA2AacwWwqB2PeIXkK0bchn8xf { top:69px;left:379px;width:178px;height:23px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SliFDSNoCJmvUwRV7N5dMf0rsAQVAMvB { top:44px;left:379px;width:178px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #C1H1VzTI6q3srhekWCfValoVZnZIVfnI { top:94px;left:379px;width:178px;height:23px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #eo82FqCBZrre6qGwuvJul7reSl1HT7oO { top:217px;left:443px;width:321px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NlDhQt2pI6Asbzpm29ORmnWh0Md97sGk { top:186px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs { position:relative;z-index:auto;display:block; }#u0L9yBu5AVzqHpF8E0JKpJoU3T0LktDs > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkQ49nhZ0MdFgVTy6azAEqQgDQXioRph { width:65px;height:22.5px;top:51px;left:7px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hhHKtD4Q90eMdHlMIbfRgDaeEkQEeC2U { width:92.9861px;height:22.5px;top:51px;left:90px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QCUMgXwISpReELIHL14NG8dybJQbCQkN { width:118px;height:22.5px;top:52px;left:202px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mD5K906sTw3QVTfRsdE8w2Wq8FVlITUv { width:72.9861px;height:55.2257px;top:0px;left:123.5069437027px;display:block; }
 }@media only screen and (max-width: 763px) { #TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv { background-color:#e6e7e8;background-image:url("https://images.assets-landingi.com/RXNGog31/001.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv.adaptive-delivery-prevent-bg { background-image: none; }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row .container { background-color: transparent; background-image: none; }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row .container > .video-iframe-container { display: none; }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row > .video-iframe-container { display: none; }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .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); }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row .container { border-width: 0; border-radius: 0; }#TCZsEEHfnLXNutfl2erDgBVUhCfK0ATv > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTMKLdBS8DFKZvFZsSaRWszKceEoOkNU { width:320px;height:21.6016px;top:33.984375px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP { display:block; }#nBWmwgu1fH1K7l4tgInIGf9qlTdHBTRP > .row .container { width:320px;height:230px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhMcJMun6syikuIcoHfTkfIHPDksoqCy { width:145px;height:19.2031px;top:27.951385498047px;left:86.979172706604px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Un2ipdm5acfTfKwuH2WcvXCVVMWWBDq2 { width:145px;height:19.2031px;top:145px;left:87px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LJcHns50ofQllFLKP4u5isgEXRsxUxUl { width:145px;height:19.2031px;top:185px;left:87px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #i0Kk5MJ5TeaV32KeBI2PPTOfS1T80F2d { width:200px;height:19.2031px;top:105px;left:60px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qMZdPwViHOGQG3EKNBKqyvTbnM2PlCb3 { width:261.997px;height:19.2031px;top:65.711807250977px;left:39.982640266418px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #crQ8pJuott6mw7V7lstwpdcMy7rAw66T { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row .container { background-color: transparent; background-image: none; }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row .container > .video-iframe-container { display: none; }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row > .video-iframe-container { display: none; }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .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); }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row .container { border-width: 0; border-radius: 0; }#crQ8pJuott6mw7V7lstwpdcMy7rAw66T > .row .container { width:320px;height:581px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bbeh3qVmvbof5Is60oXrpdSvWM4BTWPd { width:281.997px;height:72.8125px;top:502.0659942627px;left:18.993056297302px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HK0UxRZLuF40bldulAhCTBnFFPDiWlXQ { width:320px;height:41.582px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #xgkDkC1pa4NJVOTBNUQyEaWZCWaZE7l9 { width:295.99px;height:403.4688px;top:83.020837783813px;left:11.996527671814px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 { background-color:#e40233;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row .container { background-color: transparent; background-image: none; }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row .container > .video-iframe-container { display: none; }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row > .video-iframe-container { display: none; }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .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); }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row .container { border-width: 0; border-radius: 0; }#NN7UZZdIw8i5x9ohKTUtHoVmOsKSodH1 > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZdfif59FlZECOEa3Sk3d2uTVE7TncU7 { width:200px;height:32.5px;top:17.326385498047px;left:60.000000953674px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eo0sZ6pl4caPUA1QiLVtKJml55nizrfG { width:281.997px;height:54.6094px;top:60px;left:18.993056297302px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs { background-color:#5d5454;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row .container { background-color: transparent; background-image: none; }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row .container > .video-iframe-container { display: none; }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row > .video-iframe-container { display: none; }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .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); }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row .container { border-width: 0; border-radius: 0; }#O3fN2xCIxS6hvgEm0LtMbgJ5gh2nSLJs > .row .container { width:320px;height:195px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDDNXa7HqQx523dLEWTZUg7r46tXLunm { width:281.997px;height:91.0156px;top:77.013885498047px;left:18.993056297302px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qsNK0dzh8rpRIbbNPWcUeyJBPPBOwyxd { width:200px;height:32.5px;top:29.670135498047px;left:60.000000953674px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row .container { background-color: transparent; background-image: none; }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row .container > .video-iframe-container { display: none; }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row > .video-iframe-container { display: none; }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .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); }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row .container { border-width: 0; border-radius: 0; }#twdW2GQTy3yaPP58ciTQBGTlCeXUeiMM > .row .container { width:320px;height:1196px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycFKSqhwh8N5Fq9e85rkLXpkDdWzd9a2 { width:66px;height:66px;top:73px;left:132px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #LpvnIdz1FK1KPOOeTLTztSu5FCUNL5vh { width:68px;height:68px;top:241px;left:125px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #ZrSfgSs9Q9Uvx5DKKKvcl1TP3Rqp3wLZ { width:80px;height:79.022491776722px;top:713px;left:120px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #quVyUTK9FDBv7CTl7WHKbqDOo1wGNaZZ { width:260px;height:85.4727px;top:139px;left:36px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #pOKQvUV4y374HwtBZgiyPe8cBv4MTRqH { width:260px;height:102.3672px;top:309px;left:30px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #PHUOp3fcv8llqqqqLU1Wnel7ehwRvtlP { width:260px;height:120.2616px;top:792px;left:30px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wataHH3BAyuSHsLdtoPxdhQR71zEc4J6 { width:82px;height:82px;top:919px;left:123px;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #cDitLI1FkZed5ZJzsB1s7LoA0J2EdNti { width:260px;height:152.0509px;top:1016px;left:35px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #BgDcf5glmItVKFpbEQTf2G7EQlvAizn0 { width:260px;height:168.9451px;top:516px;left:30px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #d8TLpgoTlJsrfdzKMxRKaOMyux4lLBPk { width:77px;height:77px;top:429px;left:122px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #LzTQTFHETNrDBs6kpo08xVrJ7HoJtrlf { width:200px;height:32.5px;top:26.979187011719px;left:60.000000953674px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row .container { background-color: transparent; background-image: none; }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row .container > .video-iframe-container { display: none; }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row > .video-iframe-container { display: none; }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .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); }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row .container { border-width: 0; border-radius: 0; }#DZtNbBQyWpeiBZqeJAbCnWy9URTlhOvX > .row .container { width:320px;height:475px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEmqs0dQBglHkybDFPknXPLT1Qrgom9T { width:315px;height:136px;top:81.0938px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Jq0uCS2wZ8boRlPscdKLqUUOGPKFfr3v { width:320px;height:41.582px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FWEhBOJyvussDMsiNe3JHmDuNZ4kxFCT { top:76.128318786621px;left:0px;width:320px;height:372px;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row .container { background-color: transparent; background-image: none; }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row .container > .video-iframe-container { display: none; }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row > .video-iframe-container { display: none; }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .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); }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row .container { border-width: 0; border-radius: 0; }#IIyRrWwG33hQwtAqdgaTnqe5ZDib9gAw > .row .container { width:320px;height:305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwF7meWKpaudXyL9l0PnizEsPNhXNSM4 { width:320px;height:84.1641px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #BgMmWc83cqLshNVBeEbhEqQ3DKhTgrx4 { height:180px;width:320px;top:112.20486450195px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row .container { background-color: transparent; background-image: none; }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row .container > .video-iframe-container { display: none; }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row > .video-iframe-container { display: none; }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .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); }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row .container { border-width: 0; border-radius: 0; }#lRoy3T0iEpMIlLCNOal8dl0qXuH1Axxg > .row .container { width:320px;height:340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7EpssAARtrVsWvTS0Fb0LvQVXHKGLlX { width:95px;height:27px;top:91.828125px;left:40.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OZtRaxyJrHiBxMRQAQy0bfVemJ941HZJ { width:105px;height:33px;top:88.836814880371px;left:161.77084445953px;display:block; }
 }@media only screen and (max-width: 763px) { #JgZlmeabLi03Fnc3llmxxmQcuTIuULJh { width:90px;height:78.9931px;top:139px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #BkxW46rDSANxcPc7K739QAfKr7f8Mk6r { width:111.997px;height:95.9896px;top:130px;left:179px;display:block; }
 }@media only screen and (max-width: 763px) { #PaZwL6gZrLUzd7C1Kh6HQkthINyWrvT0 { width:110.99px;height:71.9965px;top:219px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CGnmn2BVZQ6qElQH2oSEAN41E4qa0TQH { width:80.9896px;height:51.9965px;top:229px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #sKfMuXMJkqeNpOHFIB5MF9ST5pQP7wl2 { width:111.997px;height:71.9965px;top:219px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #W85zUtJwT9Gohr9m4da5ylA0pnT2apQq { width:320px;height:41.582px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw { display:block; }#Fh9CMUtvUP3FwnZAIqAhqvdsdX9eAbNw > .row .container { width:320px;height:350px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvCrM96MuEMvAsQDOJP1QxR018rZsi8p { width:76px;height:35px;top:248.31597900391px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EJTnONmTLuQTT0EvXIuqAsEhtTKziyrx { width:66.9965px;height:35px;top:248.31597900391px;left:90.000000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #POe7euef8VqVViGXrFgJzbBCyMBts9E1 { width:70.9896px;height:35px;top:248.31597900391px;left:165.08680820465px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qMPXXhQ9dLAqpgKwfrOra4kopsTfrf1H { width:76.9965px;height:17.5px;top:257.20487976074px;left:242.98611545563px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ixEaLaiUpsLrzKT3LLtokE21RNObPHxT { width:20.9896px;height:22.5px;top:254.42709350586px;left:230.00001621246px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QvT8iX5gw3wRHJ9vF8gykWI3LPEJhGfk { width:20.9896px;height:22.5px;top:254.42709350586px;left:154.49653720856px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yeeJ2RXfdIpSgFdkOdi69A2X4VOL0UF4 { width:20.9896px;height:22.5px;top:254.42709350586px;left:75.989586830139px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OkUnomshEtFuqge9Dw8K4Uc7ZmnSMgLR { width:140px;height:106.24569118377px;top:20px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #ghFyKEGyph8Hytg9lO1TPnklFNMqoPla { width:126px;height:18.75px;top:152px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #K1dl1LvWhDvCkf7PPTx8TlpVAWBVAckn { width:177.969px;height:23.75px;top:127px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TePD8mFA2AacwWwqB2PeIXkK0bchn8xf { width:94px;height:18.75px;top:151.99653625488px;left:224.01390171051px;font-size:15px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SliFDSNoCJmvUwRV7N5dMf0rsAQVAMvB { width:139px;height:23.75px;top:127.20484924316px;left:180.01390171051px;font-size:19px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #C1H1VzTI6q3srhekWCfValoVZnZIVfnI { width:177.969px;height:18.75px;top:175.31251525879px;left:142.01390171051px;font-size:15px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #eo82FqCBZrre6qGwuvJul7reSl1HT7oO { width:320px;height:16.25px;top:296.66667175293px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NlDhQt2pI6Asbzpm29ORmnWh0Md97sGk { width:320px;height:1.99653px;top:222.01390075684px;left:0px;display:block; }
 }