.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); }#WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR > .row .container { background-color: transparent; background-image: none; }#WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR > .row .container > .video-iframe-container { display: none; }#WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR > .row > .video-iframe-container { display: none; }#WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR > .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); }#WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR > .row .container { border-width: 0; border-radius: 0; }#WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR > .row .container { font-size:14px;font-family:arial;height:76px;width:960px;position:relative;display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ccc06f2d-941b-480b-a8a4-0fe382559af6/VideoMyAdminbyAgilityVideo.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.adaptive-delivery-prevent-bg, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyload, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyloading { background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { background-color: transparent; background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .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); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { border-width: 0; border-radius: 0; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { width:960px;height:455px;font-size:14px;font-family:"open sans";position:relative;display:block; }#dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { color:#f9f9f9;display:block;width:736px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:242.91667175293px;left:112px;height:128px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { color:#f9f9f9;display:block;width:960px;position:absolute;font-family:roboto;font-size:55px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:160.41667175293px;left:0px;height:60.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row .container { background-color: transparent; background-image: none; }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row .container > .video-iframe-container { display: none; }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row > .video-iframe-container { display: none; }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .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); }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row .container { border-width: 0; border-radius: 0; }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row .container { font-size:14px;font-family:arial;height:213px;width:960px;position:relative;display:block; }#BVSUNxdSpIgBwZztT5TGXb3UFeM8dI9c { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:136px;width:960px;top:60px;left:0px;display:block; }
#T64XemC882RF2NnmBSJgFlcFzDePKTid { color:#414042;display:block;width:486px;position:absolute;font-family:arial;font-size:30px;font-weight:normal;z-index:15115;line-height:1.6;letter-spacing:0;top:104px;left:30px;height:48px;display:block; }
#TmHSyzdzeVCOmqmg2PEN7VdggvXFTA9f { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41px;width:170px;top:1623px;left:352px;overflow:hidden;display:none; }
#XiBut0lWdemxUvqJrD2EAZ4JKaG4aqTT { z-index:15135;top:97px;left:630px;background-color:#0c71a3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;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:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:61px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IOhsS8TvfEituD7MkpkeRXT82FtPbTX6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu > .row .container { background-color: transparent; background-image: none; }#tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu > .row .container > .video-iframe-container { display: none; }#tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu > .row > .video-iframe-container { display: none; }#tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu > .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); }#tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu > .row .container { border-width: 0; border-radius: 0; }#tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#Q266wMan2ukWOe2s6omybggVLcnK34fJ { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:0px;display:block; }
#puFq7eTVCWt4QrvKgS28asCogsUNz1GZ { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32px;width:128px;top:95.916625976562px;left:86px;overflow:hidden;display:block; }
#w8eWCEDg5EDnvh4bf3BKWNrvTyQX2meH { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:155.00002288818px;left:50px;display:block; }
#mXoZdJB5p6yBhulessnusVnacsssVF2h { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DSC9nzeEgAwu9yxR8vzcnk34XS03IFxV { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:330px;display:block; }
#K8nRSW33JLtZFhwuUdDFqqIoeHvLsBic { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38px;width:252px;top:91.916625976562px;left:365px;overflow:hidden;display:block; }
#nzq6smN9QdgggJPSUS6J9cWGZ1LQMNQJ { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:660px;display:block; }
#NsXfMct8pzm2LuKzx2G1TW3lXAhauXkc { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:179px;top:104px;left:721px;overflow:hidden;display:block; }
#Bh4bc0cmB8oS883H9S9aA9xVDtZxAW4l { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:155.00002288818px;left:380px;display:block; }
#KXmniWqowTqke0z4gnKRGkWvt1w71PgR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#u9PgiHIzL5vzdBuBlF7VFsE0s8CV3Zp0 { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:155px;left:710px;display:block; }
#UN93LALX0oU7nB9pWZTTlfyWSEREAe1I { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#odJBKZqHVOwC5qcgcJJUDlp8MputPJFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#odJBKZqHVOwC5qcgcJJUDlp8MputPJFo > .row .container { background-color: transparent; background-image: none; }#odJBKZqHVOwC5qcgcJJUDlp8MputPJFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odJBKZqHVOwC5qcgcJJUDlp8MputPJFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odJBKZqHVOwC5qcgcJJUDlp8MputPJFo > .row .container > .video-iframe-container { display: none; }#odJBKZqHVOwC5qcgcJJUDlp8MputPJFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odJBKZqHVOwC5qcgcJJUDlp8MputPJFo > .row > .video-iframe-container { display: none; }#odJBKZqHVOwC5qcgcJJUDlp8MputPJFo > .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); }#odJBKZqHVOwC5qcgcJJUDlp8MputPJFo > .row .container { border-width: 0; border-radius: 0; }#odJBKZqHVOwC5qcgcJJUDlp8MputPJFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odJBKZqHVOwC5qcgcJJUDlp8MputPJFo > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#TGuLUWDcgUddduZCqQuM3OCXdb0GCThU { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:0px;display:block; }
#qTODfWkebDiT2ESyMeqw8SMSHHfgrzNm { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67px;width:109px;top:75.833312988281px;left:95.5px;overflow:hidden;display:block; }
#skCC9Z7QFq7pPTx63pZmHy5DFcmeWFWs { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:160.00001525879px;left:50px;display:block; }
#wEAq4f7t49FZJJgA3nlcy1O8k5ax4CmG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GTileNxzBi7DItsO1rnvZRCt0StlpVfW { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:330px;display:block; }
#wLTkb3eEHQCmyiJcdB8o2yg2oVsCvScT { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:136px;top:73.833312988281px;left:412px;overflow:hidden;display:block; }
#Q5fOJa28EDIsE4tcpJ5iXxs1JSXhR47E { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:63px;left:660px;display:block; }
#plWdcI3lXTQ9iehZ9auzFszNuG3ppFv2 { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46px;width:213px;top:92px;left:704px;overflow:hidden;display:block; }
#XFF6NJ8IkHQSRJ5EZG34UG6OU95oRHLC { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:160.00001525879px;left:380px;display:block; }
#HT6WtBXG1wb0Z3M8EtNnZPP4JdKaUleh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#E4Z3W3ywVLWU6yaWHaOofDpmD5nZoTTn { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:160px;left:710px;display:block; }
#UB2iPtodqXkzNh3dtvSo8RHgZ5hOerUI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev > .row .container { background-color: transparent; background-image: none; }#N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev > .row .container > .video-iframe-container { display: none; }#N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev > .row > .video-iframe-container { display: none; }#N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev > .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); }#N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev > .row .container { border-width: 0; border-radius: 0; }#N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#FpKEuUBkHUOcDVU2GrDFpDkI4ICXISGC { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:0px;display:block; }
#XEm0w8o8nOEca7AivsrTwQuDDJvb0VFM { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41px;width:186px;top:90.833282470703px;left:58px;overflow:hidden;display:block; }
#G2in9INEFxENZ6NywPbqTFeRbTarN1EK { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:160px;left:50px;display:block; }
#henTxC5Mwss0MMMI6UyEuXeSHu2KTTA1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eD9ah0eLBGX1oOiEbWs9ZtVxol7FgzWh { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:330px;display:block; }
#DnyXf6cX07B2aawzJEF7mFz2HmICnFwX { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51px;width:206px;top:85.833282470703px;left:377px;overflow:hidden;display:block; }
#e3uOOMAfbIWJzGgqDTTkxS9bw1GmgAVF { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:660px;display:block; }
#BWkGcc3bckt6824qoVzSZ3viygHGlfka { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47px;width:191px;top:88.833282470703px;left:714.5px;overflow:hidden;display:block; }
#JiGOitomJPydvICRt2rpomqpbKITnAE0 { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:160px;left:380px;display:block; }
#IrPzxUIyQ8zfd9CwzxZiLT3byEfo6wt2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VAZGBWQ4U50CTRdAy82F8NzmBD40hb4T { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:160px;left:710px;display:block; }
#kxgal8QoWTUHWTlkLd2RqBd4P94BFPUo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP > .row .container { background-color: transparent; background-image: none; }#ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP > .row .container > .video-iframe-container { display: none; }#ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP > .row > .video-iframe-container { display: none; }#ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP > .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); }#ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP > .row .container { border-width: 0; border-radius: 0; }#ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#No25u6qw1yxJ9SeKnutX8CNDkD7MTlcw { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:0px;display:block; }
#fqO23oUwcrRAKq2Hm21MEaAqyXMWW1co { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37px;width:185px;top:97.333374023438px;left:59.5px;overflow:hidden;display:block; }
#aF4pt2gXNGeAN764UH1dWEUspGDXUe4X { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:160px;left:48px;display:block; }
#pJH8a720Cvp5Jz7a5mszrBowccaUTk7Q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CQTI4pN15pvull9DTbEVsZQthRr0flVb { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:330px;display:block; }
#imU4XkNRofRXSr03bLfbEG7igR1iyVMv { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57px;width:216px;top:86.333374023438px;left:372px;overflow:hidden;display:block; }
#wkFPJTV1lAOD6tSqskCa9OXivVQo5u1C { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:660px;display:block; }
#y4Xz7dFHRINuRKJf1PQz6LEWgv9AiWCH { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:196px;top:95.833374023438px;left:712px;overflow:hidden;display:block; }
#bastZXTUIZnRlxBT5ETtGNCGtD6r4ROB { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:160px;left:378px;display:block; }
#DZGFB8l48gcBeT6tdBkesUI2ev2PEGuu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UQ6QxdMcZMhi0ukvxqfV3pxolSZ9BxAE { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:160px;left:710px;display:block; }
#LLQs07dfG2LU5RKFIMQ8uZ8r0zbFb4Xu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#t1i3T48OmpLP008mMLR7C11iVI5obTs9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#t1i3T48OmpLP008mMLR7C11iVI5obTs9 > .row .container { background-color: transparent; background-image: none; }#t1i3T48OmpLP008mMLR7C11iVI5obTs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1i3T48OmpLP008mMLR7C11iVI5obTs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1i3T48OmpLP008mMLR7C11iVI5obTs9 > .row .container > .video-iframe-container { display: none; }#t1i3T48OmpLP008mMLR7C11iVI5obTs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1i3T48OmpLP008mMLR7C11iVI5obTs9 > .row > .video-iframe-container { display: none; }#t1i3T48OmpLP008mMLR7C11iVI5obTs9 > .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); }#t1i3T48OmpLP008mMLR7C11iVI5obTs9 > .row .container { border-width: 0; border-radius: 0; }#t1i3T48OmpLP008mMLR7C11iVI5obTs9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1i3T48OmpLP008mMLR7C11iVI5obTs9 > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#U6yBNSZxgWT02JTcKU9GvHVt3zwtXTTb { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:0px;display:block; }
#vcD0u5v1qW6iKRN1AHn2eXEx8Mc2ibl8 { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62px;width:161px;top:80.833312988281px;left:69.5px;overflow:hidden;display:block; }
#VLVeJsRrbUixgmsf6UFa5GuZAlaNkM1y { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:154.91668701172px;left:50px;display:block; }
#k5cfDXBWgwTyLVG8gWTIWLKyO7ktH5u1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MnmnRLEVPdKKbJOC67uLB2Aby2f0R4za { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:330px;display:block; }
#lNzN5FH10qr73HdNfsSN00bP7azBFVPx { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:66px;width:194px;top:76.833312988281px;left:383px;overflow:hidden;display:block; }
#SN7hcRvJ0LJZaTBZPALbZrN7xgSpPOnO { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:660px;display:block; }
#usTInBHOTzdsqOSxyf5dbWtiGMapmAiL { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36px;width:201px;top:99px;left:708.5px;overflow:hidden;display:block; }
#Bpc2k0vfRBeZXRHrP1hsFhdo28qn9I25 { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:154.91668701172px;left:380px;display:block; }
#p1NO8Eayw15b9wWQH6R1xzNIaWxORGJ7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xyKF3Z48yv9SeXHukvPcdCaXMrTARWpe { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:160px;left:710px;display:block; }
#CMimIa6lhqnSdxK7TPyK4Mh5mXAqFRgD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RrRIMftApTpbbo5gG4mXnfSMouSrDWVH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#RrRIMftApTpbbo5gG4mXnfSMouSrDWVH > .row .container { background-color: transparent; background-image: none; }#RrRIMftApTpbbo5gG4mXnfSMouSrDWVH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrRIMftApTpbbo5gG4mXnfSMouSrDWVH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrRIMftApTpbbo5gG4mXnfSMouSrDWVH > .row .container > .video-iframe-container { display: none; }#RrRIMftApTpbbo5gG4mXnfSMouSrDWVH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrRIMftApTpbbo5gG4mXnfSMouSrDWVH > .row > .video-iframe-container { display: none; }#RrRIMftApTpbbo5gG4mXnfSMouSrDWVH > .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); }#RrRIMftApTpbbo5gG4mXnfSMouSrDWVH > .row .container { border-width: 0; border-radius: 0; }#RrRIMftApTpbbo5gG4mXnfSMouSrDWVH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrRIMftApTpbbo5gG4mXnfSMouSrDWVH > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#oR4rJkfyorXvsUtk83rOnN9eIv1xL86w { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:0px;display:block; }
#myXBBeVElmaHqFCcgkTW3m8GVUy3uLpq { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35px;width:207px;top:101.49993896484px;left:46.5px;overflow:hidden;display:block; }
#S6JDwK7xlFiX5CQTmiKDytx3SlaILGTW { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:160px;left:48px;display:block; }
#B8ksXDfSwSpecQaiu92EV0bdw22ZcMT4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#M06OVk2G5FnQZ5D0WM3y96coPAB54feC { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:330px;display:block; }
#gw2Xz9yyGhqhJbQzZaT4LMy9twOyKcWB { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:660px;display:block; }
#EwJ1Uaczg9SALcP6M02ZfMnb5wSadM3A { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:78px;width:165px;top:74px;left:727.5px;overflow:hidden;display:block; }
#DAGW8MKanlIErrAkTpTm4Gb2B6OMCua2 { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:160px;left:378px;display:block; }
#yP8JusSrSzLLHzkwGo4SN5pgrhHyXK6J { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tgSfbz2hCsNgbFb24cMgMnJGf93nvbsS { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:160px;left:710px;display:block; }
#nwyNOaSsFmLhkvoqiCWmw4nAMolM8Ufn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#u81w8ue5TzqWo9MGXLeF5A8bZQNo8pKg { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57px;width:121px;top:87.5px;left:419.5px;overflow:hidden;display:block; }
#oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi > .row .container { background-color: transparent; background-image: none; }#oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi > .row .container > .video-iframe-container { display: none; }#oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi > .row > .video-iframe-container { display: none; }#oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi > .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); }#oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi > .row .container { border-width: 0; border-radius: 0; }#oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#A3mlknnxQeBDxHKs66cuvAqUh6TrXVFq { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:0px;display:block; }
#lNCANFMy0wUxyWdDTegU5PuEhTzoHsfa { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42px;width:211px;top:97px;left:44.5px;overflow:hidden;display:block; }
#iGKFxg0PhDsr77PR1rTtiwirvrzFnPBm { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:160px;left:48px;display:block; }
#FWtlhnboZKbk95SSuP1vpS9TSvDysTFz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#z6rDUoKOoXZUPfBQqPS0v7V0l6FJJDE3 { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:330px;display:block; }
#cJNaSb04BTyPvHGRdE2DHF3PBGf5DA1q { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:660px;display:block; }
#alF3ZDVA4RRkdlO99fIMASRIzxK2wxoL { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:153px;top:98px;left:733.5px;overflow:hidden;display:block; }
#vIh5Fyvbss01hWsRQcSvrwJQAvILdBdJ { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:160px;left:378px;display:block; }
#c1lxlumUU6DGwPR4iu1srtxnZCkTGVAh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bz9oVeq5lfyZThKVOJSgQITGZvQzdQm1 { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:160px;left:710px;display:block; }
#A7NH7f2SikITQptvTUGEvVeAoRxNnnvt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WdV98qwC8wHdD7U8XoITu64Gef7NIfSA { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55px;width:130px;top:86.5px;left:415px;overflow:hidden;display:block; }
#DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk > .row .container { background-color: transparent; background-image: none; }#DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk > .row .container > .video-iframe-container { display: none; }#DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk > .row > .video-iframe-container { display: none; }#DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk > .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); }#DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk > .row .container { border-width: 0; border-radius: 0; }#DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#uhNfL7rwhtICrEPUwl6ivulmD4TuCodU { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:0px;display:block; }
#rMAuHQt3nK8DvafLeAsy2cmK1woPrBFT { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:65px;width:148px;top:84.5px;left:76px;overflow:hidden;display:block; }
#lXKTwNvV9ZPBB52TeTxhS6KmsorueSAr { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:160px;left:48px;display:block; }
#aQLQe886VIKgwdOfDd5UmgZZSxhTAVod { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CXotvPAHXO0fSqPQA5PBrUEADFPEJ9Da { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:330px;display:block; }
#RugX49HBE8ROSOxQTXdUFcy8h9I2QVan { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:660px;display:block; }
#R7qng8GRZfoHl45bF7Q9rD2QBG0RCBpf { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35px;width:205px;top:103.5px;left:707.5px;overflow:hidden;display:block; }
#tlof6gbdRlUe4NEL3gLrZApFNnAalhGg { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:160px;left:378px;display:block; }
#MxsmgyznTr2lcBOfb4OPrerAqJk3VAFE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aVMxIGMsBcLsTlFA6TSOPToheDRFz3rB { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:160px;left:710px;display:block; }
#RQJURXl2TwXVdNRXi1JrkxXxrv7I4IgO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xe6ixNVdsrLUpHTqVdaQzVsuAmnUXo2D { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:152px;top:97px;left:402px;overflow:hidden;display:block; }
#Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 > .row .container { background-color: transparent; background-image: none; }#Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 > .row .container > .video-iframe-container { display: none; }#Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 > .row > .video-iframe-container { display: none; }#Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 > .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); }#Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 > .row .container { border-width: 0; border-radius: 0; }#Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#BZXlqODmgTT15rKbhObQM84X07FC7XwE { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:0px;display:block; }
#DTnABOUwOndH2O67l9APOm0pOxgabGge { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:170px;top:104.00012207031px;left:65px;overflow:hidden;display:block; }
#F2xBF6Hbxlx8CFQITLpZvdgieZr4nzqW { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:160px;left:48px;display:block; }
#sxSx253DvWHneHd2Sarn08iPIPEcvSRB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FHTwv8xVHTBX9yG3UHpzzwedQZsApll4 { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:330px;display:block; }
#TbxsEt10FAZT19GaLTtMq3zBKyKG2qaN { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:660px;display:block; }
#gyJf4oee7eBUihtJ3IQz7oXQPFfTsZPu { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:90px;width:171px;top:71px;left:724.5px;overflow:hidden;display:block; }
#mMtfsWUHPPk5TxPVBK16pGgOm8aRobxd { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:160px;left:378px;display:block; }
#vPoQxG97q0ZpaEnmN1ylgyatzTpsCJQV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZtUVn7oxRMQorFavpvFfzX5i10eBusE9 { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:160px;left:710px;display:block; }
#zrbACzzTDE8DtHSR9pfrUHituZtr3I80 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BXPRs7UBDKHSIz7VTmLpXNyKCN8EayWi { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45px;width:155px;top:93.5px;left:402.5px;overflow:hidden;display:block; }
#gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES > .row .container { background-color: transparent; background-image: none; }#gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES > .row .container > .video-iframe-container { display: none; }#gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES > .row > .video-iframe-container { display: none; }#gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES > .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); }#gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES > .row .container { border-width: 0; border-radius: 0; }#gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#AsopkEdc4qmDvZXdwOIm7dcR2gcevZey { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:0px;display:block; }
#qe9ZvkpHrOeOpRuexHDLdgNecBUUpvxv { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36px;width:218px;top:103px;left:40px;overflow:hidden;display:block; }
#pO0xyCDTPnWnsqMWonyleSw0XS4VSUV3 { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:160px;left:48px;display:block; }
#HIwzwSPyz1QRgiVaOuOdKTVKKeCVs9Fd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#E6toPHIT5yzzUDDVnNzH3NkeZbnI6Aim { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:330px;display:block; }
#sgnhSQv7bvuPOTAZpLwTIDgp7ty5l0hS { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:660px;display:block; }
#p2mGJMFAtfPy0DJJVqWmuIkHVwSNPLeu { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:148px;top:78.5px;left:736px;overflow:hidden;display:block; }
#oM1L3O8dvMAsS2KBikt1sHmoSofcZk62 { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:160px;left:378px;display:block; }
#kLvlToGO4i9Uuiaa6SM8SW3mJkdAEavt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gMrz5m7fmPful69yJeZwy5oEiN0bEr36 { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:160px;left:710px;display:block; }
#FndhkZzRVn8IZS2mhIFUsfANwn3dHW3G { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JvdSTQvDAvwuIte2fuLnrT3bihBarxMs { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:72px;width:140px;top:80px;left:410px;overflow:hidden;display:block; }
#viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB > .row .container { background-color: transparent; background-image: none; }#viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB > .row .container > .video-iframe-container { display: none; }#viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB > .row > .video-iframe-container { display: none; }#viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB > .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); }#viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB > .row .container { border-width: 0; border-radius: 0; }#viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#bI9AlzVLpU4x7qAOndxdLbnoG4vPqs27 { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:0px;display:block; }
#tpqZgon0pc39hmb069aqRFeb2NiQUwE7 { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:84px;width:163px;top:72.916687011719px;left:68.5px;overflow:hidden;display:block; }
#PahaBV0RQZIburN50ym4a1bZKgahfrT3 { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:160px;left:48px;display:block; }
#RD3PX3JaO1MU1PBMyh6m9NleEbJMpdGF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Cm5xTeoEgk2IVHof09ITBgkIXcfZuQaa { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:330px;display:block; }
#eBMGuxkiKvb9PqcRbWom0u3Rx9hc2iLi { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:660px;display:block; }
#JeXQSvphAvGSG8awf9SEsoZLPQUxsbaS { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56px;width:160px;top:87.916687011719px;left:728px;overflow:hidden;display:block; }
#w5P4HAOyg0HrlCszcqMRTBvgOv9c1gxv { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:160px;left:378px;display:block; }
#DUPlm3aH9Xo6MIGve95PpQCvg90FrTZi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZAU9GMhvyfs61Qexg9HkgJgiUV1DaSPV { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:160px;left:710px;display:block; }
#ka9Z0a7vcHKbgG1ENE0sxDgNhgccvfAT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JLJH39K2IMKOhqrwzh2wFRLDqnALkPiQ { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33px;width:219px;top:100.41668701172px;left:370.5px;overflow:hidden;display:block; }
#uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR > .row .container { background-color: transparent; background-image: none; }#uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR > .row .container > .video-iframe-container { display: none; }#uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR > .row > .video-iframe-container { display: none; }#uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR > .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); }#uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR > .row .container { border-width: 0; border-radius: 0; }#uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR > .row .container { font-size:14px;font-family:arial;height:338px;width:960px;position:relative;display:block; }#BCWFln4gTTSKxER1Wb3Wdv1PcwbS7P0i { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:0px;display:block; }
#NGfSpQCo4yc5p5ndbhk6M4sFBzREnl0W { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39px;width:163px;top:94.416625976562px;left:68.5px;overflow:hidden;display:block; }
#o33TM4kHw23dox5k1b0By2yCWrFHQTgV { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:160px;left:48px;display:block; }
#Z8MsEE3IgWhzmSpQ3gKKJZ8D0klF0yKq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#skDbbkeyfxDSdQohZNVIllBB8deM3R1G { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:330px;display:block; }
#dIlXaVtLFKMLD45cw9MXTVknzfkuNVhT { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 3px 5px 7px #e5e5e5 ;height:175px;width:300px;top:62px;left:660px;display:block; }
#S8EwQroGWbKt7d4TP49fcslHkJcVRNb7 { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67px;width:185px;top:83.416687011719px;left:715.5px;overflow:hidden;display:block; }
#dKGc4FVsUJde0KIoeLWmd1TMDerhnhCp { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:160px;left:378px;display:block; }
#D9zlQv2fqBnKOg8AX97On2zGpsIQimCh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sxqd10BDZTSmtcFyZ8Ho1QskDNoycQub { background-color:#ff3355;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:160px;left:710px;display:block; }
#KJwWQO07l27Llc1TUGzrSCLLpwLl9KQG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gCdS23empV8QbtpwkC1i22r0riEiXwq1 { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88px;width:170px;top:70.916687011719px;left:394px;overflow:hidden;display:block; }
#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08c0ea;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; }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row .container { background-color: transparent; background-image: none; }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row .container > .video-iframe-container { display: none; }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row > .video-iframe-container { display: none; }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .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); }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row .container { border-width: 0; border-radius: 0; }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row .container { font-size:14px;font-family:arial;height:62px;width:960px;position:relative;display:block; }#Zh2sfPCtKDWGvnJAsgo925V82Mi8GeKz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:500px;width:315px;top:16.36669921875px;left:643.78332519531px;overflow:hidden;display:block; }
#e64IVP6H5hWC7ULQXWVMUD42CiEooIDv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#094a6b;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; }#e64IVP6H5hWC7ULQXWVMUD42CiEooIDv > .row .container { background-color: transparent; background-image: none; }#e64IVP6H5hWC7ULQXWVMUD42CiEooIDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e64IVP6H5hWC7ULQXWVMUD42CiEooIDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e64IVP6H5hWC7ULQXWVMUD42CiEooIDv > .row .container > .video-iframe-container { display: none; }#e64IVP6H5hWC7ULQXWVMUD42CiEooIDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e64IVP6H5hWC7ULQXWVMUD42CiEooIDv > .row > .video-iframe-container { display: none; }#e64IVP6H5hWC7ULQXWVMUD42CiEooIDv > .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); }#e64IVP6H5hWC7ULQXWVMUD42CiEooIDv > .row .container { border-width: 0; border-radius: 0; }#e64IVP6H5hWC7ULQXWVMUD42CiEooIDv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e64IVP6H5hWC7ULQXWVMUD42CiEooIDv > .row .container { font-size:14px;font-family:arial;height:388px;width:960px;position:relative;display:block; }#DweS9srutP9UMhR0BikMuJXwakzxyHsv { display:block;width:605px;position:absolute;font-family:arial;font-size:24px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:78.799987792969px;left:0px;height:230.4px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c71a3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row .container { background-color: transparent; background-image: none; }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row .container > .video-iframe-container { display: none; }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row > .video-iframe-container { display: none; }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .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); }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row .container { border-width: 0; border-radius: 0; }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row .container { font-size:14px;font-family:arial;height:284px;width:960px;position:relative;display:block; }#STtdQUSaBABCJOu02dOr5o1T4Dm1TSRT { color:#ffffff;display:block;width:459px;position:absolute;font-family:roboto;font-size:42px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:46px;left:0px;height:58.8px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rrTa0utMg3fFF7BvCvpfoFLRZiVWIAM8 { color:#ffffff;display:block;width:451px;position:absolute;font-family:arial;font-size:18px;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:117px;left:0px;height:101.8px;font-style:normal;display:block; }#rrTa0utMg3fFF7BvCvpfoFLRZiVWIAM8 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#rrTa0utMg3fFF7BvCvpfoFLRZiVWIAM8 li:before{  }
#U1HJWzQapOVQQR9chsxOn2Vrkx5lKByM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;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:roboto;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:272.5px;height:50.5px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:116.75px;left:578px;display:block; }
#qbKkxJiBxkS5izlVWBJ6Zh06GpI2aHX9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FOfNvosslsmvly1hW5IeZr2Q7qpypBqH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#094a6b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#094a6b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#FOfNvosslsmvly1hW5IeZr2Q7qpypBqH > .row .container { background-color: transparent; background-image: none; }#FOfNvosslsmvly1hW5IeZr2Q7qpypBqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOfNvosslsmvly1hW5IeZr2Q7qpypBqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOfNvosslsmvly1hW5IeZr2Q7qpypBqH > .row .container > .video-iframe-container { display: none; }#FOfNvosslsmvly1hW5IeZr2Q7qpypBqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOfNvosslsmvly1hW5IeZr2Q7qpypBqH > .row > .video-iframe-container { display: none; }#FOfNvosslsmvly1hW5IeZr2Q7qpypBqH > .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); }#FOfNvosslsmvly1hW5IeZr2Q7qpypBqH > .row .container { border-width: 0; border-radius: 0; }#FOfNvosslsmvly1hW5IeZr2Q7qpypBqH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FOfNvosslsmvly1hW5IeZr2Q7qpypBqH > .row .container { font-size:14px;font-family:arial;height:307px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR { display:block; }#WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 { display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { width:736px;height:128px;top:242px;left:14px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:764px;height:61px;top:160px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E { display:block; }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVSUNxdSpIgBwZztT5TGXb3UFeM8dI9c { width:764px;height:136px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T64XemC882RF2NnmBSJgFlcFzDePKTid { top:104px;left:0px;width:486px;height:48px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #TmHSyzdzeVCOmqmg2PEN7VdggvXFTA9f { top:1623px;left:254px;width:170px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #XiBut0lWdemxUvqJrD2EAZ4JKaG4aqTT { top:97px;left:464px;width:300px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #IOhsS8TvfEituD7MkpkeRXT82FtPbTX6 { display:block; }
 }@media only screen and (max-width: 763px) { #tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu { display:block; }#tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q266wMan2ukWOe2s6omybggVLcnK34fJ { width:300px;height:175px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #puFq7eTVCWt4QrvKgS28asCogsUNz1GZ { top:95px;left:53px;width:128px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #w8eWCEDg5EDnvh4bf3BKWNrvTyQX2meH { width:200px;height:50px;top:155px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mXoZdJB5p6yBhulessnusVnacsssVF2h { display:block; }
 }@media only screen and (max-width: 763px) { #DSC9nzeEgAwu9yxR8vzcnk34XS03IFxV { width:300px;height:175px;top:62px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #K8nRSW33JLtZFhwuUdDFqqIoeHvLsBic { top:91px;left:256px;width:252px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #nzq6smN9QdgggJPSUS6J9cWGZ1LQMNQJ { width:300px;height:175px;top:62px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #NsXfMct8pzm2LuKzx2G1TW3lXAhauXkc { top:104px;left:556px;width:179px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Bh4bc0cmB8oS883H9S9aA9xVDtZxAW4l { width:200px;height:50px;top:155px;left:281px;display:block; }
 }@media only screen and (max-width: 763px) { #KXmniWqowTqke0z4gnKRGkWvt1w71PgR { display:block; }
 }@media only screen and (max-width: 763px) { #u9PgiHIzL5vzdBuBlF7VFsE0s8CV3Zp0 { width:200px;height:50px;top:155px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #UN93LALX0oU7nB9pWZTTlfyWSEREAe1I { display:block; }
 }@media only screen and (max-width: 763px) { #odJBKZqHVOwC5qcgcJJUDlp8MputPJFo { display:block; }#odJBKZqHVOwC5qcgcJJUDlp8MputPJFo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGuLUWDcgUddduZCqQuM3OCXdb0GCThU { width:300px;height:175px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qTODfWkebDiT2ESyMeqw8SMSHHfgrzNm { top:75px;left:62.5px;width:109px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #skCC9Z7QFq7pPTx63pZmHy5DFcmeWFWs { width:200px;height:50px;top:160px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wEAq4f7t49FZJJgA3nlcy1O8k5ax4CmG { display:block; }
 }@media only screen and (max-width: 763px) { #GTileNxzBi7DItsO1rnvZRCt0StlpVfW { width:300px;height:175px;top:62px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #wLTkb3eEHQCmyiJcdB8o2yg2oVsCvScT { top:73px;left:313px;width:136px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5fOJa28EDIsE4tcpJ5iXxs1JSXhR47E { width:300px;height:175px;top:63px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #plWdcI3lXTQ9iehZ9auzFszNuG3ppFv2 { top:92px;left:539px;width:213px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #XFF6NJ8IkHQSRJ5EZG34UG6OU95oRHLC { width:200px;height:50px;top:160px;left:281px;display:block; }
 }@media only screen and (max-width: 763px) { #HT6WtBXG1wb0Z3M8EtNnZPP4JdKaUleh { display:block; }
 }@media only screen and (max-width: 763px) { #E4Z3W3ywVLWU6yaWHaOofDpmD5nZoTTn { width:200px;height:50px;top:160px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #UB2iPtodqXkzNh3dtvSo8RHgZ5hOerUI { display:block; }
 }@media only screen and (max-width: 763px) { #N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev { display:block; }#N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpKEuUBkHUOcDVU2GrDFpDkI4ICXISGC { width:300px;height:175px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XEm0w8o8nOEca7AivsrTwQuDDJvb0VFM { top:90px;left:25px;width:186px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #G2in9INEFxENZ6NywPbqTFeRbTarN1EK { width:200px;height:50px;top:160px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #henTxC5Mwss0MMMI6UyEuXeSHu2KTTA1 { display:block; }
 }@media only screen and (max-width: 763px) { #eD9ah0eLBGX1oOiEbWs9ZtVxol7FgzWh { width:300px;height:175px;top:62px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #DnyXf6cX07B2aawzJEF7mFz2HmICnFwX { top:85px;left:278px;width:206px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #e3uOOMAfbIWJzGgqDTTkxS9bw1GmgAVF { width:300px;height:175px;top:62px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #BWkGcc3bckt6824qoVzSZ3viygHGlfka { top:88px;left:549.5px;width:191px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #JiGOitomJPydvICRt2rpomqpbKITnAE0 { width:200px;height:50px;top:160px;left:281px;display:block; }
 }@media only screen and (max-width: 763px) { #IrPzxUIyQ8zfd9CwzxZiLT3byEfo6wt2 { display:block; }
 }@media only screen and (max-width: 763px) { #VAZGBWQ4U50CTRdAy82F8NzmBD40hb4T { width:200px;height:50px;top:160px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #kxgal8QoWTUHWTlkLd2RqBd4P94BFPUo { display:block; }
 }@media only screen and (max-width: 763px) { #ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP { display:block; }#ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No25u6qw1yxJ9SeKnutX8CNDkD7MTlcw { width:300px;height:175px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fqO23oUwcrRAKq2Hm21MEaAqyXMWW1co { top:97px;left:26.5px;width:185px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #aF4pt2gXNGeAN764UH1dWEUspGDXUe4X { width:200px;height:50px;top:160px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pJH8a720Cvp5Jz7a5mszrBowccaUTk7Q { display:block; }
 }@media only screen and (max-width: 763px) { #CQTI4pN15pvull9DTbEVsZQthRr0flVb { width:300px;height:175px;top:62px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #imU4XkNRofRXSr03bLfbEG7igR1iyVMv { top:86px;left:273px;width:216px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #wkFPJTV1lAOD6tSqskCa9OXivVQo5u1C { width:300px;height:175px;top:62px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #y4Xz7dFHRINuRKJf1PQz6LEWgv9AiWCH { top:95px;left:547px;width:196px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #bastZXTUIZnRlxBT5ETtGNCGtD6r4ROB { width:200px;height:50px;top:160px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #DZGFB8l48gcBeT6tdBkesUI2ev2PEGuu { display:block; }
 }@media only screen and (max-width: 763px) { #UQ6QxdMcZMhi0ukvxqfV3pxolSZ9BxAE { width:200px;height:50px;top:160px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #LLQs07dfG2LU5RKFIMQ8uZ8r0zbFb4Xu { display:block; }
 }@media only screen and (max-width: 763px) { #t1i3T48OmpLP008mMLR7C11iVI5obTs9 { display:block; }#t1i3T48OmpLP008mMLR7C11iVI5obTs9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6yBNSZxgWT02JTcKU9GvHVt3zwtXTTb { width:300px;height:175px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vcD0u5v1qW6iKRN1AHn2eXEx8Mc2ibl8 { top:80px;left:36.5px;width:161px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #VLVeJsRrbUixgmsf6UFa5GuZAlaNkM1y { width:200px;height:50px;top:154px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #k5cfDXBWgwTyLVG8gWTIWLKyO7ktH5u1 { display:block; }
 }@media only screen and (max-width: 763px) { #MnmnRLEVPdKKbJOC67uLB2Aby2f0R4za { width:300px;height:175px;top:62px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #lNzN5FH10qr73HdNfsSN00bP7azBFVPx { top:76px;left:284px;width:194px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #SN7hcRvJ0LJZaTBZPALbZrN7xgSpPOnO { width:300px;height:175px;top:62px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #usTInBHOTzdsqOSxyf5dbWtiGMapmAiL { top:99px;left:543.5px;width:201px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Bpc2k0vfRBeZXRHrP1hsFhdo28qn9I25 { width:200px;height:50px;top:154px;left:281px;display:block; }
 }@media only screen and (max-width: 763px) { #p1NO8Eayw15b9wWQH6R1xzNIaWxORGJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #xyKF3Z48yv9SeXHukvPcdCaXMrTARWpe { width:200px;height:50px;top:160px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #CMimIa6lhqnSdxK7TPyK4Mh5mXAqFRgD { display:block; }
 }@media only screen and (max-width: 763px) { #RrRIMftApTpbbo5gG4mXnfSMouSrDWVH { display:block; }#RrRIMftApTpbbo5gG4mXnfSMouSrDWVH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oR4rJkfyorXvsUtk83rOnN9eIv1xL86w { width:300px;height:175px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #myXBBeVElmaHqFCcgkTW3m8GVUy3uLpq { top:101px;left:13.5px;width:207px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #S6JDwK7xlFiX5CQTmiKDytx3SlaILGTW { width:200px;height:50px;top:160px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #B8ksXDfSwSpecQaiu92EV0bdw22ZcMT4 { display:block; }
 }@media only screen and (max-width: 763px) { #M06OVk2G5FnQZ5D0WM3y96coPAB54feC { width:300px;height:175px;top:62px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #gw2Xz9yyGhqhJbQzZaT4LMy9twOyKcWB { width:300px;height:175px;top:62px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #EwJ1Uaczg9SALcP6M02ZfMnb5wSadM3A { top:74px;left:562.5px;width:165px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #DAGW8MKanlIErrAkTpTm4Gb2B6OMCua2 { width:200px;height:50px;top:160px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #yP8JusSrSzLLHzkwGo4SN5pgrhHyXK6J { display:block; }
 }@media only screen and (max-width: 763px) { #tgSfbz2hCsNgbFb24cMgMnJGf93nvbsS { width:200px;height:50px;top:160px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #nwyNOaSsFmLhkvoqiCWmw4nAMolM8Ufn { display:block; }
 }@media only screen and (max-width: 763px) { #u81w8ue5TzqWo9MGXLeF5A8bZQNo8pKg { top:87px;left:320.5px;width:121px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi { display:block; }#oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3mlknnxQeBDxHKs66cuvAqUh6TrXVFq { width:300px;height:175px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lNCANFMy0wUxyWdDTegU5PuEhTzoHsfa { top:97px;left:11.5px;width:211px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #iGKFxg0PhDsr77PR1rTtiwirvrzFnPBm { width:200px;height:50px;top:160px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FWtlhnboZKbk95SSuP1vpS9TSvDysTFz { display:block; }
 }@media only screen and (max-width: 763px) { #z6rDUoKOoXZUPfBQqPS0v7V0l6FJJDE3 { width:300px;height:175px;top:62px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #cJNaSb04BTyPvHGRdE2DHF3PBGf5DA1q { width:300px;height:175px;top:62px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #alF3ZDVA4RRkdlO99fIMASRIzxK2wxoL { top:98px;left:568.5px;width:153px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #vIh5Fyvbss01hWsRQcSvrwJQAvILdBdJ { width:200px;height:50px;top:160px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #c1lxlumUU6DGwPR4iu1srtxnZCkTGVAh { display:block; }
 }@media only screen and (max-width: 763px) { #bz9oVeq5lfyZThKVOJSgQITGZvQzdQm1 { width:200px;height:50px;top:160px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #A7NH7f2SikITQptvTUGEvVeAoRxNnnvt { display:block; }
 }@media only screen and (max-width: 763px) { #WdV98qwC8wHdD7U8XoITu64Gef7NIfSA { top:86px;left:316px;width:130px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk { display:block; }#DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhNfL7rwhtICrEPUwl6ivulmD4TuCodU { width:300px;height:175px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rMAuHQt3nK8DvafLeAsy2cmK1woPrBFT { top:84px;left:43px;width:148px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #lXKTwNvV9ZPBB52TeTxhS6KmsorueSAr { width:200px;height:50px;top:160px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aQLQe886VIKgwdOfDd5UmgZZSxhTAVod { display:block; }
 }@media only screen and (max-width: 763px) { #CXotvPAHXO0fSqPQA5PBrUEADFPEJ9Da { width:300px;height:175px;top:62px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #RugX49HBE8ROSOxQTXdUFcy8h9I2QVan { width:300px;height:175px;top:62px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #R7qng8GRZfoHl45bF7Q9rD2QBG0RCBpf { top:103px;left:542.5px;width:205px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #tlof6gbdRlUe4NEL3gLrZApFNnAalhGg { width:200px;height:50px;top:160px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #MxsmgyznTr2lcBOfb4OPrerAqJk3VAFE { display:block; }
 }@media only screen and (max-width: 763px) { #aVMxIGMsBcLsTlFA6TSOPToheDRFz3rB { width:200px;height:50px;top:160px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #RQJURXl2TwXVdNRXi1JrkxXxrv7I4IgO { display:block; }
 }@media only screen and (max-width: 763px) { #xe6ixNVdsrLUpHTqVdaQzVsuAmnUXo2D { top:97px;left:303px;width:152px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 { display:block; }#Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZXlqODmgTT15rKbhObQM84X07FC7XwE { width:300px;height:175px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DTnABOUwOndH2O67l9APOm0pOxgabGge { top:104px;left:32px;width:170px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #F2xBF6Hbxlx8CFQITLpZvdgieZr4nzqW { width:200px;height:50px;top:160px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sxSx253DvWHneHd2Sarn08iPIPEcvSRB { display:block; }
 }@media only screen and (max-width: 763px) { #FHTwv8xVHTBX9yG3UHpzzwedQZsApll4 { width:300px;height:175px;top:62px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #TbxsEt10FAZT19GaLTtMq3zBKyKG2qaN { width:300px;height:175px;top:62px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #gyJf4oee7eBUihtJ3IQz7oXQPFfTsZPu { top:71px;left:559.5px;width:171px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #mMtfsWUHPPk5TxPVBK16pGgOm8aRobxd { width:200px;height:50px;top:160px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #vPoQxG97q0ZpaEnmN1ylgyatzTpsCJQV { display:block; }
 }@media only screen and (max-width: 763px) { #ZtUVn7oxRMQorFavpvFfzX5i10eBusE9 { width:200px;height:50px;top:160px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #zrbACzzTDE8DtHSR9pfrUHituZtr3I80 { display:block; }
 }@media only screen and (max-width: 763px) { #BXPRs7UBDKHSIz7VTmLpXNyKCN8EayWi { top:93px;left:303.5px;width:155px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES { display:block; }#gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsopkEdc4qmDvZXdwOIm7dcR2gcevZey { width:300px;height:175px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qe9ZvkpHrOeOpRuexHDLdgNecBUUpvxv { top:103px;left:7px;width:218px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #pO0xyCDTPnWnsqMWonyleSw0XS4VSUV3 { width:200px;height:50px;top:160px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HIwzwSPyz1QRgiVaOuOdKTVKKeCVs9Fd { display:block; }
 }@media only screen and (max-width: 763px) { #E6toPHIT5yzzUDDVnNzH3NkeZbnI6Aim { width:300px;height:175px;top:62px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #sgnhSQv7bvuPOTAZpLwTIDgp7ty5l0hS { width:300px;height:175px;top:62px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #p2mGJMFAtfPy0DJJVqWmuIkHVwSNPLeu { top:78px;left:571px;width:148px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #oM1L3O8dvMAsS2KBikt1sHmoSofcZk62 { width:200px;height:50px;top:160px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #kLvlToGO4i9Uuiaa6SM8SW3mJkdAEavt { display:block; }
 }@media only screen and (max-width: 763px) { #gMrz5m7fmPful69yJeZwy5oEiN0bEr36 { width:200px;height:50px;top:160px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #FndhkZzRVn8IZS2mhIFUsfANwn3dHW3G { display:block; }
 }@media only screen and (max-width: 763px) { #JvdSTQvDAvwuIte2fuLnrT3bihBarxMs { top:80px;left:311px;width:140px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB { display:block; }#viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bI9AlzVLpU4x7qAOndxdLbnoG4vPqs27 { width:300px;height:175px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tpqZgon0pc39hmb069aqRFeb2NiQUwE7 { top:72px;left:35.5px;width:163px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #PahaBV0RQZIburN50ym4a1bZKgahfrT3 { width:200px;height:50px;top:160px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RD3PX3JaO1MU1PBMyh6m9NleEbJMpdGF { display:block; }
 }@media only screen and (max-width: 763px) { #Cm5xTeoEgk2IVHof09ITBgkIXcfZuQaa { width:300px;height:175px;top:62px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #eBMGuxkiKvb9PqcRbWom0u3Rx9hc2iLi { width:300px;height:175px;top:62px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #JeXQSvphAvGSG8awf9SEsoZLPQUxsbaS { top:87px;left:563px;width:160px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #w5P4HAOyg0HrlCszcqMRTBvgOv9c1gxv { width:200px;height:50px;top:160px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #DUPlm3aH9Xo6MIGve95PpQCvg90FrTZi { display:block; }
 }@media only screen and (max-width: 763px) { #ZAU9GMhvyfs61Qexg9HkgJgiUV1DaSPV { width:200px;height:50px;top:160px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #ka9Z0a7vcHKbgG1ENE0sxDgNhgccvfAT { display:block; }
 }@media only screen and (max-width: 763px) { #JLJH39K2IMKOhqrwzh2wFRLDqnALkPiQ { top:100px;left:271.5px;width:219px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR { display:block; }#uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCWFln4gTTSKxER1Wb3Wdv1PcwbS7P0i { width:300px;height:175px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NGfSpQCo4yc5p5ndbhk6M4sFBzREnl0W { top:94px;left:35.5px;width:163px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #o33TM4kHw23dox5k1b0By2yCWrFHQTgV { width:200px;height:50px;top:160px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8MsEE3IgWhzmSpQ3gKKJZ8D0klF0yKq { display:block; }
 }@media only screen and (max-width: 763px) { #skDbbkeyfxDSdQohZNVIllBB8deM3R1G { width:300px;height:175px;top:62px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #dIlXaVtLFKMLD45cw9MXTVknzfkuNVhT { width:300px;height:175px;top:62px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #S8EwQroGWbKt7d4TP49fcslHkJcVRNb7 { top:83px;left:550.5px;width:185px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #dKGc4FVsUJde0KIoeLWmd1TMDerhnhCp { width:200px;height:50px;top:160px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #D9zlQv2fqBnKOg8AX97On2zGpsIQimCh { display:block; }
 }@media only screen and (max-width: 763px) { #sxqd10BDZTSmtcFyZ8Ho1QskDNoycQub { width:200px;height:50px;top:160px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #KJwWQO07l27Llc1TUGzrSCLLpwLl9KQG { display:block; }
 }@media only screen and (max-width: 763px) { #gCdS23empV8QbtpwkC1i22r0riEiXwq1 { top:70px;left:295px;width:170px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB { display:block; }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zh2sfPCtKDWGvnJAsgo925V82Mi8GeKz { top:16px;left:449px;width:315px;height:500px;display:block; }
 }@media only screen and (max-width: 763px) { #e64IVP6H5hWC7ULQXWVMUD42CiEooIDv { display:block; }#e64IVP6H5hWC7ULQXWVMUD42CiEooIDv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DweS9srutP9UMhR0BikMuJXwakzxyHsv { width:764px;height:45px;top:80px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 { display:block; }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STtdQUSaBABCJOu02dOr5o1T4Dm1TSRT { width:459px;height:58px;top:46px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #rrTa0utMg3fFF7BvCvpfoFLRZiVWIAM8 { top:117px;left:0px;width:451px;height:101px;font-size:18px;display:block; }#rrTa0utMg3fFF7BvCvpfoFLRZiVWIAM8 li:before{  }
 }@media only screen and (max-width: 763px) { #U1HJWzQapOVQQR9chsxOn2Vrkx5lKByM { width:272px;height:50px;top:116px;left:480px;display:block; }
 }@media only screen and (max-width: 763px) { #qbKkxJiBxkS5izlVWBJ6Zh06GpI2aHX9 { display:block; }
 }@media only screen and (max-width: 763px) { #FOfNvosslsmvly1hW5IeZr2Q7qpypBqH { display:block; }#auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection { display:block; }#FOfNvosslsmvly1hW5IeZr2Q7qpypBqH > .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) { #WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#WxNEhy904MVFmi7S34xUHaZ7G8TxFTTR > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ccc06f2d-941b-480b-a8a4-0fe382559af6/VideoMyAdminbyAgilityVideo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.adaptive-delivery-prevent-bg, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyload, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyloading { background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { background-color: transparent; background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .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); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { width:320px;height:510px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { width:320px;height:201.6px;top:258px;left:0px;text-align:center;text-align-last:center;line-height:1.4;font-family:arial;font-weight:400;font-style:normal;font-size:18px;color:#f9f9f9;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:320px;height:96px;top:138px;left:0px;text-align:center;text-align-last:center;font-size:40px;line-height:1.2;font-family:roboto;color:#f9f9f9;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E { background-color:#f1f5fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row .container { background-color: transparent; background-image: none; }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row .container > .video-iframe-container { display: none; }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row > .video-iframe-container { display: none; }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .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); }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row .container { border-width: 0; border-radius: 0; }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZX9fSvhpHHcDTDAmfNsBX5UqrsDH3W3E > .row .container { width:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVSUNxdSpIgBwZztT5TGXb3UFeM8dI9c { width:320px;height:213px;top:46px;left:0px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #T64XemC882RF2NnmBSJgFlcFzDePKTid { width:257px;height:70.2px;top:74px;left:31.5px;font-size:27px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TmHSyzdzeVCOmqmg2PEN7VdggvXFTA9f { width:170px;height:41px;top:3964px;left:75px;display:none; }
 }@media only screen and (max-width: 763px) { #XiBut0lWdemxUvqJrD2EAZ4JKaG4aqTT { top:168.91668701172px;left:22.5px;width:275px;height:55px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #IOhsS8TvfEituD7MkpkeRXT82FtPbTX6 { display:block; }
 }@media only screen and (max-width: 763px) { #tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu { display:block; }#tbvqaPLL4V7n4fkmKKZod7l17T4Pk9Wu > .row .container { width:320px;height:635px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q266wMan2ukWOe2s6omybggVLcnK34fJ { width:300px;height:175px;top:47.999984741211px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #puFq7eTVCWt4QrvKgS28asCogsUNz1GZ { width:119px;height:29px;top:79px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #w8eWCEDg5EDnvh4bf3BKWNrvTyQX2meH { width:200px;height:50px;top:135.99998474121px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #mXoZdJB5p6yBhulessnusVnacsssVF2h { display:block; }
 }@media only screen and (max-width: 763px) { #DSC9nzeEgAwu9yxR8vzcnk34XS03IFxV { width:300px;height:175px;top:250px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #K8nRSW33JLtZFhwuUdDFqqIoeHvLsBic { width:249px;height:37px;top:284.00001525879px;left:48.5px;display:block; }
 }@media only screen and (max-width: 763px) { #nzq6smN9QdgggJPSUS6J9cWGZ1LQMNQJ { width:300px;height:175px;top:448px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #NsXfMct8pzm2LuKzx2G1TW3lXAhauXkc { width:160px;height:24px;top:488.00001525879px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #Bh4bc0cmB8oS883H9S9aA9xVDtZxAW4l { width:200px;height:50px;top:339px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #KXmniWqowTqke0z4gnKRGkWvt1w71PgR { display:block; }
 }@media only screen and (max-width: 763px) { #u9PgiHIzL5vzdBuBlF7VFsE0s8CV3Zp0 { width:200px;height:50px;top:540px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #UN93LALX0oU7nB9pWZTTlfyWSEREAe1I { display:block; }
 }@media only screen and (max-width: 763px) { #odJBKZqHVOwC5qcgcJJUDlp8MputPJFo { display:block; }#odJBKZqHVOwC5qcgcJJUDlp8MputPJFo > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGuLUWDcgUddduZCqQuM3OCXdb0GCThU { width:300px;height:175px;top:17px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qTODfWkebDiT2ESyMeqw8SMSHHfgrzNm { width:91px;height:56px;top:38px;left:114.5px;display:block; }
 }@media only screen and (max-width: 763px) { #skCC9Z7QFq7pPTx63pZmHy5DFcmeWFWs { width:200px;height:50px;top:105.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #wEAq4f7t49FZJJgA3nlcy1O8k5ax4CmG { display:block; }
 }@media only screen and (max-width: 763px) { #GTileNxzBi7DItsO1rnvZRCt0StlpVfW { width:300px;height:175px;top:219.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #wLTkb3eEHQCmyiJcdB8o2yg2oVsCvScT { width:122px;height:63px;top:236px;left:99px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5fOJa28EDIsE4tcpJ5iXxs1JSXhR47E { width:300px;height:175px;top:417.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #plWdcI3lXTQ9iehZ9auzFszNuG3ppFv2 { width:209px;height:42px;top:451.5px;left:55.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XFF6NJ8IkHQSRJ5EZG34UG6OU95oRHLC { width:200px;height:50px;top:308.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #HT6WtBXG1wb0Z3M8EtNnZPP4JdKaUleh { display:block; }
 }@media only screen and (max-width: 763px) { #E4Z3W3ywVLWU6yaWHaOofDpmD5nZoTTn { width:200px;height:50px;top:509.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #UB2iPtodqXkzNh3dtvSo8RHgZ5hOerUI { display:block; }
 }@media only screen and (max-width: 763px) { #N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev { display:block; }#N1OnLk23bKyOZeB3XZT7KKZVLXuPL9ev > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpKEuUBkHUOcDVU2GrDFpDkI4ICXISGC { width:300px;height:175px;top:17px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #XEm0w8o8nOEca7AivsrTwQuDDJvb0VFM { width:177px;height:36px;top:48px;left:71.5px;display:block; }
 }@media only screen and (max-width: 763px) { #G2in9INEFxENZ6NywPbqTFeRbTarN1EK { width:200px;height:50px;top:105.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #henTxC5Mwss0MMMI6UyEuXeSHu2KTTA1 { display:block; }
 }@media only screen and (max-width: 763px) { #eD9ah0eLBGX1oOiEbWs9ZtVxol7FgzWh { width:300px;height:175px;top:219.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #DnyXf6cX07B2aawzJEF7mFz2HmICnFwX { width:214px;height:51px;top:244.99998474121px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #e3uOOMAfbIWJzGgqDTTkxS9bw1GmgAVF { width:300px;height:175px;top:417.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #BWkGcc3bckt6824qoVzSZ3viygHGlfka { width:225px;height:53px;top:444.49998474121px;left:47.5px;display:block; }
 }@media only screen and (max-width: 763px) { #JiGOitomJPydvICRt2rpomqpbKITnAE0 { width:200px;height:50px;top:308.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #IrPzxUIyQ8zfd9CwzxZiLT3byEfo6wt2 { display:block; }
 }@media only screen and (max-width: 763px) { #VAZGBWQ4U50CTRdAy82F8NzmBD40hb4T { width:200px;height:50px;top:509.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #kxgal8QoWTUHWTlkLd2RqBd4P94BFPUo { display:block; }
 }@media only screen and (max-width: 763px) { #ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP { display:block; }#ZVJzwE7TFmf4PmF24ZIHiL4vnwTT0xgP > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No25u6qw1yxJ9SeKnutX8CNDkD7MTlcw { width:300px;height:175px;top:17px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #fqO23oUwcrRAKq2Hm21MEaAqyXMWW1co { width:189px;height:34px;top:47px;left:65.5px;display:block; }
 }@media only screen and (max-width: 763px) { #aF4pt2gXNGeAN764UH1dWEUspGDXUe4X { width:200px;height:50px;top:105.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #pJH8a720Cvp5Jz7a5mszrBowccaUTk7Q { display:block; }
 }@media only screen and (max-width: 763px) { #CQTI4pN15pvull9DTbEVsZQthRr0flVb { width:300px;height:175px;top:219.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #imU4XkNRofRXSr03bLfbEG7igR1iyVMv { width:207px;height:53px;top:240.99998474121px;left:56.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wkFPJTV1lAOD6tSqskCa9OXivVQo5u1C { width:300px;height:175px;top:417.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #y4Xz7dFHRINuRKJf1PQz6LEWgv9AiWCH { width:178px;height:35px;top:446.91674804688px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #bastZXTUIZnRlxBT5ETtGNCGtD6r4ROB { width:200px;height:50px;top:308.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #DZGFB8l48gcBeT6tdBkesUI2ev2PEGuu { display:block; }
 }@media only screen and (max-width: 763px) { #UQ6QxdMcZMhi0ukvxqfV3pxolSZ9BxAE { width:200px;height:50px;top:509.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #LLQs07dfG2LU5RKFIMQ8uZ8r0zbFb4Xu { display:block; }
 }@media only screen and (max-width: 763px) { #t1i3T48OmpLP008mMLR7C11iVI5obTs9 { display:block; }#t1i3T48OmpLP008mMLR7C11iVI5obTs9 > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6yBNSZxgWT02JTcKU9GvHVt3zwtXTTb { width:300px;height:175px;top:17px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #vcD0u5v1qW6iKRN1AHn2eXEx8Mc2ibl8 { width:155px;height:58px;top:37px;left:82.5px;display:block; }
 }@media only screen and (max-width: 763px) { #VLVeJsRrbUixgmsf6UFa5GuZAlaNkM1y { width:200px;height:50px;top:105.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #k5cfDXBWgwTyLVG8gWTIWLKyO7ktH5u1 { display:block; }
 }@media only screen and (max-width: 763px) { #MnmnRLEVPdKKbJOC67uLB2Aby2f0R4za { width:300px;height:175px;top:219.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #lNzN5FH10qr73HdNfsSN00bP7azBFVPx { width:186px;height:62px;top:236px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #SN7hcRvJ0LJZaTBZPALbZrN7xgSpPOnO { width:300px;height:175px;top:417.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #usTInBHOTzdsqOSxyf5dbWtiGMapmAiL { width:199px;height:32px;top:452.91668701172px;left:59.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Bpc2k0vfRBeZXRHrP1hsFhdo28qn9I25 { width:200px;height:50px;top:308.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #p1NO8Eayw15b9wWQH6R1xzNIaWxORGJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #xyKF3Z48yv9SeXHukvPcdCaXMrTARWpe { width:200px;height:50px;top:509.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #CMimIa6lhqnSdxK7TPyK4Mh5mXAqFRgD { display:block; }
 }@media only screen and (max-width: 763px) { #RrRIMftApTpbbo5gG4mXnfSMouSrDWVH { display:block; }#RrRIMftApTpbbo5gG4mXnfSMouSrDWVH > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oR4rJkfyorXvsUtk83rOnN9eIv1xL86w { width:300px;height:175px;top:17px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #myXBBeVElmaHqFCcgkTW3m8GVUy3uLpq { width:184px;height:29px;top:54px;left:68px;display:block; }
 }@media only screen and (max-width: 763px) { #S6JDwK7xlFiX5CQTmiKDytx3SlaILGTW { width:200px;height:50px;top:105.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #B8ksXDfSwSpecQaiu92EV0bdw22ZcMT4 { display:block; }
 }@media only screen and (max-width: 763px) { #M06OVk2G5FnQZ5D0WM3y96coPAB54feC { width:300px;height:175px;top:219.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #gw2Xz9yyGhqhJbQzZaT4LMy9twOyKcWB { width:300px;height:175px;top:417.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #EwJ1Uaczg9SALcP6M02ZfMnb5wSadM3A { width:155px;height:69px;top:429.91668701172px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #DAGW8MKanlIErrAkTpTm4Gb2B6OMCua2 { width:200px;height:50px;top:308.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #yP8JusSrSzLLHzkwGo4SN5pgrhHyXK6J { display:block; }
 }@media only screen and (max-width: 763px) { #tgSfbz2hCsNgbFb24cMgMnJGf93nvbsS { width:200px;height:50px;top:509.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #nwyNOaSsFmLhkvoqiCWmw4nAMolM8Ufn { display:block; }
 }@media only screen and (max-width: 763px) { #u81w8ue5TzqWo9MGXLeF5A8bZQNo8pKg { width:110px;height:52px;top:243px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi { display:block; }#oq8FBWZl9okO5foUt5GaHiHL7k9vuCVi > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3mlknnxQeBDxHKs66cuvAqUh6TrXVFq { width:300px;height:175px;top:17px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #lNCANFMy0wUxyWdDTegU5PuEhTzoHsfa { width:246px;height:47px;top:44px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #iGKFxg0PhDsr77PR1rTtiwirvrzFnPBm { width:200px;height:50px;top:105.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #FWtlhnboZKbk95SSuP1vpS9TSvDysTFz { display:block; }
 }@media only screen and (max-width: 763px) { #z6rDUoKOoXZUPfBQqPS0v7V0l6FJJDE3 { width:300px;height:175px;top:219.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #cJNaSb04BTyPvHGRdE2DHF3PBGf5DA1q { width:300px;height:175px;top:417.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #alF3ZDVA4RRkdlO99fIMASRIzxK2wxoL { width:155px;height:40px;top:448.91668701172px;left:82.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vIh5Fyvbss01hWsRQcSvrwJQAvILdBdJ { width:200px;height:50px;top:308.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #c1lxlumUU6DGwPR4iu1srtxnZCkTGVAh { display:block; }
 }@media only screen and (max-width: 763px) { #bz9oVeq5lfyZThKVOJSgQITGZvQzdQm1 { width:200px;height:50px;top:509.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #A7NH7f2SikITQptvTUGEvVeAoRxNnnvt { display:block; }
 }@media only screen and (max-width: 763px) { #WdV98qwC8wHdD7U8XoITu64Gef7NIfSA { width:127px;height:52px;top:242px;left:96.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk { display:block; }#DNe34AhSHAsrb3IMl2PVN1QK9x7aDixk > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhNfL7rwhtICrEPUwl6ivulmD4TuCodU { width:300px;height:175px;top:17px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #rMAuHQt3nK8DvafLeAsy2cmK1woPrBFT { width:147px;height:65px;top:31px;left:88.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lXKTwNvV9ZPBB52TeTxhS6KmsorueSAr { width:200px;height:50px;top:105.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #aQLQe886VIKgwdOfDd5UmgZZSxhTAVod { display:block; }
 }@media only screen and (max-width: 763px) { #CXotvPAHXO0fSqPQA5PBrUEADFPEJ9Da { width:300px;height:175px;top:219.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #RugX49HBE8ROSOxQTXdUFcy8h9I2QVan { width:300px;height:175px;top:417.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #R7qng8GRZfoHl45bF7Q9rD2QBG0RCBpf { width:225px;height:37px;top:451.91667175293px;left:47.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tlof6gbdRlUe4NEL3gLrZApFNnAalhGg { width:200px;height:50px;top:308.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #MxsmgyznTr2lcBOfb4OPrerAqJk3VAFE { display:block; }
 }@media only screen and (max-width: 763px) { #aVMxIGMsBcLsTlFA6TSOPToheDRFz3rB { width:200px;height:50px;top:509.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #RQJURXl2TwXVdNRXi1JrkxXxrv7I4IgO { display:block; }
 }@media only screen and (max-width: 763px) { #xe6ixNVdsrLUpHTqVdaQzVsuAmnUXo2D { width:165px;height:41px;top:249px;left:77.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 { display:block; }#Q5D4lR0TeRugfGmekrTnWp7EHRXkIUv7 > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZXlqODmgTT15rKbhObQM84X07FC7XwE { width:300px;height:175px;top:17px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #DTnABOUwOndH2O67l9APOm0pOxgabGge { width:163px;height:26px;top:52px;left:78.5px;display:block; }
 }@media only screen and (max-width: 763px) { #F2xBF6Hbxlx8CFQITLpZvdgieZr4nzqW { width:200px;height:50px;top:105.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #sxSx253DvWHneHd2Sarn08iPIPEcvSRB { display:block; }
 }@media only screen and (max-width: 763px) { #FHTwv8xVHTBX9yG3UHpzzwedQZsApll4 { width:300px;height:175px;top:219.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #TbxsEt10FAZT19GaLTtMq3zBKyKG2qaN { width:300px;height:175px;top:417.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gyJf4oee7eBUihtJ3IQz7oXQPFfTsZPu { width:157px;height:79px;top:426.91668701172px;left:81.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mMtfsWUHPPk5TxPVBK16pGgOm8aRobxd { width:200px;height:50px;top:308.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #vPoQxG97q0ZpaEnmN1ylgyatzTpsCJQV { display:block; }
 }@media only screen and (max-width: 763px) { #ZtUVn7oxRMQorFavpvFfzX5i10eBusE9 { width:200px;height:50px;top:509.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #zrbACzzTDE8DtHSR9pfrUHituZtr3I80 { display:block; }
 }@media only screen and (max-width: 763px) { #BXPRs7UBDKHSIz7VTmLpXNyKCN8EayWi { width:146px;height:41px;top:246px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES { display:block; }#gsDNNLs3Un6OkZCvmneKzmVWwFmgQaES > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsopkEdc4qmDvZXdwOIm7dcR2gcevZey { width:300px;height:175px;top:17px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qe9ZvkpHrOeOpRuexHDLdgNecBUUpvxv { width:210px;height:33px;top:53.000366210938px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #pO0xyCDTPnWnsqMWonyleSw0XS4VSUV3 { width:200px;height:50px;top:105.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #HIwzwSPyz1QRgiVaOuOdKTVKKeCVs9Fd { display:block; }
 }@media only screen and (max-width: 763px) { #E6toPHIT5yzzUDDVnNzH3NkeZbnI6Aim { width:300px;height:175px;top:219.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #sgnhSQv7bvuPOTAZpLwTIDgp7ty5l0hS { width:300px;height:175px;top:417.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #p2mGJMFAtfPy0DJJVqWmuIkHVwSNPLeu { width:138px;height:66px;top:436.91668701172px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #oM1L3O8dvMAsS2KBikt1sHmoSofcZk62 { width:200px;height:50px;top:308.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #kLvlToGO4i9Uuiaa6SM8SW3mJkdAEavt { display:block; }
 }@media only screen and (max-width: 763px) { #gMrz5m7fmPful69yJeZwy5oEiN0bEr36 { width:200px;height:50px;top:515px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #FndhkZzRVn8IZS2mhIFUsfANwn3dHW3G { display:block; }
 }@media only screen and (max-width: 763px) { #JvdSTQvDAvwuIte2fuLnrT3bihBarxMs { width:126px;height:65px;top:233px;left:99px;display:block; }
 }@media only screen and (max-width: 763px) { #viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB { display:block; }#viSMuxziPrOtx3PUUFfNiTB7wSZ8z8VB > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bI9AlzVLpU4x7qAOndxdLbnoG4vPqs27 { width:300px;height:175px;top:17px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #tpqZgon0pc39hmb069aqRFeb2NiQUwE7 { width:145px;height:75px;top:27.916625976562px;left:87.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PahaBV0RQZIburN50ym4a1bZKgahfrT3 { width:200px;height:50px;top:105.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #RD3PX3JaO1MU1PBMyh6m9NleEbJMpdGF { display:block; }
 }@media only screen and (max-width: 763px) { #Cm5xTeoEgk2IVHof09ITBgkIXcfZuQaa { width:300px;height:175px;top:219.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #eBMGuxkiKvb9PqcRbWom0u3Rx9hc2iLi { width:300px;height:175px;top:417.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #JeXQSvphAvGSG8awf9SEsoZLPQUxsbaS { width:151px;height:52px;top:445.91668701172px;left:84.5px;display:block; }
 }@media only screen and (max-width: 763px) { #w5P4HAOyg0HrlCszcqMRTBvgOv9c1gxv { width:200px;height:50px;top:308.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #DUPlm3aH9Xo6MIGve95PpQCvg90FrTZi { display:block; }
 }@media only screen and (max-width: 763px) { #ZAU9GMhvyfs61Qexg9HkgJgiUV1DaSPV { width:200px;height:50px;top:515px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ka9Z0a7vcHKbgG1ENE0sxDgNhgccvfAT { display:block; }
 }@media only screen and (max-width: 763px) { #JLJH39K2IMKOhqrwzh2wFRLDqnALkPiQ { width:209px;height:29px;top:254px;left:55.5px;display:block; }
 }@media only screen and (max-width: 763px) { #uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR { display:block; }#uhuyTpNGRZKtNbiLxopUsW1IhPiuidUR > .row .container { width:320px;height:646px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCWFln4gTTSKxER1Wb3Wdv1PcwbS7P0i { width:300px;height:175px;top:17px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NGfSpQCo4yc5p5ndbhk6M4sFBzREnl0W { width:145px;height:35px;top:46.916931152344px;left:87.5px;display:block; }
 }@media only screen and (max-width: 763px) { #o33TM4kHw23dox5k1b0By2yCWrFHQTgV { width:200px;height:50px;top:105.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8MsEE3IgWhzmSpQ3gKKJZ8D0klF0yKq { display:block; }
 }@media only screen and (max-width: 763px) { #skDbbkeyfxDSdQohZNVIllBB8deM3R1G { width:300px;height:175px;top:219.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 7px #e5e5e5 ;display:block; }
 }@media only screen and (max-width: 763px) { #dIlXaVtLFKMLD45cw9MXTVknzfkuNVhT { width:300px;height:175px;top:417.00006103516px;left:10px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #S8EwQroGWbKt7d4TP49fcslHkJcVRNb7 { width:162px;height:58px;top:441.91668701172px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #dKGc4FVsUJde0KIoeLWmd1TMDerhnhCp { width:200px;height:50px;top:308.00006103516px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #D9zlQv2fqBnKOg8AX97On2zGpsIQimCh { display:block; }
 }@media only screen and (max-width: 763px) { #sxqd10BDZTSmtcFyZ8Ho1QskDNoycQub { width:200px;height:50px;top:515px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #KJwWQO07l27Llc1TUGzrSCLLpwLl9KQG { display:block; }
 }@media only screen and (max-width: 763px) { #gCdS23empV8QbtpwkC1i22r0riEiXwq1 { width:131px;height:68px;top:234px;left:90.5px;display:block; }
 }@media only screen and (max-width: 763px) { #U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB { background-color:#ffffff;background-image:none;display:block; }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row .container { background-color: transparent; background-image: none; }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row .container > .video-iframe-container { display: none; }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row > .video-iframe-container { display: none; }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .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); }#U3PXNPvpupeFW33bANbFcWq5Q9xcOCrB > .row .container { width:320px;height:323px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zh2sfPCtKDWGvnJAsgo925V82Mi8GeKz { width:174px;height:277px;top:46px;left:79.5px;display:block; }
 }@media only screen and (max-width: 763px) { #e64IVP6H5hWC7ULQXWVMUD42CiEooIDv { display:block; }#e64IVP6H5hWC7ULQXWVMUD42CiEooIDv > .row .container { width:320px;height:235px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DweS9srutP9UMhR0BikMuJXwakzxyHsv { width:314px;height:176.8px;top:27.650390625px;left:3px;font-size:17px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 { position:relative;z-index:auto;background-color:rgba(12,113,163,0.75);background-image:url("https://images.assets-landingi.com/0QKlwNV9/Blue.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1.adaptive-delivery-prevent-bg, #Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1.lazyload, #Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1.lazyloading { background-image: none; }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row .container { background-color: transparent; background-image: none; }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row .container > .video-iframe-container { display: none; }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row > .video-iframe-container { display: none; }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .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); }#Tb0G5oAARwGm52fgM6P0yuRP6HDncpw1 > .row .container { width:320px;height:386px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STtdQUSaBABCJOu02dOr5o1T4Dm1TSRT { width:306px;height:39px;top:41.91667175293px;left:7px;text-align:left;text-align-last:left;font-size:30px;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rrTa0utMg3fFF7BvCvpfoFLRZiVWIAM8 { width:294px;height:146px;top:94px;left:13px;font-size:17px;line-height:1.6;display:block; }#rrTa0utMg3fFF7BvCvpfoFLRZiVWIAM8 li:before{  }
 }@media only screen and (max-width: 763px) { #U1HJWzQapOVQQR9chsxOn2Vrkx5lKByM { width:258.5px;height:48.5px;top:265.00001525879px;left:30px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #qbKkxJiBxkS5izlVWBJ6Zh06GpI2aHX9 { display:block; }
 }@media only screen and (max-width: 763px) { #FOfNvosslsmvly1hW5IeZr2Q7qpypBqH { position:relative;z-index:auto;display:block; }#auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection { position:relative;z-index:auto;display:block; }#FOfNvosslsmvly1hW5IeZr2Q7qpypBqH > .row .container { width:320px;height:499px;position:relative;display:block; } }