.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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:url("https://images.assets-landingi.com/fbP40ws4/heart_3078925_1920.jpg");background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo { position:relative;display:block; }#Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo { background-color: transparent; background-image: none; }#Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo > .row .container > .video-iframe-container { display: none; }#Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo > .row > .video-iframe-container { display: none; }#Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo > .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); }#Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo { border-width: 0; border-radius: 0; }#Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c52127;background-image:none;font-size:14px;font-family:arial;height:226px;width:960px;position:relative;display:block; }#MqOHrle3qmiN8Flfus1bEJxIlxQR8yvT { color:#ffffff;display:block;width:352.986px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:19.97917175293px;left:20px;height:38.8889px;font-style:normal;display:block; }
#RcGJWMqEeu2dRoG6qyGxtp8CyQ1GnP3Q { color:#ffffff;display:block;width:892.986px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:73.975700378418px;left:20px;height:51.1111px;font-style:normal;display:block; }
#KLWTf9ZPapbk4aTTyCGNn59nRO1X5qus { background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#c52127;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:450px;height:55px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:145.97222900391px;left:20px;display:block; }
#h0KmWuFIxClD4GyRSdaT7pwSUgmaaJxf { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fbP40ws4/heart_3078925_1920.jpg");background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:994px;width:960px;overflow:visible;position:relative;display:block; }#BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { color:#ffffff;display:block;width:496.997px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 2px #000000;top:162.18751525879px;left:18.472229003906px;height:115.556px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { color:#ffffff;display:block;width:493.993px;position:absolute;font-family:"open sans";font-size:55px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:75.295143127441px;left:20px;height:71.1111px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NordyqwUvMJtVZv3BKO9Nu6iiE2prlAP { color:#ffffff;display:block;width:460px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:219.96528625488px;left:36.961853027344px;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p9ktmo2vH1InZBBEUBvrpLtLGTxq78mQ { z-index:100012;top:685.03125px;left:36.953125px;background-color:#c52127;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 3px #000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:511px;height:69px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#otPZ9NO1AodQOd9cOAfEfB81c5T7cKPE { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#yM7HdyDJExTHSQi35IpIFwRnV6DvAVfi { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:276px;top:15.295139312744px;left:21.458374023438px;overflow:hidden;display:block; }
#m360xRubX77GyShAtAALOkSnqhLMazrN { color:#ffffff;display:block;width:490.99px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 2px #000000;top:301.19793701172px;left:21.475708007812px;height:57.7778px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AqGdvhVMG9lHzZTsX7dU3JJZ5VsZXIfI { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:432px;width:432px;top:18.090278625488px;left:526.02429199219px;overflow:hidden;display:block; }
#NC2kRvcG3JogtFZtW3oGSKNp3Vp9XGE8 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:300px;width:300px;top:387.03128051758px;left:551.00701904297px;overflow:hidden;display:block; }
#HeevZ21kgccZ1WPRO1lM6qsO7Jeae505 { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0.4);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:229px;width:676px;top:149px;left:0;display:block; }
#Q2CrSvafSonPNbgMRwX0at5yCpc5CkQJ { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:251.19792175293px;left:241.96179199219px;display:block; }
#LM6OrVOi3WhsTMbvFkRo8oH4WXyVpmCs { color:#ffffff;display:block;width:494px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 2px #000000;top:393.10766601562px;left:18.454895019531px;height:100px;font-style:normal;display:block; }
#CI0shcG0fMZBW3v4viynzTXkoDitdekQ { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0.4);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:147px;width:676px;top:503.77780151367px;left:0;display:block; }
#PdJZlNzJOqRabsZ6GlUTuqXHpU10WDG0 { color:#000000;display:block;width:921.997px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:776.54516601562px;left:18.993103027344px;height:44.4444px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NLKRhsuTCOAodNlDxb69ymkKizMTeNI4 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:67.9861px;top:896px;left:401px;overflow:hidden;display:block; }
#V7OuiCT28G9CmDCSE4gsSxwOvuM8XfF8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120.99px;width:118.993px;top:844px;left:440px;overflow:hidden;display:block; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp .widget-container { padding-top:0;padding-right:9px;padding-bottom:0;padding-left:8px;vertical-align:top; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top;background-repeat:no-repeat;background-size:contain;color:#ffffff;padding-top:12px;padding-bottom:19px;padding-right:2px;padding-left:2px;display:block;width:86px;height:63px;position:relative;font-family:"open sans";font-size:63px;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:auto;height:15px;position:relative;font-family:"open sans";font-size:14px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp { top:520.26043701172px;left:51.961853027344px;z-index:100019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:;height:115px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #uPvKx3yLo8xNb62ZM48QfpSfJJq9EyOz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #KbV1mXAtHzBV1yDqoaVkML84GvUG4IfQ { display:block; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #oXu3UagfliOTDyTUo79X0ati63Z7Wfhn { display:block; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #wdaQN0K62zO6h2dSGJTElQmcVcX7lOqw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #ry6BdG4yP7AlxQGuP9pqOHzWAf8E17SN { display:block; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #s32aQ33O48TZwM5fbH4Syg43uFCG0vht { display:block; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #IL6TEIeIQGvC4pc3o8xKcTiKTFFVEM6o { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #GeFCTUOoOpFZGUD32coqa58UyH4c2dXx { display:block; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #m2gbTBs57upySAhIVpJXJ14xvBtQLxmW { display:block; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #vgJSgaSR9ToiLspqKFgFoSdQLRk42Try { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #ZA5rF6ryDimT5OyMJGG7Kg6OwXkvh1yK { display:block; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #B1a1vZogqiBwtBNdKpNqlp77TDnLSV9V { display:block; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL .widget-container { padding-top:0;padding-right:9px;padding-bottom:0;padding-left:8px;vertical-align:top; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top;background-repeat:no-repeat;background-size:contain;color:#ffffff;padding-top:12px;padding-bottom:19px;padding-right:2px;padding-left:2px;display:block;width:86px;height:63px;position:relative;font-family:tahoma;font-size:63px;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:auto;height:15px;position:relative;font-family:"open sans";font-size:14px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:;height:115px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #lmW0wPM8px9ZqyaTEUG6syO43QuegU4H { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #qtTyK0I53gbISbZgWUctZ6kD0eGN6xrD { display:block; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #wTVTJEQkrxsqb81XmEowPXI80bBAF9x3 { display:block; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #lcUpxngRp9IJJOxVPGMHpcwPucCe9Ego { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #V1Abm3W7lzTsiLMV0GTCyUPUaKU6p2E1 { display:block; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #e61l9zf7qrwEcDqf7h5kH3oFRn796O4X { display:block; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #eE3ViSqWKD33KQIgcDJBnQZKQfJxbNcV { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #RohGw8W5zhrUWDAgEqN1o107hDnJ5oFS { display:block; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #ZCm9id19EJLTv1rE37nSB9JU4ktDU2GK { display:block; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #Dt9ypu15Ec8zqSBbQtyJT28uwho9T71R { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #rcXfrZZub70U9rxWJ8Cq7D18eAv2FB6z { display:block; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #h7Tqgqcy51tNy81CfnBOQffTIAilgVax { display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo { display:block; }#Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqOHrle3qmiN8Flfus1bEJxIlxQR8yvT { width:352px;height:38px;top:19px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #RcGJWMqEeu2dRoG6qyGxtp8CyQ1GnP3Q { width:764px;height:51px;top:73px;left:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KLWTf9ZPapbk4aTTyCGNn59nRO1X5qus { width:450px;height:55px;top:145px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #h0KmWuFIxClD4GyRSdaT7pwSUgmaaJxf { 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) { #BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { width:496px;height:57px;top:162px;left:0;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { width:493px;height:71px;top:75px;left:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #NordyqwUvMJtVZv3BKO9Nu6iiE2prlAP { width:460px;height:;top:219px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p9ktmo2vH1InZBBEUBvrpLtLGTxq78mQ { top:685px;left:0;width:511px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #otPZ9NO1AodQOd9cOAfEfB81c5T7cKPE { display:block; }
 }@media only screen and (max-width: 763px) { #yM7HdyDJExTHSQi35IpIFwRnV6DvAVfi { width:276px;height:60px;top:15px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #m360xRubX77GyShAtAALOkSnqhLMazrN { width:490px;height:57px;top:301px;left:0;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #AqGdvhVMG9lHzZTsX7dU3JJZ5VsZXIfI { width:432px;height:432px;top:18px;left:331px;display:block; }
 }@media only screen and (max-width: 763px) { #NC2kRvcG3JogtFZtW3oGSKNp3Vp9XGE8 { width:300px;height:300px;top:387px;left:453.00701904297px;display:block; }
 }@media only screen and (max-width: 763px) { #HeevZ21kgccZ1WPRO1lM6qsO7Jeae505 { width:676px;height:229px;top:149px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Q2CrSvafSonPNbgMRwX0at5yCpc5CkQJ { width:50px;height:50px;top:251px;left:143.96179199219px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #LM6OrVOi3WhsTMbvFkRo8oH4WXyVpmCs { width:493px;height:96px;top:393px;left:0;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #CI0shcG0fMZBW3v4viynzTXkoDitdekQ { width:676px;height:147px;top:503px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #PdJZlNzJOqRabsZ6GlUTuqXHpU10WDG0 { width:764px;height:44px;top:776px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NLKRhsuTCOAodNlDxb69ymkKizMTeNI4 { width:67px;height:68.984689517416px;top:896px;left:303px;display:block; }
 }@media only screen and (max-width: 763px) { #V7OuiCT28G9CmDCSE4gsSxwOvuM8XfF8 { width:118px;height:119.98033497769px;top:844px;left:342px;display:block; }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp .widget-container {  }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp .widget-text.counter-number {  }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp .widget-text.counter-label {  }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp { top:520px;left:0;width:;height:115px;display:block; }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #uPvKx3yLo8xNb62ZM48QfpSfJJq9EyOz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #KbV1mXAtHzBV1yDqoaVkML84GvUG4IfQ {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #oXu3UagfliOTDyTUo79X0ati63Z7Wfhn {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #wdaQN0K62zO6h2dSGJTElQmcVcX7lOqw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #ry6BdG4yP7AlxQGuP9pqOHzWAf8E17SN {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #s32aQ33O48TZwM5fbH4Syg43uFCG0vht {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #IL6TEIeIQGvC4pc3o8xKcTiKTFFVEM6o { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #GeFCTUOoOpFZGUD32coqa58UyH4c2dXx {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #m2gbTBs57upySAhIVpJXJ14xvBtQLxmW {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #vgJSgaSR9ToiLspqKFgFoSdQLRk42Try { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #ZA5rF6ryDimT5OyMJGG7Kg6OwXkvh1yK {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #B1a1vZogqiBwtBNdKpNqlp77TDnLSV9V {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL .widget-container {  }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL .widget-text.counter-number {  }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL .widget-text.counter-label {  }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL { width:;height:115px;display:none; }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #lmW0wPM8px9ZqyaTEUG6syO43QuegU4H { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #qtTyK0I53gbISbZgWUctZ6kD0eGN6xrD {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #wTVTJEQkrxsqb81XmEowPXI80bBAF9x3 {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #lcUpxngRp9IJJOxVPGMHpcwPucCe9Ego { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #V1Abm3W7lzTsiLMV0GTCyUPUaKU6p2E1 {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #e61l9zf7qrwEcDqf7h5kH3oFRn796O4X {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #eE3ViSqWKD33KQIgcDJBnQZKQfJxbNcV { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #RohGw8W5zhrUWDAgEqN1o107hDnJ5oFS {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #ZCm9id19EJLTv1rE37nSB9JU4ktDU2GK {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #Dt9ypu15Ec8zqSBbQtyJT28uwho9T71R { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #rcXfrZZub70U9rxWJ8Cq7D18eAv2FB6z {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #h7Tqgqcy51tNy81CfnBOQffTIAilgVax {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo { display:block; }#Jz2dH86ibOn9SMKQbAmtZwDZI6GAsbvo > .row .container { width:320px;height:301px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqOHrle3qmiN8Flfus1bEJxIlxQR8yvT { width:320px;height:38.8889px;top:20px;left:0;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcGJWMqEeu2dRoG6qyGxtp8CyQ1GnP3Q { width:320px;height:127.778px;top:78.8889px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLWTf9ZPapbk4aTTyCGNn59nRO1X5qus { width:304px;height:55px;top:226.6669px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #h0KmWuFIxClD4GyRSdaT7pwSUgmaaJxf { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1142px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { width:318.993px;height:35.5556px;top:332px;left:1px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { width:318.993px;height:44.4444px;top:72.986114501953px;left:0;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #NordyqwUvMJtVZv3BKO9Nu6iiE2prlAP { width:320px;height:25.5556px;top:366px;left:0;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #p9ktmo2vH1InZBBEUBvrpLtLGTxq78mQ { top:780px;left:0;width:316.041834px;height:56.041634px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #otPZ9NO1AodQOd9cOAfEfB81c5T7cKPE { display:block; }
 }@media only screen and (max-width: 763px) { #yM7HdyDJExTHSQi35IpIFwRnV6DvAVfi { width:276px;height:60px;top:8px;left:21.996529579163px;display:block; }
 }@media only screen and (max-width: 763px) { #m360xRubX77GyShAtAALOkSnqhLMazrN { width:320px;height:35.5556px;top:442px;left:0;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #AqGdvhVMG9lHzZTsX7dU3JJZ5VsZXIfI { width:190px;height:190px;top:117px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #NC2kRvcG3JogtFZtW3oGSKNp3Vp9XGE8 { width:140px;height:140px;top:176px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #HeevZ21kgccZ1WPRO1lM6qsO7Jeae505 { width:320px;height:154px;top:327px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Q2CrSvafSonPNbgMRwX0at5yCpc5CkQJ { width:50px;height:50px;top:392px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #LM6OrVOi3WhsTMbvFkRo8oH4WXyVpmCs { width:320px;height:161.111px;top:487.99655151367px;left:0;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CI0shcG0fMZBW3v4viynzTXkoDitdekQ { width:320px;height:107px;top:653px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #PdJZlNzJOqRabsZ6GlUTuqXHpU10WDG0 { width:320px;height:111.111px;top:861px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NLKRhsuTCOAodNlDxb69ymkKizMTeNI4 { width:67px;height:68.984689517416px;top:1021px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #V7OuiCT28G9CmDCSE4gsSxwOvuM8XfF8 { width:118px;height:119.98033497769px;top:971px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp .widget-container { padding-top:0;padding-right:6px;padding-bottom:0;padding-left:5px;vertical-align:top; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top;background-repeat:no-repeat;background-size:contain;padding-top:7px;padding-bottom:13px;padding-right:1px;padding-left:1px;display:block;width:58px;height:43px;position:relative;font-size:43px;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp .widget-text.counter-label { background-color:;background-image:none;padding-top:0;padding-bottom:0;padding-right:1px;padding-left:1px;display:block;width:auto;height:11px;position:relative;font-size:10px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#ry5wlfAznpKmNx4dQc742tu5gStEc9Zp { top:645.46878051758px;left:18.072916984558px;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:283.819px;height:77.9861px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #uPvKx3yLo8xNb62ZM48QfpSfJJq9EyOz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #KbV1mXAtHzBV1yDqoaVkML84GvUG4IfQ {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #oXu3UagfliOTDyTUo79X0ati63Z7Wfhn {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #wdaQN0K62zO6h2dSGJTElQmcVcX7lOqw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #ry6BdG4yP7AlxQGuP9pqOHzWAf8E17SN {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #s32aQ33O48TZwM5fbH4Syg43uFCG0vht {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #IL6TEIeIQGvC4pc3o8xKcTiKTFFVEM6o { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #GeFCTUOoOpFZGUD32coqa58UyH4c2dXx {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #m2gbTBs57upySAhIVpJXJ14xvBtQLxmW {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #vgJSgaSR9ToiLspqKFgFoSdQLRk42Try { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #ZA5rF6ryDimT5OyMJGG7Kg6OwXkvh1yK {  }
 }@media only screen and (max-width: 763px) { #ry5wlfAznpKmNx4dQc742tu5gStEc9Zp #B1a1vZogqiBwtBNdKpNqlp77TDnLSV9V {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL .widget-container { padding-top:0;padding-right:6px;padding-bottom:0;padding-left:5px;vertical-align:top; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top;background-repeat:no-repeat;background-size:contain;padding-top:7px;padding-bottom:13px;padding-right:1px;padding-left:1px;display:block;width:58px;height:43px;position:relative;font-size:43px;line-height:1;text-align:center;text-align-last:center;top:0;left:0;font-family:ubuntu; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL .widget-text.counter-label { background-color:;background-image:none;padding-top:0;padding-bottom:0;padding-right:1px;padding-left:1px;display:block;width:auto;height:11px;position:relative;font-size:10px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0;color:#ffffff;font-family:ubuntu; }
#SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL { top:667.46531677246px;left:11.979166984558px;z-index:100020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:;height:78px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #lmW0wPM8px9ZqyaTEUG6syO43QuegU4H { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #qtTyK0I53gbISbZgWUctZ6kD0eGN6xrD {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #wTVTJEQkrxsqb81XmEowPXI80bBAF9x3 {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #lcUpxngRp9IJJOxVPGMHpcwPucCe9Ego { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #V1Abm3W7lzTsiLMV0GTCyUPUaKU6p2E1 {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #e61l9zf7qrwEcDqf7h5kH3oFRn796O4X {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #eE3ViSqWKD33KQIgcDJBnQZKQfJxbNcV { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #RohGw8W5zhrUWDAgEqN1o107hDnJ5oFS {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #ZCm9id19EJLTv1rE37nSB9JU4ktDU2GK {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #Dt9ypu15Ec8zqSBbQtyJT28uwho9T71R { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #rcXfrZZub70U9rxWJ8Cq7D18eAv2FB6z {  }
 }@media only screen and (max-width: 763px) { #SvnfbJWl2ETs8KRWVD0qBtBOZv8wTCJL #h7Tqgqcy51tNy81CfnBOQffTIAilgVax {  }
 }