.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); }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 { 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; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container { background-color: transparent; background-image: none; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container > .video-iframe-container { display: none; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row > .video-iframe-container { display: none; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .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); }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container { border-width: 0; border-radius: 0; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container { font-size:14px;font-family:arial;height:76px;width:960px;position:relative;display:block; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN { background-color:transparent;background-image:url("https://images.assets-landingi.com/pgu05aJZ/insurance_agent_market_location_tool.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN.adaptive-delivery-prevent-bg, #rp6b35T27By5TcvNqwhSQiodkkBOdvlN.lazyload, #rp6b35T27By5TcvNqwhSQiodkkBOdvlN.lazyloading { background-image: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container { background-color: transparent; background-image: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,74,107,0.75); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container > .video-iframe-container { display: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,74,107,0.75); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row > .video-iframe-container { display: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .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); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container { border-width: 0; border-radius: 0; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container { width:960px;height:566px;font-size:14px;font-family:"open sans";position:relative;display:block; }#cKIK7AT15eWq55arGFdoJK9I8gOBRpzq { color:#ffffff;display:block;width:914px;position:absolute;font-family:arial;font-size:23px;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:363px;left:23px;height:73.6px;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:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:58px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:186.33332824707px;left:0px;height:150.8px;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; }
#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { background-color: transparent; background-image: none; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container > .video-iframe-container { display: none; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row > .video-iframe-container { display: none; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .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); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { border-width: 0; border-radius: 0; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#oLguodZDMTCtqAwGbuhMSFMgNefyTGTC { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:221.5px;left:347.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#Ee4MXbinZfa2w6Ckf0kPqZf8LOMCkZfa { color:#414042;display:block;width:529px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:54.500030517578px;left:0px;height:;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:left;text-align-last:left;display:block; }
#Mqqv30BdDlJJFezVAZHIKzePMA6BOe4L { position:absolute;display:block;z-index:15052;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:225px;width:300px;top:135px;left:0px;display:block; }
#zF5JTqiiRc4C0xTrzKT9WPI9CZUhoz0X { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.5px;left:17.5px;height:108px;text-align:center;text-align-last:center;display:block; }
#TAdRUxK6zEEx4mMeTHqwNFVGb5k87Noe { 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:120px;width:300px;top:188px;left:660px;display:block; }
#A8JC2Oiw70Jb6c8p3ZqPBTFu2D5GANbT { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#MLTWRzwQ8bg2lIP8D18U6KZM6lNgtabX { 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:120px;width:300px;top:188px;left:330px;display:block; }
#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { background-color: transparent; background-image: none; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container > .video-iframe-container { display: none; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row > .video-iframe-container { display: none; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .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); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { border-width: 0; border-radius: 0; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#qTzaASoBcM1KglT6ne3IAIOKb4fTPVCg { color:#ffffff;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:221.5px;left:347.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#bimxbCaeWfrPBebSoSTEWtPUi4dCAc2d { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:42.9px;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:left;text-align-last:left;display:block; }
#FyApyyv9buR6qQO4y0GsRq7APA3TabTr { position:absolute;display:block;z-index:15052;background-color:#f9f9f9;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:225px;width:300px;top:135px;left:0px;display:block; }
#L4SQ4OgcLrLRpEU8pGwLoLOO06iwx41o { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:159.49108886719px;left:17.5px;height:72px;text-align:center;text-align-last:center;display:block; }
#DbmslIC4cfxboMPZPMelWasqQL8xqaNS { position:absolute;display:block;z-index:15054;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:660px;display:block; }
#so4VXvvCwzIVbhkAE5DzxP4C85CXfuso { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#bRFm8Pb9e9HgENKD1EBF9X6ic8WkInAT { position:absolute;display:block;z-index:15050;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:330px;display:block; }
#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { background-color: transparent; background-image: none; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container > .video-iframe-container { display: none; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row > .video-iframe-container { display: none; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .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); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { border-width: 0; border-radius: 0; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#WyB7FVe1tuJC3GHW4chSDnnTzgOAKSIs { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:221.5px;left:347.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#p0nRX0wRHGKOA9OGVPUA8FbvlRTpKKBw { color:#414042;display:block;width:479px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:54.5px;left:0px;height:42.9px;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:left;text-align-last:left;display:block; }
#vxgnM69t6XGTXyoQ0zch06dWoWc5c1da { position:absolute;display:block;z-index:15052;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:225px;width:300px;top:135px;left:0px;display:block; }
#pJ1Vaf9m2i9twurFmdrKGZfryPKakNMT { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.5px;left:17.5px;height:108px;text-align:center;text-align-last:center;display:block; }
#gUzteOUTTF5GBzQiJBkWhLOJqUfTgZ1x { 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:120px;width:300px;top:188px;left:660px;display:block; }
#D4JZknE966pg8Rq2tirp6ncWQf41Tmqq { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#G5CL5e6aIm3pywdNx128VMwH69cunVrt { 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:120px;width:300px;top:188px;left:330px;display:block; }
#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { background-color: transparent; background-image: none; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container > .video-iframe-container { display: none; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row > .video-iframe-container { display: none; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .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); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { border-width: 0; border-radius: 0; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#KP9mDmHBygst4EdCpKTRllxfKlpBwdst { color:#ffffff;display:block;width:250px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:221.5px;left:355px;height:52px;text-align:center;text-align-last:center;display:block; }
#ML5tO8JxKqpDOTkS7TlSxpQTyTcCT9TL { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:;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:left;text-align-last:left;display:block; }
#vGoTRfMXfyb5tQTntXrbxoh88Wlg0iw5 { position:absolute;display:block;z-index:15052;background-color:#f9f9f9;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:225px;width:300px;top:135px;left:0px;display:block; }
#btTmIrgCQo0VBG9eoq8gzGrDlUcSKbZ7 { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:72px;text-align:center;text-align-last:center;display:block; }
#ZL8hokREkDN5F9KHusdxcK26ni6x15kf { position:absolute;display:block;z-index:15054;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:660px;display:block; }
#LzEO7KGhF9ClRgtgfbKQNcXgcaT3KLT1 { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#dmQkr26tT4hdfETJMMpvPDyb5x2QFmDg { position:absolute;display:block;z-index:15050;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:330px;display:block; }
#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { background-color: transparent; background-image: none; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container > .video-iframe-container { display: none; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row > .video-iframe-container { display: none; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .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); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { border-width: 0; border-radius: 0; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#AWwFq31JOwMILPtLUsd4ZnzWdHdnCGZ8 { color:#ffffff;display:block;width:250px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:221.5px;left:355px;height:52px;text-align:center;text-align-last:center;display:block; }
#HTKBUytB7v1N4dbAcIMtfRdVW8RKkilZ { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:42.9px;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:left;text-align-last:left;display:block; }
#dAUoH2rdDlEeE6sdmZUVK1DNwLGJQmyV { position:absolute;display:block;z-index:15052;background-color:#f9f9f9;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:212px;width:300px;top:135px;left:0px;display:block; }
#xBNtsZp7nXnTvW8SdHHKG5qaf6bJpl22 { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:72px;text-align:center;text-align-last:center;display:block; }
#PXDGvTKmklvuSuX2n8Sa3TSF62bVkMI2 { position:absolute;display:block;z-index:15054;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:660px;display:block; }
#t77hoW9L1xlfE9nC92uTTC0dXc8Fxd6E { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#tZ1KpL5qGZPfhJe0bG8FU1nbG49RCIsN { position:absolute;display:block;z-index:15050;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:330px;display:block; }
#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { background-color: transparent; background-image: none; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container > .video-iframe-container { display: none; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row > .video-iframe-container { display: none; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .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); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { border-width: 0; border-radius: 0; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#T0RtkXMGg7D2CfTNSt5Tw3SPGWtyatZF { color:#ffffff;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:234.5px;left:347.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#tRE5guZU98Dw5TU9P2BZLT9IhZfGp00P { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:;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:left;text-align-last:left;display:block; }
#Qn7qcT9CofUehkeM12CiwwJD40LHW4a4 { position:absolute;display:block;z-index:15052;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:225px;width:300px;top:135px;left:0px;display:block; }
#z1GhXkMDd1T57aHlDwTfU3k2ob8IbMSG { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:72px;text-align:center;text-align-last:center;display:block; }
#OiTWRT8LkbGpmNkEeoXNM16VxVTfyoUN { 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:120px;width:300px;top:188px;left:660px;display:block; }
#aED51FqNouCNRpeN264bd4hUpzmw6Cd9 { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#xctKqbWiTvfdreUy4q94bIy5OBgiQEiD { 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:120px;width:300px;top:188px;left:330px;display:block; }
#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { background-color: transparent; background-image: none; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container > .video-iframe-container { display: none; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row > .video-iframe-container { display: none; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .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); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { border-width: 0; border-radius: 0; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#kVgXJ1lSa24wSLyfEQUTwSb90ZEERTDJ { color:#ffffff;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:234.5px;left:347.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#Gft91W8fJkSZDOW2GabH205ud1ruahi5 { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:;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:left;text-align-last:left;display:block; }
#EtPFbqH0spOhuRQzWS9D04K5v0EHQEbm { position:absolute;display:block;z-index:15052;background-color:#f9f9f9;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:225px;width:300px;top:135px;left:0px;display:block; }
#GCf5LaGIyuSM77Fa9aOOsA8GrD2ZOxfq { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:108px;text-align:center;text-align-last:center;display:block; }
#ciF08hpS2J4cUhqThs8EVGbwzzyOnzvC { position:absolute;display:block;z-index:15054;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:660px;display:block; }
#mhr08yniDxqI8cv107mN6d3cMpdl1pyp { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#fxeHipQMmKwUGNNABof7OVqHCEbLlwbA { position:absolute;display:block;z-index:15050;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:330px;display:block; }
#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { background-color: transparent; background-image: none; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container > .video-iframe-container { display: none; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row > .video-iframe-container { display: none; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .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); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { border-width: 0; border-radius: 0; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#MBo3DQwWo9TFrANhWlLSsOoJvQ8TdV2O { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:42.9px;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:left;text-align-last:left;display:block; }
#dZTF5KcFP2I6sxXcBdiF8b53FxVg5gcn { position:absolute;display:block;z-index:15052;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:225px;width:300px;top:135px;left:0px;display:block; }
#GIRipkc88838N1ZTZzkgfkFsS0vFkQ2e { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:108px;text-align:center;text-align-last:center;display:block; }
#goVIy2Vf0fdIl1IPBfvvwrvkH8Ur9ID2 { 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:120px;width:300px;top:188px;left:330px;display:block; }
#nJNAgQxSvdJGMI9tWt30GAcIRCQiAbmL { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:348px;height:26px;text-align:center;text-align-last:center;display:block; }
#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { background-color: transparent; background-image: none; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container > .video-iframe-container { display: none; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row > .video-iframe-container { display: none; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .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); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { border-width: 0; border-radius: 0; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#D8S2slxzzU6ED86TcRT2y01SRgQutcgA { color:#ffffff;display:block;width:244px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:224.5px;left:358px;height:52px;text-align:center;text-align-last:center;display:block; }
#eealRNHRGoMx94ykv74CCJaxxA0nZy3Q { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:;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:left;text-align-last:left;display:block; }
#tDr7SeUNi5wbRTCzKFr0Sl5VgN8aqH7n { position:absolute;display:block;z-index:15052;background-color:#f9f9f9;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:225px;width:300px;top:135px;left:0px;display:block; }
#enmtXbqndDRGntnn709dNUxEPeIMFFVo { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:144px;text-align:center;text-align-last:center;display:block; }
#dLFfcAStchLUxD0MLFhCuUSbHRcMS4oF { position:absolute;display:block;z-index:15054;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:660px;display:block; }
#uwX6JEekb2JyTCuKDF76mlc3uaJnTCkH { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#fuKMo8dvt9lOHhOOZ37hg45tZrfmoo4P { position:absolute;display:block;z-index:15050;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:330px;display:block; }
#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { background-color: transparent; background-image: none; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container > .video-iframe-container { display: none; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row > .video-iframe-container { display: none; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .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); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { border-width: 0; border-radius: 0; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#i99bDWIdGtAAdrkDOhMfxNCfs3VWHgEE { color:#ffffff;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:221.5px;left:347.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#H9uykTfZxJCTizl0z2I4iO8mnTIydye7 { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:;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:left;text-align-last:left;display:block; }
#h3pgrl2T1iWMZGMyXoBQ2GqptQZtaCy6 { position:absolute;display:block;z-index:15052;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:225px;width:300px;top:135px;left:0px;display:block; }
#UFRw6Vft9LPeks9EDcKoxFdB8GQPTz3q { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:72px;text-align:center;text-align-last:center;display:block; }
#hcv8TNwlomzbXp6mhwAGVGIyKbeNW0yc { 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:120px;width:300px;top:188px;left:660px;display:block; }
#CAlIeRL8126nyAcxQA8HeS47q8VQeh1w { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#FK3tWxK6uAVC5d82dl4L4I357WRcwR3K { 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:120px;width:300px;top:188px;left:330px;display:block; }
#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { background-color: transparent; background-image: none; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container > .video-iframe-container { display: none; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row > .video-iframe-container { display: none; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .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); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { border-width: 0; border-radius: 0; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#gBZcLTBzkzc2i6KDz5ccTtEQGeC7AN7e { color:#ffffff;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:234.99993896484px;left:347.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#OvLZi2XwlRZoT5kkDqNt0XDnCksrTu97 { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:;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:left;text-align-last:left;display:block; }
#vazHc3H3qnJE1I1wZ2vHCswoD48c3D14 { position:absolute;display:block;z-index:15052;background-color:#f9f9f9;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:225px;width:300px;top:135px;left:0px;display:block; }
#JnfWOXT9m7SIvf8cHZA1pgJVuBR8qf9R { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:144px;text-align:center;text-align-last:center;display:block; }
#IbGTVHirkgc2407FKJqS4WT0riZNeIlP { position:absolute;display:block;z-index:15054;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:660px;display:block; }
#e9ZKtkqpzesQTulUKMlEuUXk5gspXiSE { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#eiyNTTsO5hx0GiwUBTmDX4OCoWiDPqe0 { position:absolute;display:block;z-index:15050;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:330px;display:block; }
#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { background-color: transparent; background-image: none; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container > .video-iframe-container { display: none; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row > .video-iframe-container { display: none; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .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); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { border-width: 0; border-radius: 0; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#Oa0BUkTuO4cN3K7feun4W7V4IKU6wkAQ { color:#ffffff;display:block;width:258px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:225.56665039062px;left:351px;height:78px;text-align:center;text-align-last:center;display:block; }
#MyuiZdcJtMeumNpeIrsygEoRWSJAQwri { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:;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:left;text-align-last:left;display:block; }
#yMZeLotq1BLPPoXti6kd01O7TGEaZDr8 { position:absolute;display:block;z-index:15052;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:225px;width:300px;top:135px;left:0px;display:block; }
#RqEcmgNQpe9O59ifreZdSFRD1I6ANtis { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:72px;text-align:center;text-align-last:center;display:block; }
#X4cF4fCzT0WAmXCJZGVDCGp95XzaIWlU { 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:120px;width:300px;top:188px;left:660px;display:block; }
#NwUhsM7aZ034IxEEWvtG72d3ybkW6lPt { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#JVtqhW142zkOFZQrZ1vv1VlCS5ikZfgc { 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:120px;width:300px;top:188px;left:330px;display:block; }
#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { background-color: transparent; background-image: none; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container > .video-iframe-container { display: none; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row > .video-iframe-container { display: none; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .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); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { border-width: 0; border-radius: 0; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#ovZf9ggJfdGinqU2pmhuEyfnpxWzyUMT { color:#ffffff;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:221.5px;left:347.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#INBPzcmc6S1SwXSCDhoI6OfsrCGuDEeH { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:42.9px;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:left;text-align-last:left;display:block; }
#xStnOWaJe2r2yJQM2bsBoNKt65p6duRN { position:absolute;display:block;z-index:15052;background-color:#f9f9f9;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:225px;width:300px;top:135px;left:0px;display:block; }
#sObPU7EnpoPNTXU8eB9scg8Jo7pm9eGh { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:178.5px;left:17.5px;height:95px;text-align:center;text-align-last:center;display:block; }
#m6AtDiydxodgncp3SSmaPGoPtNEXxCu9 { position:absolute;display:block;z-index:15054;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:660px;display:block; }
#ikpVx86qa076PMcwC94NdgxsZHpEQ3QL { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#cmqf0z3upBhEy9qVV5mcGvuQHto3CEWR { position:absolute;display:block;z-index:15050;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:330px;display:block; }
#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { background-color: transparent; background-image: none; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container > .video-iframe-container { display: none; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row > .video-iframe-container { display: none; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .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); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { border-width: 0; border-radius: 0; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#phrTMCmw8Ct8xSCwnZF1L4AR2ZtfIeah { color:#ffffff;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:234.50001525879px;left:347.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#DRAlQLtmNTDE5eHy9BlTnDvieQTZEmgd { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:42.9px;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:left;text-align-last:left;display:block; }
#JQe1x7ptmn5BNTLGgb5O5o0WGW6t6C7H { position:absolute;display:block;z-index:15052;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:225px;width:300px;top:135px;left:0px;display:block; }
#dBg7qc8AQ0KDZHWQAP2QQZoBG6q41Lpf { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:178.5px;left:17.5px;height:108px;text-align:center;text-align-last:center;display:block; }
#VOpPgOaHFZhBPRCnZf8o4ESLK0mHyzm4 { 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:120px;width:300px;top:188px;left:660px;display:block; }
#znAygrc05CofyR3622GmUwDbkFQt2lWo { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#dTIdCOlSHciyvscsCXIGTZL84HxSwwlK { 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:120px;width:300px;top:188px;left:330px;display:block; }
#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { background-color: transparent; background-image: none; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container > .video-iframe-container { display: none; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row > .video-iframe-container { display: none; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .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); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { border-width: 0; border-radius: 0; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#auZ1kNwQEIPvfSKPyXBoUvfo8RIyRHs6 { color:#ffffff;display:block;width:236px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:221.49998474121px;left:362px;height:52px;text-align:center;text-align-last:center;display:block; }
#IZTFqpINqPkTPHZFMt6CqyBSxtfoUAeL { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:;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:left;text-align-last:left;display:block; }
#eLsBi3fxwopsd6yTTsXBVeN8eOJufvhO { position:absolute;display:block;z-index:15052;background-color:#f9f9f9;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:225px;width:300px;top:135px;left:0px;display:block; }
#caeHhfuuV2RsvKPdN72GaTshEM1t0Xd1 { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:144px;text-align:center;text-align-last:center;display:block; }
#rswOA0QgeQ2TXdiJyEbKlUKHW4yiFFMu { position:absolute;display:block;z-index:15054;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:660px;display:block; }
#n3UElcwpV6MUEEdbD5mIoFR6Mz4XhRbz { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#n6aHqBOH5yPIDutUorz127HhZGmernmZ { position:absolute;display:block;z-index:15050;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:330px;display:block; }
#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { background-color: transparent; background-image: none; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container > .video-iframe-container { display: none; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row > .video-iframe-container { display: none; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .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); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { border-width: 0; border-radius: 0; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#cKEgBaD2nN5PziFlbmQKSkktzaNq1ngw { color:#ffffff;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:221.5px;left:347.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#QDJURZndxG5pAeZ2NthtsN1bxoZGg1aV { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:42.9px;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:left;text-align-last:left;display:block; }
#OWvLkwixgoEFN7k0I2q28JcNt6o29TXb { position:absolute;display:block;z-index:15052;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:225px;width:300px;top:135px;left:0px;display:block; }
#sd9Lc1WvfbBwbhvrfGHHOhoBymOSkBzJ { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:108px;text-align:center;text-align-last:center;display:block; }
#ttsDsbRkT5rxxrhtEXH0FCaTqXS61bCB { 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:120px;width:300px;top:188px;left:660px;display:block; }
#dikcgcWZvlKr0LxZLVW78IpH7kwrJTgf { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#ILPtKwRWXrEQZwanGlKRKwvnO3f9iFVR { 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:120px;width:300px;top:188px;left:330px;display:block; }
#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { background-color: transparent; background-image: none; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container > .video-iframe-container { display: none; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row > .video-iframe-container { display: none; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .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); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { border-width: 0; border-radius: 0; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#qAXPuIOzA3M4fQCgW5cccCPTDwdURX7v { color:#ffffff;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:221.5px;left:347.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#IiXzuodC4Bso1M6JhvpESGziELpA1knz { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:;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:left;text-align-last:left;display:block; }
#atiyan8pmr3REhLaO6KXsgItad2eXOIV { position:absolute;display:block;z-index:15052;background-color:#f9f9f9;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:225px;width:300px;top:135px;left:0px;display:block; }
#XqrSfabzwCFAKRbtlEIkMwfD3tRtQcpO { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:72px;text-align:center;text-align-last:center;display:block; }
#L3Cp1u50Gnqiq6EJuVQc2a2Gyf1TtkIv { position:absolute;display:block;z-index:15050;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:330px;display:block; }
#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { background-color: transparent; background-image: none; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container > .video-iframe-container { display: none; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row > .video-iframe-container { display: none; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .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); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { border-width: 0; border-radius: 0; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#DRxJQI699kKL8IiXeT5FOgo0wEkK4AsP { color:#ffffff;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:221.5px;left:347.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#LE4hk1cxIVxCAFlCxnuERpqHbVmwVucP { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:;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:left;text-align-last:left;display:block; }
#BlqhU2LDT5WCkSTDqCPMqzIkqSTZ5mK5 { position:absolute;display:block;z-index:15052;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:225px;width:300px;top:135px;left:0px;display:block; }
#DIEEy9K6to1iked8diMXnvAzRhLT7szQ { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:108px;text-align:center;text-align-last:center;display:block; }
#JzOGUuJbcBJZgcwn9rcwEOioc2bvnukR { 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:120px;width:300px;top:188px;left:660px;display:block; }
#HMnhPxnUzKyUL9AWErzVzJs2HbsI1dVy { 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:120px;width:300px;top:188px;left:330px;display:block; }
#wEtqfyTq7E7zffe8k0TKA53dQ8vGmVQs { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:234.5px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { background-color: transparent; background-image: none; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container > .video-iframe-container { display: none; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row > .video-iframe-container { display: none; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .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); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { border-width: 0; border-radius: 0; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#hL66HuAqO20sLKMxg6CzJCInF3sSBzR5 { color:#ffffff;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:234.5px;left:347.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#vMGTL4r4xit0qwxgefVJsLkvcHFN2e3l { color:#414042;display:block;width:797px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:;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:left;text-align-last:left;display:block; }
#qvlJJ1SuDyntl06I6PvTlFvMGl6ZldiU { position:absolute;display:block;z-index:15052;background-color:#f9f9f9;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:225px;width:300px;top:135px;left:0px;display:block; }
#w4FvJWtboNnFQDZrNkGe6l80Suh9zOug { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:72px;text-align:center;text-align-last:center;display:block; }
#uHVIU89K3T6mhD4ISehVgk1MuhAcLLxK { position:absolute;display:block;z-index:15054;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:660px;display:block; }
#RNTWVwdUyoTpwVSnwWVE5BeHwP91rW9d { color:#ff4133;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:677.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#rSdH97JPR4GL4xZgbTnCpBkeOHXUDzQk { position:absolute;display:block;z-index:15050;background-color:#f9f9f9;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:120px;width:300px;top:188px;left:330px;display:block; }
#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { background-color: transparent; background-image: none; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container > .video-iframe-container { display: none; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row > .video-iframe-container { display: none; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .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); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { border-width: 0; border-radius: 0; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { font-size:14px;font-family:arial;height:425px;width:960px;position:relative;display:block; }#srfW90fFoIB8A9E9urT3QwFQBJ8o8Xce { color:#414042;display:block;width:646px;position:absolute;font-family:roboto;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:;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:left;text-align-last:left;display:block; }
#eKirLAw26hkVL8bhozLRLOPGtLlL7fwD { position:absolute;display:block;z-index:15052;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:225px;width:300px;top:135px;left:0px;display:block; }
#qkkPTISdB95yfTxTL67v4pKb7yWfmc2m { color:#5ab8e8;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15113;line-height:1.8;letter-spacing:0;top:175.49998474121px;left:17.5px;height:108px;text-align:center;text-align-last:center;display:block; }
#QzzbGZ9b7Hz4KpmHlKwcko7Fws1URBI8 { 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:120px;width:300px;top:188px;left:330px;display:block; }
#sT32Winvak8aigOiMv5orchkxqs8iqfT { color:#414042;display:block;width:265px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:235px;left:348px;height:26px;text-align:center;text-align-last:center;display:block; }
#HAWkTnMRVu0bmZaaJvfTF9UJM3rWloeb { 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:502px;width:315px;top:359.99998474121px;left:645px;overflow:hidden;display:block; }
#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ab8e8;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; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container { background-color: transparent; background-image: none; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container > .video-iframe-container { display: none; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row > .video-iframe-container { display: none; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .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); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container { border-width: 0; border-radius: 0; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container { font-size:14px;font-family:arial;height:62px;width:960px;position:relative;display:block; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT { 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; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container { background-color: transparent; background-image: none; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container > .video-iframe-container { display: none; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row > .video-iframe-container { display: none; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .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); }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container { border-width: 0; border-radius: 0; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container { font-size:14px;font-family:arial;height:388px;width:960px;position:relative;display:block; }#L08HqrtpkSJEyVAqTyuMdntGRVKLApDp { 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:94px;left:0px;height:192px;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; }
#HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm { 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; }#HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm > .row .container { background-color: transparent; background-image: none; }#HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm > .row .container > .video-iframe-container { display: none; }#HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm > .row > .video-iframe-container { display: none; }#HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm > .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); }#HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm > .row .container { border-width: 0; border-radius: 0; }#HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm > .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) { #UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 { display:block; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rp6b35T27By5TcvNqwhSQiodkkBOdvlN { display:block; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKIK7AT15eWq55arGFdoJK9I8gOBRpzq { width:764px;height:73px;top:363px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:764px;height:;top:186px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c { display:block; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLguodZDMTCtqAwGbuhMSFMgNefyTGTC { top:221px;left:249.5px;width:265px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ee4MXbinZfa2w6Ckf0kPqZf8LOMCkZfa { width:529px;height:;top:54px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #Mqqv30BdDlJJFezVAZHIKzePMA6BOe4L { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zF5JTqiiRc4C0xTrzKT9WPI9CZUhoz0X { top:175px;left:0px;width:265px;height:108px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TAdRUxK6zEEx4mMeTHqwNFVGb5k87Noe { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #A8JC2Oiw70Jb6c8p3ZqPBTFu2D5GANbT { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MLTWRzwQ8bg2lIP8D18U6KZM6lNgtabX { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 { display:block; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTzaASoBcM1KglT6ne3IAIOKb4fTPVCg { top:221px;left:249.5px;width:265px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bimxbCaeWfrPBebSoSTEWtPUi4dCAc2d { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #FyApyyv9buR6qQO4y0GsRq7APA3TabTr { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L4SQ4OgcLrLRpEU8pGwLoLOO06iwx41o { top:159px;left:0px;width:265px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DbmslIC4cfxboMPZPMelWasqQL8xqaNS { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #so4VXvvCwzIVbhkAE5DzxP4C85CXfuso { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bRFm8Pb9e9HgENKD1EBF9X6ic8WkInAT { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z { display:block; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyB7FVe1tuJC3GHW4chSDnnTzgOAKSIs { top:221px;left:249.5px;width:265px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #p0nRX0wRHGKOA9OGVPUA8FbvlRTpKKBw { width:479px;height:43px;top:54px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #vxgnM69t6XGTXyoQ0zch06dWoWc5c1da { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pJ1Vaf9m2i9twurFmdrKGZfryPKakNMT { top:175px;left:0px;width:265px;height:108px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gUzteOUTTF5GBzQiJBkWhLOJqUfTgZ1x { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #D4JZknE966pg8Rq2tirp6ncWQf41Tmqq { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #G5CL5e6aIm3pywdNx128VMwH69cunVrt { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b { display:block; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KP9mDmHBygst4EdCpKTRllxfKlpBwdst { top:221px;left:257px;width:250px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ML5tO8JxKqpDOTkS7TlSxpQTyTcCT9TL { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #vGoTRfMXfyb5tQTntXrbxoh88Wlg0iw5 { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #btTmIrgCQo0VBG9eoq8gzGrDlUcSKbZ7 { top:175px;left:0px;width:265px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZL8hokREkDN5F9KHusdxcK26ni6x15kf { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #LzEO7KGhF9ClRgtgfbKQNcXgcaT3KLT1 { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dmQkr26tT4hdfETJMMpvPDyb5x2QFmDg { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl { display:block; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWwFq31JOwMILPtLUsd4ZnzWdHdnCGZ8 { top:221px;left:257px;width:250px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HTKBUytB7v1N4dbAcIMtfRdVW8RKkilZ { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #dAUoH2rdDlEeE6sdmZUVK1DNwLGJQmyV { width:300px;height:212px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xBNtsZp7nXnTvW8SdHHKG5qaf6bJpl22 { top:175px;left:0px;width:265px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PXDGvTKmklvuSuX2n8Sa3TSF62bVkMI2 { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #t77hoW9L1xlfE9nC92uTTC0dXc8Fxd6E { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1KpL5qGZPfhJe0bG8FU1nbG49RCIsN { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S { display:block; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0RtkXMGg7D2CfTNSt5Tw3SPGWtyatZF { top:234px;left:249.5px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tRE5guZU98Dw5TU9P2BZLT9IhZfGp00P { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #Qn7qcT9CofUehkeM12CiwwJD40LHW4a4 { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z1GhXkMDd1T57aHlDwTfU3k2ob8IbMSG { top:175px;left:0px;width:265px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OiTWRT8LkbGpmNkEeoXNM16VxVTfyoUN { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #aED51FqNouCNRpeN264bd4hUpzmw6Cd9 { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xctKqbWiTvfdreUy4q94bIy5OBgiQEiD { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp { display:block; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVgXJ1lSa24wSLyfEQUTwSb90ZEERTDJ { top:234px;left:249.5px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Gft91W8fJkSZDOW2GabH205ud1ruahi5 { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #EtPFbqH0spOhuRQzWS9D04K5v0EHQEbm { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GCf5LaGIyuSM77Fa9aOOsA8GrD2ZOxfq { top:175px;left:0px;width:265px;height:108px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ciF08hpS2J4cUhqThs8EVGbwzzyOnzvC { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #mhr08yniDxqI8cv107mN6d3cMpdl1pyp { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fxeHipQMmKwUGNNABof7OVqHCEbLlwbA { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z { display:block; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBo3DQwWo9TFrANhWlLSsOoJvQ8TdV2O { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #dZTF5KcFP2I6sxXcBdiF8b53FxVg5gcn { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GIRipkc88838N1ZTZzkgfkFsS0vFkQ2e { top:175px;left:0px;width:265px;height:108px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #goVIy2Vf0fdIl1IPBfvvwrvkH8Ur9ID2 { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #nJNAgQxSvdJGMI9tWt30GAcIRCQiAbmL { top:235px;left:250px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LSrJ9qOcVutl1xOylMGehlTaF2zADJEr { display:block; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8S2slxzzU6ED86TcRT2y01SRgQutcgA { top:224px;left:260px;width:244px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eealRNHRGoMx94ykv74CCJaxxA0nZy3Q { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #tDr7SeUNi5wbRTCzKFr0Sl5VgN8aqH7n { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #enmtXbqndDRGntnn709dNUxEPeIMFFVo { top:175px;left:0px;width:265px;height:144px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dLFfcAStchLUxD0MLFhCuUSbHRcMS4oF { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #uwX6JEekb2JyTCuKDF76mlc3uaJnTCkH { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fuKMo8dvt9lOHhOOZ37hg45tZrfmoo4P { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w { display:block; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i99bDWIdGtAAdrkDOhMfxNCfs3VWHgEE { top:221px;left:249.5px;width:265px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #H9uykTfZxJCTizl0z2I4iO8mnTIydye7 { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #h3pgrl2T1iWMZGMyXoBQ2GqptQZtaCy6 { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UFRw6Vft9LPeks9EDcKoxFdB8GQPTz3q { top:175px;left:0px;width:265px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hcv8TNwlomzbXp6mhwAGVGIyKbeNW0yc { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #CAlIeRL8126nyAcxQA8HeS47q8VQeh1w { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FK3tWxK6uAVC5d82dl4L4I357WRcwR3K { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T { display:block; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBZcLTBzkzc2i6KDz5ccTtEQGeC7AN7e { top:234px;left:249.5px;width:265px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OvLZi2XwlRZoT5kkDqNt0XDnCksrTu97 { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #vazHc3H3qnJE1I1wZ2vHCswoD48c3D14 { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JnfWOXT9m7SIvf8cHZA1pgJVuBR8qf9R { top:175px;left:0px;width:265px;height:144px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IbGTVHirkgc2407FKJqS4WT0riZNeIlP { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #e9ZKtkqpzesQTulUKMlEuUXk5gspXiSE { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eiyNTTsO5hx0GiwUBTmDX4OCoWiDPqe0 { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #snrvOXJSqsHi725T9bEmQ8SbOIXcPIle { display:block; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa0BUkTuO4cN3K7feun4W7V4IKU6wkAQ { top:225px;left:253px;width:258px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MyuiZdcJtMeumNpeIrsygEoRWSJAQwri { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #yMZeLotq1BLPPoXti6kd01O7TGEaZDr8 { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RqEcmgNQpe9O59ifreZdSFRD1I6ANtis { top:175px;left:0px;width:265px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #X4cF4fCzT0WAmXCJZGVDCGp95XzaIWlU { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #NwUhsM7aZ034IxEEWvtG72d3ybkW6lPt { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JVtqhW142zkOFZQrZ1vv1VlCS5ikZfgc { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH { display:block; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovZf9ggJfdGinqU2pmhuEyfnpxWzyUMT { top:221px;left:249.5px;width:265px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #INBPzcmc6S1SwXSCDhoI6OfsrCGuDEeH { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #xStnOWaJe2r2yJQM2bsBoNKt65p6duRN { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sObPU7EnpoPNTXU8eB9scg8Jo7pm9eGh { top:178px;left:0px;width:265px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #m6AtDiydxodgncp3SSmaPGoPtNEXxCu9 { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #ikpVx86qa076PMcwC94NdgxsZHpEQ3QL { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cmqf0z3upBhEy9qVV5mcGvuQHto3CEWR { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U { display:block; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phrTMCmw8Ct8xSCwnZF1L4AR2ZtfIeah { top:234px;left:249.5px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DRAlQLtmNTDE5eHy9BlTnDvieQTZEmgd { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #JQe1x7ptmn5BNTLGgb5O5o0WGW6t6C7H { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dBg7qc8AQ0KDZHWQAP2QQZoBG6q41Lpf { top:178px;left:0px;width:265px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VOpPgOaHFZhBPRCnZf8o4ESLK0mHyzm4 { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #znAygrc05CofyR3622GmUwDbkFQt2lWo { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dTIdCOlSHciyvscsCXIGTZL84HxSwwlK { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI { display:block; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auZ1kNwQEIPvfSKPyXBoUvfo8RIyRHs6 { top:221px;left:264px;width:236px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IZTFqpINqPkTPHZFMt6CqyBSxtfoUAeL { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #eLsBi3fxwopsd6yTTsXBVeN8eOJufvhO { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #caeHhfuuV2RsvKPdN72GaTshEM1t0Xd1 { top:175px;left:0px;width:265px;height:144px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rswOA0QgeQ2TXdiJyEbKlUKHW4yiFFMu { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #n3UElcwpV6MUEEdbD5mIoFR6Mz4XhRbz { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #n6aHqBOH5yPIDutUorz127HhZGmernmZ { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ { display:block; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKEgBaD2nN5PziFlbmQKSkktzaNq1ngw { top:221px;left:249.5px;width:265px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QDJURZndxG5pAeZ2NthtsN1bxoZGg1aV { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #OWvLkwixgoEFN7k0I2q28JcNt6o29TXb { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sd9Lc1WvfbBwbhvrfGHHOhoBymOSkBzJ { top:175px;left:0px;width:265px;height:108px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ttsDsbRkT5rxxrhtEXH0FCaTqXS61bCB { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #dikcgcWZvlKr0LxZLVW78IpH7kwrJTgf { top:235px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ILPtKwRWXrEQZwanGlKRKwvnO3f9iFVR { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx { display:block; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAXPuIOzA3M4fQCgW5cccCPTDwdURX7v { top:221px;left:249.5px;width:265px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IiXzuodC4Bso1M6JhvpESGziELpA1knz { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #atiyan8pmr3REhLaO6KXsgItad2eXOIV { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XqrSfabzwCFAKRbtlEIkMwfD3tRtQcpO { top:175px;left:0px;width:265px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #L3Cp1u50Gnqiq6EJuVQc2a2Gyf1TtkIv { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #cRzTHBzx2cTI88o26I5syQb5AWTCtUaE { display:block; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRxJQI699kKL8IiXeT5FOgo0wEkK4AsP { top:221px;left:249.5px;width:265px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LE4hk1cxIVxCAFlCxnuERpqHbVmwVucP { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #BlqhU2LDT5WCkSTDqCPMqzIkqSTZ5mK5 { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DIEEy9K6to1iked8diMXnvAzRhLT7szQ { top:175px;left:0px;width:265px;height:108px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JzOGUuJbcBJZgcwn9rcwEOioc2bvnukR { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #HMnhPxnUzKyUL9AWErzVzJs2HbsI1dVy { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #wEtqfyTq7E7zffe8k0TKA53dQ8vGmVQs { top:234px;left:499px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq { display:block; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hL66HuAqO20sLKMxg6CzJCInF3sSBzR5 { top:234px;left:249.5px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vMGTL4r4xit0qwxgefVJsLkvcHFN2e3l { width:764px;height:;top:57px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #qvlJJ1SuDyntl06I6PvTlFvMGl6ZldiU { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w4FvJWtboNnFQDZrNkGe6l80Suh9zOug { top:175px;left:0px;width:265px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uHVIU89K3T6mhD4ISehVgk1MuhAcLLxK { width:300px;height:120px;top:188px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #RNTWVwdUyoTpwVSnwWVE5BeHwP91rW9d { top:235px;left:499px;width:265px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rSdH97JPR4GL4xZgbTnCpBkeOHXUDzQk { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO { display:block; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srfW90fFoIB8A9E9urT3QwFQBJ8o8Xce { width:646px;height:;top:57px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #eKirLAw26hkVL8bhozLRLOPGtLlL7fwD { width:300px;height:225px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qkkPTISdB95yfTxTL67v4pKb7yWfmc2m { top:175px;left:0px;width:265px;height:108px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QzzbGZ9b7Hz4KpmHlKwcko7Fws1URBI8 { width:300px;height:120px;top:188px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #sT32Winvak8aigOiMv5orchkxqs8iqfT { top:235px;left:250px;width:265px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HAWkTnMRVu0bmZaaJvfTF9UJM3rWloeb { top:359px;left:449px;width:315px;height:502px;display:block; }
 }@media only screen and (max-width: 763px) { #FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 { display:block; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT { display:block; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L08HqrtpkSJEyVAqTyuMdntGRVKLApDp { width:764px;height:45px;top:80px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm { display:block; }#auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection { display:block; }#HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm > .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) { #UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#UTKkCwlkKS8iVtIk7L5b7JoToMaDlWz0 > .row .container { width:320px;height:76px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rp6b35T27By5TcvNqwhSQiodkkBOdvlN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/U4NlNotT/hero_1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN.adaptive-delivery-prevent-bg, #rp6b35T27By5TcvNqwhSQiodkkBOdvlN.lazyload, #rp6b35T27By5TcvNqwhSQiodkkBOdvlN.lazyloading { background-image: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container { background-color: transparent; background-image: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container > .video-iframe-container { display: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row > .video-iframe-container { display: none; }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .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); }#rp6b35T27By5TcvNqwhSQiodkkBOdvlN > .row .container { width:320px;height:554px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKIK7AT15eWq55arGFdoJK9I8gOBRpzq { width:310px;height:190.4px;top:248.99975585938px;left:5px;text-align:left;text-align-last:left;line-height:1.4;font-family:arial;font-weight:400;font-style:normal;font-size:17px;color:#414042;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:314px;height:117px;top:122.56666564941px;left:4px;text-align:left;text-align-last:left;font-size:30px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c { background-color:#f9f9f9;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; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { background-color: transparent; background-image: none; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container > .video-iframe-container { display: none; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row > .video-iframe-container { display: none; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .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); }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { border-width: 0; border-radius: 0; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePghoRGq1l0l9ZldJHXZeuP92UQAEB0c > .row .container { width:320px;height:638px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLguodZDMTCtqAwGbuhMSFMgNefyTGTC { width:247px;height:52px;top:152.60003662109px;left:36.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ee4MXbinZfa2w6Ckf0kPqZf8LOMCkZfa { width:272px;height:83.2px;top:21.400009155273px;left:24px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #Mqqv30BdDlJJFezVAZHIKzePMA6BOe4L { width:300px;height:200px;top:386px;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) { #zF5JTqiiRc4C0xTrzKT9WPI9CZUhoz0X { width:265px;height:108px;top:414px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAdRUxK6zEEx4mMeTHqwNFVGb5k87Noe { width:300px;height:100px;top:256px;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) { #A8JC2Oiw70Jb6c8p3ZqPBTFu2D5GANbT { width:265px;height:26px;top:293px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLTWRzwQ8bg2lIP8D18U6KZM6lNgtabX { width:300px;height:100px;top:126px;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) { #ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 { background-color:#f9f9f9;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; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { background-color: transparent; background-image: none; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container > .video-iframe-container { display: none; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row > .video-iframe-container { display: none; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .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); }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { border-width: 0; border-radius: 0; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruo80hGbfFmAxAPd1EuhC4bpzEe5TaQ4 > .row .container { width:320px;height:647px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTzaASoBcM1KglT6ne3IAIOKb4fTPVCg { width:247px;height:52px;top:162.59997558594px;left:36.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bimxbCaeWfrPBebSoSTEWtPUi4dCAc2d { width:295px;height:83.2px;top:27.399978637695px;left:12.5px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #FyApyyv9buR6qQO4y0GsRq7APA3TabTr { width:300px;height:200px;top:396px;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) { #L4SQ4OgcLrLRpEU8pGwLoLOO06iwx41o { width:265px;height:72px;top:407.00003051758px;left:28.000000953674px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbmslIC4cfxboMPZPMelWasqQL8xqaNS { width:300px;height:100px;top:266px;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) { #so4VXvvCwzIVbhkAE5DzxP4C85CXfuso { width:265px;height:26px;top:303px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRFm8Pb9e9HgENKD1EBF9X6ic8WkInAT { width:300px;height:100px;top:136px;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) { #rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z { background-color:#f9f9f9;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; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { background-color: transparent; background-image: none; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container > .video-iframe-container { display: none; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row > .video-iframe-container { display: none; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .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); }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { border-width: 0; border-radius: 0; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwglB2lvcqdVt7ycB1L48K2rzHeJ3Z2z > .row .container { width:320px;height:648px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyB7FVe1tuJC3GHW4chSDnnTzgOAKSIs { width:247px;height:52px;top:167px;left:37px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0nRX0wRHGKOA9OGVPUA8FbvlRTpKKBw { width:292px;height:83.2px;top:30.400085449219px;left:14px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #vxgnM69t6XGTXyoQ0zch06dWoWc5c1da { width:300px;height:200px;top:399px;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) { #pJ1Vaf9m2i9twurFmdrKGZfryPKakNMT { width:265px;height:108px;top:423.00012207031px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUzteOUTTF5GBzQiJBkWhLOJqUfTgZ1x { width:300px;height:100px;top:269px;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) { #D4JZknE966pg8Rq2tirp6ncWQf41Tmqq { width:265px;height:26px;top:306px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5CL5e6aIm3pywdNx128VMwH69cunVrt { width:300px;height:100px;top:139px;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) { #FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b { background-color:#f9f9f9;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; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { background-color: transparent; background-image: none; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container > .video-iframe-container { display: none; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row > .video-iframe-container { display: none; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .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); }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { border-width: 0; border-radius: 0; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FI7OWOk7waUm7VSXduZwCDqUe9cOiS6b > .row .container { width:320px;height:646px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KP9mDmHBygst4EdCpKTRllxfKlpBwdst { width:247px;height:52px;top:169px;left:37px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ML5tO8JxKqpDOTkS7TlSxpQTyTcCT9TL { width:301px;height:83.2px;top:31.399963378906px;left:9.5px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #vGoTRfMXfyb5tQTntXrbxoh88Wlg0iw5 { width:300px;height:200px;top:402px;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) { #btTmIrgCQo0VBG9eoq8gzGrDlUcSKbZ7 { width:265px;height:108px;top:448.99987792969px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZL8hokREkDN5F9KHusdxcK26ni6x15kf { width:300px;height:100px;top:272px;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) { #LzEO7KGhF9ClRgtgfbKQNcXgcaT3KLT1 { width:265px;height:26px;top:309px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmQkr26tT4hdfETJMMpvPDyb5x2QFmDg { width:300px;height:100px;top:142px;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) { #anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl { background-color:#f9f9f9;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; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { background-color: transparent; background-image: none; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container > .video-iframe-container { display: none; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row > .video-iframe-container { display: none; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .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); }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { border-width: 0; border-radius: 0; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anHcpgNnkEqc2WHByuwEPcqOJuWeNZWl > .row .container { width:320px;height:600px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWwFq31JOwMILPtLUsd4ZnzWdHdnCGZ8 { width:247px;height:52px;top:127px;left:37px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTKBUytB7v1N4dbAcIMtfRdVW8RKkilZ { width:301px;height:41.6px;top:31.399963378906px;left:9.5px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #dAUoH2rdDlEeE6sdmZUVK1DNwLGJQmyV { width:300px;height:165px;top:360px;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) { #xBNtsZp7nXnTvW8SdHHKG5qaf6bJpl22 { width:265px;height:72px;top:407px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXDGvTKmklvuSuX2n8Sa3TSF62bVkMI2 { width:300px;height:100px;top:230px;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) { #t77hoW9L1xlfE9nC92uTTC0dXc8Fxd6E { width:265px;height:26px;top:267px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1KpL5qGZPfhJe0bG8FU1nbG49RCIsN { width:300px;height:100px;top:100px;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) { #k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S { background-color:#f9f9f9;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; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { background-color: transparent; background-image: none; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container > .video-iframe-container { display: none; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row > .video-iframe-container { display: none; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .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); }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { border-width: 0; border-radius: 0; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9bDbkdWA59SWzCc9O1fEM34VJdyQ32S > .row .container { width:320px;height:659px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0RtkXMGg7D2CfTNSt5Tw3SPGWtyatZF { width:247px;height:26px;top:177px;left:37px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRE5guZU98Dw5TU9P2BZLT9IhZfGp00P { width:259px;height:83.2px;top:28.399963378906px;left:25.566665649414px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #Qn7qcT9CofUehkeM12CiwwJD40LHW4a4 { width:300px;height:200px;top:397px;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) { #z1GhXkMDd1T57aHlDwTfU3k2ob8IbMSG { width:265px;height:72px;top:425px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiTWRT8LkbGpmNkEeoXNM16VxVTfyoUN { width:300px;height:100px;top:267px;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) { #aED51FqNouCNRpeN264bd4hUpzmw6Cd9 { width:265px;height:26px;top:304px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xctKqbWiTvfdreUy4q94bIy5OBgiQEiD { width:300px;height:100px;top:137px;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) { #MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp { background-color:#f9f9f9;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; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { background-color: transparent; background-image: none; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container > .video-iframe-container { display: none; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row > .video-iframe-container { display: none; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .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); }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { border-width: 0; border-radius: 0; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaBpfLk0SMGHbncrHMKTbLTklQgsV0bp > .row .container { width:320px;height:602px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVgXJ1lSa24wSLyfEQUTwSb90ZEERTDJ { width:247px;height:26px;top:135px;left:37px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gft91W8fJkSZDOW2GabH205ud1ruahi5 { width:259px;height:41.6px;top:28.399963378906px;left:25.566665649414px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #EtPFbqH0spOhuRQzWS9D04K5v0EHQEbm { width:300px;height:200px;top:355.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) { #GCf5LaGIyuSM77Fa9aOOsA8GrD2ZOxfq { width:265px;height:108px;top:383.00006103516px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ciF08hpS2J4cUhqThs8EVGbwzzyOnzvC { width:300px;height:100px;top:225px;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) { #mhr08yniDxqI8cv107mN6d3cMpdl1pyp { width:265px;height:26px;top:262.00006103516px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxeHipQMmKwUGNNABof7OVqHCEbLlwbA { width:300px;height:100px;top:95px;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) { #lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z { background-color:#f9f9f9;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; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { background-color: transparent; background-image: none; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container > .video-iframe-container { display: none; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row > .video-iframe-container { display: none; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .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); }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { border-width: 0; border-radius: 0; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lba2qk2RUB0ZBoOwdZgF7quaM6c3Wr3z > .row .container { width:320px;height:509px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBo3DQwWo9TFrANhWlLSsOoJvQ8TdV2O { width:296px;height:41.6px;top:56.39990234375px;left:12px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #dZTF5KcFP2I6sxXcBdiF8b53FxVg5gcn { width:300px;height:200px;top:245px;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) { #GIRipkc88838N1ZTZzkgfkFsS0vFkQ2e { width:265px;height:108px;top:273px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #goVIy2Vf0fdIl1IPBfvvwrvkH8Ur9ID2 { width:300px;height:100px;top:115px;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) { #nJNAgQxSvdJGMI9tWt30GAcIRCQiAbmL { width:265px;height:26px;top:152px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSrJ9qOcVutl1xOylMGehlTaF2zADJEr { background-color:#f9f9f9;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; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { background-color: transparent; background-image: none; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container > .video-iframe-container { display: none; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row > .video-iframe-container { display: none; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .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); }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { border-width: 0; border-radius: 0; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSrJ9qOcVutl1xOylMGehlTaF2zADJEr > .row .container { width:320px;height:652px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8S2slxzzU6ED86TcRT2y01SRgQutcgA { width:247px;height:52px;top:170px;left:37px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eealRNHRGoMx94ykv74CCJaxxA0nZy3Q { width:296px;height:83.2px;top:37.400024414062px;left:12px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #tDr7SeUNi5wbRTCzKFr0Sl5VgN8aqH7n { width:300px;height:200px;top:403px;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) { #enmtXbqndDRGntnn709dNUxEPeIMFFVo { width:265px;height:144px;top:431px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLFfcAStchLUxD0MLFhCuUSbHRcMS4oF { width:300px;height:100px;top:273px;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) { #uwX6JEekb2JyTCuKDF76mlc3uaJnTCkH { width:265px;height:26px;top:310px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuKMo8dvt9lOHhOOZ37hg45tZrfmoo4P { width:300px;height:100px;top:143px;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) { #aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w { background-color:#f9f9f9;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; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { background-color: transparent; background-image: none; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container > .video-iframe-container { display: none; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row > .video-iframe-container { display: none; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .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); }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { border-width: 0; border-radius: 0; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aXw96eLAZEcbkx9uRTCTV2mPTbnmws0w > .row .container { width:320px;height:664px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i99bDWIdGtAAdrkDOhMfxNCfs3VWHgEE { width:247px;height:52px;top:172px;left:37px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9uykTfZxJCTizl0z2I4iO8mnTIydye7 { width:294px;height:83.2px;top:37.7001953125px;left:12.5px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #h3pgrl2T1iWMZGMyXoBQ2GqptQZtaCy6 { width:300px;height:200px;top:405.59997558594px;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) { #UFRw6Vft9LPeks9EDcKoxFdB8GQPTz3q { width:265px;height:72px;top:451.59997558594px;left:28.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcv8TNwlomzbXp6mhwAGVGIyKbeNW0yc { width:300px;height:100px;top:275px;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) { #CAlIeRL8126nyAcxQA8HeS47q8VQeh1w { width:265px;height:26px;top:312px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FK3tWxK6uAVC5d82dl4L4I357WRcwR3K { width:300px;height:100px;top:145px;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) { #SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T { background-color:#f9f9f9;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; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { background-color: transparent; background-image: none; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container > .video-iframe-container { display: none; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row > .video-iframe-container { display: none; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .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); }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { border-width: 0; border-radius: 0; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SwqCszTfxCAfSyz6KXc5q7alDBcTJU3T > .row .container { width:320px;height:621px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBZcLTBzkzc2i6KDz5ccTtEQGeC7AN7e { width:247px;height:52px;top:141.00006103516px;left:37px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvLZi2XwlRZoT5kkDqNt0XDnCksrTu97 { width:296px;height:41.6px;top:37.400024414062px;left:12px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #vazHc3H3qnJE1I1wZ2vHCswoD48c3D14 { width:300px;height:200px;top:363px;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) { #JnfWOXT9m7SIvf8cHZA1pgJVuBR8qf9R { width:265px;height:144px;top:391px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbGTVHirkgc2407FKJqS4WT0riZNeIlP { width:300px;height:100px;top:233px;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) { #e9ZKtkqpzesQTulUKMlEuUXk5gspXiSE { width:265px;height:26px;top:270px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiyNTTsO5hx0GiwUBTmDX4OCoWiDPqe0 { width:300px;height:100px;top:103px;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) { #snrvOXJSqsHi725T9bEmQ8SbOIXcPIle { background-color:#f9f9f9;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; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { background-color: transparent; background-image: none; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container > .video-iframe-container { display: none; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row > .video-iframe-container { display: none; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .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); }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { border-width: 0; border-radius: 0; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snrvOXJSqsHi725T9bEmQ8SbOIXcPIle > .row .container { width:320px;height:656px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa0BUkTuO4cN3K7feun4W7V4IKU6wkAQ { width:247px;height:78px;top:167.56634521484px;left:36.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MyuiZdcJtMeumNpeIrsygEoRWSJAQwri { width:289px;height:83.2px;top:36.699951171875px;left:15.5px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #yMZeLotq1BLPPoXti6kd01O7TGEaZDr8 { width:300px;height:200px;top:405.59997558594px;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) { #RqEcmgNQpe9O59ifreZdSFRD1I6ANtis { width:265px;height:72px;top:433.6000213623px;left:27.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4cF4fCzT0WAmXCJZGVDCGp95XzaIWlU { width:300px;height:100px;top:275px;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) { #NwUhsM7aZ034IxEEWvtG72d3ybkW6lPt { width:265px;height:26px;top:312px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVtqhW142zkOFZQrZ1vv1VlCS5ikZfgc { width:300px;height:100px;top:145px;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) { #K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH { background-color:#f9f9f9;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; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { background-color: transparent; background-image: none; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container > .video-iframe-container { display: none; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row > .video-iframe-container { display: none; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .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); }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { border-width: 0; border-radius: 0; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K80CFiaCE0XGnbkUlgRodTzZc7ZE6feH > .row .container { width:320px;height:653px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovZf9ggJfdGinqU2pmhuEyfnpxWzyUMT { width:247px;height:52px;top:170px;left:37px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INBPzcmc6S1SwXSCDhoI6OfsrCGuDEeH { width:228px;height:83.2px;top:37.400268554688px;left:46px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #xStnOWaJe2r2yJQM2bsBoNKt65p6duRN { width:300px;height:200px;top:403px;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) { #sObPU7EnpoPNTXU8eB9scg8Jo7pm9eGh { width:265px;height:95px;top:453px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6AtDiydxodgncp3SSmaPGoPtNEXxCu9 { width:300px;height:100px;top:273px;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) { #ikpVx86qa076PMcwC94NdgxsZHpEQ3QL { width:265px;height:26px;top:310px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmqf0z3upBhEy9qVV5mcGvuQHto3CEWR { width:300px;height:100px;top:143px;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) { #Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U { background-color:#f9f9f9;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; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { background-color: transparent; background-image: none; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container > .video-iframe-container { display: none; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row > .video-iframe-container { display: none; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .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); }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { border-width: 0; border-radius: 0; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3LJL6xPIN95qdy7b9eeqEgqVify7N2U > .row .container { width:320px;height:653px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phrTMCmw8Ct8xSCwnZF1L4AR2ZtfIeah { width:247px;height:26px;top:167px;left:36.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRAlQLtmNTDE5eHy9BlTnDvieQTZEmgd { width:228px;height:83.2px;top:37.400268554688px;left:46px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #JQe1x7ptmn5BNTLGgb5O5o0WGW6t6C7H { width:300px;height:200px;top:390.00012207031px;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) { #dBg7qc8AQ0KDZHWQAP2QQZoBG6q41Lpf { width:265px;height:108px;top:425.00012207031px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOpPgOaHFZhBPRCnZf8o4ESLK0mHyzm4 { width:300px;height:100px;top:260.00012207031px;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) { #znAygrc05CofyR3622GmUwDbkFQt2lWo { width:265px;height:26px;top:297.00012207031px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTIdCOlSHciyvscsCXIGTZL84HxSwwlK { width:300px;height:100px;top:130px;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) { #IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI { background-color:#f9f9f9;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; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { background-color: transparent; background-image: none; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container > .video-iframe-container { display: none; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row > .video-iframe-container { display: none; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .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); }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { border-width: 0; border-radius: 0; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUCsUWNpm3A0WbOPcqrDiJ37A6wRuMpI > .row .container { width:320px;height:660px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auZ1kNwQEIPvfSKPyXBoUvfo8RIyRHs6 { width:247px;height:52px;top:172px;left:37px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZTFqpINqPkTPHZFMt6CqyBSxtfoUAeL { width:295px;height:83.2px;top:37.699890136719px;left:12.5px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #eLsBi3fxwopsd6yTTsXBVeN8eOJufvhO { width:300px;height:200px;top:405.59997558594px;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) { #caeHhfuuV2RsvKPdN72GaTshEM1t0Xd1 { width:265px;height:144px;top:433.6000213623px;left:27.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rswOA0QgeQ2TXdiJyEbKlUKHW4yiFFMu { width:300px;height:100px;top:275px;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) { #n3UElcwpV6MUEEdbD5mIoFR6Mz4XhRbz { width:265px;height:26px;top:312px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6aHqBOH5yPIDutUorz127HhZGmernmZ { width:300px;height:100px;top:145px;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) { #NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ { background-color:#f9f9f9;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; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { background-color: transparent; background-image: none; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container > .video-iframe-container { display: none; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row > .video-iframe-container { display: none; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .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); }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { border-width: 0; border-radius: 0; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJdhP2xTh9TAGTpnuCcyCkUhu25W1FRZ > .row .container { width:320px;height:653px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKEgBaD2nN5PziFlbmQKSkktzaNq1ngw { width:247px;height:52px;top:170px;left:37px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDJURZndxG5pAeZ2NthtsN1bxoZGg1aV { width:257px;height:83.2px;top:29.400024414062px;left:31.5px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #OWvLkwixgoEFN7k0I2q28JcNt6o29TXb { width:300px;height:200px;top:403px;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) { #sd9Lc1WvfbBwbhvrfGHHOhoBymOSkBzJ { width:265px;height:108px;top:431px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttsDsbRkT5rxxrhtEXH0FCaTqXS61bCB { width:300px;height:100px;top:273px;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) { #dikcgcWZvlKr0LxZLVW78IpH7kwrJTgf { width:265px;height:26px;top:310px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILPtKwRWXrEQZwanGlKRKwvnO3f9iFVR { width:300px;height:100px;top:143px;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) { #UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx { background-color:#f9f9f9;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; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { background-color: transparent; background-image: none; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container > .video-iframe-container { display: none; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row > .video-iframe-container { display: none; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .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); }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { border-width: 0; border-radius: 0; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOWUe2pivkbpGyNxQqbsOToz5PpOUJLx > .row .container { width:320px;height:530px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAXPuIOzA3M4fQCgW5cccCPTDwdURX7v { width:247px;height:52px;top:172px;left:37px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiXzuodC4Bso1M6JhvpESGziELpA1knz { width:295px;height:83.2px;top:32.700012207031px;left:12.5px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #atiyan8pmr3REhLaO6KXsgItad2eXOIV { width:300px;height:200px;top:266px;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) { #XqrSfabzwCFAKRbtlEIkMwfD3tRtQcpO { width:265px;height:72px;top:294px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3Cp1u50Gnqiq6EJuVQc2a2Gyf1TtkIv { width:300px;height:100px;top:145px;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) { #cRzTHBzx2cTI88o26I5syQb5AWTCtUaE { background-color:#f9f9f9;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; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { background-color: transparent; background-image: none; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container > .video-iframe-container { display: none; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row > .video-iframe-container { display: none; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .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); }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { border-width: 0; border-radius: 0; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRzTHBzx2cTI88o26I5syQb5AWTCtUaE > .row .container { width:320px;height:673px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRxJQI699kKL8IiXeT5FOgo0wEkK4AsP { width:247px;height:52px;top:170px;left:37px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LE4hk1cxIVxCAFlCxnuERpqHbVmwVucP { width:282px;height:83.2px;top:31.399658203125px;left:19px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #BlqhU2LDT5WCkSTDqCPMqzIkqSTZ5mK5 { width:300px;height:200px;top:403px;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) { #DIEEy9K6to1iked8diMXnvAzRhLT7szQ { width:265px;height:108px;top:449px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JzOGUuJbcBJZgcwn9rcwEOioc2bvnukR { width:300px;height:100px;top:273px;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) { #HMnhPxnUzKyUL9AWErzVzJs2HbsI1dVy { width:300px;height:100px;top:143px;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) { #wEtqfyTq7E7zffe8k0TKA53dQ8vGmVQs { width:265px;height:26px;top:310px;left:27.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq { background-color:#f9f9f9;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; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { background-color: transparent; background-image: none; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container > .video-iframe-container { display: none; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row > .video-iframe-container { display: none; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .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); }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { border-width: 0; border-radius: 0; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSTZwzVozHDmfMB1hUbgHJG2KTIsklvq > .row .container { width:320px;height:706px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hL66HuAqO20sLKMxg6CzJCInF3sSBzR5 { width:247px;height:52px;top:454px;left:36.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMGTL4r4xit0qwxgefVJsLkvcHFN2e3l { width:282px;height:117px;top:43.400146484375px;left:19px;text-align:center;text-align-last:center;font-size:30px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #qvlJJ1SuDyntl06I6PvTlFvMGl6ZldiU { width:300px;height:200px;top:187px;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) { #w4FvJWtboNnFQDZrNkGe6l80Suh9zOug { width:265px;height:72px;top:222px;left:27.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHVIU89K3T6mhD4ISehVgk1MuhAcLLxK { width:300px;height:100px;top:547px;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) { #RNTWVwdUyoTpwVSnwWVE5BeHwP91rW9d { width:265px;height:26px;top:584px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSdH97JPR4GL4xZgbTnCpBkeOHXUDzQk { width:300px;height:100px;top:417px;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) { #FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO { background-color:#f9f9f9;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; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { background-color: transparent; background-image: none; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container > .video-iframe-container { display: none; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row > .video-iframe-container { display: none; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .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); }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { border-width: 0; border-radius: 0; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaPN7VWBFZyQcD47mFNiB4vUFDlE73mO > .row .container { width:320px;height:547px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srfW90fFoIB8A9E9urT3QwFQBJ8o8Xce { width:300px;height:83.2px;top:35.700073242188px;left:10px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;font-family:roboto;color:#0c71a3;display:block; }
 }@media only screen and (max-width: 763px) { #eKirLAw26hkVL8bhozLRLOPGtLlL7fwD { width:300px;height:200px;top:276px;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) { #qkkPTISdB95yfTxTL67v4pKb7yWfmc2m { width:265px;height:108px;top:304px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzzbGZ9b7Hz4KpmHlKwcko7Fws1URBI8 { width:300px;height:100px;top:145px;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) { #sT32Winvak8aigOiMv5orchkxqs8iqfT { width:265px;height:26px;top:182px;left:28px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAWkTnMRVu0bmZaaJvfTF9UJM3rWloeb { width:174px;height:277px;top:46px;left:77.5px;display:none; }
 }@media only screen and (max-width: 763px) { #FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 { background-color:#ffffff;background-image:none;display:block; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container { background-color: transparent; background-image: none; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container > .video-iframe-container { display: none; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row > .video-iframe-container { display: none; }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .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); }#FoSLF6gFxd13G8TKmd4XFxqf1TlvIrK5 > .row .container { width:320px;height:12px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT { display:block; }#I8araD1p2HiTxmeTFBnJ7ZQT69PnCvyT > .row .container { width:320px;height:185px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L08HqrtpkSJEyVAqTyuMdntGRVKLApDp { width:314px;height:142.8px;top:23.649963378906px;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.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm { position:relative;z-index:auto;display:block; }#auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection { position:relative;z-index:auto;display:block; }#HyRiyRMqPuMgHBWpDlqfqan9UEI8Qbrm > .row .container { width:320px;height:499px;position:relative;display:block; } }