.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#fbfbfb;background-image:none;font-size:14px;font-family:arial;height:846px;width:1200px;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Q27sbR1OqUCWHrLJG8FHbZpJMJciUJd8 { color:#000000;display:block;width:791px;position:absolute;font-family:"open sans";font-size:62px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:148px;left:272px;height:80px;display:block; }
#JpxfcN48wBJlyvTXMvGZqB7JdrWEqvW9 { position:absolute;display:block;z-index:15001;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:845px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#V0yDpGp43tk3vko5kR44W4PKn0BTzkTW { position:absolute;display:block;z-index:15000;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:639px;width:359px;display:none; }
#W8aUVarflVqEbWq9XvCc10oNvu6wx6Z2 { position:relative;display:none; }#W8aUVarflVqEbWq9XvCc10oNvu6wx6Z2 { border-width: 0; border-radius: 0; }#W8aUVarflVqEbWq9XvCc10oNvu6wx6Z2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W8aUVarflVqEbWq9XvCc10oNvu6wx6Z2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:166px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#s4ETA59iXaPtsvJGR0hwD3qLSCSZNUoc { position:absolute;display:block;z-index:15000;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:92px;width:131px;top:0px;left:0px;overflow:hidden;display:block; }
#ETb38peQfG9tJ1cTFgfWQCzNG2hybs38 { position:relative;display:block; }#ETb38peQfG9tJ1cTFgfWQCzNG2hybs38 { background-color: transparent; background-image: none; }#ETb38peQfG9tJ1cTFgfWQCzNG2hybs38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETb38peQfG9tJ1cTFgfWQCzNG2hybs38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETb38peQfG9tJ1cTFgfWQCzNG2hybs38 > .row .container > .video-iframe-container { display: none; }#ETb38peQfG9tJ1cTFgfWQCzNG2hybs38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETb38peQfG9tJ1cTFgfWQCzNG2hybs38 > .row > .video-iframe-container { display: none; }#ETb38peQfG9tJ1cTFgfWQCzNG2hybs38 > .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); }#ETb38peQfG9tJ1cTFgfWQCzNG2hybs38 { border-width: 0; border-radius: 0; }#ETb38peQfG9tJ1cTFgfWQCzNG2hybs38 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ETb38peQfG9tJ1cTFgfWQCzNG2hybs38 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:166px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rx5xcTWfZVF5QplF04RwqkT6lnWTIw4t { position:absolute;display:block;z-index:15000;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:147px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#DqRufcFqNgfxMNIdcCxluUlgc4GVxUP4 { position:relative;display:none; }#DqRufcFqNgfxMNIdcCxluUlgc4GVxUP4 { border-width: 0; border-radius: 0; }#DqRufcFqNgfxMNIdcCxluUlgc4GVxUP4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DqRufcFqNgfxMNIdcCxluUlgc4GVxUP4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:180px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:11.58px;padding-right:10.42px;padding-bottom:11.58px;padding-left:10.42px;display:block;align-items:center;width:62.48px;min-width:62.48px;height:62.21px;position:relative;font-family:"open sans";font-size:46.31px;font-weight:700;line-height:62.21px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:7.24px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:83.3px;height:24.58px;position:relative;font-family:"open sans";font-size:20.88px;font-weight:400;line-height:24.58px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#d6b46c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:397px;height:117.19px;padding-top:14.48px;padding-right:14.88px;padding-bottom:14.48px;padding-left:14.88px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.875px;left:708.4375px;z-index:15003; }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP #BuXSWHWa5IRkHwoFoOoHSAbecnAiPDp0 { display:flex;position:relative;top:0px;left:0px; }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP #lRviiAmCrsHJohC3hpRf3w507oBxKCmt { width:auto; }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP #EoNzStWoenkSWP9KwzQuW6NQfgNhibTw {  }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP #F28nf5FEAhZWmVhwmX3A9XLZRScPoPRB { display:flex;position:relative;top:0px;left:0px; }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP #zw2n418Rbo9nprSTR8u2legdntE7gF1v {  }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP #LCBAnLv5q8mTXKKlp0ePKxUs80X2Bnc8 {  }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP #aTdSGay2U1IqN3cf0pmNpXnFgE3FTBaC { display:flex;position:relative;top:0px;left:0px; }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP #mWKsc89LWcTywUQTwb9tHE0ZPhqZT4d2 {  }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP #qoquWVUHRx0MBatiNOrukIXrWtvRSc0V {  }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP #Q75R47w2FD2DioK5l4nhD1ciqwq9x24e { display:flex;position:relative;top:0px;left:0px; }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP #T2aDxZQDlvQ0FmlEMG2qNrwvrIxOl1Nr {  }
#ZCnP0kQ81uWvNWgy5EXbGxFszqo4RhGP #FMC8vkLTkalMMWMob3vKgVKHtJitgD74 {  }
#hDAwFNuMKpAuim2tkgx7cRTTIgu60ewn { color:#fbfbfb;display:block;width:586px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:46px;left:43px;height:91px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWhVdUASU1AoOiTNqRG5CaKvUm38hGI1 { position:absolute;display:block;z-index:15000;background-color:#d6b46c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 1px 3px #ff91be ;height:150px;width:596px;top:15px;left:38px;display:block; }
#wHfc9bgNhX0MiFgrDWUOkvhToGLktOX3 { position:absolute;display:block;z-index:14999;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:166px;width:1200px;top:14px;left:0px;overflow:hidden;display:block; }
#WnEOXyZpG8aM7KBCkw5FSmRJTP37AFAU { position:relative;display:none; }#WnEOXyZpG8aM7KBCkw5FSmRJTP37AFAU { border-width: 0; border-radius: 0; }#WnEOXyZpG8aM7KBCkw5FSmRJTP37AFAU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WnEOXyZpG8aM7KBCkw5FSmRJTP37AFAU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:150px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#lRTHKAHZsHlQiiUCoTRxeAzZ1sZ7er15 { position:absolute;display:block;z-index:15000;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:1920px;width:1080px;display:none; }
#Ck5IVIRbFMffd9CDixfoDAeFZc7H0zzm { position:absolute;display:block;z-index:15000;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:1920px;width:1080px;display:none; }
#bks2lsbIxlQ6nOhbw3JaeUS4Bl1Osl5X { position:absolute;display:block;z-index:15000;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:1920px;width:1080px;display:none; }
#IiR31qXTEeVkK0UGDIW18VrQVHAhOcFc { background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:102px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:24px;left:10px;display:block; }
#CD4l51rxCUkcu3y26IzZESyK4oWeTC05 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hAfWFr866EhMOeN0BTmX6DGZ7xTw1Qns { background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:98px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26px;left:308px;display:block; }
#CRJcxkbLLCxZh7PkVVSCumtSkC5BXlix { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CQOsKR7FxUAkFqEMnkWfKKI1niyuf30M { background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:96px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27px;left:606px;display:block; }
#Xbdr9ag4lRRrlrAcDcImUCfgW2SMIqRD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DlU9z3aOsQd91AEL9l7WNtSz5ebQ95GF { background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:90px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30px;left:908px;display:block; }
#lKIvh1tkQNtbKMDC2HG4XTpHucvGer5l { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Q4wGgLRbbDGDPhgIlbawmoHi1FBfKZhQ { position:absolute;display:block;z-index:14999;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:166px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#bmdb7JFOCkx1UfuHCEeytVufK3qm15Sd { position:absolute;display:block;z-index:15000;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:1920px;width:1080px;display:none; }
#uEoHnUlFFMTHf2LflG65QT2TzR6572af { position:relative;display:none; }#uEoHnUlFFMTHf2LflG65QT2TzR6572af { border-width: 0; border-radius: 0; }#uEoHnUlFFMTHf2LflG65QT2TzR6572af > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEoHnUlFFMTHf2LflG65QT2TzR6572af > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:150px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#VWM3Ce5JNgZoHNc8QRqPHulxN1VlxntJ { position:absolute;display:block;z-index:15000;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:1920px;width:1080px;display:none; }
#kwplsl02iqNFB6S79oBCRpi3qgHVv5wD { position:absolute;display:block;z-index:15000;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:1920px;width:1080px;display:none; }
#ZOtgmNA9rdxvk27liA3TVApsBC6rQ0O7 { position:absolute;display:block;z-index:15000;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:1920px;width:1080px;display:none; }
#CBapDGfp98AqXzOs1KTcy3f2nACyeM9U { background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:102px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:24px;left:10px;display:block; }
#smMdAu82G0GZvirfEhe6afTGJyFHnAre { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#REHbs2Mgmmy0ovLT7igJ5i6U1RmIkDbO { background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:98px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26px;left:308px;display:block; }
#nLwnNFpPhphcAoo2qZMmqO47EL1AILFV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RSEc7Aw2eFok1vaTgArexXhRAbT1nADi { background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:96px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27px;left:606px;display:block; }
#cdlocn44HdOSSNIrUueEbdPpVsRIsJSX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ipiW5NDuegePzy2M6ks9a1rCI6nwOOZP { background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:90px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30px;left:908px;display:block; }
#Tml9J1n9tnBJHvGQIwKamSly5PKTiUeO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JIJITpKcOUzmaGx32UR4cD65nkwTFwa4 { position:absolute;display:block;z-index:14999;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:166px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#U47QaSMpB5axiuEat6RXsgus5sNT7auU { position:absolute;display:block;z-index:15000;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:1920px;width:1080px;display:none; }
#OFVRmLCvmxg4i0JmVLEw8N0vk3H8WXR7 { position:absolute;display:block;z-index:15000;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:1920px;width:1080px;display:none; }
#B03lUXm4olaThrasMT9savte3l2nLCKA { position:relative;display:block; }#B03lUXm4olaThrasMT9savte3l2nLCKA { background-color: transparent; background-image: none; }#B03lUXm4olaThrasMT9savte3l2nLCKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B03lUXm4olaThrasMT9savte3l2nLCKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B03lUXm4olaThrasMT9savte3l2nLCKA > .row .container > .video-iframe-container { display: none; }#B03lUXm4olaThrasMT9savte3l2nLCKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B03lUXm4olaThrasMT9savte3l2nLCKA > .row > .video-iframe-container { display: none; }#B03lUXm4olaThrasMT9savte3l2nLCKA > .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); }#B03lUXm4olaThrasMT9savte3l2nLCKA { border-width: 0; border-radius: 0; }#B03lUXm4olaThrasMT9savte3l2nLCKA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B03lUXm4olaThrasMT9savte3l2nLCKA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:40px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JEnifyzR1s88z2z51PAgIJTsdbUh3k5X { position:absolute;display:block;z-index:15000;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:158px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#ehHv0GoGqH6Z0LhUzQV2TPMGhhSI8l9t { position:relative;display:block; }#ehHv0GoGqH6Z0LhUzQV2TPMGhhSI8l9t { background-color: transparent; background-image: none; }#ehHv0GoGqH6Z0LhUzQV2TPMGhhSI8l9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehHv0GoGqH6Z0LhUzQV2TPMGhhSI8l9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehHv0GoGqH6Z0LhUzQV2TPMGhhSI8l9t > .row .container > .video-iframe-container { display: none; }#ehHv0GoGqH6Z0LhUzQV2TPMGhhSI8l9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehHv0GoGqH6Z0LhUzQV2TPMGhhSI8l9t > .row > .video-iframe-container { display: none; }#ehHv0GoGqH6Z0LhUzQV2TPMGhhSI8l9t > .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); }#ehHv0GoGqH6Z0LhUzQV2TPMGhhSI8l9t { border-width: 0; border-radius: 0; }#ehHv0GoGqH6Z0LhUzQV2TPMGhhSI8l9t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ehHv0GoGqH6Z0LhUzQV2TPMGhhSI8l9t > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:200px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ziKTRi6fzbdJENTSUGkNwftmuhEVHTa9 { background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:102px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:49px;left:10px;display:block; }
#Hb1wMxn0SuTXBnP6XzRUZS929DvKmKbN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NBBmpqTbDdkJTNlWNR9Nbd7zXQell8sG { background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:98px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:51px;left:610px;display:block; }
#WK1syhbDlxpTRRdtuhcgo9dGyV0whDLI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#thynuOsFk9qFo5GhJqVEuVL9bNebNTNL { background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:96px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:52px;left:308px;display:block; }
#soLwDzu4mdTdwOuvefbDn44g9xgQ2nge { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vAxB4gCiPTtOguvaVDT6p57gm6vHx1CZ { background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:100px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:50px;left:912px;display:block; }
#qfl0FuSsW9JaXwCaSvxZ5BbG2254c1Qe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cWVDD34e4TwMFIT8OxyUS4gl9nXS94pZ { position:absolute;display:block;z-index:14999;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:158px;width:1200px;top:42px;left:0px;overflow:hidden;display:block; }
#nOq4LdnV1R7WVWanASqkxTIQficAMemA { position:absolute;display:block;z-index:15000;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:1920px;width:1080px;display:none; }
#EHcVbbSM4lAzPaTLcquEVW33bMCoDuBu { position:absolute;display:block;z-index:15000;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:1920px;width:1080px;display:none; }
#iz586keMGB09yiRzR1Q2wgMeiMGr8Vo5 { position:relative;display:block; }#iz586keMGB09yiRzR1Q2wgMeiMGr8Vo5 { background-color: transparent; background-image: none; }#iz586keMGB09yiRzR1Q2wgMeiMGr8Vo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz586keMGB09yiRzR1Q2wgMeiMGr8Vo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz586keMGB09yiRzR1Q2wgMeiMGr8Vo5 > .row .container > .video-iframe-container { display: none; }#iz586keMGB09yiRzR1Q2wgMeiMGr8Vo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz586keMGB09yiRzR1Q2wgMeiMGr8Vo5 > .row > .video-iframe-container { display: none; }#iz586keMGB09yiRzR1Q2wgMeiMGr8Vo5 > .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); }#iz586keMGB09yiRzR1Q2wgMeiMGr8Vo5 { border-width: 0; border-radius: 0; }#iz586keMGB09yiRzR1Q2wgMeiMGr8Vo5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iz586keMGB09yiRzR1Q2wgMeiMGr8Vo5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:40px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x1ictZzofyfJ6KzMo8TEJdpQD6gFP8vg { position:relative;display:block; }#x1ictZzofyfJ6KzMo8TEJdpQD6gFP8vg { background-color: transparent; background-image: none; }#x1ictZzofyfJ6KzMo8TEJdpQD6gFP8vg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1ictZzofyfJ6KzMo8TEJdpQD6gFP8vg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1ictZzofyfJ6KzMo8TEJdpQD6gFP8vg > .row .container > .video-iframe-container { display: none; }#x1ictZzofyfJ6KzMo8TEJdpQD6gFP8vg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1ictZzofyfJ6KzMo8TEJdpQD6gFP8vg > .row > .video-iframe-container { display: none; }#x1ictZzofyfJ6KzMo8TEJdpQD6gFP8vg > .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); }#x1ictZzofyfJ6KzMo8TEJdpQD6gFP8vg { border-width: 0; border-radius: 0; }#x1ictZzofyfJ6KzMo8TEJdpQD6gFP8vg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x1ictZzofyfJ6KzMo8TEJdpQD6gFP8vg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:672px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BdT7TdEG3KGE0eBQeS0uXKq8dbZKUsqI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:672px;width:1200px;top:0px;left:0px;display:block; }
#mCMzib4XfKfbwp49hhTmukIWP7cfguwA { position:relative;display:block; }#mCMzib4XfKfbwp49hhTmukIWP7cfguwA { background-color: transparent; background-image: none; }#mCMzib4XfKfbwp49hhTmukIWP7cfguwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCMzib4XfKfbwp49hhTmukIWP7cfguwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCMzib4XfKfbwp49hhTmukIWP7cfguwA > .row .container > .video-iframe-container { display: none; }#mCMzib4XfKfbwp49hhTmukIWP7cfguwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCMzib4XfKfbwp49hhTmukIWP7cfguwA > .row > .video-iframe-container { display: none; }#mCMzib4XfKfbwp49hhTmukIWP7cfguwA > .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); }#mCMzib4XfKfbwp49hhTmukIWP7cfguwA { border-width: 0; border-radius: 0; }#mCMzib4XfKfbwp49hhTmukIWP7cfguwA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCMzib4XfKfbwp49hhTmukIWP7cfguwA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:50px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#SqUhfTHRVAhGhClZiiGlT49xTeS1Voaw { position:relative;display:none; }#SqUhfTHRVAhGhClZiiGlT49xTeS1Voaw { border-width: 0; border-radius: 0; }#SqUhfTHRVAhGhClZiiGlT49xTeS1Voaw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SqUhfTHRVAhGhClZiiGlT49xTeS1Voaw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:116px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GfMbmKhRO4QidkDgzZrXKUZ9NCmgwUWI { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:0px;height:116px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kuNFChXOTte86TB3S4g72OzgSZXlKSFH { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:29px;left:400px;height:58px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BNUX1b9tGEP340BnvWikTNxCT8SwqLTN { position:relative;display:none; }#BNUX1b9tGEP340BnvWikTNxCT8SwqLTN { border-width: 0; border-radius: 0; }#BNUX1b9tGEP340BnvWikTNxCT8SwqLTN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BNUX1b9tGEP340BnvWikTNxCT8SwqLTN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:116px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZIHAyqmcp3L7vcuoktcdWx7CDcKGtUce { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:0px;height:116px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nQldV7vH8TWLSCIHHJfLOInMTS4VkGNk { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:29px;left:400px;height:58px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qk7x2P7rKUmJQo5pCVzyECMA4BeTuCgz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:180px;width:320px;display:none; }
#B54kaToWI3sytKux77udEDBkCrSPXkyQ { position:relative;display:none; }#B54kaToWI3sytKux77udEDBkCrSPXkyQ { border-width: 0; border-radius: 0; }#B54kaToWI3sytKux77udEDBkCrSPXkyQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B54kaToWI3sytKux77udEDBkCrSPXkyQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:116px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KvecyMWFHIzGob3MSsr0Lub8g9ccSq9F { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:0px;height:116px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z5MoqOh1pzGoyrG2E60ixZP9bphKWdl6 { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:29px;left:400px;height:58px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sFiZP5LhzK5kmmF0wI9F3nWDO1SfOce1 { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:800px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lMFAKfBBSVU45W37BbR0wh5ntJp9CAJT { position:relative;display:none; }#lMFAKfBBSVU45W37BbR0wh5ntJp9CAJT { border-width: 0; border-radius: 0; }#lMFAKfBBSVU45W37BbR0wh5ntJp9CAJT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lMFAKfBBSVU45W37BbR0wh5ntJp9CAJT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:116px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tHR3bM2nQQz2NpI8Otz8uTVtG2aisnPy { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:0px;height:116px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FDadPq3okg84V1mNCWpkZeXEupmRkNzZ { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:29px;left:400px;height:58px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wC8KvX2GdKJgea54Pkdtqb6uKKwthmfa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:180px;width:320px;display:none; }
#L0MTSolrJcTu4LLTrEbWT7lCbDvHKfgb { position:relative;display:none; }#L0MTSolrJcTu4LLTrEbWT7lCbDvHKfgb { border-width: 0; border-radius: 0; }#L0MTSolrJcTu4LLTrEbWT7lCbDvHKfgb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L0MTSolrJcTu4LLTrEbWT7lCbDvHKfgb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:116px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kwxRyDDwlUeQIWOZby2gneh9JvcXOeI8 { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:0px;height:116px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s7Mn3EJiEvnamInF7BxCKTCqKNkVTVOZ { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:29px;left:400px;height:58px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XqNoI9ErqanHGhPB9Pok1qCgNPmBotp2 { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:800px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xq3Q4remHQAkHWCTBB7PgVFtn8CMlqFt { position:relative;display:block; }#Xq3Q4remHQAkHWCTBB7PgVFtn8CMlqFt { background-color: transparent; background-image: none; }#Xq3Q4remHQAkHWCTBB7PgVFtn8CMlqFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xq3Q4remHQAkHWCTBB7PgVFtn8CMlqFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xq3Q4remHQAkHWCTBB7PgVFtn8CMlqFt > .row .container > .video-iframe-container { display: none; }#Xq3Q4remHQAkHWCTBB7PgVFtn8CMlqFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xq3Q4remHQAkHWCTBB7PgVFtn8CMlqFt > .row > .video-iframe-container { display: none; }#Xq3Q4remHQAkHWCTBB7PgVFtn8CMlqFt > .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); }#Xq3Q4remHQAkHWCTBB7PgVFtn8CMlqFt { border-width: 0; border-radius: 0; }#Xq3Q4remHQAkHWCTBB7PgVFtn8CMlqFt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Xq3Q4remHQAkHWCTBB7PgVFtn8CMlqFt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1690px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r4h32MGkZtHe2llXVO8SBmlp2sLTTzf3 { position:absolute;display:block;z-index:15000;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:846px;width:1197px;top:844px;left:0px;overflow:hidden;display:block; }
#x8AcwZc2k5GEPN3ZLz7MFx4DiMJyhW2W { position:absolute;display:block;z-index:15002;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:843px;width:1197px;top:0px;left:0px;overflow:hidden;display:block; }
#lx5v3itIg8kP7XLMGs5WTTJQuJAp4Ryb { color:#0089a6;display:block;width:328px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:408px;left:1704px;height:44px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N5SrsTtxhxiNOTFCyb9ufQvtkJsJCurf { position:relative;display:block; }#N5SrsTtxhxiNOTFCyb9ufQvtkJsJCurf { background-color: transparent; background-image: none; }#N5SrsTtxhxiNOTFCyb9ufQvtkJsJCurf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5SrsTtxhxiNOTFCyb9ufQvtkJsJCurf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5SrsTtxhxiNOTFCyb9ufQvtkJsJCurf > .row .container > .video-iframe-container { display: none; }#N5SrsTtxhxiNOTFCyb9ufQvtkJsJCurf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5SrsTtxhxiNOTFCyb9ufQvtkJsJCurf > .row > .video-iframe-container { display: none; }#N5SrsTtxhxiNOTFCyb9ufQvtkJsJCurf > .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); }#N5SrsTtxhxiNOTFCyb9ufQvtkJsJCurf { border-width: 0; border-radius: 0; }#N5SrsTtxhxiNOTFCyb9ufQvtkJsJCurf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#N5SrsTtxhxiNOTFCyb9ufQvtkJsJCurf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:116px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h8309O6241Va5NRNenroTIrEMQx2sLoM { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:14px;height:104px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ehQZTBkRGoZRDypIo3mKwKlQ8Hce1keL { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:29px;left:400px;height:52px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZaZv2ophReA3wSm2wudleP6DWcFckKVy { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:800px;height:104px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I1QbzLvMJUEcXmImCM2UnT7z8SIeTG5I { position:relative;display:block; }#I1QbzLvMJUEcXmImCM2UnT7z8SIeTG5I { background-color: transparent; background-image: none; }#I1QbzLvMJUEcXmImCM2UnT7z8SIeTG5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1QbzLvMJUEcXmImCM2UnT7z8SIeTG5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1QbzLvMJUEcXmImCM2UnT7z8SIeTG5I > .row .container > .video-iframe-container { display: none; }#I1QbzLvMJUEcXmImCM2UnT7z8SIeTG5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1QbzLvMJUEcXmImCM2UnT7z8SIeTG5I > .row > .video-iframe-container { display: none; }#I1QbzLvMJUEcXmImCM2UnT7z8SIeTG5I > .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); }#I1QbzLvMJUEcXmImCM2UnT7z8SIeTG5I { border-width: 0; border-radius: 0; }#I1QbzLvMJUEcXmImCM2UnT7z8SIeTG5I > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I1QbzLvMJUEcXmImCM2UnT7z8SIeTG5I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:226px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vHNkfWDxOyKZnKgelQ0mJwRsgPzCFgVT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:226px;width:404px;top:0px;left:0px;display:block; }
#Sk9oxFR6CutcWqstEMSHotnZGvP88LrS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:226px;width:404px;top:0px;left:400px;display:block; }
#SQuGMx8IG8PyvsD1TfKWRa7p4rgOmJt9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:226px;width:404px;top:0px;left:796px;display:block; }
#gi9SmIKUoFfGCwhI0E4T9cwpqzHeHC9a { position:relative;display:block; }#gi9SmIKUoFfGCwhI0E4T9cwpqzHeHC9a { background-color: transparent; background-image: none; }#gi9SmIKUoFfGCwhI0E4T9cwpqzHeHC9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gi9SmIKUoFfGCwhI0E4T9cwpqzHeHC9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gi9SmIKUoFfGCwhI0E4T9cwpqzHeHC9a > .row .container > .video-iframe-container { display: none; }#gi9SmIKUoFfGCwhI0E4T9cwpqzHeHC9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gi9SmIKUoFfGCwhI0E4T9cwpqzHeHC9a > .row > .video-iframe-container { display: none; }#gi9SmIKUoFfGCwhI0E4T9cwpqzHeHC9a > .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); }#gi9SmIKUoFfGCwhI0E4T9cwpqzHeHC9a { border-width: 0; border-radius: 0; }#gi9SmIKUoFfGCwhI0E4T9cwpqzHeHC9a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gi9SmIKUoFfGCwhI0E4T9cwpqzHeHC9a > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:107px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XOtzvTy3bFtvCN9i4FRKxKmS9fSs3G64 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:raleway;font-size:50px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:22px;left:0px;height:64px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F1QrAEuc7wfixwZECfeUgZmKSVOGTa4p { position:relative;display:none; }#F1QrAEuc7wfixwZECfeUgZmKSVOGTa4p { border-width: 0; border-radius: 0; }#F1QrAEuc7wfixwZECfeUgZmKSVOGTa4p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F1QrAEuc7wfixwZECfeUgZmKSVOGTa4p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gJrp6hgPeMSTmZ05kVzGiZbuWAFvVJim { position:absolute;display:block;z-index:15000;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:794px;width:1123px;display:none; }
#Q9Pd4GV8EekhuacFdTGfPZa9kzS72TEn { position:relative;display:none; }#Q9Pd4GV8EekhuacFdTGfPZa9kzS72TEn { border-width: 0; border-radius: 0; }#Q9Pd4GV8EekhuacFdTGfPZa9kzS72TEn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q9Pd4GV8EekhuacFdTGfPZa9kzS72TEn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gqlHo9BbKK0Dt80ob8EQns5uZqFPmkLf { position:relative;display:none; }#gqlHo9BbKK0Dt80ob8EQns5uZqFPmkLf { border-width: 0; border-radius: 0; }#gqlHo9BbKK0Dt80ob8EQns5uZqFPmkLf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gqlHo9BbKK0Dt80ob8EQns5uZqFPmkLf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uBgXdd0wNCTt2kAZrXqUGBFJvsgWdlGL { position:absolute;display:block;z-index:15000;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:253px;width:283px;top:37px;left:26px;overflow:hidden;display:none; }
#Xl540DyNX1Sg458pAxGV9DquJJDambiz { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wM74T7IWcuam3x1HKRtfiAHUeU0TJilF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wM74T7IWcuam3x1HKRtfiAHUeU0TJilF > .row .container { border-width: 0; border-radius: 0; }#wM74T7IWcuam3x1HKRtfiAHUeU0TJilF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wM74T7IWcuam3x1HKRtfiAHUeU0TJilF > .row .container { font-size:14px;font-family:arial;height:1694px;width:1200px;position:relative;display:none; }#wSh3b2QX4cJCDxIPkKGH7ZwkbgISqeNz { position:absolute;display:block;z-index:15001;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:848px;width:1200px;top:846px;left:0px;overflow:hidden;display:block; }
#qhrhDtdMGFMRWO2CreMAqeheNkQbLyr5 { position:absolute;display:block;z-index:15000;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:846px;width:1199px;top:0px;left:0px;overflow:hidden;display:block; }
#Nr3o2uf3GR3yziWc2xzGJAQCuDTv9JfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nr3o2uf3GR3yziWc2xzGJAQCuDTv9JfF > .row .container { background-color: transparent; background-image: none; }#Nr3o2uf3GR3yziWc2xzGJAQCuDTv9JfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nr3o2uf3GR3yziWc2xzGJAQCuDTv9JfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nr3o2uf3GR3yziWc2xzGJAQCuDTv9JfF > .row .container > .video-iframe-container { display: none; }#Nr3o2uf3GR3yziWc2xzGJAQCuDTv9JfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nr3o2uf3GR3yziWc2xzGJAQCuDTv9JfF > .row > .video-iframe-container { display: none; }#Nr3o2uf3GR3yziWc2xzGJAQCuDTv9JfF > .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); }#Nr3o2uf3GR3yziWc2xzGJAQCuDTv9JfF > .row .container { border-width: 0; border-radius: 0; }#Nr3o2uf3GR3yziWc2xzGJAQCuDTv9JfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nr3o2uf3GR3yziWc2xzGJAQCuDTv9JfF > .row .container { font-size:14px;font-family:arial;height:1694px;width:1200px;position:relative;display:block; }#TwMJq1LJTdgnO5DNx07U0RB1RLqpwC9Q { position:absolute;display:block;z-index:15001;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:848px;width:1200px;top:846px;left:0px;overflow:hidden;display:block; }
#PrAlGC5NDixMfoylmgHg1qNvrXiTkSNZ { position:absolute;display:block;z-index:15000;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:846px;width:1197px;top:0px;left:0px;overflow:hidden;display:block; }
#RWKwCPisLQhFNGZm1PP6FXyaGaz3sDVq { position:relative;display:none; }#RWKwCPisLQhFNGZm1PP6FXyaGaz3sDVq { border-width: 0; border-radius: 0; }#RWKwCPisLQhFNGZm1PP6FXyaGaz3sDVq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RWKwCPisLQhFNGZm1PP6FXyaGaz3sDVq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#spUMk1CM4cLF65JLcv0uPkz8MRGZNgTp { color:#ffffff;display:block;width:1200px;position:absolute;font-family:raleway;font-size:50px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:33px;left:212px;height:64px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xKoy7f7OPT35XzPKgCGh0zCBslw7sRX2 { position:relative;display:none; }#xKoy7f7OPT35XzPKgCGh0zCBslw7sRX2 { border-width: 0; border-radius: 0; }#xKoy7f7OPT35XzPKgCGh0zCBslw7sRX2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xKoy7f7OPT35XzPKgCGh0zCBslw7sRX2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TGbeIKQ7qCWGNGVFvpS1cHQ9ZeGTdCxN { position:absolute;display:block;z-index:15001;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:250px;width:374px;top:82px;left:370px;overflow:hidden;display:none; }
#PqKmWJFqP3bOpZJ2duk5Gqmpvr9tkTtD { position:absolute;display:block;z-index:15000;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:848px;width:1200px;display:none; }
#pIaL1uqLEPKvTt9dDaukQofMXdbvCyOp { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SizTdb580fNtd0At9wDcmJOT0wtOt6PA { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xCNe5UZpJIHKQ6XrPsCwJtCLSnrPXq7C { position:relative;display:none; }#xCNe5UZpJIHKQ6XrPsCwJtCLSnrPXq7C { border-width: 0; border-radius: 0; }#xCNe5UZpJIHKQ6XrPsCwJtCLSnrPXq7C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xCNe5UZpJIHKQ6XrPsCwJtCLSnrPXq7C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aCefUfGnyXa4v6ME0nQZpOzmRR7mds1D { position:relative;display:none; }#aCefUfGnyXa4v6ME0nQZpOzmRR7mds1D { border-width: 0; border-radius: 0; }#aCefUfGnyXa4v6ME0nQZpOzmRR7mds1D > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aCefUfGnyXa4v6ME0nQZpOzmRR7mds1D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TpZWThgqH6qA37uTwvBlLmntVnSGMbDy { position:absolute;display:block;z-index:15002;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:99px;width:428px;top:167px;left:768px;overflow:hidden;display:none; }
#lKlDHuK02mWFxmt8RDkz0JaiZW0u8o9r { position:absolute;display:block;z-index:15000;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:848px;width:1200px;display:none; }
#hQSeIpAcJs8AzrQUlT2i85O4oITybe6a { position:relative;display:none; }#hQSeIpAcJs8AzrQUlT2i85O4oITybe6a { border-width: 0; border-radius: 0; }#hQSeIpAcJs8AzrQUlT2i85O4oITybe6a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hQSeIpAcJs8AzrQUlT2i85O4oITybe6a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qWeh2CCOKCwihqLTuITcV5eUK7odcJGN { position:absolute;display:block;z-index:15000;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:794px;width:1123px;display:none; }
#DJLLbTrzeTCb0VwUhuJoFTwe9PrvnwsW { position:relative;display:none; }#DJLLbTrzeTCb0VwUhuJoFTwe9PrvnwsW { border-width: 0; border-radius: 0; }#DJLLbTrzeTCb0VwUhuJoFTwe9PrvnwsW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DJLLbTrzeTCb0VwUhuJoFTwe9PrvnwsW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zrmiz0S4KuFTslkQwSEBGJl1qUvf70oc { position:absolute;display:block;z-index:15000;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:200px;width:283px;top:37px;left:26px;overflow:hidden;display:none; }
#t6TeAKvFeZoGBOk31iFp57DFnsdrhNQn { position:absolute;display:block;z-index:15000;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:848px;width:1200px;display:none; }
#tgakltV5cPZw3UM8sKXwpekkOMNApNS9 { position:absolute;display:block;z-index:15000;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:1920px;width:1080px;display:none; }
#lsWXlfZ1PdpC7fK9ZA3CcZZTmgOdZ2yT { position:relative;display:none; }#lsWXlfZ1PdpC7fK9ZA3CcZZTmgOdZ2yT { border-width: 0; border-radius: 0; }#lsWXlfZ1PdpC7fK9ZA3CcZZTmgOdZ2yT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lsWXlfZ1PdpC7fK9ZA3CcZZTmgOdZ2yT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TXtoXTTdTF9Zw93dLa6CIEcGa0q5Hdv4 { position:relative;display:block; }#TXtoXTTdTF9Zw93dLa6CIEcGa0q5Hdv4 { background-color: transparent; background-image: none; }#TXtoXTTdTF9Zw93dLa6CIEcGa0q5Hdv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXtoXTTdTF9Zw93dLa6CIEcGa0q5Hdv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXtoXTTdTF9Zw93dLa6CIEcGa0q5Hdv4 > .row .container > .video-iframe-container { display: none; }#TXtoXTTdTF9Zw93dLa6CIEcGa0q5Hdv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXtoXTTdTF9Zw93dLa6CIEcGa0q5Hdv4 > .row > .video-iframe-container { display: none; }#TXtoXTTdTF9Zw93dLa6CIEcGa0q5Hdv4 > .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); }#TXtoXTTdTF9Zw93dLa6CIEcGa0q5Hdv4 { border-width: 0; border-radius: 0; }#TXtoXTTdTF9Zw93dLa6CIEcGa0q5Hdv4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXtoXTTdTF9Zw93dLa6CIEcGa0q5Hdv4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:100px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EcDWtkAKIDvkf9hK2oGmXTTtS5Ce3ozn { color:#ffffff;display:block;width:1200px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:24px;left:0px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L4xWkaQ99D9VcuHR6sHJlvvORzC86RZg { position:relative;display:none; }#L4xWkaQ99D9VcuHR6sHJlvvORzC86RZg { border-width: 0; border-radius: 0; }#L4xWkaQ99D9VcuHR6sHJlvvORzC86RZg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L4xWkaQ99D9VcuHR6sHJlvvORzC86RZg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mrlyskFEIt73VVCTdgQwksi30GkyNIud { position:absolute;display:block;z-index:15000;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:274px;width:283px;top:37px;left:26px;overflow:hidden;display:none; }
#R7WDwyudkGr6wJTGZJni7w31Du7ozJO3 { position:absolute;display:block;z-index:15000;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:848px;width:1200px;display:none; }
#TEKafXCDmiRDJyrFqNFbuJgIsoSiL32X { position:absolute;display:block;z-index:15000;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:1920px;width:1080px;display:none; }
#VGEtmOQ3VugogZBohT7scbbDrWKetila { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VGEtmOQ3VugogZBohT7scbbDrWKetila > .row .container { background-color: transparent; background-image: none; }#VGEtmOQ3VugogZBohT7scbbDrWKetila::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGEtmOQ3VugogZBohT7scbbDrWKetila > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGEtmOQ3VugogZBohT7scbbDrWKetila > .row .container > .video-iframe-container { display: none; }#VGEtmOQ3VugogZBohT7scbbDrWKetila > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGEtmOQ3VugogZBohT7scbbDrWKetila > .row > .video-iframe-container { display: none; }#VGEtmOQ3VugogZBohT7scbbDrWKetila > .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); }#VGEtmOQ3VugogZBohT7scbbDrWKetila > .row .container { border-width: 0; border-radius: 0; }#VGEtmOQ3VugogZBohT7scbbDrWKetila > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VGEtmOQ3VugogZBohT7scbbDrWKetila > .row .container { font-size:14px;font-family:arial;height:1485px;width:1200px;overflow:visible;position:relative;display:block; }#GNJhUKvf7pID57NRkrcVpWhWLs88XpIL { color:#ffffff;display:block;width:1200px;position:absolute;font-family:raleway;font-size:18px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:376px;left:0px;height:44px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-form-header {  }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:700;color:#000000;width:486px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:486px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:486px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:486px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #daddec, #ff91be);background-image: -moz-linear-gradient(225deg, #daddec, #ff91be);background-image: -ms-linear-gradient(225deg, #daddec, #ff91be);background-image: -o-linear-gradient(225deg, #daddec, #ff91be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daddec', endColorstr='#ff91be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daddec', endColorstr='#ff91be' );";background-image: linear-gradient(225deg, #daddec, #ff91be);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:486px;height:60px;font-family:ubuntu;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:466px;overflow:hidden;font-style:normal;float:none; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-container:first-of-type{padding-top:0;}#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-container:last-of-type{padding-bottom:0;}#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:486px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:656px;top:192px;z-index:15003;position:absolute; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:486px;display:block;vertical-align:top; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:14px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ {display:block;}#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:486px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:656px;top:192px;z-index:15003;position:absolute; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #F7lmx32KR5pMt3n8Tt7uo0ZkMlT4i3NZ { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #woLMf17WwqBUwUOtT6DAoqrSSb8Sn3bB { position:relative;display:block; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #Zr0UekTNIGln0yExuwSW6rGBLuz6QiCi { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #FtXe6isTHLmnc5pBnfWkcAZtz4bBPhTt { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #HeI1mLchED8xN9vib3HRacCOZSSlmnL9 { position:relative;display:block; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #aDWEHM8c5z7EHInqxBsuvSxVykmVukne { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #BUOKzf0EMe0J5Il5wOucpFGPHVurFSvQ { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #xbCCsDKrs1S13n6EKAUuQrLiaJEPNzWp { position:relative;display:block; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #SFLIUf2JtBvWMMcHMaS4FsxgUFUReKH0 { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #HxLubl6DCqdD2h34s5aFzNbE23FOEt5K { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #sCNzzKT7AshurCaTbS5UC6EpRXpHJRLf { position:relative;display:block; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #X2f63rBx4QHbnDL1flLW9WQXEgy7hDZx { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #ME8sfrOQmaeNuDmy4JNTEAVzUZdkiV93 { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #mPTKZkdPVHdUT7avVBuazUzq5iosbx3d { position:relative;display:block; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #vtB2FWQFoJrUpTyfiUTWNgf18u16TdtG { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #tNB0TnS1OxFksCT19oi1SdM7GdGrqBSw { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #hk1Mifu7vUwglDD0fqNdC1LWIdsu5no1 { position:relative;display:block; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #Z2tIZ0IaBlTbCMJqpIQIrggPllePGaR2 { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #qo6SyMn5n6PqbTFlwlWEDifDybeypc7D { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #WzB3ck8c4CRZEKyeMk6vqEnyusmnixBh { position:relative;display:block; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #a2tsZkOkgWIbBz7uMzvQ2efnhJvnb4SB { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #BO4ZOWcrASnsmPH78pWsPzLaI8ZtL5T8 { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #mt3DbAmvIko2ZymprD3BlolzboH54pUH { position:relative;display:block; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #sVJrKlqyfxgJIruLsbHTtsI58FQITZNN { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #oCdlUDTuu1AMC2ZiHLJoqrXATKBmT5A0 { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #TQX4TEUZ3OfFUzBQwVlTGCJvdoPG2emx { position:relative;display:block; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #e5t8OcTC2SWzlItEKA5gzcFNwuEbOvQ4 { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #Gv5IvCInc0IzWPekrwZWgS5SNnipcFbL { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #CMFMx9LS5zczSvmwdlnAxV1zSQ9DkHSG { position:relative;display:block; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #cxB7lPLMXhuq3rVTpGE7bPT5PrxX5XbB { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #toO5uh4znK5o6deqZSVrwSCWCbA9sBXJ { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #RrWlduacJioomRIll0ngUyi0Mr3gVuA7 { position:relative;z-index:2; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #T3TOnSZovJsp8KZfVskwg5sMNAPkJK5b { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #PfJu0RXHz70Mbr3D6mdyzR1D2bGTw5qg { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #MXw1A4kNNk2keiagZiIDsS0qTbMoTB9D { position:relative;z-index:2; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #QRfMLU9gPz7OOGF3JiHxaspoXa99GXpe { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #GxnC2m2knLo5E0lWKWatK88zrchDaR8u { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #M2NLy0ILfngdhrNckwcHqWInB0Z94Nps { position:relative;z-index:2; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #FIvOCUZGSelX5a8gHgeOIXzAdV5piTly { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #IsWeMThe6lJ6qWXNlageoB5xrnviuaUf { position:relative; }
#keqBL71x89b0l47XOD2f1GXAy7h1rZTQ #U9wS9WFnRImNS78xdR08kT5qigKnLi8K { position:relative; }
#aTvMx1mFDX1c9tPRxElw9O2tEbZNScXS { position:absolute;display:block;z-index:15000;background-color:#ffd0dd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:3px;width:4px;top:103.9375px;left:8.96875px;display:block; }
#SoFEw6A5uyqQzaehTHc7Lug8Kbcw5HOd { color:#ffffff;display:block;width:436.96875px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:53.9375px;left:709.03125px;height:174px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#irib0o2N31X7mohUgJLJX7sQw4BQTPvv { position:absolute;display:block;z-index:14998;background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow: none;height:162px;width:530px;top:30px;left:654px;display:block; }
#yJBEkJokK7QVP00VMdTe4Qp2sm9XDlmT { position:absolute;display:block;z-index:15004;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:1017px;width:572px;top:342px;left:28px;overflow:hidden;display:block; }
#O0L4bQRty2CzCS62gPLnoTlUKHeEgF3o { position:absolute;display:block;z-index:14997;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:846px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#PLpadyGF5RlqP9MmqBxyFX9bP5Xa1CGf { position:absolute;display:block;z-index:14996;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:846px;width:1200px;top:320px;left:0px;overflow:hidden;display:block; }
#gALBc8aDrelehJ0hX2ZlzOdch10z8W1O { position:absolute;display:block;z-index:15006;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:339px;width:356px;top:2px;left:136px;overflow:hidden;display:block; }
#mo7cXLLxGMqnu9k63nmiRQbUuE7t6imr { color:#07235d;display:block;width:340px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1291px;left:844px;height:152px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EimoVsTZGcuMcJda3656NmqScF3ZMQXl { position:absolute;display:block;z-index:15007;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:190px;width:190px;top:1272px;left:656px;overflow:hidden;display:block; }
#iLOrHeBFLdoXkyopw587rurcIy7ME55m { position:absolute;display:block;z-index:14997;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:846px;width:1200px;top:640px;left:0px;overflow:hidden;display:block; }
#Cu7RCf0dfDHXgT0d3ygs7AWIxAfzIAn7 { position:absolute;display:block;z-index:14996;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:846px;width:1200px;top:320px;left:0px;overflow:hidden;display:none; }
#c5i2NC8w6pbHNzZ5eT0NhxKJRvuzTT7O { position:relative;display:block; }#c5i2NC8w6pbHNzZ5eT0NhxKJRvuzTT7O { background-color: transparent; background-image: none; }#c5i2NC8w6pbHNzZ5eT0NhxKJRvuzTT7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5i2NC8w6pbHNzZ5eT0NhxKJRvuzTT7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5i2NC8w6pbHNzZ5eT0NhxKJRvuzTT7O > .row .container > .video-iframe-container { display: none; }#c5i2NC8w6pbHNzZ5eT0NhxKJRvuzTT7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5i2NC8w6pbHNzZ5eT0NhxKJRvuzTT7O > .row > .video-iframe-container { display: none; }#c5i2NC8w6pbHNzZ5eT0NhxKJRvuzTT7O > .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); }#c5i2NC8w6pbHNzZ5eT0NhxKJRvuzTT7O { border-width: 0; border-radius: 0; }#c5i2NC8w6pbHNzZ5eT0NhxKJRvuzTT7O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5i2NC8w6pbHNzZ5eT0NhxKJRvuzTT7O > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:140px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GgfSsBivbJ8XBitumKQCnRQLmzwGXune { color:#ffffff;display:block;width:1200px;position:absolute;font-family:raleway;font-size:50px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:0px;height:128px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P51fDam7I1LpVKF8ow5f74m1XmqdQs3X { position:relative;display:block; }#P51fDam7I1LpVKF8ow5f74m1XmqdQs3X { background-color: transparent; background-image: none; }#P51fDam7I1LpVKF8ow5f74m1XmqdQs3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P51fDam7I1LpVKF8ow5f74m1XmqdQs3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P51fDam7I1LpVKF8ow5f74m1XmqdQs3X > .row .container > .video-iframe-container { display: none; }#P51fDam7I1LpVKF8ow5f74m1XmqdQs3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P51fDam7I1LpVKF8ow5f74m1XmqdQs3X > .row > .video-iframe-container { display: none; }#P51fDam7I1LpVKF8ow5f74m1XmqdQs3X > .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); }#P51fDam7I1LpVKF8ow5f74m1XmqdQs3X { border-width: 0; border-radius: 0; }#P51fDam7I1LpVKF8ow5f74m1XmqdQs3X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P51fDam7I1LpVKF8ow5f74m1XmqdQs3X > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;font-size:14px;font-family:arial;height:400px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sA0nUdVUuFD96qvzzqk2bS5tvouNhyOy { position:absolute;display:block;z-index:15001;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:250px;width:374px;top:17px;left:117px;overflow:hidden;display:block; }
#NT1IBQBWPwV4bLQTIJCxOeN0qJ8MT8Hc { position:absolute;display:block;z-index:15002;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:99px;width:428px;top:106px;left:684px;overflow:hidden;display:block; }
#ffZrSFuRMVD8P47zvAlgNamzwCMZ8p9v { position:absolute;display:block;z-index:14999;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:166px;width:1200px;top:17px;left:0px;overflow:hidden;display:block; }
#BUpFaRozPdMpT5WtleKZqms93UqGnt3D { position:absolute;display:block;z-index:14998;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:166px;width:1200px;top:204px;left:0px;overflow:hidden;display:block; }
#NvgL3Txm9Pr8Qc6S5buJvXXWCrQqit9I { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:312px;width:512px;top:29px;left:660px;display:block; }
#im9kA7IRMt8gLwSdBGzKzZbu6V3k3vFX { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:312px;width:512px;top:29px;left:48px;display:block; }
#BoAiGnc0vZN4n8yTkV3sFtQQy8FqvEBn { background-color:#0089a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:298px;height:90px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:267px;left:141px;display:block; }
#eHZzPvPyU2xzc8PnORcEAtWscGAA03sy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TUGIKMnPkmL34WenArN5NEaEmg5kA4GE { background-color:#0089a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:40px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:298px;height:90px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:253px;left:779px;display:block; }
#pNFX96gt7R8rXoT3rvpTBDD2zIo0ZkU5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TvKz74Tka4ERTAAGG4wuFow865e97vP2 { position:absolute;display:block;z-index:15001;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:250px;width:374px;top:82px;left:370px;overflow:hidden;display:none; }
#F1oZQDIH6wiBRsDswXdCLBLdIIsnFm7Q { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vlluDTmD147ZHLhcKhCcEKiTULTxBfie { position:relative;display:none; }#vlluDTmD147ZHLhcKhCcEKiTULTxBfie { border-width: 0; border-radius: 0; }#vlluDTmD147ZHLhcKhCcEKiTULTxBfie > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vlluDTmD147ZHLhcKhCcEKiTULTxBfie > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#C1ooTAd9XP50GxHgRfSNc5TBzbSO9eaI { position:absolute;display:block;z-index:15002;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:99px;width:428px;top:167px;left:768px;overflow:hidden;display:none; }
#L6QmTa7VQ4v0VRbQBTrgHzlIQQ4f793T { position:absolute;display:block;z-index:15000;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:848px;width:1200px;display:none; }
#TmEHdcTIJyHt3RoyhmNvMViRiuvQo7Cr { position:relative;display:none; }#TmEHdcTIJyHt3RoyhmNvMViRiuvQo7Cr { border-width: 0; border-radius: 0; }#TmEHdcTIJyHt3RoyhmNvMViRiuvQo7Cr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TmEHdcTIJyHt3RoyhmNvMViRiuvQo7Cr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:116px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#silMzIEARhC6OvyU1exCWehNg6t7bvwl { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:0px;height:116px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cF20dNUhZihIW2g2IxmWATFTkVHwPZm1 { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:29px;left:400px;height:58px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GaSfwcrQsfHVi3gyCosBFLiZifQJJLAL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:180px;width:320px;display:none; }
#iyqmu0ThSG610VVgTrNEpuK9fnCauk4U { position:relative;display:none; }#iyqmu0ThSG610VVgTrNEpuK9fnCauk4U { border-width: 0; border-radius: 0; }#iyqmu0ThSG610VVgTrNEpuK9fnCauk4U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iyqmu0ThSG610VVgTrNEpuK9fnCauk4U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:116px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gR6HwRl2nJ17qLCD1KdZgNMu4zcV1rfm { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:0px;height:116px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n9v3EGyR3d1VTRIuuWy4fQp7rwSeSw3B { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:29px;left:400px;height:58px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OaFnvyr4Ku1f7gvoKzo0na4zHwfcGVTG { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:800px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A7UKR0GWxpeJusok85QAWGauCOLnlpCw { position:relative;display:none; }#A7UKR0GWxpeJusok85QAWGauCOLnlpCw { border-width: 0; border-radius: 0; }#A7UKR0GWxpeJusok85QAWGauCOLnlpCw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A7UKR0GWxpeJusok85QAWGauCOLnlpCw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:116px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pRgS3P7WoJPMCnBx84TLXmRKUG3hAmsR { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:0px;left:0px;height:116px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gqw5K5t7CXQU6rNX6D0xIhDrT1v941xt { color:#ffffff;display:block;width:398px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:29px;left:400px;height:58px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PzNbU90KXohNOpB39CiFbMw9WFKOl4TJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:180px;width:320px;display:none; }
#xR4QOxFogbuVn2s4vyniIlkiIPTotO1w { position:relative;display:block; }#xR4QOxFogbuVn2s4vyniIlkiIPTotO1w { background-color: transparent; background-image: none; }#xR4QOxFogbuVn2s4vyniIlkiIPTotO1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR4QOxFogbuVn2s4vyniIlkiIPTotO1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR4QOxFogbuVn2s4vyniIlkiIPTotO1w > .row .container > .video-iframe-container { display: none; }#xR4QOxFogbuVn2s4vyniIlkiIPTotO1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR4QOxFogbuVn2s4vyniIlkiIPTotO1w > .row > .video-iframe-container { display: none; }#xR4QOxFogbuVn2s4vyniIlkiIPTotO1w > .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); }#xR4QOxFogbuVn2s4vyniIlkiIPTotO1w { border-width: 0; border-radius: 0; }#xR4QOxFogbuVn2s4vyniIlkiIPTotO1w > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xR4QOxFogbuVn2s4vyniIlkiIPTotO1w > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:100px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FcPmznKvNRgEBtW1JrBWzevT6lvD2aIM { color:#ffffff;display:block;width:1200px;position:absolute;font-family:raleway;font-size:50px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:18.234375px;left:0px;height:64px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JfT8yblvWTzrdsz0dVBVOVrrZdXzi0zC { position:relative;display:block; }#JfT8yblvWTzrdsz0dVBVOVrrZdXzi0zC { background-color: transparent; background-image: none; }#JfT8yblvWTzrdsz0dVBVOVrrZdXzi0zC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfT8yblvWTzrdsz0dVBVOVrrZdXzi0zC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfT8yblvWTzrdsz0dVBVOVrrZdXzi0zC > .row .container > .video-iframe-container { display: none; }#JfT8yblvWTzrdsz0dVBVOVrrZdXzi0zC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfT8yblvWTzrdsz0dVBVOVrrZdXzi0zC > .row > .video-iframe-container { display: none; }#JfT8yblvWTzrdsz0dVBVOVrrZdXzi0zC > .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); }#JfT8yblvWTzrdsz0dVBVOVrrZdXzi0zC { border-width: 0; border-radius: 0; }#JfT8yblvWTzrdsz0dVBVOVrrZdXzi0zC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JfT8yblvWTzrdsz0dVBVOVrrZdXzi0zC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:432px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mGdQKwvKryIt7UZI8K6BkV488xdgICsn { color:#000000;display:block;width:610px;position:absolute;font-family:raleway;font-size:54px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5px;left:49px;height:490px;text-align:center;text-align-last:center;display:block; }
#C9viTSr7fInaJXbZG1BJ2ZdH4LPrKqTW { position:absolute;display:block;z-index:14999;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:400px;width:566px;top:5px;left:634px;overflow:hidden;display:block; }
#kNmkO4OSyaunuT1n27sAp3RJWT4tF34G { z-index:15001;top:22.9921875px;left:855px;background-color:#d881e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:54.9844px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#p40vwWTC6XyAhz1IH3yFT3VwfdFOnCC1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RUE4ZeVHDpVnZlC2BeZh80pf0TSPME14 { position:relative;display:block; }#RUE4ZeVHDpVnZlC2BeZh80pf0TSPME14 { background-color: transparent; background-image: none; }#RUE4ZeVHDpVnZlC2BeZh80pf0TSPME14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUE4ZeVHDpVnZlC2BeZh80pf0TSPME14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUE4ZeVHDpVnZlC2BeZh80pf0TSPME14 > .row .container > .video-iframe-container { display: none; }#RUE4ZeVHDpVnZlC2BeZh80pf0TSPME14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUE4ZeVHDpVnZlC2BeZh80pf0TSPME14 > .row > .video-iframe-container { display: none; }#RUE4ZeVHDpVnZlC2BeZh80pf0TSPME14 > .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); }#RUE4ZeVHDpVnZlC2BeZh80pf0TSPME14 { border-width: 0; border-radius: 0; }#RUE4ZeVHDpVnZlC2BeZh80pf0TSPME14 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RUE4ZeVHDpVnZlC2BeZh80pf0TSPME14 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:400px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hmdpTZbwI03TekvpgMDHQf7RRbSFPqkX { z-index:15001;top:22.9921875px;left:855px;background-color:#d881e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:54.9844px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#AJaa5R5g0zTax5AFT1xAyq5BtSsEIN8L { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ybwJn1yJpMx2gZHLtyGQoF2i14TTQt1b { background-color:#0f8ed2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:50px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:646px;height:104px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:178px;left:277px;display:block; }
#L2Q4mdM9b4Qh26KGI37W06ZC0upomOkE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Gmnu8swJiShvnICLTgUv7opqt0sndCCD { color:#000000;display:block;width:610px;position:absolute;font-family:raleway;font-size:54px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:50px;left:295px;height:70px;text-align:center;text-align-last:center;display:block; }
#hZ50XWOGqVgwpCDye65xZOez85WfUBTh { position:relative;display:block; }#hZ50XWOGqVgwpCDye65xZOez85WfUBTh { background-color: transparent; background-image: none; }#hZ50XWOGqVgwpCDye65xZOez85WfUBTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ50XWOGqVgwpCDye65xZOez85WfUBTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ50XWOGqVgwpCDye65xZOez85WfUBTh > .row .container > .video-iframe-container { display: none; }#hZ50XWOGqVgwpCDye65xZOez85WfUBTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ50XWOGqVgwpCDye65xZOez85WfUBTh > .row > .video-iframe-container { display: none; }#hZ50XWOGqVgwpCDye65xZOez85WfUBTh > .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); }#hZ50XWOGqVgwpCDye65xZOez85WfUBTh { border-width: 0; border-radius: 0; }#hZ50XWOGqVgwpCDye65xZOez85WfUBTh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZ50XWOGqVgwpCDye65xZOez85WfUBTh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f8ed2;background-image:none;font-size:14px;font-family:arial;height:150px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IbMvqUWTSR7JTJ1M6ogbxzdMp9wr9Uof { color:#ffffff;display:block;width:1200px;position:absolute;font-family:raleway;font-size:50px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:53px;left:2px;height:64px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uTFTqZMRJUfBB1etMWZCNdrPk3H4owmZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#uTFTqZMRJUfBB1etMWZCNdrPk3H4owmZ > .row .container { background-color: transparent; background-image: none; }#uTFTqZMRJUfBB1etMWZCNdrPk3H4owmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTFTqZMRJUfBB1etMWZCNdrPk3H4owmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTFTqZMRJUfBB1etMWZCNdrPk3H4owmZ > .row .container > .video-iframe-container { display: none; }#uTFTqZMRJUfBB1etMWZCNdrPk3H4owmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTFTqZMRJUfBB1etMWZCNdrPk3H4owmZ > .row > .video-iframe-container { display: none; }#uTFTqZMRJUfBB1etMWZCNdrPk3H4owmZ > .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); }#uTFTqZMRJUfBB1etMWZCNdrPk3H4owmZ > .row .container { border-width: 0; border-radius: 0; }#uTFTqZMRJUfBB1etMWZCNdrPk3H4owmZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTFTqZMRJUfBB1etMWZCNdrPk3H4owmZ > .row .container { font-size:14px;font-family:arial;height:4830px;width:1200px;position:relative;display:block; }#zlEsGTNfc0ewfTMorR8lKCAIP9mIvbJm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:508px;width:508px;top:74px;left:20px;overflow:hidden;display:block; }
#Vpww5b91sPJvBAHpTLhQ1wVfipePfyW2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:590px;width:590px;top:618px;left:2px;overflow:hidden;display:block; }
#JvKgoTXFtC9eLPEXomr6hvIpWR4w4azy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:634px;width:634px;top:24px;left:567px;overflow:hidden;display:block; }
#BUnDTkyFfocRN8nmTNSRFqEsP7ZMSp26 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:278px;width:278px;top:1252px;left:40px;overflow:hidden;display:block; }
#JQaKqEd9NHqnpdq3wyfuXVJTCbEFqbNq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:476px;width:476px;top:688px;left:649px;overflow:hidden;display:block; }
#osahOvHulTWABsaLGkCDK1aeUCnrA57Z { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:264px;width:264px;top:1464px;left:330px;overflow:hidden;display:block; }
#y8xxMiNdqcFIMdS8WblGMcnZ6pxp2VAm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:558px;width:558px;top:1252px;left:643px;overflow:hidden;display:block; }
#tgQopRmFn3HhbKT8FuJRNinvqrDZAzEx { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:600px;width:600px;top:1748px;left:2px;overflow:hidden;display:block; }
#ef5cxVS0LOT4JE6vxElrJT46dZHcS9pW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:554px;width:554px;top:2378px;left:611px;overflow:hidden;display:block; }
#wFTIXP9xN6zV1RTrPcoIaRVrV5eWp4zQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:554px;width:554px;top:2440px;left:20px;overflow:hidden;display:block; }
#zFLAeCpKIIJCksTUvNEeKgITpg3gBvVg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:554px;width:554px;top:2992px;left:628px;overflow:hidden;display:block; }
#Pt15xTnsOxOZXW5MSdTUwDwHIFgpDc9I { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:554px;width:554px;top:3052px;left:20px;overflow:hidden;display:block; }
#Z5ek65wgTzuuVP4fck8LXWhURe04TnCo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:554px;width:554px;top:3654px;left:40px;overflow:hidden;display:block; }
#tC3oW8OwmWuofMX4anBwZ4wxLwW9DJNi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:526px;width:526px;top:4276px;left:54px;overflow:hidden;display:block; }
#iVqHQ5POX3R6Qp41DPOzmUlwttR1h0HQ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:554px;width:554px;top:3606px;left:641px;overflow:hidden;display:block; }
#BQOHWJ7ZvEgROP6hclc3P118TRn15U9P { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:554px;width:554px;top:4188px;left:647px;overflow:hidden;display:block; }
#qTLDrSQtbbCRKzVBzztbgd4tIoPWOJDJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:496px;width:496px;top:1836px;left:674px;overflow:hidden;display:block; }
