.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: static;
}
.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 (max-width: 959px) { [class*="col-"] { width: 100%; } }body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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 .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vgzQvRKRtek099tiXyp5wdE5aRVtXueT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vgzQvRKRtek099tiXyp5wdE5aRVtXueT > .row .container { background-color: transparent; background-image: none; }#vgzQvRKRtek099tiXyp5wdE5aRVtXueT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vgzQvRKRtek099tiXyp5wdE5aRVtXueT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vgzQvRKRtek099tiXyp5wdE5aRVtXueT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vgzQvRKRtek099tiXyp5wdE5aRVtXueT > .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); }#vgzQvRKRtek099tiXyp5wdE5aRVtXueT > .row .container { border-width: 0; border-radius: 0; }#vgzQvRKRtek099tiXyp5wdE5aRVtXueT > .row .container { font-size:14px;font-family:arial;height:91px;width:960px;position:relative;display:block; }#bR7IST1mIR0Zo8DHXp5d2D3V7wAmG4WU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:57px;width:151px;position:absolute;display:block;z-index:100008;top:17px;left:120px;overflow:hidden;display:block; }
#FH4T1GOpCEk0qbhNig4NDH4cnVl2IC2v { display:block;width:267px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:12px;left:637px;height:66px;display:block; }
#G0QNziTKpHVo5wUVbuFTDqfdszTmEetd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#G0QNziTKpHVo5wUVbuFTDqfdszTmEetd > .row .container { background-color: transparent; background-image: none; }#G0QNziTKpHVo5wUVbuFTDqfdszTmEetd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0QNziTKpHVo5wUVbuFTDqfdszTmEetd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0QNziTKpHVo5wUVbuFTDqfdszTmEetd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0QNziTKpHVo5wUVbuFTDqfdszTmEetd > .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); }#G0QNziTKpHVo5wUVbuFTDqfdszTmEetd > .row .container { border-width: 0; border-radius: 0; }#G0QNziTKpHVo5wUVbuFTDqfdszTmEetd > .row .container { font-size:14px;font-family:arial;height:482px;width:960px;position:relative;display:block; }#uGOG2tynLdOhJEIWIVIbdBRyqsHDXGOV { display:block;width:729px;position:absolute;font-family:arial;font-size:25px;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;top:35px;left:115px;height:35px;text-align:center;text-align-last:center;display:block; }
#m6cZDPMasWrfZPJRTK1R83rdoMeWqpCE { display:block;width:729px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:84px;left:115px;height:100px;text-align:center;text-align-last:center;display:block; }
#pQ271oSthmo5QZpJO4mRwxwFg6ooImRA { display:block;width:557px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:100003;line-height:2.4;letter-spacing:0;top:206px;left:403px;height:240px;text-align:left;text-align-last:left;display:block; }
#n8f44rRsNBmc98f8d3HZ3AXW3OnZ9qsR { box-sizing:content-box;color:#24e15b;font-size:30px;font-weight:400;line-height:1;height:44px;width:44px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:209px;left:351px;display:block; }
#BLhfbJs4I0ifFD8WSQdhBbE35JEraTxH { box-sizing:content-box;color:#24e15b;font-size:30px;font-weight:400;line-height:1;height:44px;width:44px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:257px;left:351px;display:block; }
#ITfQFXS6xO7SJkDTqNhasBG5m3Bc3VJ2 { box-sizing:content-box;color:#24e15b;font-size:30px;font-weight:400;line-height:1;height:44px;width:44px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:303px;left:351px;display:block; }
#HBZ55P7sRC85cAzDTUheBAf1byU5tRiZ { box-sizing:content-box;color:#24e15b;font-size:30px;font-weight:400;line-height:1;height:44px;width:44px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:352px;left:351px;display:block; }
#IAyOy4ckACWzbLEpsPJy4XcfOBQSlwL8 { box-sizing:content-box;color:#24e15b;font-size:30px;font-weight:400;line-height:1;height:44px;width:44px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:401px;left:351px;display:block; }
#E2cSSTkpEJflvgtUJTZXvpbyvxIRXiI7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:221px;width:254px;position:absolute;display:block;z-index:100009;top:215px;left:86px;overflow:hidden;display:block; }
#ovLfhutK7ch2p2w9w5mNDswv6r4bV7MG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ovLfhutK7ch2p2w9w5mNDswv6r4bV7MG > .row .container { background-color: transparent; background-image: none; }#ovLfhutK7ch2p2w9w5mNDswv6r4bV7MG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ovLfhutK7ch2p2w9w5mNDswv6r4bV7MG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ovLfhutK7ch2p2w9w5mNDswv6r4bV7MG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ovLfhutK7ch2p2w9w5mNDswv6r4bV7MG > .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); }#ovLfhutK7ch2p2w9w5mNDswv6r4bV7MG > .row .container { border-width: 0; border-radius: 0; }#ovLfhutK7ch2p2w9w5mNDswv6r4bV7MG > .row .container { font-size:14px;font-family:arial;height:525px;width:960px;position:relative;display:block; }#MOJI5rG0iXvSPDi25TEr4lhpkpnmSIfV { display:block;width:711px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:100004;line-height:2.4;letter-spacing:0;top:69px;left:206px;height:301px;text-align:left;text-align-last:left;display:block; }
#asPSO9TDdTXEELyNV6GVuqydaDbBIuh2 { display:block;width:729px;position:absolute;font-family:arial;font-size:25px;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:19px;left:110px;height:35px;text-align:center;text-align-last:center;display:block; }
#wUg1SzaXc15ZvpJ1dVw9phokly8s6UhI { box-sizing:content-box;color:#00a731;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:69px;left:159px;display:block; }
#fD2DwQUWV1pGwbg0F4hPDz6TpIh5ixCT { box-sizing:content-box;color:#00a731;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:113px;left:159px;display:block; }
#tdWTyPQ7gBrqiTIv7tLtRTkbHZHAftib { box-sizing:content-box;color:#00a731;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:155px;left:159px;display:block; }
#F1uPqzBtJsM0NxZWTEP7IV59zEeByLWt { box-sizing:content-box;color:#00a731;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:198px;left:159px;display:block; }
#aLrb58n0LpvD06TT7onaLWpwM4di9SiF { box-sizing:content-box;color:#00a731;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:242px;left:159px;display:block; }
#KZOQyE2kIwqOtNHI0LvFksTXpwqmr0Ny { box-sizing:content-box;color:#00a731;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:285px;left:159px;display:block; }
#fRqbt0dlbCwQTbZMFTLgnyXu0RpbMryT { box-sizing:content-box;color:#00a731;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:327px;left:159px;display:block; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf .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:none;margin-top:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:"open sans";font-size:54px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:82px;height:15px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf { 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:430px;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;top:383px;left:265px;z-index:100012;display:block; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #en0S8gd17GwSTnGaPs3hBAi7PbNpr0vK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #VwlaxVWJTFtVkuy8SCsbQd9QozTSXizM { display:block; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #cgf97OLHnOBPRzKDR07Heqp8LSJM5xFU { display:block; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #NAI0U7yxMPn9qdezie7MwwkswbhPqqKN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #uuGy2Bws4yHUnel0wO9Bde7DipcXCkxS { display:block; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #CLIDW5ScnhWTrwc9O91WZNSG9KLq19lr { display:block; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #WWNwcfG3KJiwLTXnu2scCMS2XONXualf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #v3TtcrIfwG26kBHc1wU7CGCyyHuX9dBz { display:block; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #e9ouzei4vDQpSXeIGGX2NmrvIxGgSmKz { display:block; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #JTZVTeMhzCLIl6f5a6wQL37ATIc1KV4n { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #bi2viIPvRyfrmrFCpEN4m5QgVX3UQbgm { display:block; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #vdPqIlvaDz6mZ2G27n5hFAhaD2qy8DvA { display:block; }
#Csc62s30P9SnGLpAdigefywscMpd5aru { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ededed;background-image:none;position:relative;display:block; }#Csc62s30P9SnGLpAdigefywscMpd5aru > .row .container { background-color: transparent; background-image: none; }#Csc62s30P9SnGLpAdigefywscMpd5aru::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Csc62s30P9SnGLpAdigefywscMpd5aru > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Csc62s30P9SnGLpAdigefywscMpd5aru > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Csc62s30P9SnGLpAdigefywscMpd5aru > .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); }#Csc62s30P9SnGLpAdigefywscMpd5aru > .row .container { border-width: 0; border-radius: 0; }#Csc62s30P9SnGLpAdigefywscMpd5aru > .row .container { font-size:14px;font-family:arial;height:718px;width:960px;position:relative;display:block; }#By1L4xscmQ8WRNMzfayvczmddJNmgGQL { display:block;width:729px;position:absolute;font-family:arial;font-size:25px;font-weight:normal;z-index:100003;line-height:1.4;letter-spacing:0;top:44px;left:116px;height:35px;text-align:center;text-align-last:center;display:block; }
#nf2QKqPbZFKWe1Gg00nheROfoW6IZAEf { display:block;width:639px;position:absolute;font-family:arial;font-size:24px;font-weight:normal;z-index:100005;line-height:1.8;letter-spacing:0;top:102px;left:161px;height:43px;text-align:center;text-align-last:center;display:block; }
#zeKGy0sU6M7BqEGq86LzCnB5cpPTRrxL { display:block;width:639px;position:absolute;font-family:arial;font-size:24px;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:188px;left:161px;height:52px;text-align:center;text-align-last:center;color:#004514;display:block; }
#ZVmb694Z4Q0qJNVznG5QTJO7NDZD5G60 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:291px;width:519px;top:337px;left:221px;display:block; }
#yLIqLlHTQ5fQoHywlZf2xclsd6VRpUM8 { display:block;width:729px;position:absolute;font-family:arial;font-size:25px;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:290px;left:116px;height:35px;text-align:center;text-align-last:center;display:block; }
#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#007d7d;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .row .container { background-color: transparent; background-image: none; }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .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); }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .row .container { border-width: 0; border-radius: 0; }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .row .container { font-size:14px;font-family:arial;height:364px;width:960px;position:relative;display:block; }#NTEcOrRVnznZwxbzgR2uAZmyu46bwDH5 { z-index:100000;top:192px;left:159.5px;background-color:#e1ff00;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:610px;height:61px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Bf5c2U5BZmkrarUlPCpya2uvmfDzzIlv { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#sSrgZI5zdmGSgJ0sH1FnqwOcQgfcFeI3 { display:block;width:729px;position:absolute;font-family:arial;font-size:42px;font-weight:normal;z-index:100005;line-height:1.4;letter-spacing:0;top:85px;left:100px;height:58px;text-align:center;text-align-last:center;color:#ecff00;display:block; }
#vEAZE5DvQ3slJzCb7EWLwckRH9Mv6mL4 { display:block;width:729px;position:absolute;font-family:arial;font-size:29px;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:140px;left:100px;height:40px;text-align:center;text-align-last:center;display:block; }
#nyrA6KEiXxAXU0Z4rq222cZa1NRr4TxR { box-sizing:content-box;color:#000000;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:203px;left:320px;display:block; }
#UcmDnxCMUb6HKteCO20EOVqveArdB6y6 { display:block;width:729px;position:absolute;font-family:arial;font-size:15px;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;top:277px;left:115px;height:21px;text-align:center;text-align-last:center;display:block; }
#UthyyUivAIOhgozUXRmA7QF9gon3R8yP { box-sizing:content-box;color:#ffffff;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:268px;left:220px;display:block; }
#VmZuJCrIsxRqhTTGu5a4LJ1H9I8uVFWx { display:block;width:729px;position:absolute;font-family:arial;font-size:31px;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:43px;left:100px;height:43px;text-align:center;text-align-last:center;color:#ecff00;display:block; }
#BKqCL3iud9uOowKcG34IWphHtQWXTvL4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BKqCL3iud9uOowKcG34IWphHtQWXTvL4 > .row .container { background-color: transparent; background-image: none; }#BKqCL3iud9uOowKcG34IWphHtQWXTvL4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BKqCL3iud9uOowKcG34IWphHtQWXTvL4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BKqCL3iud9uOowKcG34IWphHtQWXTvL4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BKqCL3iud9uOowKcG34IWphHtQWXTvL4 > .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); }#BKqCL3iud9uOowKcG34IWphHtQWXTvL4 > .row .container { border-width: 0; border-radius: 0; }#BKqCL3iud9uOowKcG34IWphHtQWXTvL4 > .row .container { font-size:14px;font-family:arial;height:131px;width:960px;position:relative;display:block; }#DlC1wkteZqdlsIBGLiuAKlI9KcZ4JhfG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:221px;width:254px;position:absolute;display:block;z-index:100010;top:44px;left:76px;overflow:hidden;display:block; }
#PvvO4G7T3WA1GbwWlkS9NRExVMGvWsic { border-bottom:0;border-left:0;border-right:0;border-top:0;height:177px;width:177px;position:absolute;display:block;z-index:100011;top:66px;left:672px;overflow:hidden;display:block; }
#rJwkm3e01kxHypiBuB2kk9LFsAqgm83h { display:block;width:294px;position:absolute;font-family:arial;font-size:15px;font-weight:normal;z-index:100008;line-height:1.4;letter-spacing:0;top:60px;left:366px;height:189px;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wuy8Rd6fQ5KUqS5yCknJXLXHXnkMftU2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Wuy8Rd6fQ5KUqS5yCknJXLXHXnkMftU2 > .row .container { background-color: transparent; background-image: none; }#Wuy8Rd6fQ5KUqS5yCknJXLXHXnkMftU2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wuy8Rd6fQ5KUqS5yCknJXLXHXnkMftU2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wuy8Rd6fQ5KUqS5yCknJXLXHXnkMftU2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wuy8Rd6fQ5KUqS5yCknJXLXHXnkMftU2 > .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); }#Wuy8Rd6fQ5KUqS5yCknJXLXHXnkMftU2 > .row .container { border-width: 0; border-radius: 0; }#Wuy8Rd6fQ5KUqS5yCknJXLXHXnkMftU2 > .row .container { font-size:14px;font-family:arial;height:273px;width:960px;position:relative;display:block; }#r5iX4DEW0diin2nT4BpcTxSuLADn9zcZ { z-index:100001;top:183px;left:136px;background-color:#c06700;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0 3px 0 #5a3000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:687px;height:63px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gXT53QnQUs3WVyDSHfUeHABt3NADfeBd { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#om7hk3QpGVwgFcGiRd5atUEAmvaCHJDT { box-sizing:content-box;color:#ffffff;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:195px;left:332px;display:block; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #vgzQvRKRtek099tiXyp5wdE5aRVtXueT { display:block; }#vgzQvRKRtek099tiXyp5wdE5aRVtXueT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bR7IST1mIR0Zo8DHXp5d2D3V7wAmG4WU { width:151px;height:57px;top:17px;left:22px;display:block; }
 }@media only screen and (max-width: 959px) { #FH4T1GOpCEk0qbhNig4NDH4cnVl2IC2v { width:267px;height:66px;top:12px;left:497px;display:block; }
 }@media only screen and (max-width: 959px) { #G0QNziTKpHVo5wUVbuFTDqfdszTmEetd { display:block; }#G0QNziTKpHVo5wUVbuFTDqfdszTmEetd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uGOG2tynLdOhJEIWIVIbdBRyqsHDXGOV { width:729px;height:35px;top:35px;left:17px;display:block; }
 }@media only screen and (max-width: 959px) { #m6cZDPMasWrfZPJRTK1R83rdoMeWqpCE { width:729px;height:100px;top:84px;left:17px;display:block; }
 }@media only screen and (max-width: 959px) { #pQ271oSthmo5QZpJO4mRwxwFg6ooImRA { width:557px;height:240px;top:206px;left:207px;display:block; }
 }@media only screen and (max-width: 959px) { #n8f44rRsNBmc98f8d3HZ3AXW3OnZ9qsR { width:44px;height:44px;top:209px;left:253px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #BLhfbJs4I0ifFD8WSQdhBbE35JEraTxH { width:44px;height:44px;top:257px;left:253px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #ITfQFXS6xO7SJkDTqNhasBG5m3Bc3VJ2 { width:44px;height:44px;top:303px;left:253px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #HBZ55P7sRC85cAzDTUheBAf1byU5tRiZ { width:44px;height:44px;top:352px;left:253px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #IAyOy4ckACWzbLEpsPJy4XcfOBQSlwL8 { width:44px;height:44px;top:401px;left:253px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #E2cSSTkpEJflvgtUJTZXvpbyvxIRXiI7 { width:254px;height:221px;top:215px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #ovLfhutK7ch2p2w9w5mNDswv6r4bV7MG { display:block; }#ovLfhutK7ch2p2w9w5mNDswv6r4bV7MG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MOJI5rG0iXvSPDi25TEr4lhpkpnmSIfV { width:711px;height:301px;top:69px;left:53px;display:block; }
 }@media only screen and (max-width: 959px) { #asPSO9TDdTXEELyNV6GVuqydaDbBIuh2 { width:729px;height:35px;top:19px;left:12px;display:block; }
 }@media only screen and (max-width: 959px) { #wUg1SzaXc15ZvpJ1dVw9phokly8s6UhI { width:39px;height:39px;top:69px;left:61px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #fD2DwQUWV1pGwbg0F4hPDz6TpIh5ixCT { width:39px;height:39px;top:113px;left:61px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #tdWTyPQ7gBrqiTIv7tLtRTkbHZHAftib { width:39px;height:39px;top:155px;left:61px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #F1uPqzBtJsM0NxZWTEP7IV59zEeByLWt { width:39px;height:39px;top:198px;left:61px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #aLrb58n0LpvD06TT7onaLWpwM4di9SiF { width:39px;height:39px;top:242px;left:61px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #KZOQyE2kIwqOtNHI0LvFksTXpwqmr0Ny { width:39px;height:39px;top:285px;left:61px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #fRqbt0dlbCwQTbZMFTLgnyXu0RpbMryT { width:39px;height:39px;top:327px;left:61px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf .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:none;margin-top:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:"open sans";font-size:54px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0;left:0; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:82px;height:15px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf { width:430px;height:115px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:383px;left:167px;display:block; }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #en0S8gd17GwSTnGaPs3hBAi7PbNpr0vK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #VwlaxVWJTFtVkuy8SCsbQd9QozTSXizM {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #cgf97OLHnOBPRzKDR07Heqp8LSJM5xFU {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #NAI0U7yxMPn9qdezie7MwwkswbhPqqKN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #uuGy2Bws4yHUnel0wO9Bde7DipcXCkxS {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #CLIDW5ScnhWTrwc9O91WZNSG9KLq19lr {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #WWNwcfG3KJiwLTXnu2scCMS2XONXualf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #v3TtcrIfwG26kBHc1wU7CGCyyHuX9dBz {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #e9ouzei4vDQpSXeIGGX2NmrvIxGgSmKz {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #JTZVTeMhzCLIl6f5a6wQL37ATIc1KV4n { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #bi2viIPvRyfrmrFCpEN4m5QgVX3UQbgm {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #vdPqIlvaDz6mZ2G27n5hFAhaD2qy8DvA {  }
 }@media only screen and (max-width: 959px) { #Csc62s30P9SnGLpAdigefywscMpd5aru { display:block; }#Csc62s30P9SnGLpAdigefywscMpd5aru > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #By1L4xscmQ8WRNMzfayvczmddJNmgGQL { width:729px;height:35px;top:44px;left:18px;display:block; }
 }@media only screen and (max-width: 959px) { #nf2QKqPbZFKWe1Gg00nheROfoW6IZAEf { width:639px;height:43px;top:102px;left:63px;display:block; }
 }@media only screen and (max-width: 959px) { #zeKGy0sU6M7BqEGq86LzCnB5cpPTRrxL { width:639px;height:52px;top:188px;left:63px;display:block; }
 }@media only screen and (max-width: 959px) { #ZVmb694Z4Q0qJNVznG5QTJO7NDZD5G60 { width:519px;height:291px;top:337px;left:123px;display:block; }
 }@media only screen and (max-width: 959px) { #yLIqLlHTQ5fQoHywlZf2xclsd6VRpUM8 { width:729px;height:35px;top:290px;left:18px;display:block; }
 }@media only screen and (max-width: 959px) { #JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo { display:block; }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .row .container { width:764px;height:171px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NTEcOrRVnznZwxbzgR2uAZmyu46bwDH5 { top:58px;left:254px;width:200px;height:61px;display:block; }
 }@media only screen and (max-width: 959px) { #Bf5c2U5BZmkrarUlPCpya2uvmfDzzIlv { display:block; }
 }@media only screen and (max-width: 959px) { #sSrgZI5zdmGSgJ0sH1FnqwOcQgfcFeI3 { width:729px;height:58px;top:85px;left:2px;display:block; }
 }@media only screen and (max-width: 959px) { #vEAZE5DvQ3slJzCb7EWLwckRH9Mv6mL4 { width:729px;height:40px;top:140px;left:2px;display:block; }
 }@media only screen and (max-width: 959px) { #nyrA6KEiXxAXU0Z4rq222cZa1NRr4TxR { width:39px;height:39px;top:203px;left:222px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #UcmDnxCMUb6HKteCO20EOVqveArdB6y6 { width:729px;height:21px;top:277px;left:17px;display:block; }
 }@media only screen and (max-width: 959px) { #UthyyUivAIOhgozUXRmA7QF9gon3R8yP { width:39px;height:39px;top:268px;left:122px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #VmZuJCrIsxRqhTTGu5a4LJ1H9I8uVFWx { width:729px;height:43px;top:43px;left:2px;display:block; }
 }@media only screen and (max-width: 959px) { #BKqCL3iud9uOowKcG34IWphHtQWXTvL4 { display:block; }#BKqCL3iud9uOowKcG34IWphHtQWXTvL4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DlC1wkteZqdlsIBGLiuAKlI9KcZ4JhfG { width:254px;height:221px;top:44px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #PvvO4G7T3WA1GbwWlkS9NRExVMGvWsic { width:177px;height:177px;top:66px;left:574px;display:block; }
 }@media only screen and (max-width: 959px) { #rJwkm3e01kxHypiBuB2kk9LFsAqgm83h { width:294px;height:189px;top:60px;left:268px;display:block; }
 }@media only screen and (max-width: 959px) { #Wuy8Rd6fQ5KUqS5yCknJXLXHXnkMftU2 { display:block; }#Wuy8Rd6fQ5KUqS5yCknJXLXHXnkMftU2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #r5iX4DEW0diin2nT4BpcTxSuLADn9zcZ { top:58px;left:254px;width:200px;height:63px;display:block; }
 }@media only screen and (max-width: 959px) { #gXT53QnQUs3WVyDSHfUeHABt3NADfeBd { display:block; }
 }@media only screen and (max-width: 959px) { #om7hk3QpGVwgFcGiRd5atUEAmvaCHJDT { width:39px;height:39px;top:195px;left:234px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #vgzQvRKRtek099tiXyp5wdE5aRVtXueT { display:block; }#vgzQvRKRtek099tiXyp5wdE5aRVtXueT > .row .container { width:320px;height:168px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bR7IST1mIR0Zo8DHXp5d2D3V7wAmG4WU { width:122px;height:45px;top:17px;left:99px;display:block; }
 }@media only screen and (max-width: 959px) { #FH4T1GOpCEk0qbhNig4NDH4cnVl2IC2v { width:267px;height:66px;top:82px;left:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #G0QNziTKpHVo5wUVbuFTDqfdszTmEetd { display:block; }#G0QNziTKpHVo5wUVbuFTDqfdszTmEetd > .row .container { width:320px;height:876px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uGOG2tynLdOhJEIWIVIbdBRyqsHDXGOV { width:320px;height:56px;top:20px;left:0;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #m6cZDPMasWrfZPJRTK1R83rdoMeWqpCE { width:320px;height:105px;top:85px;left:0;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #pQ271oSthmo5QZpJO4mRwxwFg6ooImRA { width:260px;height:380px;top:470px;left:50px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #n8f44rRsNBmc98f8d3HZ3AXW3OnZ9qsR { width:44px;height:44px;top:470px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #BLhfbJs4I0ifFD8WSQdhBbE35JEraTxH { width:44px;height:44px;top:542px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #ITfQFXS6xO7SJkDTqNhasBG5m3Bc3VJ2 { width:44px;height:44px;top:615px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #HBZ55P7sRC85cAzDTUheBAf1byU5tRiZ { width:44px;height:44px;top:695px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #IAyOy4ckACWzbLEpsPJy4XcfOBQSlwL8 { width:44px;height:44px;top:771px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #E2cSSTkpEJflvgtUJTZXvpbyvxIRXiI7 { width:254px;height:221px;top:220px;left:33px;display:block; }
 }@media only screen and (max-width: 959px) { #ovLfhutK7ch2p2w9w5mNDswv6r4bV7MG { display:block; }#ovLfhutK7ch2p2w9w5mNDswv6r4bV7MG > .row .container { width:320px;height:942px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MOJI5rG0iXvSPDi25TEr4lhpkpnmSIfV { width:260px;height:602px;top:104px;left:52px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #asPSO9TDdTXEELyNV6GVuqydaDbBIuh2 { width:320px;height:70px;top:20px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #wUg1SzaXc15ZvpJ1dVw9phokly8s6UhI { width:39px;height:39px;top:105px;left:6px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #fD2DwQUWV1pGwbg0F4hPDz6TpIh5ixCT { width:39px;height:39px;top:234px;left:6px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #tdWTyPQ7gBrqiTIv7tLtRTkbHZHAftib { width:39px;height:39px;top:364px;left:8px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #F1uPqzBtJsM0NxZWTEP7IV59zEeByLWt { width:39px;height:39px;top:493px;left:7px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #aLrb58n0LpvD06TT7onaLWpwM4di9SiF { width:39px;height:39px;top:621px;left:7px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #KZOQyE2kIwqOtNHI0LvFksTXpwqmr0Ny { width:39px;height:39px;top:726px;left:140px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #fRqbt0dlbCwQTbZMFTLgnyXu0RpbMryT { width:39px;height:39px;top:785px;left:140px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf .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:none;margin-top:0;margin-right:5px;margin-bottom:0;margin-left:5px;vertical-align:top; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf .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-bottom:0;padding-right:1px;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:0;left:0; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:5px;padding-right:1px;padding-left:1px;display:block;width:58px;height:11px;position:relative;font-size:8px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf { 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:295px;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;top:844px;left:12px;display:block; }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #en0S8gd17GwSTnGaPs3hBAi7PbNpr0vK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #VwlaxVWJTFtVkuy8SCsbQd9QozTSXizM {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #cgf97OLHnOBPRzKDR07Heqp8LSJM5xFU {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #NAI0U7yxMPn9qdezie7MwwkswbhPqqKN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #uuGy2Bws4yHUnel0wO9Bde7DipcXCkxS {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #CLIDW5ScnhWTrwc9O91WZNSG9KLq19lr {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #WWNwcfG3KJiwLTXnu2scCMS2XONXualf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #v3TtcrIfwG26kBHc1wU7CGCyyHuX9dBz {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #e9ouzei4vDQpSXeIGGX2NmrvIxGgSmKz {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #JTZVTeMhzCLIl6f5a6wQL37ATIc1KV4n { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #bi2viIPvRyfrmrFCpEN4m5QgVX3UQbgm {  }
 }@media only screen and (max-width: 959px) { #FOCOPD6F39e0GeOx7JFkKVTmRWG7Iosf #vdPqIlvaDz6mZ2G27n5hFAhaD2qy8DvA {  }
 }@media only screen and (max-width: 959px) { #Csc62s30P9SnGLpAdigefywscMpd5aru { display:block; }#Csc62s30P9SnGLpAdigefywscMpd5aru > .row .container { width:320px;height:641px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #By1L4xscmQ8WRNMzfayvczmddJNmgGQL { width:320px;height:70px;top:20px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #nf2QKqPbZFKWe1Gg00nheROfoW6IZAEf { width:320px;height:144px;top:200px;left:0;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #zeKGy0sU6M7BqEGq86LzCnB5cpPTRrxL { width:320px;height:52px;top:274px;left:0;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #ZVmb694Z4Q0qJNVznG5QTJO7NDZD5G60 { height:179.42196531792px;width:320px;top:444px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #yLIqLlHTQ5fQoHywlZf2xclsd6VRpUM8 { width:320px;height:35px;top:396px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo { display:block; }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .row .container { width:320px;height:463px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NTEcOrRVnznZwxbzgR2uAZmyu46bwDH5 { top:261px;left:5px;width:310px;height:61px;display:block; }
 }@media only screen and (max-width: 959px) { #Bf5c2U5BZmkrarUlPCpya2uvmfDzzIlv { display:block; }
 }@media only screen and (max-width: 959px) { #sSrgZI5zdmGSgJ0sH1FnqwOcQgfcFeI3 { width:320px;height:32px;top:158px;left:0;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #vEAZE5DvQ3slJzCb7EWLwckRH9Mv6mL4 { width:320px;height:21px;top:190px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #nyrA6KEiXxAXU0Z4rq222cZa1NRr4TxR { width:39px;height:39px;top:272px;left:20px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #UcmDnxCMUb6HKteCO20EOVqveArdB6y6 { width:280px;height:42px;top:356px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #UthyyUivAIOhgozUXRmA7QF9gon3R8yP { width:39px;height:39px;top:398px;left:140.5px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #VmZuJCrIsxRqhTTGu5a4LJ1H9I8uVFWx { width:320px;height:70px;top:46px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #BKqCL3iud9uOowKcG34IWphHtQWXTvL4 { display:block; }#BKqCL3iud9uOowKcG34IWphHtQWXTvL4 > .row .container { width:320px;height:667px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DlC1wkteZqdlsIBGLiuAKlI9KcZ4JhfG { width:254px;height:221px;top:20px;left:33px;display:block; }
 }@media only screen and (max-width: 959px) { #PvvO4G7T3WA1GbwWlkS9NRExVMGvWsic { width:177px;height:177px;top:470px;left:71px;display:block; }
 }@media only screen and (max-width: 959px) { #rJwkm3e01kxHypiBuB2kk9LFsAqgm83h { width:294px;height:189px;top:261px;left:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #Wuy8Rd6fQ5KUqS5yCknJXLXHXnkMftU2 { display:block; }#Wuy8Rd6fQ5KUqS5yCknJXLXHXnkMftU2 > .row .container { width:320px;height:273px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #r5iX4DEW0diin2nT4BpcTxSuLADn9zcZ { top:20px;left:8px;width:304px;height:63px;display:block; }
 }@media only screen and (max-width: 959px) { #gXT53QnQUs3WVyDSHfUeHABt3NADfeBd { display:block; }
 }@media only screen and (max-width: 959px) { #om7hk3QpGVwgFcGiRd5atUEAmvaCHJDT { width:39px;height:39px;top:32px;left:17px;font-size:27px;display:block; }
 }