.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 .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;
}
.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);
}
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-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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { position:relative;display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { background-color: transparent; background-image: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container > .video-iframe-container { display: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row > .video-iframe-container { display: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .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); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { border-width: 0; border-radius: 0; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .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:401px;width:960px;position:relative;display:block; }#ISi1CDAtVGNCaiXGDlUpXZ5yD0oPcd97 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:297px;width:447px;top:81px;left:513px;overflow:hidden;display:block; }
#wLabnmUqJaGaraP76Bt2AdXSXkg6AZgC { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45px;width:146px;top:22px;left:0px;overflow:hidden;display:block; }
#wA9JHBTZZMITn8ECJdsLs9wsTEH4wW8v { color:#000000;display:block;width:507px;position:absolute;font-family:exo;font-size:42px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:153px;left:0px;height:;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; }
#ERwkFrJfZE2x5TOTwxvlNqMTTkRVATpX { color:#000000;display:block;width:464px;position:absolute;font-family:exo;font-size:16px;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:207.60000610352px;left:0px;height:96px;display:block; }
#m7QVPt5KrhVbbsmOsanLvElu8rDK6ncx { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:209px;top:17px;left:193.39999389648px;overflow:hidden;display:block; }
#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { background-color: transparent; background-image: none; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container > .video-iframe-container { display: none; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row > .video-iframe-container { display: none; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .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); }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { border-width: 0; border-radius: 0; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { font-size:14px;font-family:arial;height:156px;width:960px;position:relative;display:block; }#OVLTLwmxs9tCHPXnLFmRPRw3qSlkPvmS { color:#000000;display:block;width:960px;position:absolute;font-family:exo;font-size:16px;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:20px;left:1.5px;height:96px;text-align:center;text-align-last:center;display:block; }
#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container { background-color: transparent; background-image: none; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container > .video-iframe-container { display: none; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row > .video-iframe-container { display: none; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .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); }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container { border-width: 0; border-radius: 0; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#XcSVGOF8alSvf4dDW2pvTTWzsbn02usA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:60px;top:30px;left:129px;overflow:hidden;display:block; }
#tyncQrl6mNrfBLNigkMEfTcwVLGAPLvt { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:60px;top:30px;left:450px;overflow:hidden;display:block; }
#GsazbX9QdBKlp88KNb1AHVgEOJTveMtH { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58px;width:58px;top:33px;left:773px;overflow:hidden;display:block; }
#yL0skWpybKV4zhMvMosnTbOGKXU2oGLt { color:#ab8fe2;display:block;width:320px;position:absolute;font-family:exo;font-size:18px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:122px;left:0px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yxm4OwIrZFqzyymVEfZTv5X7Hocyodfx { color:#ab8fe2;display:block;width:320px;position:absolute;font-family:exo;font-size:18px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:122px;left:320px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wcxVfyWddVX7xoZyhmmAh9HsupN2ddS3 { color:#ab8fe2;display:block;width:320px;position:absolute;font-family:exo;font-size:18px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:122px;left:640px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b35LENV6qpeD1lKv4yZ1739rbqPSGN0T { color:#000000;display:block;width:320px;position:absolute;font-family:exo;font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:162px;left:0px;height:0;text-align:center;text-align-last:center;display:block; }
#UPkwdvKdp6JwmrN5sdU7UGqfeNAV6hsb { color:#000000;display:block;width:320px;position:absolute;font-family:exo;font-size:16px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:162px;left:320px;height:62.4px;text-align:center;text-align-last:center;display:block; }
#e2sqdA9QQwNEKdIc0KTzS3QnUPJoPtWL { color:#000000;display:block;width:320px;position:absolute;font-family:exo;font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:162px;left:639.99996948242px;height:0;text-align:center;text-align-last:center;display:block; }
#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { background-color: transparent; background-image: none; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container > .video-iframe-container { display: none; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row > .video-iframe-container { display: none; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .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); }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { border-width: 0; border-radius: 0; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { font-size:14px;font-family:arial;height:391px;width:960px;position:relative;display:block; }#klLUJJm8oul9WrfsPRW8TlF3t74VLDBA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:274px;width:411px;top:61.5px;left:0px;overflow:hidden;display:block; }
#xKXa3eyuCpxF7QzFaEnZDuDHUd7Jy69t { color:#000000;display:block;width:529px;position:absolute;font-family:exo;font-size:36px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:61.499984741211px;left:430.99996948242px;height:46.8px;text-align:left;text-align-last:left;display:block; }
#f96pxeHSPTW760JUncsBkZJVT8duoKKH { color:#000000;display:block;width:469px;position:absolute;font-family:exo;font-size:18px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:123.30000305176px;left:430.99996948242px;height:70.2px;text-align:left;text-align-last:left;display:block; }
#gudGHBIVwbfPQh1Gl5QGCyIwmPFK0OTJ { z-index:100002;top:257.59996032715px;left:518.39999389648px;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Srcz0TKLBVyfkxgCokfuU8ndWcOQHFEF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy { position:relative;display:block; }#cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy { background-color: transparent; background-image: none; }#cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy > .row .container > .video-iframe-container { display: none; }#cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy > .row > .video-iframe-container { display: none; }#cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy > .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); }#cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy { border-width: 0; border-radius: 0; }#cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#oHQrUCTNXThF24cmuTI1EXcRDZVDq9Ny { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:296px;width:527px;top:4px;left:231.5px;display:block; }
#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container { background-color: transparent; background-image: none; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container > .video-iframe-container { display: none; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row > .video-iframe-container { display: none; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .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); }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container { border-width: 0; border-radius: 0; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container { font-size:14px;font-family:arial;height:117px;width:960px;position:relative;display:block; }#WdekNlcqtBJSw6Xb7E1JeTPea7dC4fbs { color:#000000;display:block;width:960px;position:absolute;font-family:exo;font-size:42px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:31.200012207031px;left:0px;height:54.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container { background-color: transparent; background-image: none; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container > .video-iframe-container { display: none; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row > .video-iframe-container { display: none; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .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); }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container { border-width: 0; border-radius: 0; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container { font-size:14px;font-family:arial;height:63px;width:960px;position:relative;display:block; }#ZVMhXfsakzqt6zMmxpR2uWrayzl60SFT { color:#000000;display:block;width:960px;position:absolute;font-family:exo;font-size:18px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:19px;left:0px;height:23.4px;text-align:center;text-align-last:center;display:block; }
#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { background-color: transparent; background-image: none; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container > .video-iframe-container { display: none; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row > .video-iframe-container { display: none; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .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); }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { border-width: 0; border-radius: 0; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { font-size:14px;font-family:arial;height:202px;width:960px;position:relative;display:block; }#PSIfyzZqhauA2908saoyKeE0FpmPLxXy { color:#000000;display:block;width:505px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:32.799987792969px;left:237.39999389648px;height:26px;text-align:center;text-align-last:center;display:block; }
#yvkogrJn3MXxuT2LauGtm8l38FKpkxHA { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32px;width:32px;top:85px;left:330.39999389648px;overflow:hidden;display:block; }
#sTGoUD3cxmQBV5yqO67FVaVJseWpMug8 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34px;width:34px;top:138px;left:329.39999389648px;overflow:hidden;display:block; }
#bKTJpAI3BlPAZQvLLofnOkd6e0FxgT7o { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:90.599975585938px;left:352.39999389648px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#EUGTTTi3PtOqnElZi6IVKIgfE3HV9q1P { color:#000000;display:block;width:315px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:144.59997558594px;left:355.39999389648px;height:20.8px;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) { #k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISi1CDAtVGNCaiXGDlUpXZ5yD0oPcd97 { top:81px;left:317px;width:447px;height:297px;display:block; }
 }@media only screen and (max-width: 763px) { #wLabnmUqJaGaraP76Bt2AdXSXkg6AZgC { top:22px;left:0px;width:146px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #wA9JHBTZZMITn8ECJdsLs9wsTEH4wW8v { top:153px;left:0px;width:507px;height:;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #ERwkFrJfZE2x5TOTwxvlNqMTTkRVATpX { top:207px;left:0px;width:464px;height:96px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #m7QVPt5KrhVbbsmOsanLvElu8rDK6ncx { top:17px;left:95.399993896484px;width:209px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg { display:block; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVLTLwmxs9tCHPXnLFmRPRw3qSlkPvmS { top:20px;left:0px;width:764px;height:96px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT { display:block; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcSVGOF8alSvf4dDW2pvTTWzsbn02usA { top:30px;left:96px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #tyncQrl6mNrfBLNigkMEfTcwVLGAPLvt { top:30px;left:351px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #GsazbX9QdBKlp88KNb1AHVgEOJTveMtH { top:33px;left:608px;width:58px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #yL0skWpybKV4zhMvMosnTbOGKXU2oGLt { top:122px;left:0px;width:320px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yxm4OwIrZFqzyymVEfZTv5X7Hocyodfx { top:122px;left:0px;width:320px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wcxVfyWddVX7xoZyhmmAh9HsupN2ddS3 { top:122px;left:188px;width:320px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #b35LENV6qpeD1lKv4yZ1739rbqPSGN0T { top:162px;left:0px;width:320px;height:0;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UPkwdvKdp6JwmrN5sdU7UGqfeNAV6hsb { top:162px;left:0px;width:320px;height:62px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #e2sqdA9QQwNEKdIc0KTzS3QnUPJoPtWL { top:162px;left:188px;width:320px;height:0;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT { display:block; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klLUJJm8oul9WrfsPRW8TlF3t74VLDBA { top:61px;left:0px;width:411px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #xKXa3eyuCpxF7QzFaEnZDuDHUd7Jy69t { top:61px;left:235px;width:529px;height:46px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #f96pxeHSPTW760JUncsBkZJVT8duoKKH { top:123px;left:295px;width:469px;height:93px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gudGHBIVwbfPQh1Gl5QGCyIwmPFK0OTJ { top:257px;left:420.39999389648px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Srcz0TKLBVyfkxgCokfuU8ndWcOQHFEF { display:block; }
 }@media only screen and (max-width: 763px) { #cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy { display:block; }#cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHQrUCTNXThF24cmuTI1EXcRDZVDq9Ny { top:4px;left:133.5px;width:527px;height:296px;display:block; }
 }@media only screen and (max-width: 763px) { #LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg { display:block; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdekNlcqtBJSw6Xb7E1JeTPea7dC4fbs { top:31px;left:0px;width:764px;height:54px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 { display:block; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVMhXfsakzqt6zMmxpR2uWrayzl60SFT { top:19px;left:0px;width:764px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HXlQrn0b3bssczyzrhaqP6n30TSqfwBy { display:block; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSIfyzZqhauA2908saoyKeE0FpmPLxXy { top:32px;left:139.39999389648px;width:505px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yvkogrJn3MXxuT2LauGtm8l38FKpkxHA { top:85px;left:232.39999389648px;width:32px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #sTGoUD3cxmQBV5yqO67FVaVJseWpMug8 { top:138px;left:231.39999389648px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #bKTJpAI3BlPAZQvLLofnOkd6e0FxgT7o { top:90px;left:254.39999389648px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EUGTTTi3PtOqnElZi6IVKIgfE3HV9q1P { top:144px;left:257.39999389648px;width:315px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { width:320px;height:491px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISi1CDAtVGNCaiXGDlUpXZ5yD0oPcd97 { width:320px;height:210px;top:276px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wLabnmUqJaGaraP76Bt2AdXSXkg6AZgC { width:58px;height:20px;top:29.5px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #wA9JHBTZZMITn8ECJdsLs9wsTEH4wW8v { width:320px;height:35.1px;top:82px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERwkFrJfZE2x5TOTwxvlNqMTTkRVATpX { width:302px;height:135px;top:130px;left:9px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7QVPt5KrhVbbsmOsanLvElu8rDK6ncx { width:105px;height:25px;top:27px;left:169px;display:block; }
 }@media only screen and (max-width: 763px) { #PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg { display:block; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { width:320px;height:292px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVLTLwmxs9tCHPXnLFmRPRw3qSlkPvmS { width:307px;height:270px;top:22px;left:6.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT { display:block; }#VpfhGoSfMXq7oE8nmAENZQBiC4gyAMIT > .row .container { width:320px;height:593px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcSVGOF8alSvf4dDW2pvTTWzsbn02usA { width:60px;height:60px;top:18px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #tyncQrl6mNrfBLNigkMEfTcwVLGAPLvt { width:60px;height:60px;top:214.99996948242px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #GsazbX9QdBKlp88KNb1AHVgEOJTveMtH { width:58px;height:58px;top:401.00003051758px;left:131px;display:block; }
 }@media only screen and (max-width: 763px) { #yL0skWpybKV4zhMvMosnTbOGKXU2oGLt { width:320px;height:23.4px;top:90.999969482422px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yxm4OwIrZFqzyymVEfZTv5X7Hocyodfx { width:320px;height:23.4px;top:295px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wcxVfyWddVX7xoZyhmmAh9HsupN2ddS3 { width:320px;height:23.4px;top:468px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #b35LENV6qpeD1lKv4yZ1739rbqPSGN0T { width:320px;height:54.6px;top:127px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UPkwdvKdp6JwmrN5sdU7UGqfeNAV6hsb { width:320px;height:36.4px;top:333px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #e2sqdA9QQwNEKdIc0KTzS3QnUPJoPtWL { width:320px;height:18.2px;top:504.40005493164px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT { display:block; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { width:320px;height:306px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klLUJJm8oul9WrfsPRW8TlF3t74VLDBA { width:178px;height:118px;top:281px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xKXa3eyuCpxF7QzFaEnZDuDHUd7Jy69t { width:301px;height:32.5px;top:25.34375px;left:9.5px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f96pxeHSPTW760JUncsBkZJVT8duoKKH { width:210px;height:127.4px;top:85px;left:55px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gudGHBIVwbfPQh1Gl5QGCyIwmPFK0OTJ { top:241.39999389648px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Srcz0TKLBVyfkxgCokfuU8ndWcOQHFEF { display:block; }
 }@media only screen and (max-width: 763px) { #cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy { display:block; }#cXoxM82dqdfKf6mRnJhfcbg7A8UnXRNy > .row .container { width:320px;height:203px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHQrUCTNXThF24cmuTI1EXcRDZVDq9Ny { height:179.73434535104px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg { display:block; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container { width:320px;height:68px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdekNlcqtBJSw6Xb7E1JeTPea7dC4fbs { width:320px;height:41.6px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 { display:block; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container { width:320px;height:113.6px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVMhXfsakzqt6zMmxpR2uWrayzl60SFT { width:320px;height:93.6px;top:20px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HXlQrn0b3bssczyzrhaqP6n30TSqfwBy { display:block; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { width:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSIfyzZqhauA2908saoyKeE0FpmPLxXy { width:320px;height:26px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yvkogrJn3MXxuT2LauGtm8l38FKpkxHA { width:32px;height:32px;top:66px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #sTGoUD3cxmQBV5yqO67FVaVJseWpMug8 { width:34px;height:34px;top:158.8px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #bKTJpAI3BlPAZQvLLofnOkd6e0FxgT7o { width:200px;height:20.8px;top:121px;left:83px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUGTTTi3PtOqnElZi6IVKIgfE3HV9q1P { width:315px;height:20.8px;top:210.79998779297px;left:5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }