.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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { position:relative;display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { background-color: transparent; background-image: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { border-width: 0; border-radius: 0; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container {  }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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:355px;width:1200px;position:relative;display:block; }#VwyHXoAWiG21DBwVQw4g1IsE2tAgXMV1 { color:#000000;display:block;width:1100px;position:absolute;font-family:oswald;font-size:100px;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:32px;left:50px;height:140px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFpvXeOTBC14846cfMuGq4qbA6WHdIUC { color:#000000;display:block;width:1100px;position:absolute;font-family:"open sans";font-size:47px;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:188px;left:50px;height:131.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 { position:relative;display:block; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 { background-color: transparent; background-image: none; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row .container > .video-iframe-container { display: none; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row > .video-iframe-container { display: none; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .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); }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 { border-width: 0; border-radius: 0; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row .container > .video-iframe-container {  }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .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:674px;width:1200px;position:relative;display:block; }#NzTwTNDaTyphZ3NJNXuVatrTB6oQycca { position:absolute;display:block;z-index:15000;border-top:5px solid #ff0000;border-left:5px solid #ff0000;border-right:5px solid #ff0000;border-bottom:5px solid #ff0000;height:616px;width:1100px;top:0px;left:45px;display:block; }
#DgVyBAKsS5UZOBgml2dx4lgIdyVqngft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DgVyBAKsS5UZOBgml2dx4lgIdyVqngft > .row .container { background-color: transparent; background-image: none; }#DgVyBAKsS5UZOBgml2dx4lgIdyVqngft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgVyBAKsS5UZOBgml2dx4lgIdyVqngft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgVyBAKsS5UZOBgml2dx4lgIdyVqngft > .row .container > .video-iframe-container { display: none; }#DgVyBAKsS5UZOBgml2dx4lgIdyVqngft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgVyBAKsS5UZOBgml2dx4lgIdyVqngft > .row > .video-iframe-container { display: none; }#DgVyBAKsS5UZOBgml2dx4lgIdyVqngft > .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); }#DgVyBAKsS5UZOBgml2dx4lgIdyVqngft > .row .container { border-width: 0; border-radius: 0; }#DgVyBAKsS5UZOBgml2dx4lgIdyVqngft > .row > .video-iframe-container {  }#DgVyBAKsS5UZOBgml2dx4lgIdyVqngft > .row .container { font-size:14px;font-family:arial;height:710px;width:1200px;position:relative;display:block; }#Mx4Xs45C1sGl1DPT16NbTnOaOckhCfkG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:201px;width:541px;top:10px;left:328px;overflow:hidden;display:block; }
#QdXm8oS4zw9LTxuQlmJOv4gCuNZSExvQ { color:#000000;display:block;width:954px;position:absolute;font-family:ubuntu;font-size:32px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:379px;left:123px;height:41.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:11.06px;margin-bottom:0;margin-left:11.06px;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:16.37px;padding-right:2.76px;padding-bottom:0;padding-left:2.76px;display:block;width:118.86px;height:79.14px;position:relative;font-family:tahoma, arial, sans-serif;font-size:85.96px;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:2.76px;padding-bottom:10.92px;padding-left:2.76px;display:block;width:118.86px;height:20.47px;position:relative;font-family:arial;font-size:16.37px;font-weight:500;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT { top:925.5px;left:307px;z-index:15007;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:586px;height:157px;padding-top:0;padding-right:0;padding-bottom: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:none; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #rErd3nPsNFbRhaHZGQC7TsozvsbMHUht { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #kyBHwlJrNMbilLX8PT6asxrtrpHHik2M { display:block; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #U7INpUUX57Srn908qcHIaXSuIdcuGpsf { display:block; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #iT0rwbzNprGlSBycRQaewWpqC9HP4EDI { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #dgxANlPvhDTUCFDMcRKsT9uAdUWt9DHe { display:block; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #EqxbgeQwTsSRBIJTo3ruVQBra43D5CnE { display:block; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #KahW9wO1QdB9aJFWTv607RoDZTTHTslQ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #h0cwxpdnMaUCJO6WfDI4GSiUL6sQCTPQ { display:block; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #zSAGeRHmo8olAudb8ah9bGrwpXOAggve { display:block; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #IGrQLPlNOiD9RJzgzV9G3zaDoX6FIsvm { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #frSTim8OwEwHE2QaJWR7dP2M5sKLNMbZ { display:block; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #e82haRcbz7ZvtNksqKni4Bz4I2QCJNKW { display:block; }
#dUTD5Hipou2gPkdlDNivZ2I2Vs6ywtnU { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:700px;width:960px;top:13px;left:120px;display:none; }
#nyEWiTo3kZH6gTJnDDISgTHHeNtcTD12 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:228px;width:960px;top:420px;left:120px;overflow:hidden;display:block; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:10.3px;padding-right:9.13px;padding-bottom:10.3px;padding-left:9.13px;display:block;align-items:center;width:54.8px;min-width:54.8px;height:55.35px;position:relative;font-family:poppins;font-size:41.19px;font-weight:700;line-height:55.35px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:6.44px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:73.06px;height:21.88px;position:relative;font-family:poppins;font-size:15.45px;font-weight:400;line-height:21.88px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc { 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:#ffffff;background-image:none;display:flex;justify-content:space-between;width:356px;height:104.27px;padding-top:12.87px;padding-right:13.05px;padding-bottom:12.87px;padding-left:13.05px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:212px;left:408px;z-index:15010; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #a1mQ04E9vzi9bidwSftl4uzSiTFp1FoF { display:flex;position:relative;top:0px;left:0px; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #MilaqFkaFAW4I8WTPF1CphL9JdmrEg8m { width:auto; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #ztwr0NQZI21UaIVpcT11tZ8qcZyZIZlB {  }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #ITCytdUpLn2uaJFNSopSeKNRg8WZA3EJ { display:flex;position:relative;top:0px;left:0px; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #EaigrroQhbIUd6RTp1SuwDIVXq3nRizA {  }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #lumhstx7vLiV8TV7tlJ3ePTv7P5GxNhO {  }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #eRXmSozwZTfto6QKfUBQ8Py8gvvOgHwE { display:flex;position:relative;top:0px;left:0px; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #QLuAT6Rv1fh0bXwETPTtkcewPUSXXOsm {  }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #RURdEO0cO1iKSBN8sHo5UnC0XxvfVLVH {  }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #lATI5umpM3zP8n5ppOeSTtTp28CHPdxO { display:flex;position:relative;top:0px;left:0px; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #qwTNULVMnPIcrwkZvCJGRvaZ1BAoZgZv {  }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #XV1PCf5iAQTTK3rJWiiATLbxa02VdV3l {  }
#WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s { position:relative;display:block; }#WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s { background-color: transparent; background-image: none; }#WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s > .row .container > .video-iframe-container { display: none; }#WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s > .row > .video-iframe-container { display: none; }#WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s > .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); }#WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s { border-width: 0; border-radius: 0; }#WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s > .row .container > .video-iframe-container {  }#WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s > .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:105px;width:1200px;position:relative;display:block; }#ZmJhvxrWBhlF34xJ6MVPZmoN0o4r4RlM { display:block;width:1200px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:14px;left:0px;height:45.5px;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#l470sFeUTWWOUzZ6t0W83bU5VZzIzVJB { display:block;width:1200px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:58px;left:0px;height:23.4px;text-align:center;text-align-last:center;color:#f55a01;font-style:normal;display:block; }
#vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO > .row .container { background-color: transparent; background-image: none; }#vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO > .row .container > .video-iframe-container { display: none; }#vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO > .row > .video-iframe-container { display: none; }#vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO > .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); }#vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO > .row .container { border-width: 0; border-radius: 0; }#vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO > .row > .video-iframe-container {  }#vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO > .row .container { font-size:14px;font-family:arial;height:498px;width:1200px;position:relative;display:block; }#u7Jixtn0EM76680Hix6wS9BQWTIAvRao { border-top:5px solid #f55a01;border-left:5px solid #f55a01;border-right:5px solid #f55a01;border-bottom:5px solid #f55a01;height:170px;width:170px;position:absolute;display:block;z-index:15002;top:32px;left:49px;overflow:hidden;display:block; }
#JDuNaHlqco9igpZWA24DQKxsuKlTurAb { border-top:1px solid #f55a01;border-left:1px solid #f55a01;border-right:1px solid #f55a01;border-bottom:1px solid #f55a01;background-color:transparent;background-image:none;height:254px;width:340px;position:absolute;display:block;z-index:15000;top:140px;left:211px;display:block; }
#q8CLeqtRePI4r2KtqWQoDGDsDpOwTroB { display:block;width:281px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:164px;left:241px;height:210px;color:#000000;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#ebBKenBFHiuIxmUPLQGmcgx9qZJBwV33 { display:block;width:285px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32px;left:248px;height:20.8px;color:#000000;font-style:normal;display:block; }
#p11UE5QORSMusFU6yZuZaf9DXDBeRV2D { display:block;width:285px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:55px;left:248px;height:62.4px;color:#f55a01;font-style:normal;display:block; }
#bqUltc7AAkOGZHVRUctNLOnEysEawqw0 { border-top:5px solid #f55a01;border-left:5px solid #f55a01;border-right:5px solid #f55a01;border-bottom:5px solid #f55a01;height:170px;width:170px;position:absolute;display:block;z-index:15008;top:32px;left:650px;overflow:hidden;display:block; }
#GLCVT3BT6VTwlhHsvR0W8rxfOlaQmoIz { border-top:1px solid #f55a01;border-left:1px solid #f55a01;border-right:1px solid #f55a01;border-bottom:1px solid #f55a01;background-color:transparent;background-image:none;height:294px;width:340px;position:absolute;display:block;z-index:14999;top:140px;left:811px;display:block; }
#FvTWxTWDol72xTpiO6zLcZgI5u87cAVt { display:block;width:281px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:164px;left:841px;height:252px;color:#000000;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#EOqV8aq3FTPTwAoZETRXmD5JQQzaO6aB { display:block;width:285px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32px;left:852px;height:20.8px;color:#000000;font-style:normal;display:block; }
#nTTEmkFa6leenP424aEHhU7LU4TqMKBE { display:block;width:285px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:55px;left:852px;height:62.4px;color:#f55a01;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwyHXoAWiG21DBwVQw4g1IsE2tAgXMV1 { top:32px;left:0px;width:764px;height:140px;font-size:100px;display:block; }
 }@media only screen and (max-width: 763px) { #eFpvXeOTBC14846cfMuGq4qbA6WHdIUC { top:188px;left:0px;width:764px;height:131px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 { display:block; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzTwTNDaTyphZ3NJNXuVatrTB6oQycca { top:0px;left:0px;width:754px;height:422.24px;display:block; }
 }@media only screen and (max-width: 763px) { #DgVyBAKsS5UZOBgml2dx4lgIdyVqngft { display:block; }#DgVyBAKsS5UZOBgml2dx4lgIdyVqngft > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mx4Xs45C1sGl1DPT16NbTnOaOckhCfkG { top:10px;left:110px;width:541px;height:201px;display:block; }
 }@media only screen and (max-width: 763px) { #QdXm8oS4zw9LTxuQlmJOv4gCuNZSExvQ { top:379px;left:0px;width:764px;height:41px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:11.06px;margin-bottom:0;margin-left:11.06px;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:16.37px;padding-right:2.76px;padding-bottom:0;padding-left:2.76px;display:block;width:118.86px;height:79.14px;position:relative;font-family:tahoma, arial, sans-serif;font-size:85.96px;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:2.76px;padding-bottom:10.92px;padding-left:2.76px;display:block;width:118.86px;height:20.47px;position:relative;font-family:arial;font-size:16.37px;font-weight:500;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT { top:0px;left:89px;width:586px;height:157px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #rErd3nPsNFbRhaHZGQC7TsozvsbMHUht { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #kyBHwlJrNMbilLX8PT6asxrtrpHHik2M {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #U7INpUUX57Srn908qcHIaXSuIdcuGpsf {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #iT0rwbzNprGlSBycRQaewWpqC9HP4EDI { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #dgxANlPvhDTUCFDMcRKsT9uAdUWt9DHe {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #EqxbgeQwTsSRBIJTo3ruVQBra43D5CnE {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #KahW9wO1QdB9aJFWTv607RoDZTTHTslQ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #h0cwxpdnMaUCJO6WfDI4GSiUL6sQCTPQ {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #zSAGeRHmo8olAudb8ah9bGrwpXOAggve {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #IGrQLPlNOiD9RJzgzV9G3zaDoX6FIsvm { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #frSTim8OwEwHE2QaJWR7dP2M5sKLNMbZ {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #e82haRcbz7ZvtNksqKni4Bz4I2QCJNKW {  }
 }@media only screen and (max-width: 763px) { #dUTD5Hipou2gPkdlDNivZ2I2Vs6ywtnU { top:13px;left:0px;width:764px;height:700px;display:block; }
 }@media only screen and (max-width: 763px) { #nyEWiTo3kZH6gTJnDDISgTHHeNtcTD12 { top:420px;left:0px;width:764px;height:181.45px;display:block; }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc { display:flex;width:288px;height:81px;top:806px;left:0px; }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #a1mQ04E9vzi9bidwSftl4uzSiTFp1FoF { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #MilaqFkaFAW4I8WTPF1CphL9JdmrEg8m {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #ztwr0NQZI21UaIVpcT11tZ8qcZyZIZlB {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #ITCytdUpLn2uaJFNSopSeKNRg8WZA3EJ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #EaigrroQhbIUd6RTp1SuwDIVXq3nRizA {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #lumhstx7vLiV8TV7tlJ3ePTv7P5GxNhO {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #eRXmSozwZTfto6QKfUBQ8Py8gvvOgHwE { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #QLuAT6Rv1fh0bXwETPTtkcewPUSXXOsm {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #RURdEO0cO1iKSBN8sHo5UnC0XxvfVLVH {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #lATI5umpM3zP8n5ppOeSTtTp28CHPdxO { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #qwTNULVMnPIcrwkZvCJGRvaZ1BAoZgZv {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #XV1PCf5iAQTTK3rJWiiATLbxa02VdV3l {  }
 }@media only screen and (max-width: 763px) { #WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s { display:block; }#WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmJhvxrWBhlF34xJ6MVPZmoN0o4r4RlM { width:764px;height:49px;top:68px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #l470sFeUTWWOUzZ6t0W83bU5VZzIzVJB { width:764px;height:23px;top:116px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO { display:block; }#vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7Jixtn0EM76680Hix6wS9BQWTIAvRao { width:83px;height:83px;top:179px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JDuNaHlqco9igpZWA24DQKxsuKlTurAb { width:230px;height:159px;top:184px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #q8CLeqtRePI4r2KtqWQoDGDsDpOwTroB { width:200px;height:126px;top:204px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #ebBKenBFHiuIxmUPLQGmcgx9qZJBwV33 { width:230px;height:20px;top:358px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #p11UE5QORSMusFU6yZuZaf9DXDBeRV2D { width:230px;height:20px;top:381px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #bqUltc7AAkOGZHVRUctNLOnEysEawqw0 { width:100px;height:100px;top:179px;left:402px;display:block; }
 }@media only screen and (max-width: 763px) { #GLCVT3BT6VTwlhHsvR0W8rxfOlaQmoIz { width:230px;height:159px;top:184px;left:532px;display:block; }
 }@media only screen and (max-width: 763px) { #FvTWxTWDol72xTpiO6zLcZgI5u87cAVt { width:200px;height:126px;top:204px;left:547px;display:block; }
 }@media only screen and (max-width: 763px) { #EOqV8aq3FTPTwAoZETRXmD5JQQzaO6aB { width:230px;height:20px;top:358px;left:534px;display:block; }
 }@media only screen and (max-width: 763px) { #nTTEmkFa6leenP424aEHhU7LU4TqMKBE { width:230px;height:20px;top:381px;left:534px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwyHXoAWiG21DBwVQw4g1IsE2tAgXMV1 { width:320px;height:44.8px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFpvXeOTBC14846cfMuGq4qbA6WHdIUC { width:320px;height:173.6px;top:84.59375px;left:0px;font-size:31px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 { display:block; }#TSx4OzTZkhi5b7Wo6QRyA18yIANHn567 > .row .container { width:320px;height:223px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzTwTNDaTyphZ3NJNXuVatrTB6oQycca { height:173.6px;width:310px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DgVyBAKsS5UZOBgml2dx4lgIdyVqngft { display:block; }#DgVyBAKsS5UZOBgml2dx4lgIdyVqngft > .row .container { width:320px;height:403px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mx4Xs45C1sGl1DPT16NbTnOaOckhCfkG { width:320px;height:118px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QdXm8oS4zw9LTxuQlmJOv4gCuNZSExvQ { width:320px;height:57.2px;top:232px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT .widget-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:;background-image: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:5px;margin-bottom:0;margin-left:5px;vertical-align:top; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:7px;padding-right:1px;padding-bottom:0;padding-left:1px;display:block;width:58px;height:40px;position:relative;font-size:43px;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:1px;padding-bottom:5px;padding-left:1px;display:block;width:auto;height:11px;position:relative;font-size:8px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT { top:334px;left:-133px;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:586px;height:78px;padding-top:0;padding-right:0;padding-bottom: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) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #rErd3nPsNFbRhaHZGQC7TsozvsbMHUht { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #kyBHwlJrNMbilLX8PT6asxrtrpHHik2M {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #U7INpUUX57Srn908qcHIaXSuIdcuGpsf {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #iT0rwbzNprGlSBycRQaewWpqC9HP4EDI { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #dgxANlPvhDTUCFDMcRKsT9uAdUWt9DHe {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #EqxbgeQwTsSRBIJTo3ruVQBra43D5CnE {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #KahW9wO1QdB9aJFWTv607RoDZTTHTslQ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #h0cwxpdnMaUCJO6WfDI4GSiUL6sQCTPQ {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #zSAGeRHmo8olAudb8ah9bGrwpXOAggve {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #IGrQLPlNOiD9RJzgzV9G3zaDoX6FIsvm { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #frSTim8OwEwHE2QaJWR7dP2M5sKLNMbZ {  }
 }@media only screen and (max-width: 763px) { #McR8FvN7NLpdfo9tVBhNU6uDSzBbL0QT #e82haRcbz7ZvtNksqKni4Bz4I2QCJNKW {  }
 }@media only screen and (max-width: 763px) { #dUTD5Hipou2gPkdlDNivZ2I2Vs6ywtnU { width:320px;height:190px;top:20.546875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #nyEWiTo3kZH6gTJnDDISgTHHeNtcTD12 { width:320px;height:71.740412979351px;top:315px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc { display:flex;width:288px;height:81px;top:127px;left:0px; }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #a1mQ04E9vzi9bidwSftl4uzSiTFp1FoF { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #MilaqFkaFAW4I8WTPF1CphL9JdmrEg8m {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #ztwr0NQZI21UaIVpcT11tZ8qcZyZIZlB {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #ITCytdUpLn2uaJFNSopSeKNRg8WZA3EJ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #EaigrroQhbIUd6RTp1SuwDIVXq3nRizA {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #lumhstx7vLiV8TV7tlJ3ePTv7P5GxNhO {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #eRXmSozwZTfto6QKfUBQ8Py8gvvOgHwE { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #QLuAT6Rv1fh0bXwETPTtkcewPUSXXOsm {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #RURdEO0cO1iKSBN8sHo5UnC0XxvfVLVH {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #lATI5umpM3zP8n5ppOeSTtTp28CHPdxO { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #qwTNULVMnPIcrwkZvCJGRvaZ1BAoZgZv {  }
 }@media only screen and (max-width: 763px) { #XJb5ocg9WzSfT4SeTvVrIkyacU3zlZwc #XV1PCf5iAQTTK3rJWiiATLbxa02VdV3l {  }
 }@media only screen and (max-width: 763px) { #WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s { display:block; }#WIolLrdZGnOePkS4vTPfiP1aS4iTcQ7s > .row .container { width:320px;height:134px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmJhvxrWBhlF34xJ6MVPZmoN0o4r4RlM { width:320px;height:83.2px;top:12px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #l470sFeUTWWOUzZ6t0W83bU5VZzIzVJB { width:320px;height:20.8px;top:95px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO { display:block; }#vzCPcc4D63yF74tQN2TTXRXSlT5iHAbO > .row .container { width:320px;height:1307px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7Jixtn0EM76680Hix6wS9BQWTIAvRao { width:120px;height:120px;top:25px;left:95px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #JDuNaHlqco9igpZWA24DQKxsuKlTurAb { width:280px;height:246px;top:267px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #q8CLeqtRePI4r2KtqWQoDGDsDpOwTroB { width:241px;height:210px;top:287px;left:40px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ebBKenBFHiuIxmUPLQGmcgx9qZJBwV33 { width:280px;height:20.8px;top:171px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p11UE5QORSMusFU6yZuZaf9DXDBeRV2D { width:280px;height:62.4px;top:191px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bqUltc7AAkOGZHVRUctNLOnEysEawqw0 { width:120px;height:119px;top:547px;left:95px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #GLCVT3BT6VTwlhHsvR0W8rxfOlaQmoIz { width:280px;height:344px;top:793px;left:20px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #FvTWxTWDol72xTpiO6zLcZgI5u87cAVt { width:241px;height:315px;top:808px;left:40px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EOqV8aq3FTPTwAoZETRXmD5JQQzaO6aB { width:280px;height:20.8px;top:692px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nTTEmkFa6leenP424aEHhU7LU4TqMKBE { width:280px;height:62.4px;top:712px;left:21px;font-size:16px;display:block; }
 }