.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;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); }#iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r { position:relative;display:block; }#iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r { background-color: transparent; background-image: none; }#iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r > .row .container > .video-iframe-container { display: none; }#iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r > .row > .video-iframe-container { display: none; }#iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r > .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); }#iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r { border-width: 0; border-radius: 0; }#iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:796px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yQL7mFLBqcUXccICEDcThVuK7XBVvhsu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yQL7mFLBqcUXccICEDcThVuK7XBVvhsu > .row .container { background-color: transparent; background-image: none; }#yQL7mFLBqcUXccICEDcThVuK7XBVvhsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQL7mFLBqcUXccICEDcThVuK7XBVvhsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQL7mFLBqcUXccICEDcThVuK7XBVvhsu > .row .container > .video-iframe-container { display: none; }#yQL7mFLBqcUXccICEDcThVuK7XBVvhsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQL7mFLBqcUXccICEDcThVuK7XBVvhsu > .row > .video-iframe-container { display: none; }#yQL7mFLBqcUXccICEDcThVuK7XBVvhsu > .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); }#yQL7mFLBqcUXccICEDcThVuK7XBVvhsu > .row .container { border-width: 0; border-radius: 0; }#yQL7mFLBqcUXccICEDcThVuK7XBVvhsu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQL7mFLBqcUXccICEDcThVuK7XBVvhsu > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#lz3yD7mITXirzK807y3g1pu8EPB2lAtX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lz3yD7mITXirzK807y3g1pu8EPB2lAtX > .row .container { background-color: transparent; background-image: none; }#lz3yD7mITXirzK807y3g1pu8EPB2lAtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lz3yD7mITXirzK807y3g1pu8EPB2lAtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lz3yD7mITXirzK807y3g1pu8EPB2lAtX > .row .container > .video-iframe-container { display: none; }#lz3yD7mITXirzK807y3g1pu8EPB2lAtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lz3yD7mITXirzK807y3g1pu8EPB2lAtX > .row > .video-iframe-container { display: none; }#lz3yD7mITXirzK807y3g1pu8EPB2lAtX > .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); }#lz3yD7mITXirzK807y3g1pu8EPB2lAtX > .row .container { border-width: 0; border-radius: 0; }#lz3yD7mITXirzK807y3g1pu8EPB2lAtX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lz3yD7mITXirzK807y3g1pu8EPB2lAtX > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX > .row .container { background-color: transparent; background-image: none; }#B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX > .row .container > .video-iframe-container { display: none; }#B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX > .row > .video-iframe-container { display: none; }#B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX > .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); }#B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX > .row .container { border-width: 0; border-radius: 0; }#B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX > .row .container { font-size:14px;font-family:arial;height:236px;width:1200px;position:relative;display:block; }#ZNzSiM8k9vZzTcMvhPoxB3zdNlizIiwi { position:absolute;display:block;z-index:15030;height:216.969px;width:390px;top:15.0234375px;left:406px;display:block; }
#n63urI6KFt4DIDrpx7BQvqh8NTPzHTlM { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cb69e3eb-14fc-4212-b341-620169283cb1/Kulwinder.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:14.5px;left:404px;display:block; }#n63urI6KFt4DIDrpx7BQvqh8NTPzHTlM.adaptive-delivery-prevent-bg, #n63urI6KFt4DIDrpx7BQvqh8NTPzHTlM.lazyload, #n63urI6KFt4DIDrpx7BQvqh8NTPzHTlM.lazyloading { background-image: none; }
#BsvNhmNtSL89AHUZRTfeDLAGaf6g8dV4 { position:absolute;display:block;z-index:14981;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ee679c46-e8c9-46eb-91dc-a1c5b9ec52a7/Pawanpreet.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:15px;left:4px;display:block; }#BsvNhmNtSL89AHUZRTfeDLAGaf6g8dV4.adaptive-delivery-prevent-bg, #BsvNhmNtSL89AHUZRTfeDLAGaf6g8dV4.lazyload, #BsvNhmNtSL89AHUZRTfeDLAGaf6g8dV4.lazyloading { background-image: none; }
#VOuDzTroHWtTlkfcgwWWTzawZ621fAHv { position:absolute;display:block;z-index:15031;height:216.969px;width:390px;top:16.0234375px;left:5px;display:block; }
#kHaEamOqzzImQm7EHAQAxVmrZOg1SWQJ { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/01176ac2-3d34-4e40-aaf6-b0d4a285da2b/Shikha.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:14px;left:804px;display:block; }#kHaEamOqzzImQm7EHAQAxVmrZOg1SWQJ.adaptive-delivery-prevent-bg, #kHaEamOqzzImQm7EHAQAxVmrZOg1SWQJ.lazyload, #kHaEamOqzzImQm7EHAQAxVmrZOg1SWQJ.lazyloading { background-image: none; }
#KWfRdSqMGeIk2K8eSuDKuwf10xrFdRBl { position:absolute;display:block;z-index:15026;height:216.977px;width:390px;top:15.5078125px;left:803px;display:block; }
#kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF > .row .container { background-color: transparent; background-image: none; }#kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF > .row .container > .video-iframe-container { display: none; }#kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF > .row > .video-iframe-container { display: none; }#kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF > .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); }#kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF > .row .container { border-width: 0; border-radius: 0; }#kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#JaD0m4STsJ0MKqo9kkpGectnIBbwuumR { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/669080d0-7ece-466b-a827-b3f9e47ea32c/Chris_and_Karen.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:404px;display:block; }#JaD0m4STsJ0MKqo9kkpGectnIBbwuumR.adaptive-delivery-prevent-bg, #JaD0m4STsJ0MKqo9kkpGectnIBbwuumR.lazyload, #JaD0m4STsJ0MKqo9kkpGectnIBbwuumR.lazyloading { background-image: none; }
#aTvXigqVTPwr61A6JAAE3mvSaHiihFQR { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d84d301-436d-405e-9436-31fcf0797ac8/Leilani.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:804px;display:block; }#aTvXigqVTPwr61A6JAAE3mvSaHiihFQR.adaptive-delivery-prevent-bg, #aTvXigqVTPwr61A6JAAE3mvSaHiihFQR.lazyload, #aTvXigqVTPwr61A6JAAE3mvSaHiihFQR.lazyloading { background-image: none; }
#NthhIcGN6rWTidTrUb1SKfmy2saLy21X { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c036079-c33b-4e1c-b750-cac6fc712e11/Shannon.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:4px;display:block; }#NthhIcGN6rWTidTrUb1SKfmy2saLy21X.adaptive-delivery-prevent-bg, #NthhIcGN6rWTidTrUb1SKfmy2saLy21X.lazyload, #NthhIcGN6rWTidTrUb1SKfmy2saLy21X.lazyloading { background-image: none; }
#RJi2HfM2qrTn7tilpMO7XNxw4vD2ndFw { position:absolute;display:block;z-index:15031;height:216.977px;width:390px;top:4.5078125px;left:803px;display:block; }
#NNBarxVoIivaPiZkP9yTBLL3rQIs9NaV { position:absolute;display:block;z-index:15026;height:216.977px;width:390px;top:4.5078125px;left:405px;display:block; }
#J3dDRCFo62kDTpPq2oryQBsH1aqo4gHs { position:absolute;display:block;z-index:15029;height:216.996px;width:390px;top:4px;left:5px;display:block; }
#WRaC3eivOCf65RzeVv0gR4echs2GozIm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WRaC3eivOCf65RzeVv0gR4echs2GozIm > .row .container { background-color: transparent; background-image: none; }#WRaC3eivOCf65RzeVv0gR4echs2GozIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRaC3eivOCf65RzeVv0gR4echs2GozIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRaC3eivOCf65RzeVv0gR4echs2GozIm > .row .container > .video-iframe-container { display: none; }#WRaC3eivOCf65RzeVv0gR4echs2GozIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRaC3eivOCf65RzeVv0gR4echs2GozIm > .row > .video-iframe-container { display: none; }#WRaC3eivOCf65RzeVv0gR4echs2GozIm > .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); }#WRaC3eivOCf65RzeVv0gR4echs2GozIm > .row .container { border-width: 0; border-radius: 0; }#WRaC3eivOCf65RzeVv0gR4echs2GozIm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WRaC3eivOCf65RzeVv0gR4echs2GozIm > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#U2C6GDkkturAf6esLoCsqTGCvJsaZ7P4 { position:absolute;display:block;z-index:15023;height:216.977px;width:390px;top:4.5078125px;left:5px;display:block; }
#Mi6Nk2fN6nyydPy7FT9gf0hnWOLcyEAw { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b0ee584f-262e-40b6-a341-8922f9e20102/Tehmina.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:4px;display:block; }#Mi6Nk2fN6nyydPy7FT9gf0hnWOLcyEAw.adaptive-delivery-prevent-bg, #Mi6Nk2fN6nyydPy7FT9gf0hnWOLcyEAw.lazyload, #Mi6Nk2fN6nyydPy7FT9gf0hnWOLcyEAw.lazyloading { background-image: none; }
#n1zwkaqtUMe6oM0HilXAF36awt8nVtcT { position:absolute;display:block;z-index:15019;height:216.977px;width:390px;top:4.5078125px;left:406px;display:block; }
#w8hLra9G82g39HzU6q2dPQ3eX1kOuuHc { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5c076fff-500b-43ee-949f-0d04525641cc/Prabjot.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:5px;left:804px;display:block; }#w8hLra9G82g39HzU6q2dPQ3eX1kOuuHc.adaptive-delivery-prevent-bg, #w8hLra9G82g39HzU6q2dPQ3eX1kOuuHc.lazyload, #w8hLra9G82g39HzU6q2dPQ3eX1kOuuHc.lazyloading { background-image: none; }
#vvxTE9TwTXolyBAorgZR0yyKOMG46inR { position:absolute;display:block;z-index:15026;height:216.977px;width:390px;top:4.5078125px;left:805px;display:block; }
#qWAWtU5yMMUbfE0f5bNHTZTguHFRnQe7 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/92cda7e5-1e35-4449-99ed-679c09627018/Ramndeep_Kaur.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:404px;display:block; }#qWAWtU5yMMUbfE0f5bNHTZTguHFRnQe7.adaptive-delivery-prevent-bg, #qWAWtU5yMMUbfE0f5bNHTZTguHFRnQe7.lazyload, #qWAWtU5yMMUbfE0f5bNHTZTguHFRnQe7.lazyloading { background-image: none; }
#WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav > .row .container { background-color: transparent; background-image: none; }#WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav > .row .container > .video-iframe-container { display: none; }#WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav > .row > .video-iframe-container { display: none; }#WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav > .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); }#WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav > .row .container { border-width: 0; border-radius: 0; }#WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#sR02P7GBlzQNTVpTWThouN95PF2zunXr { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/45518187-1c85-462b-a82c-81189dda6a85/Dave_and_Roxanne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:5px;left:404px;display:block; }#sR02P7GBlzQNTVpTWThouN95PF2zunXr.adaptive-delivery-prevent-bg, #sR02P7GBlzQNTVpTWThouN95PF2zunXr.lazyload, #sR02P7GBlzQNTVpTWThouN95PF2zunXr.lazyloading { background-image: none; }
#EHvSlG9h0g87HHSyntqr2IydiBNSzqEZ { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d15368d-8967-4499-a3e5-0cbe81b12905/Betty_and_Smash.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:5px;left:804px;display:block; }#EHvSlG9h0g87HHSyntqr2IydiBNSzqEZ.adaptive-delivery-prevent-bg, #EHvSlG9h0g87HHSyntqr2IydiBNSzqEZ.lazyload, #EHvSlG9h0g87HHSyntqr2IydiBNSzqEZ.lazyloading { background-image: none; }
#Xk5zsxoIZRTStDnoavdykPuw0Ja13LTR { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/854a92c4-3b13-4bbe-bf97-2a3b8ae19823/Holly.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:5px;left:4px;display:block; }#Xk5zsxoIZRTStDnoavdykPuw0Ja13LTR.adaptive-delivery-prevent-bg, #Xk5zsxoIZRTStDnoavdykPuw0Ja13LTR.lazyload, #Xk5zsxoIZRTStDnoavdykPuw0Ja13LTR.lazyloading { background-image: none; }
#ZStBUWGkdQ7cDi7A4bQ6V7e8rltTAUNK { position:absolute;display:block;z-index:15019;height:216.996px;width:390px;top:4.48828125px;left:804.99609375px;display:block; }
#GrvKtwQ1e0oqplBlkmvGcucOMwvA8Gvn { position:absolute;display:block;z-index:15019;height:216.984px;width:390px;top:4.5px;left:5px;display:block; }
#WN0UyUcUHqxQD8HMBILILy4DCCRI9VI7 { position:absolute;display:block;z-index:15022;height:216.996px;width:390px;top:4.48828125px;left:405px;display:block; }
#yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e > .row .container { background-color: transparent; background-image: none; }#yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e > .row .container > .video-iframe-container { display: none; }#yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e > .row > .video-iframe-container { display: none; }#yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e > .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); }#yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e > .row .container { border-width: 0; border-radius: 0; }#yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR > .row .container { background-color: transparent; background-image: none; }#HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR > .row .container > .video-iframe-container { display: none; }#HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR > .row > .video-iframe-container { display: none; }#HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR > .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); }#HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR > .row .container { border-width: 0; border-radius: 0; }#HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG > .row .container { background-color: transparent; background-image: none; }#TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG > .row .container > .video-iframe-container { display: none; }#TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG > .row > .video-iframe-container { display: none; }#TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG > .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); }#TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG > .row .container { border-width: 0; border-radius: 0; }#TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG > .row .container { font-size:14px;font-family:arial;height:251px;width:1200px;position:relative;display:block; }#vy3SqVkDs9fhe4qeqBruyoFCewyTdcUo { background-color:#3b5998;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:163px;left:445px;display:block; }
#yTxxnp77OotsAUTQFi8kAwHfZDCFJklO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JXbdg613nyqGka8Jpn2zPw3iAu2l8oVz { color:#ffffff;display:block;width:550px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:34px;left:325px;height:112px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NQuip69d7t6hplVlnEtsJrxl7U3aC13N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NQuip69d7t6hplVlnEtsJrxl7U3aC13N > .row .container { background-color: transparent; background-image: none; }#NQuip69d7t6hplVlnEtsJrxl7U3aC13N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQuip69d7t6hplVlnEtsJrxl7U3aC13N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQuip69d7t6hplVlnEtsJrxl7U3aC13N > .row .container > .video-iframe-container { display: none; }#NQuip69d7t6hplVlnEtsJrxl7U3aC13N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQuip69d7t6hplVlnEtsJrxl7U3aC13N > .row > .video-iframe-container { display: none; }#NQuip69d7t6hplVlnEtsJrxl7U3aC13N > .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); }#NQuip69d7t6hplVlnEtsJrxl7U3aC13N > .row .container { border-width: 0; border-radius: 0; }#NQuip69d7t6hplVlnEtsJrxl7U3aC13N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQuip69d7t6hplVlnEtsJrxl7U3aC13N > .row .container { font-size:14px;font-family:arial;height:382px;width:1200px;position:relative;display:block; }#MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.4);background-image:none;border-top:2px solid #f07e0f;border-left:2px solid #f07e0f;border-right:2px solid #f07e0f;border-bottom:2px solid #f07e0f;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:51px;width:51px;top:35px;left:166px;display:block; }
#IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { color:#000000;display:block;width:55px;position:absolute;font-family:bitter;font-size:24px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:47px;left:165px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fon0sGofzdUlCJJfvLHGMihibgvnP28M { position:absolute;display:block;z-index:15000;background-color:#feae03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #f07e0f;border-left:5px solid #f07e0f;border-right:5px solid #f07e0f;border-bottom:5px solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:232px;width:325px;top:101.5px;left:26px;display:block; }
#pLwalovwXHSLAz3V6C4DGlnUd9golK9E { color:#000000;display:block;width:305px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:125.6015625px;left:41px;height:85.7813px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { position:absolute;display:block;z-index:15001;background-color:#feae03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #f07e0f;border-left:5px solid #f07e0f;border-right:5px solid #f07e0f;border-bottom:5px solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:232px;width:387px;top:101px;left:401.5px;display:block; }
#ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { color:#000000;display:block;width:344px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:125.6015625px;left:428px;height:98.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:259.5px;left:575px; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; }#qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.4);background-image:none;border-top:2px solid #f07e0f;border-left:2px solid #f07e0f;border-right:2px solid #f07e0f;border-bottom:2px solid #f07e0f;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:51px;width:51px;top:35px;left:578px;display:block; }
#VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { color:#000000;display:block;width:55px;position:absolute;font-family:bitter;font-size:24px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:47px;left:577px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IGu9Cpx36AwKziSs0v7DXtmTx30tQoL3 { position:absolute;display:block;z-index:15002;background-color:#feae03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #f07e0f;border-left:5px solid #f07e0f;border-right:5px solid #f07e0f;border-bottom:5px solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:232px;width:325px;top:101px;left:832.5px;display:block; }
#O2vDLTTHw2UdVDE0GiLWGq1Wv8sxwxPr { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.4);background-image:none;border-top:2px solid #f07e0f;border-left:2px solid #f07e0f;border-right:2px solid #f07e0f;border-bottom:2px solid #f07e0f;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:51px;width:51px;top:35px;left:972.5px;display:block; }
#weGReZB0parJKwD9arHFa0aSZ73tosu6 { color:#000000;display:block;width:55px;position:absolute;font-family:bitter;font-size:24px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:46.90625px;left:972.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uzVAMxc4oy2aVnuZJIytGqFpQTiy3br5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:259.5px;left:975px; }
#uzVAMxc4oy2aVnuZJIytGqFpQTiy3br5 > img { max-width: 100%;max-height:100%; }#xh7warIIUbqkdftkmw4GDwHciGlbTBt9 { color:#000000;display:block;width:302px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:125.2578125px;left:849px;height:116.992px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa > .row .container { background-color: transparent; background-image: none; }#pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa > .row .container > .video-iframe-container { display: none; }#pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa > .row > .video-iframe-container { display: none; }#pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa > .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); }#pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa > .row .container { border-width: 0; border-radius: 0; }#pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh > .row .container { background-color: transparent; background-image: none; }#z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh > .row .container > .video-iframe-container { display: none; }#z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh > .row > .video-iframe-container { display: none; }#z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh > .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); }#z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh > .row .container { border-width: 0; border-radius: 0; }#z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh > .row .container { font-size:14px;font-family:arial;height:417px;width:1200px;position:relative;display:block; }#WODQmhucT026iVDrJGdTDBOepFlw7V1g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WODQmhucT026iVDrJGdTDBOepFlw7V1g > .row .container { background-color: transparent; background-image: none; }#WODQmhucT026iVDrJGdTDBOepFlw7V1g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WODQmhucT026iVDrJGdTDBOepFlw7V1g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WODQmhucT026iVDrJGdTDBOepFlw7V1g > .row .container > .video-iframe-container { display: none; }#WODQmhucT026iVDrJGdTDBOepFlw7V1g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WODQmhucT026iVDrJGdTDBOepFlw7V1g > .row > .video-iframe-container { display: none; }#WODQmhucT026iVDrJGdTDBOepFlw7V1g > .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); }#WODQmhucT026iVDrJGdTDBOepFlw7V1g > .row .container { border-width: 0; border-radius: 0; }#WODQmhucT026iVDrJGdTDBOepFlw7V1g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WODQmhucT026iVDrJGdTDBOepFlw7V1g > .row .container { font-size:14px;font-family:arial;height:551px;width:1200px;position:relative;display:block; }#sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 > .row .container { background-color: transparent; background-image: none; }#sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 > .row .container > .video-iframe-container { display: none; }#sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 > .row > .video-iframe-container { display: none; }#sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 > .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); }#sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 > .row .container { border-width: 0; border-radius: 0; }#sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r { display:block; }#iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQL7mFLBqcUXccICEDcThVuK7XBVvhsu { display:block; }#yQL7mFLBqcUXccICEDcThVuK7XBVvhsu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lz3yD7mITXirzK807y3g1pu8EPB2lAtX { display:block; }#lz3yD7mITXirzK807y3g1pu8EPB2lAtX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX { display:block; }#B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNzSiM8k9vZzTcMvhPoxB3zdNlizIiwi { top:15px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #n63urI6KFt4DIDrpx7BQvqh8NTPzHTlM { top:14px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #BsvNhmNtSL89AHUZRTfeDLAGaf6g8dV4 { top:15px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #VOuDzTroHWtTlkfcgwWWTzawZ621fAHv { top:16px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #kHaEamOqzzImQm7EHAQAxVmrZOg1SWQJ { top:14px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #KWfRdSqMGeIk2K8eSuDKuwf10xrFdRBl { top:15px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF { display:block; }#kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaD0m4STsJ0MKqo9kkpGectnIBbwuumR { top:3px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #aTvXigqVTPwr61A6JAAE3mvSaHiihFQR { top:3px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #NthhIcGN6rWTidTrUb1SKfmy2saLy21X { top:3px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #RJi2HfM2qrTn7tilpMO7XNxw4vD2ndFw { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #NNBarxVoIivaPiZkP9yTBLL3rQIs9NaV { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #J3dDRCFo62kDTpPq2oryQBsH1aqo4gHs { top:4px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #WRaC3eivOCf65RzeVv0gR4echs2GozIm { display:block; }#WRaC3eivOCf65RzeVv0gR4echs2GozIm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2C6GDkkturAf6esLoCsqTGCvJsaZ7P4 { top:4px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Mi6Nk2fN6nyydPy7FT9gf0hnWOLcyEAw { top:3px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #n1zwkaqtUMe6oM0HilXAF36awt8nVtcT { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #w8hLra9G82g39HzU6q2dPQ3eX1kOuuHc { top:5px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #vvxTE9TwTXolyBAorgZR0yyKOMG46inR { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #qWAWtU5yMMUbfE0f5bNHTZTguHFRnQe7 { top:3px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav { display:block; }#WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sR02P7GBlzQNTVpTWThouN95PF2zunXr { top:5px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #EHvSlG9h0g87HHSyntqr2IydiBNSzqEZ { top:5px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #Xk5zsxoIZRTStDnoavdykPuw0Ja13LTR { top:5px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #ZStBUWGkdQ7cDi7A4bQ6V7e8rltTAUNK { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #GrvKtwQ1e0oqplBlkmvGcucOMwvA8Gvn { top:4px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #WN0UyUcUHqxQD8HMBILILy4DCCRI9VI7 { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e { display:block; }#yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR { display:block; }#HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG { display:block; }#TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vy3SqVkDs9fhe4qeqBruyoFCewyTdcUo { width:280px;height:55px;top:163px;left:227px;display:block; }
 }@media only screen and (max-width: 763px) { #yTxxnp77OotsAUTQFi8kAwHfZDCFJklO { display:block; }
 }@media only screen and (max-width: 763px) { #JXbdg613nyqGka8Jpn2zPw3iAu2l8oVz { width:550px;height:112px;top:34px;left:107px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NQuip69d7t6hplVlnEtsJrxl7U3aC13N { display:block; }#NQuip69d7t6hplVlnEtsJrxl7U3aC13N > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { top:35px;left:93px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { top:47px;left:92px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fon0sGofzdUlCJJfvLHGMihibgvnP28M { top:101px;left:0px;width:325px;height:232px;display:block; }
 }@media only screen and (max-width: 763px) { #pLwalovwXHSLAz3V6C4DGlnUd9golK9E { top:125px;left:0px;width:305px;height:85px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { top:101px;left:142px;width:387px;height:232px;display:block; }
 }@media only screen and (max-width: 763px) { #ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { top:125px;left:164px;width:344px;height:98px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { top:259px;left:356px;width:50px;height:50px;display:block; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { top:35px;left:359px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { top:47px;left:358px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IGu9Cpx36AwKziSs0v7DXtmTx30tQoL3 { top:101px;left:427px;width:325px;height:232px;display:block; }
 }@media only screen and (max-width: 763px) { #O2vDLTTHw2UdVDE0GiLWGq1Wv8sxwxPr { top:35px;left:607.5px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #weGReZB0parJKwD9arHFa0aSZ73tosu6 { top:46px;left:607.5px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uzVAMxc4oy2aVnuZJIytGqFpQTiy3br5 { top:259px;left:610px;width:50px;height:50px;display:block; }
#uzVAMxc4oy2aVnuZJIytGqFpQTiy3br5 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #xh7warIIUbqkdftkmw4GDwHciGlbTBt9 { top:125px;left:460px;width:302px;height:116px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa { display:block; }#pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh { display:block; }#z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WODQmhucT026iVDrJGdTDBOepFlw7V1g { display:block; }#WODQmhucT026iVDrJGdTDBOepFlw7V1g > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 { display:block; }#sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r { display:block; }#iwDu91M9JqXfnuxUcJt7UBUF9nV8vk4r > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQL7mFLBqcUXccICEDcThVuK7XBVvhsu { display:block; }#yQL7mFLBqcUXccICEDcThVuK7XBVvhsu > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lz3yD7mITXirzK807y3g1pu8EPB2lAtX { display:block; }#lz3yD7mITXirzK807y3g1pu8EPB2lAtX > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX { display:block; }#B0XGZyIDJB9pqZwrOvzoTUTye7ENeGsX > .row .container { width:320px;height:705px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNzSiM8k9vZzTcMvhPoxB3zdNlizIiwi { width:320px;height:217px;top:246px;left:0px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #n63urI6KFt4DIDrpx7BQvqh8NTPzHTlM { width:318px;height:217px;top:245px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BsvNhmNtSL89AHUZRTfeDLAGaf6g8dV4 { width:318px;height:217px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VOuDzTroHWtTlkfcgwWWTzawZ621fAHv { width:320px;height:217px;top:10px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #kHaEamOqzzImQm7EHAQAxVmrZOg1SWQJ { width:318px;height:217px;top:480px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KWfRdSqMGeIk2K8eSuDKuwf10xrFdRBl { width:320px;height:217px;top:481px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF { display:block; }#kpaptOJ48wIOHL7kADTcaOrP2aXT7gvF > .row .container { width:320px;height:695px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaD0m4STsJ0MKqo9kkpGectnIBbwuumR { width:318px;height:217px;top:242px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aTvXigqVTPwr61A6JAAE3mvSaHiihFQR { width:318px;height:217px;top:475px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NthhIcGN6rWTidTrUb1SKfmy2saLy21X { width:318px;height:217px;top:8px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RJi2HfM2qrTn7tilpMO7XNxw4vD2ndFw { width:320px;height:217px;top:477px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NNBarxVoIivaPiZkP9yTBLL3rQIs9NaV { width:320px;height:217px;top:243px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #J3dDRCFo62kDTpPq2oryQBsH1aqo4gHs { width:320px;height:217px;top:9px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #WRaC3eivOCf65RzeVv0gR4echs2GozIm { display:block; }#WRaC3eivOCf65RzeVv0gR4echs2GozIm > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2C6GDkkturAf6esLoCsqTGCvJsaZ7P4 { width:320px;height:217px;top:13px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Mi6Nk2fN6nyydPy7FT9gf0hnWOLcyEAw { width:318px;height:217px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #n1zwkaqtUMe6oM0HilXAF36awt8nVtcT { width:320px;height:217px;top:247px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #w8hLra9G82g39HzU6q2dPQ3eX1kOuuHc { width:318px;height:217px;top:480px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vvxTE9TwTXolyBAorgZR0yyKOMG46inR { width:320px;height:217px;top:481px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #qWAWtU5yMMUbfE0f5bNHTZTguHFRnQe7 { width:318px;height:217px;top:246px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav { display:block; }#WGyhRXmiG1BWxEQiC59zR9XwpWDs9zav > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sR02P7GBlzQNTVpTWThouN95PF2zunXr { width:318px;height:217px;top:232px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EHvSlG9h0g87HHSyntqr2IydiBNSzqEZ { width:318px;height:217px;top:465px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Xk5zsxoIZRTStDnoavdykPuw0Ja13LTR { width:318px;height:217px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZStBUWGkdQ7cDi7A4bQ6V7e8rltTAUNK { width:320px;height:217px;top:465px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GrvKtwQ1e0oqplBlkmvGcucOMwvA8Gvn { width:320px;height:217px;top:0px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #WN0UyUcUHqxQD8HMBILILy4DCCRI9VI7 { width:320px;height:217px;top:232px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e { display:block; }#yAgENhc5UczdXMcrWVCp6QEpq9cHUp6e > .row .container { width:320px;height:35px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR { display:block; }#HfcLiNlcV3mpVMKf34QNFDP0MnEuToWR > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG { display:block; }#TrxOcMGVidJH82q7g9lBSoBGuDTBvgNG > .row .container { width:320px;height:303px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vy3SqVkDs9fhe4qeqBruyoFCewyTdcUo { width:280px;height:55px;top:201px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yTxxnp77OotsAUTQFi8kAwHfZDCFJklO { display:block; }
 }@media only screen and (max-width: 763px) { #JXbdg613nyqGka8Jpn2zPw3iAu2l8oVz { width:320px;height:143.9844px;top:32px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NQuip69d7t6hplVlnEtsJrxl7U3aC13N { display:block; }#NQuip69d7t6hplVlnEtsJrxl7U3aC13N > .row .container { width:320px;height:737px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { width:45px;height:45px;top:21px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { width:55px;height:23.3984px;top:34px;left:133px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fon0sGofzdUlCJJfvLHGMihibgvnP28M { width:299px;height:93px;top:79.9375px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pLwalovwXHSLAz3V6C4DGlnUd9golK9E { width:300px;height:70.1953px;top:96.34375px;left:10px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { width:299px;height:168px;top:262.9921875px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { width:284px;height:83.1875px;top:283px;left:18px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { display:flex;width:40px;height:40px;top:377.9921875px;left:140px;font-size:28px; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { width:45px;height:45px;top:204px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { width:55px;height:23.3984px;top:217px;left:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IGu9Cpx36AwKziSs0v7DXtmTx30tQoL3 { width:310px;height:168px;top:520.765625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #O2vDLTTHw2UdVDE0GiLWGq1Wv8sxwxPr { width:45px;height:45px;top:461px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #weGReZB0parJKwD9arHFa0aSZ73tosu6 { width:47px;height:23.3984px;top:473.796875px;left:136.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uzVAMxc4oy2aVnuZJIytGqFpQTiy3br5 { display:flex;width:42px;height:42px;top:633.9921875px;left:140px;font-size:29px; }
#uzVAMxc4oy2aVnuZJIytGqFpQTiy3br5 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #xh7warIIUbqkdftkmw4GDwHciGlbTBt9 { width:302px;height:83.1875px;top:541.8046875px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa { display:block; }#pTIt5ElFmoIpKTArRZQ8bPZktZJ584Aa > .row .container { width:320px;height:111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh { display:block; }#z3iv39DQeNJxyGU2nJMNF8ZuELftPUJh > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WODQmhucT026iVDrJGdTDBOepFlw7V1g { display:block; }#WODQmhucT026iVDrJGdTDBOepFlw7V1g > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 { display:block; }#sbmoPCJdpWfLwq3JsiU4HlcQTf0scyk6 > .row .container { width:320px;height:110px;position:relative;display:block; } }