.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.59);background-image:url("https://images.assets-landingi.com/TguW97PZ/free.jpeg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { background-color: transparent; background-image: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .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); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { border-width: 0; border-radius: 0; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { font-size:14px;font-family:arial;height:968px;width:960px;position:relative;display:block; }#TgvWGhGyaAo4uDM64n0CfcEt4UrPgdCg { box-sizing:content-box;color:#ffffff;font-size:19px;font-weight:400;line-height:1;height:28px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:631px;left:506px;display:block; }
#Jpvcen1P6Ok1FzSyGwSqQWfCGFhBXnxF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3396fe;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:30px;width:29px;position:absolute;display:block;z-index:100001;top:631px;left:506px;display:block; }
#wdD1l1pHgdm0vqTbcZ9ykoEEoTkrPl09 { display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:632px;left:536px;height:26px;color:#ffffff;font-style:normal;display:block; }
#K8qrPANQeO6JqdyQEQPZ7kMZVfICFk9c { display:block;width:61px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:632px;left:761px;height:26px;color:#ffffff;font-style:normal;display:block; }
#M95NooE9zty7cTykRTZ2IRfrlyI9QREM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3396fe;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:28px;width:29px;position:absolute;display:block;z-index:100004;top:631px;left:729px;display:block; }
#PTobcO5PsnzorEQAe0rgwUAMoMtyPNc8 { box-sizing:content-box;color:#ffffff;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:631px;left:731px;display:block; }
#EB9FWT5CWik6nzRl2wNhbcGRddl5G4N5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.62);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:313px;width:724px;position:absolute;display:block;z-index:100009;top:624px;left:118px;display:block; }
#tspuZeoCf396vT64rsumH7LRMLhwvka5 { display:block;width:320px;position:absolute;font-family:"open sans";font-size:33px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:624px;left:118px;height:42px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#eGhv6CfVIymuUTsTC6hqu7MgZW4ccxSb { display:block;width:433px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:889px;left:264px;height:26px;color:#000000;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eKVad4d72IvBpxl9Ud2ozhcchp5CBbXk { display:block;width:762px;position:absolute;font-family:"open sans";font-size:42px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:30px;left:119.5px;height:54px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-form-header {  }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-regular-label { display:block;width:241px;height:auto;font-size:14px;font-family:ubuntu;line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:241px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:47px;width:241px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:241px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:60px;width:160px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:bold;text-align:center;text-align-last:center;font-size:20px;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #37a3eb, #2b84bf);background-image: -moz-linear-gradient(106deg, #37a3eb, #2b84bf);background-image: -ms-linear-gradient(106deg, #37a3eb, #2b84bf);background-image: -o-linear-gradient(106deg, #37a3eb, #2b84bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );";background-image: linear-gradient(106deg, #37a3eb, #2b84bf);background-size:initial;overflow:hidden;text-shadow:1px 1px 1px #000000; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt [class*="-text"]:-moz-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt [class*="-text"]::-moz-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt [class*="-text"]:-ms-input-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt [class*="-text"]::-webkit-input-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:652px;height:auto;font-size:12px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0px;margin-bottom:0px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:23px;margin-right:0px;margin-bottom:3px;margin-left:3px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;vertical-align:middle; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:32px;width:109.5px;vertical-align:top;margin-top:22px;margin-right:0px;margin-bottom:3px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-container:first-of-type{padding-top:0;}#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-container:last-of-type{padding-bottom:0;}#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0.03);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:673px;height:auto;left:118px;top:667px;z-index:100014;position:absolute; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .radio-container { width:251px; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0.03);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:673px;height:auto;left:118px;top:667px;z-index:100014;position:absolute; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #oydKnpx0IV0abIBJPU7OBXPu5h1gt7Ap { position:relative; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #a70259kgyWz4dg3hG1OGDDoJu7Q8nFZP { position:relative; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #hss6G5PAiCVKKuqr2BIxkDzZ9dtZtN8n { position:relative; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #vgJThz75MN1TUvCCfyz7tcQLM5qGomdN { position:relative; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #llQTKUBnryJxUWaxM26qCOBFTL0O41FE { position:relative; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #E1WdmQ26LyUQDcBdHGPZK5WXpZphnpoE { position:relative; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #We7E9PNue4U6vLmoyHImH67Q2dzKBo2B { position:relative; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #rBxaXfndUc2oEAwJqLD6OHuEOuXoD7Fi { position:relative; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #G0VSunVQ0uMf5tPWLTm6cUWE9bBd3ARc { position:relative; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #JMxR7zWRtu7s89hnCTnAVn78U9Or3Snl { position:relative;z-index:2; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #RzZr4O9wi0AracL1BXTmDwelII3JzGbB { position:relative; }
#aNSTuZALTai11tGtfVeWELrdEB4205Nv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:436px;width:629px;position:absolute;z-index:100015;top:177px;left:180.5px;display:block; }
#cKsUJQRhTMs9GshDNJDooUqX6hyZSWhD { color:#000000;display:block;width:623px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:823px;left:159px;height:45px;display:block; }
#C5xaJmS4TcTEC63KB9TNbbSMgNd2PRTb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.62);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:72px;width:660px;position:absolute;display:block;z-index:100010;top:21px;left:168px;display:block; }
#ZNB1IbBIWz7VFDIEgNtoOubbTzUPS6me { display:block;width:610px;position:absolute;font-family:"open sans";font-size:42px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:106px;left:190px;height:54px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B5zCIc5oC16Sm2tovf1pxe0Imft5hd5g { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.62);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:68px;width:658px;position:absolute;display:block;z-index:100011;top:99px;left:168px;display:block; }
#BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z { position:relative;display:block; }#BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z { background-color: transparent; background-image: none; }#BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z > .row .container > .video-iframe-container { display: none; }#BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z > .row > .video-iframe-container { display: none; }#BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z > .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); }#BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z { border-width: 0; border-radius: 0; }#BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z > .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:2514px;width:960px;position:relative;display:block; }#ILH8XJlZC41VdTbDkwvOMFbUmaaQIOVO { display:block;width:916px;position:absolute;font-family:"open sans";font-size:34px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:20px;left:42.3125px;height:220px;color:#000000;font-style:normal;text-align:center;text-align-last:center;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; }
#KuDcb0svnhIDVw5P3ld5vIknr91lVRBA { display:block;width:812px;position:absolute;font-family:"open sans";font-size:28px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:117px;left:94.3125px;height:0;color:#000000;font-style:normal;text-align:left;text-align-last:left;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; }
#cMoT82vxuAKUboBQLQclMJmfltZN9pkS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.62);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:313px;width:724px;position:absolute;display:block;z-index:100020;top:2126px;left:94px;display:block; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-form-header {  }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-regular-label { display:block;width:241px;height:auto;font-size:14px;font-family:ubuntu;line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:241px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-input-text {padding-top: 0; padding-bottom: 0;}#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:47px;width:241px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:241px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-input-select {padding-top: 0; padding-bottom: 0;}#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:60px;width:160px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:bold;text-align:center;text-align-last:center;font-size:20px;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #37a3eb, #2b84bf);background-image: -moz-linear-gradient(106deg, #37a3eb, #2b84bf);background-image: -ms-linear-gradient(106deg, #37a3eb, #2b84bf);background-image: -o-linear-gradient(106deg, #37a3eb, #2b84bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );";background-image: linear-gradient(106deg, #37a3eb, #2b84bf);background-size:initial;overflow:hidden;text-shadow:1px 1px 1px #000000; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO [class*="-text"]:-moz-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO [class*="-text"]::-moz-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO [class*="-text"]:-ms-input-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO [class*="-text"]::-webkit-input-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:652px;height:auto;font-size:12px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0px;margin-bottom:0px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:23px;margin-right:0px;margin-bottom:3px;margin-left:3px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;vertical-align:middle; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:32px;width:109.5px;vertical-align:top;margin-top:22px;margin-right:0px;margin-bottom:3px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-container:first-of-type{padding-top:0;}#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-container:last-of-type{padding-bottom:0;}#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0.03);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:673px;height:auto;left:118px;top:1802px;z-index:100025;position:absolute; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .radio-container { width:251px; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0.03);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:673px;height:auto;left:94px;top:2176px;z-index:100025;position:absolute; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #D9pDogIdz1w5XuXyvdeaUotEi6flw0n3 { position:relative; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #rRAK9ipOXMxFlItA1xOuxpqXPxINMTwa { position:relative; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #DoElVhiZRWSVIuWySp9VgIa3wZdbpzTo { position:relative; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #fKa1n7d1Ie0s1fqQnMuCZhzrTvIhLZ7V { position:relative; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #TwxZPTlPi45zhWapXLNQ5mSlNn746g6m { position:relative; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #ww1JWBT4wqiOW66mKJrNaNXp6H0DOnJ9 { position:relative; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #gyAh1qTiMUqFMmZUiTb8uN3ZTeE9Z8xA { position:relative; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #QlJFypLdlQW4pH616JkwT6mUftD4VrMq { position:relative; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #CfwA5lJlpGDRQR8oOQyf8qD7x7EMbiBl { position:relative; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #hKdXiTVZQO7xm76uBqtOrSbnFmvI3QaI { position:relative;z-index:2; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #AqIra1N603BEApGbKeGp2kXW4feGO6VO { position:relative; }
#AdsBcbVNTH1TSQX21RVdIMtTVSwaLPWs { color:#000000;display:block;width:623px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:2332px;left:135px;height:45px;display:block; }
#WsBek2ouzDtZ8ECrq78VctKS76EqzoTR { display:block;width:433px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:2398px;left:240px;height:26px;color:#000000;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e2pIcdumZgGATTwZM1bxfD4vzVdSmNoh { display:block;width:320px;position:absolute;font-family:"open sans";font-size:33px;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:2133px;left:94px;height:42px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#ZeaToENll2wlPMHgTUXyMseal6Bca7Me { box-sizing:content-box;color:#ffffff;font-size:19px;font-weight:400;line-height:1;height:28px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:2140px;left:482px;display:block; }
#gxkUwFzac9GqMerHlMF89MsV1EOBZ1Vl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3396fe;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:30px;width:29px;position:absolute;display:block;z-index:100012;top:2140px;left:482px;display:block; }
#TplQ1tiSZJaXl3gPlSvRvX8PF9U8UPRM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3396fe;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:28px;width:29px;position:absolute;display:block;z-index:100015;top:2140px;left:705px;display:block; }
#fksN4He4GyPMx7szJLlzsCXdhwIRnKip { box-sizing:content-box;color:#ffffff;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:2140px;left:707px;display:block; }
#L4kokoH6oFv58eTiVg4WIz0XJ9KTvs6O { display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:2141px;left:512px;height:26px;color:#ffffff;font-style:normal;display:block; }
#oWrkDeAyavMcGdT8ZzzNUGtkJWVgS2ck { display:block;width:61px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:2141px;left:737px;height:26px;color:#ffffff;font-style:normal;display:block; }
#CKWGDi4O1qd391AyuZLhlsaKx9zrmcsu { position:absolute;display:block;z-index:100005;background-color:rgba(227,227,227,0.4);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:5px dotted #000000;border-left:5px dotted #000000;border-right:5px dotted #000000;border-bottom:5px dotted #000000;height:256px;width:885px;top:1120px;left:38px;display:block; }
#pJLQIfab5Z9OBcUr2eJUCbU7AyLeIZGO { display:block;width:855px;position:absolute;font-family:"open sans";font-size:25px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:1157px;left:60px;height:192px;color:#000000;font-style:normal;text-align:center;text-align-last:center;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; }
#TDoqQ1nLCPI5w5HWHK8KkUyQHQ93K13k { display:block;width:879px;position:absolute;font-family:"open sans";font-size:25px;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:286px;left:37px;height:480px;color:#000000;font-style:normal;text-align:left;text-align-last:left;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; }
#yDcTGtH6TImezmT2ruNDwXATRrhWrt4a { display:block;width:855px;position:absolute;font-family:"open sans";font-size:28px;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:1436px;left:29px;height:36px;color:#000000;font-style:normal;text-align:left;text-align-last:left;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; }
#rvo6CAeDVZssM1CeXyV0KZIVyhTcdvoq { display:block;width:879px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:1505px;left:53px;height:223px;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }#rvo6CAeDVZssM1CeXyV0KZIVyhTcdvoq li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#rvo6CAeDVZssM1CeXyV0KZIVyhTcdvoq li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#r6EpQHDFy30lw3XVGeGNt1I1q4ikRzlS { display:block;width:855px;position:absolute;font-family:"open sans";font-size:28px;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:1777px;left:25px;height:36px;color:#000000;font-style:normal;text-align:left;text-align-last:left;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; }
#oaJfedMMPyoS9iIGaAZkJ9SxEBcOJhhn { display:block;width:879px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:1853px;left:57px;height:223px;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }#oaJfedMMPyoS9iIGaAZkJ9SxEBcOJhhn li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#oaJfedMMPyoS9iIGaAZkJ9SxEBcOJhhn li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#qxrcpN7OGnS7NBA7JtsivQJUAzPpPCsX { display:block;width:855px;position:absolute;font-family:"open sans";font-size:28px;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:823px;left:24.5px;height:252px;color:#000000;font-style:normal;text-align:left;text-align-last:left;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; }
#nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#100e0e;background-image:url("https://images.assets-landingi.com/35opbh18/man2.jpg");background-position:bottom center;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6 > .row .container { background-color: transparent; background-image: none; }#nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6 > .row .container > .video-iframe-container { display: none; }#nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6 > .row > .video-iframe-container { display: none; }#nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6 > .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); }#nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6 > .row .container { border-width: 0; border-radius: 0; }#nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6 > .row .container { font-size:14px;font-family:arial;height:482px;width:960px;position:relative;display:block; }#vAScUwp5iKz53TLEKhGCGH2i0qzrtlm3 { display:block;width:755px;position:absolute;font-family:"open sans";font-size:43px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 10px #000000;top:90px;left:126px;height:286px;text-align:center;text-align-last:center;color:#f4f4f4;display:block; }
#xXo0ESMazpOmzTwUo6T5ev99iprIpitL { display:block;width:246px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:403px;left:634px;height:37px;font-style:normal;color:#ffffff;display:block; }
#bR0ZDOWakiHb9Bd8WrLF1MEbqRehJ1LS { box-sizing:content-box;color:#ffffff;font-size:37px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:12px;left:464px;display:block; }
#guMgMFmbQla6EhTqvDvqtJGIMuLwHqsH { display:block;width:74px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:439px;left:770px;height:20px;text-align:right;text-align-last:right;display:block; }
#wuEccxl5lqIH0Gf2O0sUkmf1Z9I09ABq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#wuEccxl5lqIH0Gf2O0sUkmf1Z9I09ABq > .row .container { border-width: 0; border-radius: 0; }#wuEccxl5lqIH0Gf2O0sUkmf1Z9I09ABq > .row .container { font-size:14px;font-family:arial;height:705px;width:960px;position:relative;display:none; }#lkTk1gEFGEmX6vtpgLV2dWHwDIcZbm9B { display:block;width:871px;position:absolute;font-family:"open sans";font-size:45px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:30.625px;left:45.5px;height:57px;text-align:center;text-align-last:center;display:block; }
#xDXNJ3b9O5kBMvGZTicUm0MtDiZUGi8s { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:508px;width:904px;top:112.27069091797px;left:28px;display:block; }
#lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ { position:relative;display:block; }#lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ { background-color: transparent; background-image: none; }#lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ > .row .container > .video-iframe-container { display: none; }#lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ > .row > .video-iframe-container { display: none; }#lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ > .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); }#lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ { border-width: 0; border-radius: 0; }#lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3396fe;background-image:none;font-size:14px;font-family:arial;height:122px;width:960px;position:relative;display:block; }#UMsOobG9TSsuLfAiPIlieWvvokGDJ0iT { display:block;width:844px;position:absolute;font-family:arial;font-size:40px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:37px;left:87px;height:52px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { background-color: transparent; background-image: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container > .video-iframe-container { display: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container { display: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .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); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { border-width: 0; border-radius: 0; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { font-size:14px;font-family:arial;height:518px;width:960px;position:relative;display:block; }#xedTfTk5cWQdFgewhLwInX8PqhViF6aT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:460px;width:468px;position:absolute;display:block;z-index:100005;top:40px;left:6px;overflow:hidden;display:block; }
#IJJozmut24fhsKVQpwKZo6TGfTGA2mWv { display:block;width:480px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:40px;left:490px;height:41px;font-style:normal;display:block; }
#gHnwV2tAxEUkmGoRezDX2SllZNr0HqsM { display:block;width:480px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:90px;left:490px;height:35px;font-style:normal;color:#3396fe;display:block; }
#TIXcuGGAFHKlmxaLduRfZOfrPB21Vhg6 { display:block;width:460px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:139.95852661133px;left:490.00006103516px;height:125px;color:#666666;display:block; }#TIXcuGGAFHKlmxaLduRfZOfrPB21Vhg6 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TIXcuGGAFHKlmxaLduRfZOfrPB21Vhg6 li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#TU9afDInUoS8PwDzaNK1FUJT5eeVW8xZ { display:block;width:438px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:298px;left:501px;height:161px;color:#666666;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; }
#EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lXbJqk5B/bg2.jpg");background-position:top center;background-repeat:repeat-y;background-attachment:fixed;position:relative;display:block; }#EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9 > .row .container { background-color: transparent; background-image: none; }#EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9 > .row .container > .video-iframe-container { display: none; }#EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9 > .row > .video-iframe-container { display: none; }#EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9 > .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); }#EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9 > .row .container { border-width: 0; border-radius: 0; }#EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9 > .row .container { font-size:14px;font-family:arial;height:482px;width:960px;position:relative;display:block; }#kyqTtfMM3GKkuWLi1L9U8y0gC7SIEbm5 { display:block;width:400px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100000;line-height:1.6;letter-spacing:0;top:93px;left:40px;height:101px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ubRxzFxTRAq8R9AVJcaizTdLNPLByTJo { box-sizing:content-box;color:#e0e0e0;font-size:37px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:24px;left:198px;display:block; }
#mu4OpJzwKb3AduQ5V1XnRGOldoWQ057a { border-bottom:0;border-left:0;border-right:0;border-top:0;height:93px;width:93px;position:absolute;display:block;z-index:100002;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;top:215px;left:189px;overflow:hidden;display:block; }
#aV88EnrSAz96QTa3QD5iwlS9kox4VPVC { display:block;width:400px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:100001;line-height:1.6;letter-spacing:0;top:318px;left:40px;height:22px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UiGucWGTV6Uc6VvFxuU0JNTCpFvdZvku { display:block;width:400px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:100002;line-height:1.6;letter-spacing:0;top:349px;left:40px;height:43px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ryEUL5BPNWyexoVR8vg34FNs3HarmV2S { display:block;width:400px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:96px;left:543px;height:101px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FZ5tcl7a8x0rdsZTTT1SIls2ae7eH9CO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:91px;width:91px;position:absolute;display:block;z-index:100007;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;top:217px;left:683px;overflow:hidden;display:block; }
#Kyt6iUPSRCCsmMeRvTRRIqoTg8UTEUAL { display:block;width:400px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:321px;left:531px;height:22px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVXLy2P48qmELu6BX6Aq8DTU5r4MuRW8 { display:block;width:400px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:353px;left:543px;height:64px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FBznraaTkklz2uzGbSgJMcSstGoJpfTq { box-sizing:content-box;color:#e0e0e0;font-size:37px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:21px;left:701px;display:block; }
#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,150,254,0.85);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;position:fixed;z-index:199999;top:auto;bottom:0;left:0;right:0;display:block; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container { background-color: transparent; background-image: none; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container > .video-iframe-container { display: none; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row > .video-iframe-container { display: none; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .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); }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container { border-width: 0; border-radius: 0; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container { font-size:14px;font-family:arial;height:70px;width:960px;position:relative;display:block; }#kAk0DQODiihrwsrzF4GcOFXq5Qt2o3Sw { background-color:#f9980f;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;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:15px;left:780px;display:block; }
#MODhXeXksMJzTFQlstDTmXrT63zEx8sx { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#hRpueWxbQtrcwHhDwOBJ04pSWG1IdT0l { display:block;width:320px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:25px;left:429px;height:18px;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rbinOvU9qFHQmDCkEnkLB6pGlssHFzSt { display:block;width:70px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:25px;left:0;height:23px;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis .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:0px;margin-right:4.14px;margin-bottom:0px;margin-left:4.14px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis .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:5.31px;padding-bottom:0px;padding-right:1.03px;padding-left:1.03px;display:block;width:44.5px;height:25.13px;position:relative;font-family:"open sans";font-size:23.87px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0;left:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0px;padding-bottom:3.54px;padding-right:1.03px;padding-left:1.03px;display:block;width:42.47px;height:7.71px;position:relative;font-family:"open sans";font-size:7.07px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis { z-index:100015;top:16px;left:75px;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:215px;height:52px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #K412vdeZunCZeOySFzb3wFlNKVo6HQNk { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #hiDg09WxTm7WgIMffVCWFBJJ0G5nmqok { display:block; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #mBaiIJP5zqUfNMnRSnSUyKqSTWzgN5PB { display:block; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #IHBGCRTiLnVOLVgrynPKA2lMmS9mBlNk { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #iC4zTpt7D4Lwlq019K43KMizQ11B5Dfu { display:block; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #t0IdfNvOw2T0Z6cRw7ok139Cd3bWIuxA { display:block; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #NLT3n9SEt4qeby7aETUOmNT1I2UzlXQi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #VyTt35gxssZ7c1aUuxTIN1zwyo48yEQq { display:block; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #JC9dvD80t44wyUmFcrSAbtRJF0TP67yk { display:block; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #QLpFHVw6SRFT2cMFJUinWXX1N9CDa34Q { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #E3IbCCm0KRLbm3oMDU2fEUMMWr1JR9lp { display:block; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #auNaUygLbbz78gsqic7oucrmiRQwWl5b { display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { display:block; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgvWGhGyaAo4uDM64n0CfcEt4UrPgdCg { width:30px;height:28px;top:631px;left:408px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Jpvcen1P6Ok1FzSyGwSqQWfCGFhBXnxF { width:29px;height:30px;top:631px;left:408px;display:block; }
 }@media only screen and (max-width: 763px) { #wdD1l1pHgdm0vqTbcZ9ykoEEoTkrPl09 { width:200px;height:26px;top:632px;left:438px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K8qrPANQeO6JqdyQEQPZ7kMZVfICFk9c { width:200px;height:26px;top:69px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #M95NooE9zty7cTykRTZ2IRfrlyI9QREM { width:40px;height:40px;top:60px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #PTobcO5PsnzorEQAe0rgwUAMoMtyPNc8 { width:28px;height:28px;top:65px;left:6px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #EB9FWT5CWik6nzRl2wNhbcGRddl5G4N5 { width:724px;height:313px;top:624px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tspuZeoCf396vT64rsumH7LRMLhwvka5 { width:320px;height:42px;top:624px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eGhv6CfVIymuUTsTC6hqu7MgZW4ccxSb { width:433px;height:26px;top:889px;left:166px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eKVad4d72IvBpxl9Ud2ozhcchp5CBbXk { width:762px;height:54px;top:30px;left:2px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-checkbox-label { width:646px; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt  { width:668px;height:auto; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt {display:inline-block;}#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt { width:668px;height:auto; }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #oydKnpx0IV0abIBJPU7OBXPu5h1gt7Ap {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #a70259kgyWz4dg3hG1OGDDoJu7Q8nFZP {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #hss6G5PAiCVKKuqr2BIxkDzZ9dtZtN8n {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #vgJThz75MN1TUvCCfyz7tcQLM5qGomdN {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #llQTKUBnryJxUWaxM26qCOBFTL0O41FE {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #E1WdmQ26LyUQDcBdHGPZK5WXpZphnpoE {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #We7E9PNue4U6vLmoyHImH67Q2dzKBo2B {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #rBxaXfndUc2oEAwJqLD6OHuEOuXoD7Fi {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #G0VSunVQ0uMf5tPWLTm6cUWE9bBd3ARc {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #JMxR7zWRtu7s89hnCTnAVn78U9Or3Snl { z-index:2; }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #RzZr4O9wi0AracL1BXTmDwelII3JzGbB {  }
 }@media only screen and (max-width: 763px) { #aNSTuZALTai11tGtfVeWELrdEB4205Nv { width:629px;height:436px;top:177px;left:82.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cKsUJQRhTMs9GshDNJDooUqX6hyZSWhD { width:623px;height:45px;top:823px;left:61px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #C5xaJmS4TcTEC63KB9TNbbSMgNd2PRTb { width:660px;height:72px;top:21px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #ZNB1IbBIWz7VFDIEgNtoOubbTzUPS6me { width:610px;height:54px;top:106px;left:92px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #B5zCIc5oC16Sm2tovf1pxe0Imft5hd5g { width:658px;height:68px;top:99px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z { display:block; }#BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILH8XJlZC41VdTbDkwvOMFbUmaaQIOVO { width:422px;height:28px;top:138px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #KuDcb0svnhIDVw5P3ld5vIknr91lVRBA { width:422px;height:28px;top:138px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #cMoT82vxuAKUboBQLQclMJmfltZN9pkS { width:724px;height:313px;top:2126px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-checkbox-label { width:646px; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO  { width:668px;height:auto; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO {display:inline-block;}#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO { width:668px;height:auto; }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #D9pDogIdz1w5XuXyvdeaUotEi6flw0n3 {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #rRAK9ipOXMxFlItA1xOuxpqXPxINMTwa {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #DoElVhiZRWSVIuWySp9VgIa3wZdbpzTo {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #fKa1n7d1Ie0s1fqQnMuCZhzrTvIhLZ7V {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #TwxZPTlPi45zhWapXLNQ5mSlNn746g6m {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #ww1JWBT4wqiOW66mKJrNaNXp6H0DOnJ9 {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #gyAh1qTiMUqFMmZUiTb8uN3ZTeE9Z8xA {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #QlJFypLdlQW4pH616JkwT6mUftD4VrMq {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #CfwA5lJlpGDRQR8oOQyf8qD7x7EMbiBl {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #hKdXiTVZQO7xm76uBqtOrSbnFmvI3QaI { z-index:2; }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #AqIra1N603BEApGbKeGp2kXW4feGO6VO {  }
 }@media only screen and (max-width: 763px) { #AdsBcbVNTH1TSQX21RVdIMtTVSwaLPWs { width:623px;height:45px;top:2332px;left:37px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WsBek2ouzDtZ8ECrq78VctKS76EqzoTR { width:433px;height:26px;top:2398px;left:142px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e2pIcdumZgGATTwZM1bxfD4vzVdSmNoh { width:320px;height:42px;top:2133px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZeaToENll2wlPMHgTUXyMseal6Bca7Me { width:30px;height:28px;top:2140px;left:384px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gxkUwFzac9GqMerHlMF89MsV1EOBZ1Vl { width:29px;height:30px;top:2140px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #TplQ1tiSZJaXl3gPlSvRvX8PF9U8UPRM { width:40px;height:40px;top:60px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #fksN4He4GyPMx7szJLlzsCXdhwIRnKip { width:28px;height:28px;top:65px;left:6px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #L4kokoH6oFv58eTiVg4WIz0XJ9KTvs6O { width:200px;height:26px;top:2141px;left:414px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oWrkDeAyavMcGdT8ZzzNUGtkJWVgS2ck { width:200px;height:26px;top:69px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #CKWGDi4O1qd391AyuZLhlsaKx9zrmcsu { width:754px;height:256px;top:1120px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pJLQIfab5Z9OBcUr2eJUCbU7AyLeIZGO { width:422px;height:28px;top:138px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TDoqQ1nLCPI5w5HWHK8KkUyQHQ93K13k { width:422px;height:28px;top:138px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #yDcTGtH6TImezmT2ruNDwXATRrhWrt4a { width:422px;height:28px;top:138px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #rvo6CAeDVZssM1CeXyV0KZIVyhTcdvoq { width:422px;height:28px;top:138px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #r6EpQHDFy30lw3XVGeGNt1I1q4ikRzlS { width:422px;height:28px;top:138px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #oaJfedMMPyoS9iIGaAZkJ9SxEBcOJhhn { width:422px;height:28px;top:138px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qxrcpN7OGnS7NBA7JtsivQJUAzPpPCsX { width:422px;height:28px;top:138px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6 { display:block; }#nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAScUwp5iKz53TLEKhGCGH2i0qzrtlm3 { width:755px;height:275px;top:90px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #xXo0ESMazpOmzTwUo6T5ev99iprIpitL { width:382px;height:36px;top:86px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bR0ZDOWakiHb9Bd8WrLF1MEbqRehJ1LS { width:54px;height:54px;top:52px;left:166px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #guMgMFmbQla6EhTqvDvqtJGIMuLwHqsH { width:74px;height:20px;top:439px;left:672px;display:block; }
 }@media only screen and (max-width: 763px) { #wuEccxl5lqIH0Gf2O0sUkmf1Z9I09ABq { display:block; }#wuEccxl5lqIH0Gf2O0sUkmf1Z9I09ABq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkTk1gEFGEmX6vtpgLV2dWHwDIcZbm9B { width:764px;height:57px;top:30px;left:0;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #xDXNJ3b9O5kBMvGZTicUm0MtDiZUGi8s { width:764px;height:429.32743362832px;top:112px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ { display:block; }#lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMsOobG9TSsuLfAiPIlieWvvokGDJ0iT { width:764px;height:52px;top:37px;left:0;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { width:764px;height:415px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xedTfTk5cWQdFgewhLwInX8PqhViF6aT { width:468px;height:460px;top:40px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #IJJozmut24fhsKVQpwKZo6TGfTGA2mWv { width:382px;height:41px;top:86px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #gHnwV2tAxEUkmGoRezDX2SllZNr0HqsM { width:382px;height:36px;top:136px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #TIXcuGGAFHKlmxaLduRfZOfrPB21Vhg6 { width:382px;height:184px;top:272px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #TU9afDInUoS8PwDzaNK1FUJT5eeVW8xZ { width:382px;height:184px;top:272px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9 { display:block; }#EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyqTtfMM3GKkuWLi1L9U8y0gC7SIEbm5 { width:360px;height:125px;top:121px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ubRxzFxTRAq8R9AVJcaizTdLNPLByTJo { width:54px;height:54px;top:52px;left:144px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #mu4OpJzwKb3AduQ5V1XnRGOldoWQ057a { width:40px;height:40px;top:265px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #aV88EnrSAz96QTa3QD5iwlS9kox4VPVC { width:360px;height:22px;top:337px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UiGucWGTV6Uc6VvFxuU0JNTCpFvdZvku { width:360px;height:44px;top:363px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ryEUL5BPNWyexoVR8vg34FNs3HarmV2S { width:360px;height:100px;top:121px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #FZ5tcl7a8x0rdsZTTT1SIls2ae7eH9CO { width:60px;height:60px;top:265px;left:551px;display:block; }
 }@media only screen and (max-width: 763px) { #Kyt6iUPSRCCsmMeRvTRRIqoTg8UTEUAL { width:360px;height:22px;top:337px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #RVXLy2P48qmELu6BX6Aq8DTU5r4MuRW8 { width:360px;height:66px;top:363px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #FBznraaTkklz2uzGbSgJMcSstGoJpfTq { width:54px;height:54px;top:52px;left:548px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l { display:block; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAk0DQODiihrwsrzF4GcOFXq5Qt2o3Sw { width:180px;height:40px;top:15px;left:584px;display:block; }
 }@media only screen and (max-width: 763px) { #MODhXeXksMJzTFQlstDTmXrT63zEx8sx { display:block; }
 }@media only screen and (max-width: 763px) { #hRpueWxbQtrcwHhDwOBJ04pSWG1IdT0l { width:260px;height:15px;top:26px;left:304px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rbinOvU9qFHQmDCkEnkLB6pGlssHFzSt { width:70px;height:23px;top:25px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis .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:0px;margin-right:4.14px;margin-bottom:0px;margin-left:4.14px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis .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:5.31px;padding-bottom:0px;padding-right:1.03px;padding-left:1.03px;display:block;width:44.5px;height:25.13px;position:relative;font-family:"open sans";font-size:23.87px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0;left:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0px;padding-bottom:3.54px;padding-right:1.03px;padding-left:1.03px;display:block;width:42.47px;height:7.71px;position:relative;font-family:"open sans";font-size:7.07px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis { top:16px;left:65px;width:220px;height:52px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #K412vdeZunCZeOySFzb3wFlNKVo6HQNk { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #hiDg09WxTm7WgIMffVCWFBJJ0G5nmqok {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #mBaiIJP5zqUfNMnRSnSUyKqSTWzgN5PB {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #IHBGCRTiLnVOLVgrynPKA2lMmS9mBlNk { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #iC4zTpt7D4Lwlq019K43KMizQ11B5Dfu {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #t0IdfNvOw2T0Z6cRw7ok139Cd3bWIuxA {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #NLT3n9SEt4qeby7aETUOmNT1I2UzlXQi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #VyTt35gxssZ7c1aUuxTIN1zwyo48yEQq {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #JC9dvD80t44wyUmFcrSAbtRJF0TP67yk {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #QLpFHVw6SRFT2cMFJUinWXX1N9CDa34Q { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #E3IbCCm0KRLbm3oMDU2fEUMMWr1JR9lp {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #auNaUygLbbz78gsqic7oucrmiRQwWl5b {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/TguW97PZ/free.jpeg");background-position:center;background-repeat:repeat;background-attachment:scroll;display:block; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { background-color: transparent; background-image: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .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); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { width:320px;height:884px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgvWGhGyaAo4uDM64n0CfcEt4UrPgdCg { width:30px;height:29px;top:449px;left:7px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Jpvcen1P6Ok1FzSyGwSqQWfCGFhBXnxF { width:29px;height:30px;top:448px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #wdD1l1pHgdm0vqTbcZ9ykoEEoTkrPl09 { width:168px;height:23px;top:452px;left:39px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #K8qrPANQeO6JqdyQEQPZ7kMZVfICFk9c { width:60px;height:23px;top:451px;left:258px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #M95NooE9zty7cTykRTZ2IRfrlyI9QREM { width:29px;height:29px;top:449px;left:221px;display:block; }
 }@media only screen and (max-width: 763px) { #PTobcO5PsnzorEQAe0rgwUAMoMtyPNc8 { width:28px;height:29px;top:449px;left:221px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #EB9FWT5CWik6nzRl2wNhbcGRddl5G4N5 { width:320px;height:313px;top:624px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #tspuZeoCf396vT64rsumH7LRMLhwvka5 { width:320px;height:0;top:624px;left:0;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #eGhv6CfVIymuUTsTC6hqu7MgZW4ccxSb { width:320px;height:0;top:889px;left:0;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #eKVad4d72IvBpxl9Ud2ozhcchp5CBbXk { width:320px;height:92px;top:9px;left:0;font-size:36px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-regular-label { width:258px; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-input-text { width:258px; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-textarea { width:258px; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-input-select { width:258px; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-input-button { width:258px; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-checkbox-label { width:247px; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .widget-radio-label { width:118px; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt  { width:268px;height:auto;top:476px;left:4px; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt .radio-container { width:268px; }
#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt {display:inline-block;}#QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt { width:268px;height:auto;top:476px;left:4px; }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #oydKnpx0IV0abIBJPU7OBXPu5h1gt7Ap {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #a70259kgyWz4dg3hG1OGDDoJu7Q8nFZP {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #hss6G5PAiCVKKuqr2BIxkDzZ9dtZtN8n {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #vgJThz75MN1TUvCCfyz7tcQLM5qGomdN {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #llQTKUBnryJxUWaxM26qCOBFTL0O41FE {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #E1WdmQ26LyUQDcBdHGPZK5WXpZphnpoE {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #We7E9PNue4U6vLmoyHImH67Q2dzKBo2B {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #rBxaXfndUc2oEAwJqLD6OHuEOuXoD7Fi {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #G0VSunVQ0uMf5tPWLTm6cUWE9bBd3ARc {  }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #JMxR7zWRtu7s89hnCTnAVn78U9Or3Snl { z-index:2; }
 }@media only screen and (max-width: 763px) { #QJ4IE7i33x4hkTGB0OCxuuSZ8tAn7lMt #RzZr4O9wi0AracL1BXTmDwelII3JzGbB {  }
 }@media only screen and (max-width: 763px) { #aNSTuZALTai11tGtfVeWELrdEB4205Nv { width:300px;height:208px;top:209px;left:10.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #cKsUJQRhTMs9GshDNJDooUqX6hyZSWhD { width:320px;height:0;top:823px;left:0;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #C5xaJmS4TcTEC63KB9TNbbSMgNd2PRTb { width:320px;height:72px;top:21px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #ZNB1IbBIWz7VFDIEgNtoOubbTzUPS6me { width:320px;height:92px;top:106px;left:0;font-size:36px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5zCIc5oC16Sm2tovf1pxe0Imft5hd5g { width:320px;height:68px;top:99px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z { display:none; }#BF0fcdBCbbIpnQTGt8NbvUL1diukRb5z > .row .container { width:320px;height:3093px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ILH8XJlZC41VdTbDkwvOMFbUmaaQIOVO { width:320px;height:256px;top:27.999984741211px;left:-0.16666698455811px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #KuDcb0svnhIDVw5P3ld5vIknr91lVRBA { width:320px;height:0;top:88px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cMoT82vxuAKUboBQLQclMJmfltZN9pkS { width:320px;height:313px;top:2126px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-regular-label { width:270px; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-input-text { width:270px; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-input-text {padding-top: 0; padding-bottom: 0;}#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-textarea { width:270px; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-input-select { width:270px; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-input-select {padding-top: 0; padding-bottom: 0;}#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-input-button { width:270px; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-checkbox-label { width:258px; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .widget-radio-label { width:124px; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO  { width:280px;height:114px;top:1802px;left:0; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO .radio-container { width:280px; }
#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO {display:inline-block;}#gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO { width:280px;height:128px;top:2176px;left:0; }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #D9pDogIdz1w5XuXyvdeaUotEi6flw0n3 {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #rRAK9ipOXMxFlItA1xOuxpqXPxINMTwa {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #DoElVhiZRWSVIuWySp9VgIa3wZdbpzTo {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #fKa1n7d1Ie0s1fqQnMuCZhzrTvIhLZ7V {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #TwxZPTlPi45zhWapXLNQ5mSlNn746g6m {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #ww1JWBT4wqiOW66mKJrNaNXp6H0DOnJ9 {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #gyAh1qTiMUqFMmZUiTb8uN3ZTeE9Z8xA {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #QlJFypLdlQW4pH616JkwT6mUftD4VrMq {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #CfwA5lJlpGDRQR8oOQyf8qD7x7EMbiBl {  }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #hKdXiTVZQO7xm76uBqtOrSbnFmvI3QaI { z-index:2; }
 }@media only screen and (max-width: 763px) { #gWUKcvh2uyfR2XQ9BkNFJN5CAtukrLvO #AqIra1N603BEApGbKeGp2kXW4feGO6VO {  }
 }@media only screen and (max-width: 763px) { #AdsBcbVNTH1TSQX21RVdIMtTVSwaLPWs { width:320px;height:auto;top:2332px;left:0;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #WsBek2ouzDtZ8ECrq78VctKS76EqzoTR { width:320px;height:auto;top:2398px;left:0;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #e2pIcdumZgGATTwZM1bxfD4vzVdSmNoh { width:320px;height:auto;top:2133px;left:0;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ZeaToENll2wlPMHgTUXyMseal6Bca7Me { width:30px;height:28px;top:2140px;left:145px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gxkUwFzac9GqMerHlMF89MsV1EOBZ1Vl { width:29px;height:30px;top:2140px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #TplQ1tiSZJaXl3gPlSvRvX8PF9U8UPRM { width:29px;height:28px;top:2140px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #fksN4He4GyPMx7szJLlzsCXdhwIRnKip { width:28px;height:28px;top:2140px;left:146px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #L4kokoH6oFv58eTiVg4WIz0XJ9KTvs6O { width:200px;height:auto;top:2141px;left:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oWrkDeAyavMcGdT8ZzzNUGtkJWVgS2ck { width:61px;height:auto;top:2141px;left:129px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CKWGDi4O1qd391AyuZLhlsaKx9zrmcsu { width:310px;height:258px;top:857px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pJLQIfab5Z9OBcUr2eJUCbU7AyLeIZGO { width:320px;height:0;top:1241px;left:0;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TDoqQ1nLCPI5w5HWHK8KkUyQHQ93K13k { width:320px;height:0;top:1145px;left:0;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #yDcTGtH6TImezmT2ruNDwXATRrhWrt4a { width:320px;height:0;top:1289px;left:0;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #rvo6CAeDVZssM1CeXyV0KZIVyhTcdvoq { width:320px;height:0;top:1337px;left:0;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #r6EpQHDFy30lw3XVGeGNt1I1q4ikRzlS { width:320px;height:0;top:1385px;left:0;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #oaJfedMMPyoS9iIGaAZkJ9SxEBcOJhhn { width:320px;height:0;top:1433px;left:0;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qxrcpN7OGnS7NBA7JtsivQJUAzPpPCsX { width:320px;height:0;top:1193px;left:0;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6 { display:none; }#nhLgOA7n3kGFAPgGSeLQuaLMpNWT5ef6 > .row .container { width:320px;height:520px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vAScUwp5iKz53TLEKhGCGH2i0qzrtlm3 { width:320px;height:308px;top:95px;left:0;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXo0ESMazpOmzTwUo6T5ev99iprIpitL { width:320px;height:36px;top:423px;left:0;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #bR0ZDOWakiHb9Bd8WrLF1MEbqRehJ1LS { width:55px;height:55px;top:20px;left:132px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #guMgMFmbQla6EhTqvDvqtJGIMuLwHqsH { width:200px;height:20px;top:479px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wuEccxl5lqIH0Gf2O0sUkmf1Z9I09ABq { display:none; }#wuEccxl5lqIH0Gf2O0sUkmf1Z9I09ABq > .row .container { width:320px;height:880px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lkTk1gEFGEmX6vtpgLV2dWHwDIcZbm9B { width:320px;height:auto;top:30px;left:0;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #xDXNJ3b9O5kBMvGZTicUm0MtDiZUGi8s { height:179.82300884956px;width:320px;top:40px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ { display:block; }#lMHFab84Bp4Io5pOwwyWCsORLiNLIrrQ > .row .container { width:320px;height:79px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMsOobG9TSsuLfAiPIlieWvvokGDJ0iT { width:320px;height:36px;top:20px;left:0;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { width:320px;height:1066px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xedTfTk5cWQdFgewhLwInX8PqhViF6aT { width:299px;height:295px;top:20px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #IJJozmut24fhsKVQpwKZo6TGfTGA2mWv { width:320px;height:41px;top:335px;left:0;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gHnwV2tAxEUkmGoRezDX2SllZNr0HqsM { width:320px;height:35px;top:396px;left:0;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TIXcuGGAFHKlmxaLduRfZOfrPB21Vhg6 { width:295px;height:253px;top:451px;left:12px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TU9afDInUoS8PwDzaNK1FUJT5eeVW8xZ { width:320px;height:297px;top:748px;left:0;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9 { display:none; }#EFqX19loR2XuTb9x3f2N1LNEnkoC7fP9 > .row .container { width:320px;height:1237px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kyqTtfMM3GKkuWLi1L9U8y0gC7SIEbm5 { width:320px;height:100px;top:93px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ubRxzFxTRAq8R9AVJcaizTdLNPLByTJo { width:55px;height:53px;top:20px;left:132px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #mu4OpJzwKb3AduQ5V1XnRGOldoWQ057a { width:40px;height:40px;top:213px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #aV88EnrSAz96QTa3QD5iwlS9kox4VPVC { width:320px;height:21px;top:273px;left:0;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UiGucWGTV6Uc6VvFxuU0JNTCpFvdZvku { width:320px;height:44px;top:314px;left:0;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ryEUL5BPNWyexoVR8vg34FNs3HarmV2S { width:320px;height:128px;top:453px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FZ5tcl7a8x0rdsZTTT1SIls2ae7eH9CO { width:60px;height:60px;top:601px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #Kyt6iUPSRCCsmMeRvTRRIqoTg8UTEUAL { width:320px;height:21px;top:681px;left:0;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RVXLy2P48qmELu6BX6Aq8DTU5r4MuRW8 { width:320px;height:85px;top:722px;left:0;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FBznraaTkklz2uzGbSgJMcSstGoJpfTq { width:55px;height:55px;top:378px;left:132px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l { position:fixed;z-index:199999;top:auto;bottom:0;left:0;right:0;display:none; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container { width:320px;height:239px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kAk0DQODiihrwsrzF4GcOFXq5Qt2o3Sw { width:180px;height:40px;top:179px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #MODhXeXksMJzTFQlstDTmXrT63zEx8sx { display:block; }
 }@media only screen and (max-width: 763px) { #hRpueWxbQtrcwHhDwOBJ04pSWG1IdT0l { width:320px;height:15px;top:143px;left:0;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rbinOvU9qFHQmDCkEnkLB6pGlssHFzSt { width:70px;height:23px;top:20px;left:125px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis .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:0px;margin-right:3.9px;margin-bottom:0px;margin-left:3.9px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:5.36px;padding-bottom:0px;padding-right:0.78px;padding-left:0.78px;display:block;width:45.25px;height:30.62px;position:relative;font-size:32.92px;line-height:1;text-align:center;text-align-last:center;top:0;left:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0px;padding-bottom:3.83px;padding-right:0.78px;padding-left:0.78px;display:block;width:45.25px;height:8.42px;position:relative;font-size:10px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis { top:63px;left:160px;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:220px;height:60px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #K412vdeZunCZeOySFzb3wFlNKVo6HQNk { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #hiDg09WxTm7WgIMffVCWFBJJ0G5nmqok {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #mBaiIJP5zqUfNMnRSnSUyKqSTWzgN5PB {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #IHBGCRTiLnVOLVgrynPKA2lMmS9mBlNk { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #iC4zTpt7D4Lwlq019K43KMizQ11B5Dfu {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #t0IdfNvOw2T0Z6cRw7ok139Cd3bWIuxA {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #NLT3n9SEt4qeby7aETUOmNT1I2UzlXQi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #VyTt35gxssZ7c1aUuxTIN1zwyo48yEQq {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #JC9dvD80t44wyUmFcrSAbtRJF0TP67yk {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #QLpFHVw6SRFT2cMFJUinWXX1N9CDa34Q { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #E3IbCCm0KRLbm3oMDU2fEUMMWr1JR9lp {  }
 }@media only screen and (max-width: 763px) { #TvvM4HrtSku3fMf7ZTdk6TpBg2b0CPis #auNaUygLbbz78gsqic7oucrmiRQwWl5b {  }
 }