.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-input-select option {
  color: #000;
}
.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 {
  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); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU { position:relative;z-index:auto;display:block; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU { background-color: transparent; background-image: none; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container > .video-iframe-container { display: none; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row > .video-iframe-container { display: none; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .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); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU { border-width: 0; border-radius: 0; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .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; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .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:153px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GZA33gBBmsovgcTRsf51LrrC5Glf0y3N { 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;height:40px;width:236px;top:30px;left:362px;overflow:hidden;display:block; }
#BT182Dg9JQiDNdaMZ6ITwk9vgRpWski0 { background-color:rgba(0,0,0,0);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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:88px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:85px;left:219px;display:block; }
#bkuHxrnQiCxO9QcsJDp4HtOhhkaut4qG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aZCAZGq0DBwXuPaNxcRsqf867o6MRnDc { background-color:rgba(0,0,0,0);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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:64px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:85px;left:326px;display:block; }
#iSh0TEB4DoaDt5KioyPccbnN4y024S4K { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#R2f9covW8lyk07NbFqwIMPHKSaDAQRX5 { background-color:rgba(0,0,0,0);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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:106px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:85px;left:410px;display:block; }
#SoanqZ7pmNStit2kwGTqguPuaxXa9Oqr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gBG7n8bVwRNNz6rnDZ9yRiyLCmf7mTCb { background-color:rgba(0,0,0,0);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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:85px;left:536px;display:block; }
#BSeRiWSSZLRGdDExMG7T4zT63sgs0TJb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KfFqeweJ6sOWAo4aaN08uOCQiXw17A95 { background-color:rgba(0,0,0,0);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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:85px;left:609px;display:block; }
#u6rti5zWfy4ux2UwHGDwc6hdsSzkvu8K { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XGfIQloBbda955wXcMx2kxCaScFdbKT6 { background-color:rgba(0,0,0,0);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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:73px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:85px;left:669px;display:block; }
#Na90nrygOIUCJyxqFAOtEQcgnLkSinSe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PSdnncSWXWiSO2PwTfqMdSVnALaFNBIO { 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;height:547px;width:960px;top:152.96875px;left:0px;overflow:hidden;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:679px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#bNVnnLfotR5oGCHT1xw0ggMHckwxNRMq { position:absolute;display:block;z-index:15003;background-color:#000000;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;height:170.99px;width:880px;top:507px;left:40px;display:block; }
#Dm8Dr5VlUiMusTPtVFyA0LAg55zTCrd2 { color:#ffffff;display:block;width:784px;position:absolute;font-family:lufga;font-size:18px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:610px;left:88px;height:23.3949px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oS4Tr8n4WJX7hFbsaakOTQTVUZ6mVQxi { color:#ffffff;display:block;width:783.993px;position:absolute;font-family:lufga;font-size:40px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:546px;left:88px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6vbDqPwFBw4H3buVTJ7QJdXwuLqtMAZ { color:#000000;display:block;width:306px;position:absolute;font-family:lufga;font-size:48px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:195.98863220215px;left:593.97442626953px;height:62.3864px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNMQ68QCnofNe0cZfTczWCfAPBF5ws9N { color:#000000;display:block;width:306px;position:absolute;font-family:lufga;font-size:18px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:265.98863220215px;left:593.97442626953px;height:23.3949px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A2xnc0T96IGsBKVIt4CZCyx5ELtCVKbr { 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;height:1079px;width:960px;display:none; }
#XWgZIfBxmkL8VxTKWTBX2XhTg3eRuSlx { 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;height:163.977px;width:43.9915px;top:157.84090423584px;left:882.91760253906px;overflow:hidden;display:block; }
#JzL43E3XNbxyEe9URQEgpzGC0fxhVW3I { 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;height:162.997px;width:42.9972px;top:158.3522644043px;left:568.93463134766px;overflow:hidden;display:block; }
#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r { position:relative;display:block; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r { background-color: transparent; background-image: none; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .row .container > .video-iframe-container { display: none; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .row > .video-iframe-container { display: none; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .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); }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r { border-width: 0; border-radius: 0; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .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; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .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:961px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vZyUF6d5TEIxtBzPIgwKRTv2JaTIC4iZ { 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;height:429px;width:429px;top:530px;left:491px;overflow:hidden;display:block; }
#NOPbHyo7PpN9F4ZPTK4H1NnLf3nTRezX { 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;height:428.993px;width:428.993px;top:529px;left:42px;overflow:hidden;display:block; }
#IhtomqqnHgNbQmXkdz39hqD5sUVzuBSv { 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;height:428.993px;width:428.993px;top:80px;left:489px;overflow:hidden;display:block; }
#ShhzziJuxTK8vSZLKAT9Mnq7aSTyO0Na { 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;height:428.976px;width:428.976px;top:80px;left:40px;overflow:hidden;display:block; }
#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM { position:relative;z-index:auto;display:block; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM { background-color: transparent; background-image: none; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row .container > .video-iframe-container { display: none; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row > .video-iframe-container { display: none; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .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); }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM { border-width: 0; border-radius: 0; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .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; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .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:243px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UVinMl9WQ5PAI1tswqucyEri7dWSBMH0 { 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;height:60px;width:60px;top:40.980163574219px;left:450px;overflow:hidden;display:block; }
#OGXNz5l6vRM0TltiRpBBn5c7CTKFOdPb { color:#6e6e6e;display:block;width:120.994px;position:absolute;font-family:lufga;font-size:11px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:124.58810424805px;left:419.48858642578px;height:14.2898px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B9ot5ZmFd7FmaevQzVvnCdTH01QqoXob { background-color:rgba(0,0,0,0);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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:105.994px;height:40px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:147.15628051758px;left:426.98858642578px;display:block; }
#BheEOecfGsFwM6Omg78XGspgeD8M8ECC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uQJoQJCFMp9SfOmGdQupmSNHiXENVSoz { background-color:rgba(0,0,0,0);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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:141.989px;height:40px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:187.15628051758px;left:408.99145507812px;display:block; }
#pmWHkSxL4TIkxHSWnvvO9htlIQ05ThwA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GwxgnEhUOEzTuq2ctTftUtuIADyzr7og { background-color:rgba(0,0,0,0);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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:105.994px;height:40px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:147.15628051758px;left:426.98858642578px;display:none; }
#Gd2tsxa1TiTUpngMtcrsX5TdQrIKZZnc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eu0Qay6IOveuOhNlnKEv5POMG5m5QrAp { background-color:rgba(0,0,0,0);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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:141.989px;height:40px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:187.15628051758px;left:408.99145507812px;display:none; }
#wGIw3bG2hFZgmcSXVmb8aN9eZnJNUWli { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hLHlA1bPQhCiZsctq8O03MD9RKCKHuzJ { background-color:rgba(0,0,0,0);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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:105.994px;height:40px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:147.15628051758px;left:426.98858642578px;display:none; }
#CGBt79CFFipQupEWDoHBoBE06lP1Kfu8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HfOBps4u1K5VLIwGMNVQP7nrnK6n5zH2 { background-color:rgba(0,0,0,0);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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:141.989px;height:40px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:187.15628051758px;left:408.99145507812px;display:none; }
#GE7HoX1lQxTvE5vg35D8XcsxV8cBc5gO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zSLoRwEqZNmDkV4CPispN6p5ArEN2peU { display:block; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZA33gBBmsovgcTRsf51LrrC5Glf0y3N { top:30px;left:264px;width:236px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #BT182Dg9JQiDNdaMZ6ITwk9vgRpWski0 { width:88px;height:55px;top:85px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #bkuHxrnQiCxO9QcsJDp4HtOhhkaut4qG { display:block; }
 }@media only screen and (max-width: 763px) { #aZCAZGq0DBwXuPaNxcRsqf867o6MRnDc { width:64px;height:55px;top:85px;left:228px;display:block; }
 }@media only screen and (max-width: 763px) { #iSh0TEB4DoaDt5KioyPccbnN4y024S4K { display:block; }
 }@media only screen and (max-width: 763px) { #R2f9covW8lyk07NbFqwIMPHKSaDAQRX5 { width:106px;height:55px;top:85px;left:312px;display:block; }
 }@media only screen and (max-width: 763px) { #SoanqZ7pmNStit2kwGTqguPuaxXa9Oqr { display:block; }
 }@media only screen and (max-width: 763px) { #gBG7n8bVwRNNz6rnDZ9yRiyLCmf7mTCb { width:53px;height:55px;top:85px;left:438px;display:block; }
 }@media only screen and (max-width: 763px) { #BSeRiWSSZLRGdDExMG7T4zT63sgs0TJb { display:block; }
 }@media only screen and (max-width: 763px) { #KfFqeweJ6sOWAo4aaN08uOCQiXw17A95 { width:40px;height:55px;top:85px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #u6rti5zWfy4ux2UwHGDwc6hdsSzkvu8K { display:block; }
 }@media only screen and (max-width: 763px) { #XGfIQloBbda955wXcMx2kxCaScFdbKT6 { width:73px;height:55px;top:85px;left:571px;display:block; }
 }@media only screen and (max-width: 763px) { #Na90nrygOIUCJyxqFAOtEQcgnLkSinSe { display:block; }
 }@media only screen and (max-width: 763px) { #PSdnncSWXWiSO2PwTfqMdSVnALaFNBIO { top:152px;left:0px;width:764px;height:435.32083333333px;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) { #bNVnnLfotR5oGCHT1xw0ggMHckwxNRMq { top:507px;left:0px;width:764px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #Dm8Dr5VlUiMusTPtVFyA0LAg55zTCrd2 { top:610px;left:0px;width:764px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oS4Tr8n4WJX7hFbsaakOTQTVUZ6mVQxi { top:546px;left:0px;width:764px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #i6vbDqPwFBw4H3buVTJ7QJdXwuLqtMAZ { top:195px;left:458px;width:306px;height:62px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #zNMQ68QCnofNe0cZfTczWCfAPBF5ws9N { top:265px;left:458px;width:306px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A2xnc0T96IGsBKVIt4CZCyx5ELtCVKbr { width:764px;height:859px;display:none; }
 }@media only screen and (max-width: 763px) { #XWgZIfBxmkL8VxTKWTBX2XhTg3eRuSlx { top:157px;left:721px;width:43px;height:160.28121341623px;display:block; }
 }@media only screen and (max-width: 763px) { #JzL43E3XNbxyEe9URQEgpzGC0fxhVW3I { top:158px;left:470.93463134766px;width:42px;height:159.21673969468px;display:block; }
 }@media only screen and (max-width: 763px) { #ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r { display:block; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZyUF6d5TEIxtBzPIgwKRTv2JaTIC4iZ { top:530px;left:335px;width:429px;height:429px;display:block; }
 }@media only screen and (max-width: 763px) { #NOPbHyo7PpN9F4ZPTK4H1NnLf3nTRezX { top:529px;left:0px;width:428px;height:428px;display:block; }
 }@media only screen and (max-width: 763px) { #IhtomqqnHgNbQmXkdz39hqD5sUVzuBSv { top:80px;left:336px;width:428px;height:428px;display:block; }
 }@media only screen and (max-width: 763px) { #ShhzziJuxTK8vSZLKAT9Mnq7aSTyO0Na { top:80px;left:0px;width:428px;height:428px;display:block; }
 }@media only screen and (max-width: 763px) { #uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM { display:block; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVinMl9WQ5PAI1tswqucyEri7dWSBMH0 { top:40px;left:352px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #OGXNz5l6vRM0TltiRpBBn5c7CTKFOdPb { top:124px;left:321.47442626953px;width:120px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #B9ot5ZmFd7FmaevQzVvnCdTH01QqoXob { width:105px;height:40px;top:147px;left:328.98858642578px;display:block; }
 }@media only screen and (max-width: 763px) { #BheEOecfGsFwM6Omg78XGspgeD8M8ECC { display:block; }
 }@media only screen and (max-width: 763px) { #uQJoQJCFMp9SfOmGdQupmSNHiXENVSoz { width:141px;height:40px;top:187px;left:310.99145507812px;display:block; }
 }@media only screen and (max-width: 763px) { #pmWHkSxL4TIkxHSWnvvO9htlIQ05ThwA { display:block; }
 }@media only screen and (max-width: 763px) { #GwxgnEhUOEzTuq2ctTftUtuIADyzr7og { width:105px;height:40px;top:147px;left:328.98858642578px;display:none; }
 }@media only screen and (max-width: 763px) { #Gd2tsxa1TiTUpngMtcrsX5TdQrIKZZnc { display:block; }
 }@media only screen and (max-width: 763px) { #eu0Qay6IOveuOhNlnKEv5POMG5m5QrAp { width:141px;height:40px;top:187px;left:310.99145507812px;display:none; }
 }@media only screen and (max-width: 763px) { #wGIw3bG2hFZgmcSXVmb8aN9eZnJNUWli { display:block; }
 }@media only screen and (max-width: 763px) { #hLHlA1bPQhCiZsctq8O03MD9RKCKHuzJ { width:105px;height:40px;top:147px;left:328.98858642578px;display:none; }
 }@media only screen and (max-width: 763px) { #CGBt79CFFipQupEWDoHBoBE06lP1Kfu8 { display:block; }
 }@media only screen and (max-width: 763px) { #HfOBps4u1K5VLIwGMNVQP7nrnK6n5zH2 { width:141px;height:40px;top:187px;left:310.99145507812px;display:none; }
 }@media only screen and (max-width: 763px) { #GE7HoX1lQxTvE5vg35D8XcsxV8cBc5gO { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zSLoRwEqZNmDkV4CPispN6p5ArEN2peU { position:relative;z-index:auto;display:block; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU { background-color: transparent; background-image: none; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container > .video-iframe-container { display: none; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row > .video-iframe-container { display: none; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .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); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU { border-width: 0; border-radius: 0; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .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; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container { width:320px;height:105px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZA33gBBmsovgcTRsf51LrrC5Glf0y3N { width:177px;height:30px;top:40px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #BT182Dg9JQiDNdaMZ6ITwk9vgRpWski0 { width:87px;height:50px;top:97.5px;left:233px;display:none; }
 }@media only screen and (max-width: 763px) { #bkuHxrnQiCxO9QcsJDp4HtOhhkaut4qG { display:block; }
 }@media only screen and (max-width: 763px) { #aZCAZGq0DBwXuPaNxcRsqf867o6MRnDc { width:64px;height:50px;top:97.5px;left:138px;display:none; }
 }@media only screen and (max-width: 763px) { #iSh0TEB4DoaDt5KioyPccbnN4y024S4K { display:block; }
 }@media only screen and (max-width: 763px) { #R2f9covW8lyk07NbFqwIMPHKSaDAQRX5 { width:106px;height:50px;top:97.5px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #SoanqZ7pmNStit2kwGTqguPuaxXa9Oqr { display:block; }
 }@media only screen and (max-width: 763px) { #gBG7n8bVwRNNz6rnDZ9yRiyLCmf7mTCb { width:50px;height:50px;top:147.5px;left:48px;display:none; }
 }@media only screen and (max-width: 763px) { #BSeRiWSSZLRGdDExMG7T4zT63sgs0TJb { display:block; }
 }@media only screen and (max-width: 763px) { #KfFqeweJ6sOWAo4aaN08uOCQiXw17A95 { width:41px;height:50px;top:147.5px;left:256px;display:none; }
 }@media only screen and (max-width: 763px) { #u6rti5zWfy4ux2UwHGDwc6hdsSzkvu8K { display:block; }
 }@media only screen and (max-width: 763px) { #XGfIQloBbda955wXcMx2kxCaScFdbKT6 { width:67px;height:50px;top:147.5px;left:136.5px;display:none; }
 }@media only screen and (max-width: 763px) { #Na90nrygOIUCJyxqFAOtEQcgnLkSinSe { display:block; }
 }@media only screen and (max-width: 763px) { #PSdnncSWXWiSO2PwTfqMdSVnALaFNBIO { width:320px;height:182px;top:182.84358170181px;left:0px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:686.93166015625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNVnnLfotR5oGCHT1xw0ggMHckwxNRMq { width:285.99px;height:205.99px;top:480.95487976074px;left:16.979166984558px;display:block; }
 }@media only screen and (max-width: 763px) { #Dm8Dr5VlUiMusTPtVFyA0LAg55zTCrd2 { width:221.997px;height:44.7727px;top:606.09378051758px;left:48.993058204651px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oS4Tr8n4WJX7hFbsaakOTQTVUZ6mVQxi { width:281.997px;height:67.5852px;top:520.98959350586px;left:18.993056297302px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #i6vbDqPwFBw4H3buVTJ7QJdXwuLqtMAZ { width:305.99px;height:49.3892px;top:74.984375px;left:7.96875px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #zNMQ68QCnofNe0cZfTczWCfAPBF5ws9N { width:305.99px;height:20.7812px;top:130.34375px;left:7.96875px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A2xnc0T96IGsBKVIt4CZCyx5ELtCVKbr { top:153.92044067383px;left:0px;width:320px;height:358.991px;z-index:14993;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #XWgZIfBxmkL8VxTKWTBX2XhTg3eRuSlx { width:43px;height:160.28121341623px;top:31.960220336914px;left:276.98862552643px;display:block; }
 }@media only screen and (max-width: 763px) { #JzL43E3XNbxyEe9URQEgpzGC0fxhVW3I { width:42px;height:159.21673969468px;top:32.514205932617px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r { display:block; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .row .container { width:320px;height:1420px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZyUF6d5TEIxtBzPIgwKRTv2JaTIC4iZ { width:320px;height:320px;top:1099px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NOPbHyo7PpN9F4ZPTK4H1NnLf3nTRezX { width:320px;height:320px;top:760px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IhtomqqnHgNbQmXkdz39hqD5sUVzuBSv { width:320px;height:320px;top:420px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ShhzziJuxTK8vSZLKAT9Mnq7aSTyO0Na { width:320px;height:320px;top:80px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM { position:relative;z-index:auto;display:block; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVinMl9WQ5PAI1tswqucyEri7dWSBMH0 { width:60px;height:60px;top:45.582275390625px;left:129.99999332428px;display:block; }
 }@media only screen and (max-width: 763px) { #OGXNz5l6vRM0TltiRpBBn5c7CTKFOdPb { width:120px;height:14.2898px;top:135.58227539062px;left:99.99999332428px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9ot5ZmFd7FmaevQzVvnCdTH01QqoXob { width:105px;height:40px;top:159.87207539063px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #BheEOecfGsFwM6Omg78XGspgeD8M8ECC { display:block; }
 }@media only screen and (max-width: 763px) { #uQJoQJCFMp9SfOmGdQupmSNHiXENVSoz { width:141px;height:40px;top:199.87207539063px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #pmWHkSxL4TIkxHSWnvvO9htlIQ05ThwA { display:block; }
 }@media only screen and (max-width: 763px) { #GwxgnEhUOEzTuq2ctTftUtuIADyzr7og { width:105px;height:40px;top:195.10229492188px;left:149.72727298737px;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #Gd2tsxa1TiTUpngMtcrsX5TdQrIKZZnc { display:block; }
 }@media only screen and (max-width: 763px) { #eu0Qay6IOveuOhNlnKEv5POMG5m5QrAp { width:141px;height:40px;top:234.10229492188px;left:131.74430179596px;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #wGIw3bG2hFZgmcSXVmb8aN9eZnJNUWli { display:block; }
 }@media only screen and (max-width: 763px) { #hLHlA1bPQhCiZsctq8O03MD9RKCKHuzJ { width:105px;height:40px;top:234.10229492188px;left:200.72727298737px;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #CGBt79CFFipQupEWDoHBoBE06lP1Kfu8 { display:block; }
 }@media only screen and (max-width: 763px) { #HfOBps4u1K5VLIwGMNVQP7nrnK6n5zH2 { width:141px;height:40px;top:234.10229492188px;left:182.74430179596px;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #GE7HoX1lQxTvE5vg35D8XcsxV8cBc5gO { display:block; }
 }