.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container { background-color: transparent; background-image: none; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container > .video-iframe-container { display: none; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row > .video-iframe-container { display: none; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .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); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container { border-width: 0; border-radius: 0; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container { font-size:14px;font-family:arial;height:89px;width:960px;position:relative;display:block; }#BNamIolospMXBd41lOdJK0bPkwUC0DsO { position:absolute;display:block;z-index:15003;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:47.9861px;width:153.993px;top:20.50347328186px;left:403.00354003906px;overflow:hidden;display:block; }
#DTw4GTsNL2tahfRtCQmvaEi5fUnTlcI2 { color:#2f2f2f;display:block;width:879.984px;position:absolute;font-family:"open sans";font-size:33px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:89px;left:34px;height:300.234px;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; }
#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 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:10770px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#iC0hp4ieZcpWTyipByqhpDWpJGHXr1Eb { background-color:#f8d481;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #c6aa67;border-left:1px solid #c6aa67;border-right:1px solid #c6aa67;border-bottom:1px solid #c6aa67;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:402px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10647px;left:288px;display:block; }
#nFcfkdfRzMUuVGa85W6ePXxhg07CBgdd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WLkPBgTArf1l0PCAmGVhnURnHVKmytpU { color:#2f2f2f;display:block;width:873px;position:absolute;font-family:"open sans";font-size:33px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9848px;left:53px;height:128.672px;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; }
#d10avOM55EKvBU6iaEf92NnSsy4Res8p { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 2px 5px 5px rgba(0,0,0,0.5) ;height:597px;width:478px;top:10009px;left:250px;overflow:hidden;display:block; }
#G3KdI9BveoykDwWN9vCtp2qxPEHQ3epb { position:absolute;display:block;z-index:15009;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:190px;width:603px;top:809px;left:186.5px;overflow:hidden;display:block; }
#qQZxgMC4ChEyEmDJOTpsyyHTzhZb4Em1 { position:absolute;display:block;z-index:15010;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:338px;width:471px;top:1029px;left:243.5px;overflow:hidden;display:block; }
#l3ZhmmP5ywNad8oIWciuLq78Tx05SVfg { position:absolute;display:block;z-index:15011;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:148px;width:601px;top:1440px;left:189px;overflow:hidden;display:block; }
#miFgfWObvMTISqIyJv9k9ox2B2HkZTRV { position:absolute;display:block;z-index:15013;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:275px;width:600px;top:1630px;left:180px;overflow:hidden;display:block; }
#V6W7eIzcoBUJ57fhy97QhLoquFU2wMZS { position:absolute;display:block;z-index:15014;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:205px;width:451px;top:1947px;left:264px;overflow:hidden;display:block; }
#tFMwr16hHS4zbTvwT0llDfsusvOoPfM5 { position:absolute;display:block;z-index:15015;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:154px;width:724px;top:2203px;left:128px;overflow:hidden;display:block; }
#hWeAxyuGoARpMRXM3nNeFOeIlu4FrvRz { position:absolute;display:block;z-index:15003;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:448.969px;width:801.945px;top:327px;left:78.0234375px;display:block; }
#VL6daRAptGTEQLLieam8qNv0q3QoQwht { position:absolute;display:block;z-index:15016;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:193px;width:716px;top:2413px;left:132px;overflow:hidden;display:block; }
#AJOluE1DeBXaECfJSXAyG7d3Lmm7ThDk { position:absolute;display:block;z-index:15017;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:245px;width:504px;top:2643px;left:228px;overflow:hidden;display:block; }
#tVfP90qlTf9SxagkN2r64DfZbqdNUmyi { position:absolute;display:block;z-index:15018;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:224px;width:601px;top:2931px;left:180px;overflow:hidden;display:block; }
#myOrSNOoCLFZXqWh09Mil3ihZRH2MLg3 { position:absolute;display:block;z-index:15019;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:468px;width:374px;top:3193px;left:278px;overflow:hidden;display:block; }
#UBh713Cr2OhtC3Ezl4bZCSRaeEJh92uk { position:absolute;display:block;z-index:15020;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:639px;width:358px;top:3848px;left:301px;overflow:hidden;display:block; }
#iG9eDiUybJL5Lc6NZSw5nblnr2uUkiCL { position:absolute;display:block;z-index:15022;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:406px;width:530px;top:4529px;left:215px;overflow:hidden;display:block; }
#KxXm71RMWJimgXQLCrfhqG6qgvxDyzOW { position:absolute;display:block;z-index:15024;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:112px;width:646px;top:4992px;left:158px;overflow:hidden;display:block; }
#TJ54k8th7pXiBAVcXcIDwT9C7nnHcmTD { position:absolute;display:block;z-index:15025;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:116px;width:685px;top:5160px;left:139px;overflow:hidden;display:block; }
#oztmr0yDptO4TKnIcMdT8O7epcBJSD09 { position:absolute;display:block;z-index:15026;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:523px;width:450px;top:5330px;left:255px;overflow:hidden;display:block; }
#dVqrlopE5Qsl3b1qxPPlEomOByt1xCl8 { position:absolute;display:block;z-index:15029;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:125px;width:778px;top:5894px;left:90px;overflow:hidden;display:block; }
#XghbhqCKfSRTt6xEsqnwa3Utqr6wOuJg { position:absolute;display:block;z-index:15030;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:308px;width:544px;top:6071px;left:192px;overflow:hidden;display:block; }
#CxGDFUVnxaUtmL6TJQrs5hXUqAHgMnA8 { position:absolute;display:block;z-index:15031;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:156px;width:708px;top:6425px;left:125px;overflow:hidden;display:block; }
#v5pTybGOMXmTXAzTgp7P4zJTZZhCVu2p { position:absolute;display:block;z-index:15032;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:388px;width:616px;top:6623px;left:156px;overflow:hidden;display:block; }
#QV5kQ3II7SxMR1LaA1c53f4LhhdA7z4B { position:absolute;display:block;z-index:15033;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:124px;width:743px;top:3695px;left:109px;overflow:hidden;display:block; }
#rkZTro6ZPtFsToZHtzpx7FWm5LsADJik { position:absolute;display:block;z-index:15034;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:134px;width:482px;top:7053px;left:215px;overflow:hidden;display:block; }
#Q67aUqCCWXmNuzLRfp01lk9LXCtsIwl8 { position:absolute;display:block;z-index:15035;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;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:178px;width:721px;top:7226px;left:120px;overflow:hidden;display:block; }
#xh2uDhr76Q2Ox5zN2Hk0smIANNU9fP6S { position:absolute;display:block;z-index:15004;height:550px;width:288px;top:7457px;left:173px;display:block; }
#sHzgmmNVgKWXTaTR4avFgTf4ZxVWOKKN { position:absolute;display:block;z-index:15004;height:550px;width:288px;top:8037px;left:173px;display:block; }
#hylcnnmTJNLTcLFnXT9JMzwgDCg8rACA { position:absolute;display:block;z-index:15003;height:550px;width:288px;top:8037px;left:505px;display:block; }
#ziDoOcMP4TG7rREoeuFXOWFaZEsIt0IO { position:absolute;display:block;z-index:15002;height:622px;width:282px;top:8624px;left:176px;display:block; }
#P9Lg6ENO8T7ZxSAFUyuIbiz79ENsH51m { position:absolute;display:block;z-index:15004;height:602px;width:314px;top:8634px;left:493px;display:block; }
#IdNhAWpV9VOXpUBMIh4aM8T9vAlgxOJU { position:absolute;display:block;z-index:15002;height:553px;width:250px;top:7455.5px;left:525px;display:block; }
#rhci8kDcxNMQa0nWpzurkTOBnR2bpCRV { position:absolute;display:block;z-index:15005;height:432px;width:280px;top:9269px;left:513px;display:block; }
#KEPoJuDrfVMvCupZp1Q8LEef9a1cheH8 { position:absolute;display:block;z-index:15004;height:434px;width:288px;top:9268px;left:173px;display:block; }
#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row .container { background-color: transparent; background-image: none; }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row .container > .video-iframe-container { display: none; }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row > .video-iframe-container { display: none; }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .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); }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row .container { border-width: 0; border-radius: 0; }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row .container { font-size:14px;font-family:arial;height:207px;width:960px;position:relative;display:block; }#ukLNKpty91A6g0hUf7efGHwler1yt2DI { color:#ffffff;display:block;width:290px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:43px;left:335px;height:25.5938px;text-align:center;text-align-last:center;display:block; }
#dEid5xtkWRRiFFMTPgu5NmcftKMvZQsg { color:#ffffff;display:block;width:703.965px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:89px;left:128px;height:25.5938px;text-align:center;text-align-last:center;display:block; }
#u8dn5e1FzlayyWaSJis1gHh4R5BbUfw9 { color:#ffffff;display:block;width:703.965px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:138px;left:128px;height:25.5938px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW { display:block; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNamIolospMXBd41lOdJK0bPkwUC0DsO { width:153px;height:47.676669069373px;top:20px;left:305.00354003906px;display:block; }
 }@media only screen and (max-width: 763px) { #DTw4GTsNL2tahfRtCQmvaEi5fUnTlcI2 { width:764px;height:;top:89px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC0hp4ieZcpWTyipByqhpDWpJGHXr1Eb { width:402px;height:55px;top:10647px;left:190px;display:block; }
 }@media only screen and (max-width: 763px) { #nFcfkdfRzMUuVGa85W6ePXxhg07CBgdd { display:block; }
 }@media only screen and (max-width: 763px) { #WLkPBgTArf1l0PCAmGVhnURnHVKmytpU { width:764px;height:128px;top:9848px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #d10avOM55EKvBU6iaEf92NnSsy4Res8p { top:10009px;left:152px;width:478px;height:597px;display:block; }
 }@media only screen and (max-width: 763px) { #G3KdI9BveoykDwWN9vCtp2qxPEHQ3epb { top:809px;left:88.5px;width:603px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #qQZxgMC4ChEyEmDJOTpsyyHTzhZb4Em1 { top:1029px;left:145.5px;width:471px;height:338px;display:block; }
 }@media only screen and (max-width: 763px) { #l3ZhmmP5ywNad8oIWciuLq78Tx05SVfg { top:1440px;left:91px;width:601px;height:148px;display:block; }
 }@media only screen and (max-width: 763px) { #miFgfWObvMTISqIyJv9k9ox2B2HkZTRV { top:1630px;left:82px;width:600px;height:275px;display:block; }
 }@media only screen and (max-width: 763px) { #V6W7eIzcoBUJ57fhy97QhLoquFU2wMZS { top:1947px;left:166px;width:451px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #tFMwr16hHS4zbTvwT0llDfsusvOoPfM5 { top:2203px;left:30px;width:724px;height:154px;display:block; }
 }@media only screen and (max-width: 763px) { #hWeAxyuGoARpMRXM3nNeFOeIlu4FrvRz { top:327px;left:0px;width:762px;height:426.60578717992px;display:block; }
 }@media only screen and (max-width: 763px) { #VL6daRAptGTEQLLieam8qNv0q3QoQwht { top:2413px;left:34px;width:716px;height:193px;display:block; }
 }@media only screen and (max-width: 763px) { #AJOluE1DeBXaECfJSXAyG7d3Lmm7ThDk { top:2643px;left:130px;width:504px;height:245px;display:block; }
 }@media only screen and (max-width: 763px) { #tVfP90qlTf9SxagkN2r64DfZbqdNUmyi { top:2931px;left:82px;width:601px;height:224px;display:block; }
 }@media only screen and (max-width: 763px) { #myOrSNOoCLFZXqWh09Mil3ihZRH2MLg3 { top:3193px;left:180px;width:374px;height:468px;display:block; }
 }@media only screen and (max-width: 763px) { #UBh713Cr2OhtC3Ezl4bZCSRaeEJh92uk { top:3848px;left:203px;width:358px;height:639px;display:block; }
 }@media only screen and (max-width: 763px) { #iG9eDiUybJL5Lc6NZSw5nblnr2uUkiCL { top:4529px;left:117px;width:530px;height:406px;display:block; }
 }@media only screen and (max-width: 763px) { #KxXm71RMWJimgXQLCrfhqG6qgvxDyzOW { top:4992px;left:60px;width:646px;height:112px;display:block; }
 }@media only screen and (max-width: 763px) { #TJ54k8th7pXiBAVcXcIDwT9C7nnHcmTD { top:5160px;left:41px;width:685px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #oztmr0yDptO4TKnIcMdT8O7epcBJSD09 { top:5330px;left:157px;width:450px;height:523px;display:block; }
 }@media only screen and (max-width: 763px) { #dVqrlopE5Qsl3b1qxPPlEomOByt1xCl8 { top:5894px;left:0px;width:762px;height:122.4293059126px;display:block; }
 }@media only screen and (max-width: 763px) { #XghbhqCKfSRTt6xEsqnwa3Utqr6wOuJg { top:6071px;left:94px;width:544px;height:308px;display:block; }
 }@media only screen and (max-width: 763px) { #CxGDFUVnxaUtmL6TJQrs5hXUqAHgMnA8 { top:6425px;left:27px;width:708px;height:156px;display:block; }
 }@media only screen and (max-width: 763px) { #v5pTybGOMXmTXAzTgp7P4zJTZZhCVu2p { top:6623px;left:58px;width:616px;height:388px;display:block; }
 }@media only screen and (max-width: 763px) { #QV5kQ3II7SxMR1LaA1c53f4LhhdA7z4B { top:3695px;left:11px;width:743px;height:124px;display:block; }
 }@media only screen and (max-width: 763px) { #rkZTro6ZPtFsToZHtzpx7FWm5LsADJik { top:7053px;left:117px;width:482px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #Q67aUqCCWXmNuzLRfp01lk9LXCtsIwl8 { top:7226px;left:22px;width:721px;height:178px;display:block; }
 }@media only screen and (max-width: 763px) { #xh2uDhr76Q2Ox5zN2Hk0smIANNU9fP6S { top:7457px;left:75px;width:288px;height:550px;display:block; }
 }@media only screen and (max-width: 763px) { #sHzgmmNVgKWXTaTR4avFgTf4ZxVWOKKN { top:8037px;left:75px;width:288px;height:550px;display:block; }
 }@media only screen and (max-width: 763px) { #hylcnnmTJNLTcLFnXT9JMzwgDCg8rACA { top:8037px;left:407px;width:288px;height:550px;display:block; }
 }@media only screen and (max-width: 763px) { #ziDoOcMP4TG7rREoeuFXOWFaZEsIt0IO { top:8624px;left:78px;width:282px;height:622px;display:block; }
 }@media only screen and (max-width: 763px) { #P9Lg6ENO8T7ZxSAFUyuIbiz79ENsH51m { top:8634px;left:395px;width:314px;height:602px;display:block; }
 }@media only screen and (max-width: 763px) { #IdNhAWpV9VOXpUBMIh4aM8T9vAlgxOJU { top:7455px;left:427px;width:250px;height:553px;display:block; }
 }@media only screen and (max-width: 763px) { #rhci8kDcxNMQa0nWpzurkTOBnR2bpCRV { top:9269px;left:415px;width:280px;height:432px;display:block; }
 }@media only screen and (max-width: 763px) { #KEPoJuDrfVMvCupZp1Q8LEef9a1cheH8 { top:9268px;left:75px;width:288px;height:434px;display:block; }
 }@media only screen and (max-width: 763px) { #UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 { display:block; }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukLNKpty91A6g0hUf7efGHwler1yt2DI { top:43px;left:237px;width:290px;height:25px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #dEid5xtkWRRiFFMTPgu5NmcftKMvZQsg { top:89px;left:30px;width:703px;height:25px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #u8dn5e1FzlayyWaSJis1gHh4R5BbUfw9 { top:138px;left:30px;width:703px;height:25px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container { background-color: transparent; background-image: none; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container > .video-iframe-container { display: none; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row > .video-iframe-container { display: none; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .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); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container { width:320px;height:379px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNamIolospMXBd41lOdJK0bPkwUC0DsO { width:65px;height:20px;top:11.484375px;left:132.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DTw4GTsNL2tahfRtCQmvaEi5fUnTlcI2 { width:320px;height:327.562px;top:51.9375px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:9763px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC0hp4ieZcpWTyipByqhpDWpJGHXr1Eb { width:304px;height:49px;top:9533px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #nFcfkdfRzMUuVGa85W6ePXxhg07CBgdd { display:block; }
 }@media only screen and (max-width: 763px) { #WLkPBgTArf1l0PCAmGVhnURnHVKmytpU { width:300px;height:163.781px;top:8945px;left:10px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #d10avOM55EKvBU6iaEf92NnSsy4Res8p { width:302px;height:378px;top:9127px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #G3KdI9BveoykDwWN9vCtp2qxPEHQ3epb { width:318px;height:96px;top:262px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qQZxgMC4ChEyEmDJOTpsyyHTzhZb4Em1 { width:312px;height:221px;top:407px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l3ZhmmP5ywNad8oIWciuLq78Tx05SVfg { width:318px;height:75px;top:708.109375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #miFgfWObvMTISqIyJv9k9ox2B2HkZTRV { width:318px;height:143px;top:835px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #V6W7eIzcoBUJ57fhy97QhLoquFU2wMZS { width:316px;height:143px;top:996px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #tFMwr16hHS4zbTvwT0llDfsusvOoPfM5 { width:318px;height:68px;top:1160px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hWeAxyuGoARpMRXM3nNeFOeIlu4FrvRz { height:178.016px;width:318px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VL6daRAptGTEQLLieam8qNv0q3QoQwht { width:318px;height:85.717877094972px;top:1250px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AJOluE1DeBXaECfJSXAyG7d3Lmm7ThDk { width:318px;height:154.58333333333px;top:1358px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tVfP90qlTf9SxagkN2r64DfZbqdNUmyi { width:318px;height:118.5224625624px;top:1534px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #myOrSNOoCLFZXqWh09Mil3ihZRH2MLg3 { width:318px;height:397.92513368984px;top:1675px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UBh713Cr2OhtC3Ezl4bZCSRaeEJh92uk { width:318px;height:567.60335195531px;top:2095px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iG9eDiUybJL5Lc6NZSw5nblnr2uUkiCL { width:318px;height:243.6px;top:2759px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KxXm71RMWJimgXQLCrfhqG6qgvxDyzOW { width:318px;height:55.133126934985px;top:3025px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TJ54k8th7pXiBAVcXcIDwT9C7nnHcmTD { width:318px;height:53.851094890511px;top:3102px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oztmr0yDptO4TKnIcMdT8O7epcBJSD09 { width:318px;height:369.58666666667px;top:3178px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dVqrlopE5Qsl3b1qxPPlEomOByt1xCl8 { width:318px;height:51.092544987147px;top:3570px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XghbhqCKfSRTt6xEsqnwa3Utqr6wOuJg { width:318px;height:180.04411764706px;top:3643px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CxGDFUVnxaUtmL6TJQrs5hXUqAHgMnA8 { width:318px;height:70.067796610169px;top:3845px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #v5pTybGOMXmTXAzTgp7P4zJTZZhCVu2p { width:318px;height:200.2987012987px;top:3937px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QV5kQ3II7SxMR1LaA1c53f4LhhdA7z4B { width:318px;height:53.07133243607px;top:2684px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rkZTro6ZPtFsToZHtzpx7FWm5LsADJik { width:318px;height:88.406639004149px;top:4159px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q67aUqCCWXmNuzLRfp01lk9LXCtsIwl8 { width:318px;height:78.507628294036px;top:4269px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xh2uDhr76Q2Ox5zN2Hk0smIANNU9fP6S { width:288px;height:550px;top:4360px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sHzgmmNVgKWXTaTR4avFgTf4ZxVWOKKN { width:288px;height:550px;top:5554px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hylcnnmTJNLTcLFnXT9JMzwgDCg8rACA { width:288px;height:550px;top:6123px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ziDoOcMP4TG7rREoeuFXOWFaZEsIt0IO { width:282px;height:622px;top:6688px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #P9Lg6ENO8T7ZxSAFUyuIbiz79ENsH51m { width:295px;height:569px;top:7256px;left:12.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IdNhAWpV9VOXpUBMIh4aM8T9vAlgxOJU { width:274px;height:614px;top:4929px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #rhci8kDcxNMQa0nWpzurkTOBnR2bpCRV { width:291px;height:451px;top:8374px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #KEPoJuDrfVMvCupZp1Q8LEef9a1cheH8 { width:294px;height:446px;top:7842px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 { position:relative;z-index:auto;background-color:#2f2f2f;background-image:none;display:block; }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row .container { background-color: transparent; background-image: none; }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row .container > .video-iframe-container { display: none; }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row > .video-iframe-container { display: none; }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .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); }#UrL2xWH4lqIabUuBWDuT20GzRvTNpMA5 > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukLNKpty91A6g0hUf7efGHwler1yt2DI { width:320px;height:19.1953px;top:49px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #dEid5xtkWRRiFFMTPgu5NmcftKMvZQsg { width:320px;height:19.1953px;top:93px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #u8dn5e1FzlayyWaSJis1gHh4R5BbUfw9 { width:320px;height:19.1953px;top:138px;left:0px;font-size:12px;display:block; }
 }