.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;
  }
}
body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:960px;height:940px;font-size:14px;font-family:"open sans";position:relative;display:block; }#eK0emACOdGAfgP8KH4qhPrC6JPxMc6dK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 10px 50px rgba(0,0,0,0.24) ;height:280px;width:499px;top:292px;left:219px;display:block; }
#NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:55px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:88.09375px;left:0;height:71.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.4);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 30px rgba(0,0,0,0.21) ;height:382px;width:570px;top:218px;left:183.5px;display:block; }
#DnTP9Ai1UnqMKAEfRzO4ZRTrqd21MI8p { color:#000000;display:block;width:156px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:247px;left:269px;height:20.8px;font-style:normal;display:block; }
#DNndOKP38ewKKo4rMMAJALJCeop1m9mG { color:#000000;display:block;width:244px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:247px;left:472px;height:20.8px;font-style:normal;display:block; }
#uWOWasD5TFAurrTO4vfMs0hZTCcBHbWO { box-sizing:content-box;color:#ff7f00;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:238px;left:426px;display:block; }
#DSuUwLt1ED3TyHt1G2XHs1B9nXKzVTQt { box-sizing:content-box;color:#ff7f00;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:239px;left:224px;display:block; }
#f1THs0ldra2m0BIMnsITddUOU3dW2nmW { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:167.296875px;left:0;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XdXzcNEQWmUaSPTseSx68TpJfCVX3AuJ { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36px;width:96px;top:16px;left:461px;overflow:hidden;display:block; }
#pnLWS3PNQb94hZ9xGCKL0d1oD0PiaFtc { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:65.100006103516px;left:0;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-form-header {  }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:517px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:517px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:517px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:517px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ff7f00;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:517px;height:55px;font-family:"open sans";overflow:hidden; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:495px;overflow:hidden;font-style:normal; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-container:first-of-type{padding-top:0;}#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-container:last-of-type{padding-bottom:0;}#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:517px;height:auto;border-top:1px dashed #000000;border-left:1px dashed #000000;border-right:1px dashed #000000;border-bottom:1px dashed #000000;z-index:100015;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;position:absolute;top:647px;left:193.5px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:517px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv {display:block;}#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:517px;height:auto;border-top:1px dashed #000000;border-left:1px dashed #000000;border-right:1px dashed #000000;border-bottom:1px dashed #000000;z-index:100015;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;position:absolute;top:647px;left:193.5px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #GlaVIR9XrPh8JnZMQDHEfbiScTX22Vdn { position:relative;top:0px;left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #ScbcPqwvgHV8ZQf8TQioaRtl66XGkeKb { position:relative;top:0px;left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #otfVWt2t7zoCl8DVzyBetp6ixFcbzw9d { position:relative;top:0px;left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #aXbM7RtO60KWE1MSlUEHwPxOUlHIRohL { position:relative;top:0px;left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #iLnB2i6PiunbkXAZwdcBLSUxL7zT4cXV { position:relative;top:0px;left:0px;z-index:2; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #gPgR7e5i0FRG60gBIy56CLxv4n7bkDwp { position:relative;top:0px;left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #ZD0Iz7tfd9hhAIDBubQxuUfLr0GpH2mv { position:relative;top:0px;left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #CyPcOT4KTk51SvbgdxV4UqoweH4qmXfS { position:relative; }
#TkcIv7y6vUHU8n1rCEPVqAaCGxCCawkc { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37px;width:57px;top:16px;left:383.17857142857px;overflow:hidden;display:block; }
#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { background-color: transparent; background-image: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container > .video-iframe-container { display: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container { display: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .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); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { border-width: 0; border-radius: 0; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { font-size:14px;font-family:arial;height:579px;width:960px;position:relative;display:block; }#kvD8PpbTonWGdpIohNbx0ET8gsEThNyN { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:288px;width:264px;top:193px;left:29px;display:block; }
#RisKKOTOP03SClSxh7UMG9Ck4anOrfDE { color:#030522;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:206.64932250977px;left:60px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100005;line-height:1.4;letter-spacing:0;top:364.98266601562px;left:60px;height:98px;text-align:left;text-align-last:left;display:block; }
#Be3VZR9ksoQih84fKf7OnncAK0wzXNJb { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:207.62155151367px;left:380.00003051758px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MdxnLvGQBwHOukF2xBSAzRaG9wOKc0Nf { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:367.08334350586px;left:381.98959350586px;height:98px;text-align:left;text-align-last:left;display:block; }
#WvMnPVIt9F4TlevlTSMTH6RtTnw8BU5i { color:#030522;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:206.64932250977px;left:700.00003051758px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNMZoJv5KEZ7zZSmJ5M5C5eGrySZvLot { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:375.36459350586px;left:710.98959350586px;height:98px;text-align:left;text-align-last:left;display:block; }
#JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:62px;left:0;height:46.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#slwDVkDpsoxb7kFLJCXsmc7LIRcLsaEq { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:119px;width:220px;top:235.96530151367px;left:50.489562988281px;overflow:hidden;display:block; }
#QUKDSlwGBXhIxikHbniUK5T3XGHXD001 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:121.997px;width:187.986px;top:234.95835113525px;left:381.00003051758px;overflow:hidden;display:block; }
#As1D6JKTgSDSeSnkOhKdL89R8BCS0JmD { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:220px;top:242.97918891907px;left:690.00003051758px;overflow:hidden;display:block; }
#BLMwWMpcDPUxNOzOtTAsnOHn2M8x2EKX { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:287.986px;width:263.993px;top:192.96875762939px;left:346.99655151367px;display:block; }
#Eh8ErUM6bzolBSGXoqiRK14BzXrB0kzc { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:287.969px;width:263.976px;top:192.96875762939px;left:666.49307250977px;display:block; }
#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { position:relative;display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { background-color: transparent; background-image: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .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); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { border-width: 0; border-radius: 0; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:684px;width:960px;position:relative;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { position:absolute;display:block;z-index:100000;background-color:#2575fc;background-image:url("https://images.assets-landingi.com/6WuS4p4V/Kamil_Dunowski.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 20px 10px 30px rgba(0,0,0,0.2) ;height:394px;width:394px;top:36.5px;left:31px;display:block; }
#fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { color:#000000;display:block;width:479px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:27.699996948242px;left:481px;height:93.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { color:#000000;display:block;width:474px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:217.296875px;left:446px;height:413.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }#cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#oo3y0WW45LrDDP9RXntUPpB0tywPzd3L { color:#000000;display:block;width:480px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:132.29164123535px;left:480.00003051758px;height:97.2px;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; }
#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { background-color: transparent; background-image: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container > .video-iframe-container { display: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row > .video-iframe-container { display: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .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); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { border-width: 0; border-radius: 0; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { font-size:14px;font-family:arial;height:1705px;width:960px;position:relative;display:block; }#iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:31px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:40.173706054688px;left:0;height:80.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vf5AhM7PZQVReGlmDeK8l15MiddOfomN { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 30px rgba(0,0,0,0.2) ;height:1678px;width:960px;top:0;left:0;display:block; }
#ANGpDVBccCtAErFT5IfSyatopZFppVyP { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:208px;left:0;height:28.6px;font-style:normal;text-align:justify;text-align-last:initial;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; }
#HX7n6Anlm4ZBIF03P7A2Di4peGIl7sbt { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:755px;left:0;height:28.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dHtJLdHhAp2QiBIs9IoyW749vJIKfzou { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:373px;width:851px;top:724px;left:49px;display:block; }
#nA9K4mZfynesrragBs1qPP4KERzcCmNe { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:434px;width:871px;top:187px;left:45px;display:block; }
#HJz1eCMu3cayQwLSIORphcIdz6q33X9M { color:#000000;display:block;width:431.997px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:186.97904968262px;left:455.95486450195px;height:209.3px;display:block; }
#XUbQuZpl0XkSyVXQRgsIttN1s4zaTcB6 { color:#000000;display:block;width:695.99px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:398.68041992188px;left:48.958312988281px;height:191.1px;display:block; }
#RmfdWvqWyTWr3s11x6IO9sOpFQPyzHed { color:#000000;display:block;width:768px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:937.95132446289px;left:48.958312988281px;height:163.8px;display:block; }
#VlRnJ1XRavKszCbALIyW2P7PDlqSLnGf { color:#000000;display:block;width:816.997px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:1464.9306335449px;left:48.958312988281px;height:163.8px;display:block; }
#mbv4SxGFcMmXIgNlpBE9sqMPnLe2QSOG { color:#000000;display:block;width:450.99px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:696.64923095703px;left:48.958312988281px;height:149.5px;display:block; }
#DsPuoeCVvfvDWUu7xkMNh1iaNuz8NTPa { color:#000000;display:block;width:457.986px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:1201.7014160156px;left:442.98611450195px;height:179.4px;display:block; }
#VPk0Nc82aisHLlIOwUhUbtndvcCGbKsp { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;height:210px;width:377.986px;top:1179.9306335449px;left:45px;overflow:hidden;display:block; }
#qMT10ZIi4Ol9S2HOpIKJ2Q0aoiGKu9lZ { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;height:205.99px;width:367.969px;top:162.93391418457px;left:48.958312988281px;overflow:hidden;display:block; }
#XUkNH7KXAzyNuFHaewro9s4aNu0sMBKM { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;height:243.993px;width:367.986px;top:669.87857055664px;left:532.98611450195px;overflow:hidden;display:block; }
#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { background-color: transparent; background-image: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .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); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { border-width: 0; border-radius: 0; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:960px;height:793px;font-size:14px;font-family:arial;position:relative;display:block; }#toQg65LyS4dAKSNltWZkcGrL22GTPcWm { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 30px rgba(0,0,0,0.21) ;height:423px;width:320px;top:297px;left:325px;display:block; }
#oKHmgZDe68RTvv0VSuJ7gccoTNekVuGV { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;height:86px;width:323px;top:212.98612976074px;left:325.00003051758px;display:block; }
#TIqe3uXLVFM0iRBVNW8mE415EdS05TAv { color:#000000;display:block;width:284px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:316px;left:343px;height:28.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-form-header { font-size:14px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:14px;font-weight:bold;color:#000000;width:270px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:270px;box-sizing:border-box;height:42px;color:#000000;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;font-weight:300;font-style:normal; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-text {padding-top: 0; padding-bottom: 0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:270px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;font-weight:300;font-style:normal; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:270px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-select {padding-top: 0; padding-bottom: 0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ff7f00;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:40px;margin-left:40px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:14px;font-weight:bold;color:#f2f9ff;width:189px;height:55px;font-family:"open sans";overflow:hidden;box-shadow: 10px 10px 20px rgba(0,0,0,0.5) ; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]:-moz-placeholder { color:#777777;font-family:ubuntu;font-size:14px;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]::-moz-placeholder { color:#777777;font-family:ubuntu;font-size:14px;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]:-ms-input-placeholder { color:#777777;font-family:ubuntu;font-size:14px;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]::-webkit-input-placeholder { color:#777777;font-family:ubuntu;font-size:14px;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.8;font-size:10px;font-weight:300;color:#777777;vertical-align:top;width:250px;overflow:hidden;font-style:normal;float:none; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0;width:100%;font-size:0;height:auto; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-container:first-of-type{padding-top:0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-container:last-of-type{padding-bottom:0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:270px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100004;position:absolute;top:350px;left:330px;font-size:14px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:270px;display:block;vertical-align:top; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD {display:block;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:270px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100004;position:absolute;top:350px;left:330px;font-size:14px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #rUhPW6chVVmv8Z1Xwm3ENhVBrC2dWKf2 { position:relative;top:0px;left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #IR0wBw6xEphJe893USFUBx2Tqw4I6OfN { position:relative;top:0px;left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #pdIsh8d090gZCsbWryK1T0hWTTQhFsn4 { position:relative;top:0px;left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #ISu8w2Z9GG6BBats7QVeZQUQn0lAeKdg { position:relative;top:0px;left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #KzfszH3qDJaJrQbUUuR4CmPqSaUUi9bG { position:relative;top:0px;left:0px;z-index:2; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #fDgfwd9CHhq5UO2dTQ14ey5oBwgO4DAn { position:relative;top:0px;left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #SuiAb7wecU9IUW42GvixoksBwy2AGfMm { position:relative;top:0px;left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #bB2eh6m7Xe2PUrogUZ7H2H2QGKUoLqKL { position:relative; }
#qOI6zGk0ldRI8PSzpm2z2Qvk5yT1qvJX { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:62.5px;left:0;height:59.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLea5Q5RAF4JzTNQKWlGeiC06vGzDuFr { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:137px;left:0;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs .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:5.14px;margin-bottom:0px;margin-left:5.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; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs .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:7.62px;padding-bottom:0px;padding-right:1.29px;padding-left:1.29px;display:block;width:55.3px;height:36.82px;position:relative;font-family:"open sans";font-size:34.28px;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; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0px;padding-bottom:5.08px;padding-right:1.29px;padding-left:1.29px;display:block;width:52.73px;height:9.52px;position:relative;font-family:"open sans";font-size:9px;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; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs { 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:276px;height:73px;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;top:224px;left:347px;z-index:100014;display:block; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #VVJCgBR54XFZzzQZGyvK4DcHFLK7fbly { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #XiVvB9uysWLSe5I2GpxyvK3Kzl6dceW9 { display:block; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #FhztbcPHcdcr0gdJtq7evHbVLVG6hFJC { display:block; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #MvUmpVUbDdzk0Sm3xDXTC8sef7JdzGRu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #IElcWaqQxx3cxuz2yrqRIU6ua029SGZK { display:block; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #ryxZucz9IZ4pEhc0OkElT7n81sh8Jen8 { display:block; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #P8TqeCH5zZ31Ufk42NDAITOWVAbH0ZmC { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #eZQTbmXsq4MV4fCuNHWAysVTS5h0LFlO { display:block; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #pWQU5EEPrz99g40bN9GS3T3p65LX1pLQ { display:block; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #DiidymW4BTXWs1AatKIPWsZz0FuXyUWq { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #TzEpXaodXawqJMoKAbech1qFfQJMXLLf { display:block; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #qqLyiw6V0sg86pZtUPPQfNdRlvAk42G0 { display:block; }
#squpmfDsXSWAPXhQX5SJgoszdk6yQJZp { position:absolute;display:block;z-index:100002;background-color:#ff7f00;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:86px;width:55px;top:203px;left:355.5px;display:block; }
#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { background-color: transparent; background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .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); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { border-width: 0; border-radius: 0; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:27px;left:0;height:46.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:15px;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:87px;left:0;height:19.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AbmsqXhh3sCuM0fkyooBCffwmmau6ivk { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45px;width:45px;top:127.5px;left:418px;overflow:hidden;display:block; }
#JJLboskv00d0pbaTpM1eR8vTJay7Ilhp { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45px;width:45px;top:127.5px;left:481px;overflow:hidden;display:block; }
#brMdothzU6cdKOfRBqaNoHwpsoiRCXaU { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:62px;width:150px;top:201px;left:554px;overflow:hidden;display:block; }
#ia3qW9OEnZkUuSeJHEC1wKv5NVsr2Trr { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:70px;width:110px;top:192px;left:309px;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eK0emACOdGAfgP8KH4qhPrC6JPxMc6dK { width:499px;height:280px;top:292px;left:121px;display:block; }
 }@media only screen and (max-width: 959px) { #NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { width:764px;height:71.5px;top:88px;left:0;font-size:55px;display:block; }
 }@media only screen and (max-width: 959px) { #pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { width:570px;height:382px;top:218px;left:85.5px;display:block; }
 }@media only screen and (max-width: 959px) { #DnTP9Ai1UnqMKAEfRzO4ZRTrqd21MI8p { width:156px;height:18.2px;top:247px;left:171px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #DNndOKP38ewKKo4rMMAJALJCeop1m9mG { width:244px;height:20.8px;top:247px;left:374px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #uWOWasD5TFAurrTO4vfMs0hZTCcBHbWO { width:35px;height:35px;top:238px;left:328px;font-size:24px;display:block; }
 }@media only screen and (max-width: 959px) { #DSuUwLt1ED3TyHt1G2XHs1B9nXKzVTQt { width:32px;height:32px;top:239px;left:126px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #f1THs0ldra2m0BIMnsITddUOU3dW2nmW { width:764px;height:20.8px;top:167px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #XdXzcNEQWmUaSPTseSx68TpJfCVX3AuJ { width:96px;height:36px;top:16px;left:363px;display:block; }
 }@media only screen and (max-width: 959px) { #pnLWS3PNQb94hZ9xGCKL0d1oD0PiaFtc { width:764px;height:20.8px;top:65px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-regular-label { width:517px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-text { width:517px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-textarea { width:517px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-select { width:517px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-button { width:517px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-checkbox-label { width:495px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv  { width:517px;height:auto;top:647px;left:95.5px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .radio-container { width:517px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv {display:block;}#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv { width:517px;height:auto;top:647px;left:95.5px; }
 }@media only screen and (max-width: 959px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #GlaVIR9XrPh8JnZMQDHEfbiScTX22Vdn {  }
 }@media only screen and (max-width: 959px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #ScbcPqwvgHV8ZQf8TQioaRtl66XGkeKb {  }
 }@media only screen and (max-width: 959px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #otfVWt2t7zoCl8DVzyBetp6ixFcbzw9d {  }
 }@media only screen and (max-width: 959px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #aXbM7RtO60KWE1MSlUEHwPxOUlHIRohL {  }
 }@media only screen and (max-width: 959px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #iLnB2i6PiunbkXAZwdcBLSUxL7zT4cXV {  }
 }@media only screen and (max-width: 959px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #gPgR7e5i0FRG60gBIy56CLxv4n7bkDwp {  }
 }@media only screen and (max-width: 959px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #ZD0Iz7tfd9hhAIDBubQxuUfLr0GpH2mv {  }
 }@media only screen and (max-width: 959px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #CyPcOT4KTk51SvbgdxV4UqoweH4qmXfS {  }
 }@media only screen and (max-width: 959px) { #TkcIv7y6vUHU8n1rCEPVqAaCGxCCawkc { width:57px;height:37px;top:16px;left:285.17857142857px;display:block; }
 }@media only screen and (max-width: 959px) { #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { display:block; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { width:764px;height:410px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kvD8PpbTonWGdpIohNbx0ET8gsEThNyN { width:237px;height:261px;top:111px;left:9px;display:block; }
 }@media only screen and (max-width: 959px) { #RisKKOTOP03SClSxh7UMG9Ck4anOrfDE { width:200px;height:20.8px;top:126px;left:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM { width:200px;height:84px;top:286px;left:27px;font-size:12px;display:block; }
 }@media only screen and (max-width: 959px) { #Be3VZR9ksoQih84fKf7OnncAK0wzXNJb { width:200px;height:20.8px;top:126px;left:282px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #MdxnLvGQBwHOukF2xBSAzRaG9wOKc0Nf { width:200px;height:84px;top:287px;left:283px;font-size:12px;display:block; }
 }@media only screen and (max-width: 959px) { #WvMnPVIt9F4TlevlTSMTH6RtTnw8BU5i { width:200px;height:20.8px;top:126px;left:537px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #cNMZoJv5KEZ7zZSmJ5M5C5eGrySZvLot { width:200px;height:84px;top:291px;left:537px;font-size:12px;display:block; }
 }@media only screen and (max-width: 959px) { #JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { width:764px;height:28.6px;top:43px;left:0;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #slwDVkDpsoxb7kFLJCXsmc7LIRcLsaEq { width:220px;height:118.984px;top:165px;left:17px;display:block; }
 }@media only screen and (max-width: 959px) { #QUKDSlwGBXhIxikHbniUK5T3XGHXD001 { width:187px;height:121.344px;top:162px;left:288px;display:block; }
 }@media only screen and (max-width: 959px) { #As1D6JKTgSDSeSnkOhKdL89R8BCS0JmD { width:220px;height:120px;top:161px;left:525px;display:block; }
 }@media only screen and (max-width: 959px) { #BLMwWMpcDPUxNOzOtTAsnOHn2M8x2EKX { width:241px;height:263px;top:110px;left:261px;display:block; }
 }@media only screen and (max-width: 959px) { #Eh8ErUM6bzolBSGXoqiRK14BzXrB0kzc { width:236px;height:258px;top:112px;left:519px;display:block; }
 }@media only screen and (max-width: 959px) { #CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { width:764px;height:595px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { width:345px;height:345px;top:46px;left:18.5px;display:block; }
 }@media only screen and (max-width: 959px) { #fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { width:230px;height:57.2px;top:46px;left:395px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { width:380px;height:399.4px;top:160px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #oo3y0WW45LrDDP9RXntUPpB0tywPzd3L { width:372px;height:86.4px;top:89px;left:387px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 { display:block; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { width:764px;height:1613px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { width:764px;height:80.6px;top:40px;left:0;font-size:31px;display:block; }
 }@media only screen and (max-width: 959px) { #Vf5AhM7PZQVReGlmDeK8l15MiddOfomN { width:764px;height:1612px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #ANGpDVBccCtAErFT5IfSyatopZFppVyP { width:764px;height:28.6px;top:208px;left:0;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #HX7n6Anlm4ZBIF03P7A2Di4peGIl7sbt { width:764px;height:28.6px;top:755px;left:0;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #dHtJLdHhAp2QiBIs9IoyW749vJIKfzou { width:764px;height:373px;top:724px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #nA9K4mZfynesrragBs1qPP4KERzcCmNe { width:764px;height:434px;top:187px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #HJz1eCMu3cayQwLSIORphcIdz6q33X9M { width:304px;height:269.1px;top:151px;left:436px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #XUbQuZpl0XkSyVXQRgsIttN1s4zaTcB6 { width:695px;height:191.1px;top:395px;left:29px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #RmfdWvqWyTWr3s11x6IO9sOpFQPyzHed { width:634px;height:163.8px;top:918px;left:39px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #VlRnJ1XRavKszCbALIyW2P7PDlqSLnGf { width:534px;height:191.1px;top:1353px;left:48px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #mbv4SxGFcMmXIgNlpBE9sqMPnLe2QSOG { width:271px;height:239.2px;top:653px;left:39px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #DsPuoeCVvfvDWUu7xkMNh1iaNuz8NTPa { width:256px;height:239.2px;top:1121px;left:469px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #VPk0Nc82aisHLlIOwUhUbtndvcCGbKsp { width:377px;height:209.438px;top:1121px;left:48px;display:block; }
 }@media only screen and (max-width: 959px) { #qMT10ZIi4Ol9S2HOpIKJ2Q0aoiGKu9lZ { width:367px;height:205.438px;top:151px;left:29px;display:block; }
 }@media only screen and (max-width: 959px) { #XUkNH7KXAzyNuFHaewro9s4aNu0sMBKM { width:367px;height:243.328px;top:653px;left:358px;display:block; }
 }@media only screen and (max-width: 959px) { #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:764px;height:674px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #toQg65LyS4dAKSNltWZkcGrL22GTPcWm { width:320px;height:423px;top:204px;left:221px;display:block; }
 }@media only screen and (max-width: 959px) { #oKHmgZDe68RTvv0VSuJ7gccoTNekVuGV { width:323px;height:86px;top:119px;left:221px;display:block; }
 }@media only screen and (max-width: 959px) { #TIqe3uXLVFM0iRBVNW8mE415EdS05TAv { width:284px;height:20.8px;top:223px;left:239px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-regular-label { width:270px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-text { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-text {padding-top: 0; padding-bottom: 0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-textarea { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-select { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-select {padding-top: 0; padding-bottom: 0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-button { width:189px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:40px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-checkbox-label { width:251px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD  { width:270px;height:auto;top:257px;left:226px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .radio-container { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD {display:block;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD { width:270px;height:auto;top:257px;left:226px; }
 }@media only screen and (max-width: 959px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #rUhPW6chVVmv8Z1Xwm3ENhVBrC2dWKf2 {  }
 }@media only screen and (max-width: 959px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #IR0wBw6xEphJe893USFUBx2Tqw4I6OfN {  }
 }@media only screen and (max-width: 959px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #pdIsh8d090gZCsbWryK1T0hWTTQhFsn4 {  }
 }@media only screen and (max-width: 959px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #ISu8w2Z9GG6BBats7QVeZQUQn0lAeKdg {  }
 }@media only screen and (max-width: 959px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #KzfszH3qDJaJrQbUUuR4CmPqSaUUi9bG {  }
 }@media only screen and (max-width: 959px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #fDgfwd9CHhq5UO2dTQ14ey5oBwgO4DAn {  }
 }@media only screen and (max-width: 959px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #SuiAb7wecU9IUW42GvixoksBwy2AGfMm {  }
 }@media only screen and (max-width: 959px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #bB2eh6m7Xe2PUrogUZ7H2H2QGKUoLqKL {  }
 }@media only screen and (max-width: 959px) { #qOI6zGk0ldRI8PSzpm2z2Qvk5yT1qvJX { width:764px;height:28.6px;top:31px;left:0;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #lLea5Q5RAF4JzTNQKWlGeiC06vGzDuFr { width:764px;height:20.8px;top:77px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs .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:5.14px;margin-bottom:0px;margin-left:5.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; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs .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:7.62px;padding-bottom:0px;padding-right:1.29px;padding-left:1.29px;display:block;width:55.3px;height:36.82px;position:relative;font-family:"open sans";font-size:34.28px;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; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0px;padding-bottom:5.08px;padding-right:1.29px;padding-left:1.29px;display:block;width:52.73px;height:9.52px;position:relative;font-family:"open sans";font-size:7.62px;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; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs { width:276px;height:73px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;border-bottom:0;border-left:0;border-right:0;border-top:0;top:131px;left:243px;display:block; }
 }@media only screen and (max-width: 959px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #VVJCgBR54XFZzzQZGyvK4DcHFLK7fbly { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #XiVvB9uysWLSe5I2GpxyvK3Kzl6dceW9 {  }
 }@media only screen and (max-width: 959px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #FhztbcPHcdcr0gdJtq7evHbVLVG6hFJC {  }
 }@media only screen and (max-width: 959px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #MvUmpVUbDdzk0Sm3xDXTC8sef7JdzGRu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #IElcWaqQxx3cxuz2yrqRIU6ua029SGZK {  }
 }@media only screen and (max-width: 959px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #ryxZucz9IZ4pEhc0OkElT7n81sh8Jen8 {  }
 }@media only screen and (max-width: 959px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #P8TqeCH5zZ31Ufk42NDAITOWVAbH0ZmC { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #eZQTbmXsq4MV4fCuNHWAysVTS5h0LFlO {  }
 }@media only screen and (max-width: 959px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #pWQU5EEPrz99g40bN9GS3T3p65LX1pLQ {  }
 }@media only screen and (max-width: 959px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #DiidymW4BTXWs1AatKIPWsZz0FuXyUWq { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 959px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #TzEpXaodXawqJMoKAbech1qFfQJMXLLf {  }
 }@media only screen and (max-width: 959px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #qqLyiw6V0sg86pZtUPPQfNdRlvAk42G0 {  }
 }@media only screen and (max-width: 959px) { #squpmfDsXSWAPXhQX5SJgoszdk6yQJZp { width:55px;height:86px;top:110px;left:251px;display:block; }
 }@media only screen and (max-width: 959px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:764px;height:254px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { width:764px;height:20.8px;top:27px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { width:764px;height:41.6px;top:87px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #AbmsqXhh3sCuM0fkyooBCffwmmau6ivk { width:45px;height:45px;top:127px;left:320px;display:block; }
 }@media only screen and (max-width: 959px) { #JJLboskv00d0pbaTpM1eR8vTJay7Ilhp { width:45px;height:45px;top:127px;left:383px;display:block; }
 }@media only screen and (max-width: 959px) { #brMdothzU6cdKOfRBqaNoHwpsoiRCXaU { width:150px;height:62px;top:157px;left:453px;display:block; }
 }@media only screen and (max-width: 959px) { #ia3qW9OEnZkUuSeJHEC1wKv5NVsr2Trr { width:110px;height:70px;top:148px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); } }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:320px;height:896px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eK0emACOdGAfgP8KH4qhPrC6JPxMc6dK { height:145px;width:258px;top:266px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { width:320px;height:33.8px;top:90px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { width:320px;height:263px;top:188px;left:0;background-color:rgba(255,255,255,0.4);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #DnTP9Ai1UnqMKAEfRzO4ZRTrqd21MI8p { width:133px;height:18.2px;top:206px;left:123px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DNndOKP38ewKKo4rMMAJALJCeop1m9mG { width:84px;height:18.2px;top:233px;left:144px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uWOWasD5TFAurrTO4vfMs0hZTCcBHbWO { width:27px;height:27px;top:228px;left:111px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DSuUwLt1ED3TyHt1G2XHs1B9nXKzVTQt { width:22px;height:22px;top:202px;left:89px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #f1THs0ldra2m0BIMnsITddUOU3dW2nmW { width:320px;height:39px;top:137px;left:0;text-align:center;text-align-last:center;font-size:15px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XdXzcNEQWmUaSPTseSx68TpJfCVX3AuJ { width:104px;height:39px;top:6px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #pnLWS3PNQb94hZ9xGCKL0d1oD0PiaFtc { width:320px;height:19.5px;top:61px;left:0;text-align:center;text-align-last:center;font-size:15px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .widget-checkbox-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv  { width:280px;height:auto;top:511.5px;left:0; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv {display:block;}#ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv { width:280px;height:auto;top:511.5px;left:0; }
 }@media only screen and (max-width: 763px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #GlaVIR9XrPh8JnZMQDHEfbiScTX22Vdn {  }
 }@media only screen and (max-width: 763px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #ScbcPqwvgHV8ZQf8TQioaRtl66XGkeKb {  }
 }@media only screen and (max-width: 763px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #otfVWt2t7zoCl8DVzyBetp6ixFcbzw9d {  }
 }@media only screen and (max-width: 763px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #aXbM7RtO60KWE1MSlUEHwPxOUlHIRohL {  }
 }@media only screen and (max-width: 763px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #iLnB2i6PiunbkXAZwdcBLSUxL7zT4cXV {  }
 }@media only screen and (max-width: 763px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #gPgR7e5i0FRG60gBIy56CLxv4n7bkDwp {  }
 }@media only screen and (max-width: 763px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #ZD0Iz7tfd9hhAIDBubQxuUfLr0GpH2mv {  }
 }@media only screen and (max-width: 763px) { #ppzx9rn1dlfdQCiPpTArPB0NZ9gksTQv #CyPcOT4KTk51SvbgdxV4UqoweH4qmXfS {  }
 }@media only screen and (max-width: 763px) { #TkcIv7y6vUHU8n1rCEPVqAaCGxCCawkc { width:80px;height:51px;top:0;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { display:block; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { width:320px;height:979px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvD8PpbTonWGdpIohNbx0ET8gsEThNyN { width:244px;height:289px;top:58px;left:38px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #RisKKOTOP03SClSxh7UMG9Ck4anOrfDE { width:200px;height:20.8px;top:79px;left:60px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM { width:200px;height:84px;top:260px;left:60px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Be3VZR9ksoQih84fKf7OnncAK0wzXNJb { width:200px;height:20.8px;top:398px;left:61px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdxnLvGQBwHOukF2xBSAzRaG9wOKc0Nf { width:200px;height:84px;top:560px;left:61px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvMnPVIt9F4TlevlTSMTH6RtTnw8BU5i { width:200px;height:20.8px;top:704px;left:61px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNMZoJv5KEZ7zZSmJ5M5C5eGrySZvLot { width:200px;height:84px;top:877px;left:61px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { width:320px;height:31.2px;top:18px;left:0;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #slwDVkDpsoxb7kFLJCXsmc7LIRcLsaEq { width:220px;height:118.969px;top:113px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #QUKDSlwGBXhIxikHbniUK5T3XGHXD001 { width:203px;height:131px;top:418px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #As1D6JKTgSDSeSnkOhKdL89R8BCS0JmD { width:220px;height:120px;top:742px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #BLMwWMpcDPUxNOzOtTAsnOHn2M8x2EKX { width:245px;height:267px;top:382px;left:38px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Eh8ErUM6bzolBSGXoqiRK14BzXrB0kzc { width:247px;height:270px;top:685px;left:37px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { width:320px;height:905px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { width:219px;height:219px;top:105px;left:50.5px;display:block; }
 }@media only screen and (max-width: 763px) { #fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { width:320px;height:62.4px;top:0;left:0;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { width:320px;height:457px;top:436px;left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oo3y0WW45LrDDP9RXntUPpB0tywPzd3L { width:229px;height:115.2px;top:324px;left:45.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 { display:block; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { width:320px;height:2553px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { width:320px;height:62.4px;top:82px;left:0;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5AhM7PZQVReGlmDeK8l15MiddOfomN { width:320px;height:2491px;top:40px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ANGpDVBccCtAErFT5IfSyatopZFppVyP { width:278px;height:28.6px;top:164px;left:20px;text-align:center;text-align-last:center;font-size:22px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HX7n6Anlm4ZBIF03P7A2Di4peGIl7sbt { width:278px;height:28.6px;top:1501.4000244141px;left:21px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dHtJLdHhAp2QiBIs9IoyW749vJIKfzou { width:320px;height:2px;top:1984.4000244141px;left:0;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #nA9K4mZfynesrragBs1qPP4KERzcCmNe { width:290px;height:648px;top:158.59997558594px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HJz1eCMu3cayQwLSIORphcIdz6q33X9M { width:320px;height:269.1px;top:164px;left:0;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUbQuZpl0XkSyVXQRgsIttN1s4zaTcB6 { width:320px;height:354.9px;top:588.59375px;left:0;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmfdWvqWyTWr3s11x6IO9sOpFQPyzHed { width:320px;height:245.7px;top:1470.125px;left:0;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlRnJ1XRavKszCbALIyW2P7PDlqSLnGf { width:320px;height:300.3px;top:2184px;left:0;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbv4SxGFcMmXIgNlpBE9sqMPnLe2QSOG { width:320px;height:209.3px;top:1014.125px;left:0;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DsPuoeCVvfvDWUu7xkMNh1iaNuz8NTPa { width:320px;height:239.2px;top:1805px;left:0;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VPk0Nc82aisHLlIOwUhUbtndvcCGbKsp { width:294px;height:163px;top:1998px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #qMT10ZIi4Ol9S2HOpIKJ2Q0aoiGKu9lZ { width:296px;height:165px;top:400.09375px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XUkNH7KXAzyNuFHaewro9s4aNu0sMBKM { width:296px;height:196px;top:1248.890625px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:320px;height:700px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toQg65LyS4dAKSNltWZkcGrL22GTPcWm { width:320px;height:400px;top:260px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #oKHmgZDe68RTvv0VSuJ7gccoTNekVuGV { width:320px;height:85px;top:176px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TIqe3uXLVFM0iRBVNW8mE415EdS05TAv { width:284px;height:23.4px;top:279px;left:18px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-regular-label { width:268px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-text { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-text {padding-top: 0; padding-bottom: 0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-textarea { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-select { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-select {padding-top: 0; padding-bottom: 0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-button { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-checkbox-label { width:248px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD  { width:268px;height:auto;top:311px;left:6px;background-color:rgba(0,0,0,0);background-image:none; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .radio-container { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD {display:block;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD { width:268px;height:auto;top:311px;left:6px;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #rUhPW6chVVmv8Z1Xwm3ENhVBrC2dWKf2 {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #IR0wBw6xEphJe893USFUBx2Tqw4I6OfN {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #pdIsh8d090gZCsbWryK1T0hWTTQhFsn4 {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #ISu8w2Z9GG6BBats7QVeZQUQn0lAeKdg {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #KzfszH3qDJaJrQbUUuR4CmPqSaUUi9bG {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #fDgfwd9CHhq5UO2dTQ14ey5oBwgO4DAn {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #SuiAb7wecU9IUW42GvixoksBwy2AGfMm {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #bB2eh6m7Xe2PUrogUZ7H2H2QGKUoLqKL {  }
 }@media only screen and (max-width: 763px) { #qOI6zGk0ldRI8PSzpm2z2Qvk5yT1qvJX { width:320px;height:33.8px;top:42px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #lLea5Q5RAF4JzTNQKWlGeiC06vGzDuFr { width:320px;height:23.4px;top:108px;left:0;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs .widget-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:;background-image:none;margin-top:0;margin-right:5px;margin-bottom:0;margin-left:5px;vertical-align:top; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:7px;padding-bottom:0;padding-right:1px;padding-left:1px;display:block;width:58px;height:40px;position:relative;font-size:32px;line-height:1;text-align:center;text-align-last:center;top:0;left:0;color:#ffffff; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-bottom:5px;padding-right:1px;padding-left:1px;display:block;width:58px;height:11px;position:relative;font-size:8px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0;left:0; }
#cV887RsETNVTsfWkEp0d4dQLMyuF6UKs { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:295px;height:78px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:183px;left:12.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #VVJCgBR54XFZzzQZGyvK4DcHFLK7fbly { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #XiVvB9uysWLSe5I2GpxyvK3Kzl6dceW9 {  }
 }@media only screen and (max-width: 763px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #FhztbcPHcdcr0gdJtq7evHbVLVG6hFJC {  }
 }@media only screen and (max-width: 763px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #MvUmpVUbDdzk0Sm3xDXTC8sef7JdzGRu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #IElcWaqQxx3cxuz2yrqRIU6ua029SGZK {  }
 }@media only screen and (max-width: 763px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #ryxZucz9IZ4pEhc0OkElT7n81sh8Jen8 {  }
 }@media only screen and (max-width: 763px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #P8TqeCH5zZ31Ufk42NDAITOWVAbH0ZmC { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #eZQTbmXsq4MV4fCuNHWAysVTS5h0LFlO {  }
 }@media only screen and (max-width: 763px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #pWQU5EEPrz99g40bN9GS3T3p65LX1pLQ {  }
 }@media only screen and (max-width: 763px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #DiidymW4BTXWs1AatKIPWsZz0FuXyUWq { display:inline-block;*zoom:1;*display:inline;position:relative;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #TzEpXaodXawqJMoKAbech1qFfQJMXLLf {  }
 }@media only screen and (max-width: 763px) { #cV887RsETNVTsfWkEp0d4dQLMyuF6UKs #qqLyiw6V0sg86pZtUPPQfNdRlvAk42G0 {  }
 }@media only screen and (max-width: 763px) { #squpmfDsXSWAPXhQX5SJgoszdk6yQJZp { width:55px;height:86px;top:165px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:320px;height:282px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { width:320px;height:62.4px;top:20px;left:0;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { width:320px;height:62.4px;top:94px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AbmsqXhh3sCuM0fkyooBCffwmmau6ivk { width:45px;height:45px;top:193px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #JJLboskv00d0pbaTpM1eR8vTJay7Ilhp { width:45px;height:45px;top:193.00001525879px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #brMdothzU6cdKOfRBqaNoHwpsoiRCXaU { width:80px;height:34px;top:198.5px;left:180.265625px;display:block; }
 }@media only screen and (max-width: 763px) { #ia3qW9OEnZkUuSeJHEC1wKv5NVsr2Trr { width:73px;height:46px;top:192.5px;left:65.5px;display:block; }
 }