.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00e6d4;background-image:url("https://images.assets-landingi.com/l4uCODQq/pieces_03.png");background-position:center left;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row .container { background-color: transparent; background-image: none; }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row .container > .video-iframe-container { display: none; }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row > .video-iframe-container { display: none; }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .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); }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row .container { border-width: 0; border-radius: 0; }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row .container { font-size:14px;font-family:arial;height:868px;width:1200px;position:relative;display:block; }#ZXlwsFWrg3g62hVnRkSxm8oeaQQ2ztK1 { color:#000000;display:block;width:664px;position:absolute;font-family:fabrikat;font-size:45px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:65px;left:18px;height:116px;font-style:normal;display:block; }
#JuoAMiXWhhdRkwK6ZlVfwetr4Wbi0Ldw { color:#000000;display:block;width:526px;position:absolute;font-family:fabrikat;font-size:25px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:199px;left:18px;height:64px;font-style:normal;display:block; }
#abAGmy2hzvncWHORAtEbURgmXUvvTruX { color:#000000;display:block;width:424px;position:absolute;font-family:fabrikat;font-size:22px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:438px;left:30.5px;height:28px;font-style:normal;display:block; }
#w4PhVloms9TsDEQFAQfUrTNBkUkDZ33X { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:75px;top:80px;left:1114px;overflow:hidden;display:block; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-form-header {  }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-regular-label { height:auto;display:block;font-family:aileron;font-size:17px;font-weight:bold;color:#19232e;width:318px;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .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:2px solid #211e1f;border-left:2px solid #211e1f;border-right:2px solid #211e1f;border-bottom:2px solid #211e1f;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:318px;box-sizing:border-box;height:41px;color:#161616;font-size:15px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-text {padding-top: 0; padding-bottom: 0;}#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .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:2px solid #211e1f;border-left:2px solid #211e1f;border-right:2px solid #211e1f;border-bottom:2px solid #211e1f;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:318px;box-sizing:border-box;height:70px;color:#161616;font-size:15px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .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:318px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-select {padding-top: 0; padding-bottom: 0;}#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-checkbox { width:13px;height:13px;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; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-button { border-top-left-radius:31px;border-top-right-radius:31px;border-bottom-left-radius:31px;border-bottom-right-radius:31px;background-color:#ff3e6c;background-image:none;border-top:3px solid #ff3868;border-left:3px solid #ff3868;border-right:3px solid #ff3868;border-bottom:3px solid #ff3868;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#f3f4fa;width:318px;height:55px;font-family:ubuntu;overflow:hidden;box-shadow: 1px -2px 13px #ff3e6c ; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV [class*="-text"]:-moz-placeholder { color:#4c4848;font-family:ubuntu;font-size:13px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV [class*="-text"]::-moz-placeholder { color:#4c4848;font-family:ubuntu;font-size:13px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV [class*="-text"]:-ms-input-placeholder { color:#4c4848;font-family:ubuntu;font-size:13px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV [class*="-text"]::-webkit-input-placeholder { color:#4c4848;font-family:ubuntu;font-size:13px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .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:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:301px;overflow:hidden;font-style:normal; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:16px;height:16px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .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:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-container:first-of-type{padding-top:0;}#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-container:last-of-type{padding-bottom:0;}#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV  { background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:318px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40px;top:470px;z-index:100020;position:absolute; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:318px;display:block;vertical-align:top; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV {display:block;}#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV { background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:318px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40px;top:470px;z-index:100020;position:absolute; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #lg8S1yQFr3SpdflkbgqQuoG5Du4qTDT7 { position:relative; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #yiCCgJKGb5DXKtXxIFQB5LFfUNVd3qZf { position:relative; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #uHXGXCTSJ7DR3EIS6lAW9D02UtpUM4zh { position:relative; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #irufkthpGrQ3JqTKHENdcyGUM6kdlmMI { position:relative; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #OmBAhrVzh6arJNTQaTyAcDMEUpHnQ9N2 { position:relative; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #M7K2lWal8eNHk5xXOUUoInTl3Q8At6mS { position:relative; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #Q5UeLec379t3KktKDwJ22oNfG9ttG9ev { position:relative; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #JgXmO2DTZREo7Xu88XVevCUfInd9MEeH { position:relative;z-index:2; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #oo6DyCHRehnWUAVIH4Wv6o0HEDIwA6em { position:relative; }
#IrRT2CtUhLc4tefiWfJN0GpUvZwHBSto { position:relative;display:block; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #eOni0GTRcVnXJwUO1odUgtnyO05EegZ8 { position:relative; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #hQvPgOEVNcTXy3DBZmMTAgp2ddwVxpef { position:relative; }
#Stf6GgtZOqvKQDh6ABtQgK1zzmip7ub6 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:2px solid #3f3f3f;border-left:2px solid #3f3f3f;border-right:2px solid #3f3f3f;border-bottom:2px solid #3f3f3f;height:354px;width:407px;top:411px;left:18px;display:block; }
#dPeiNnlCXqwPFKNNT02EGDqvA093otTl { color:#000000;display:block;width:511px;position:absolute;font-family:aileron;font-size:17px;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:252px;left:18px;height:175px;font-style:normal;display:block; }
#i70IO1VsChQwS6lCiP4wKgR1CvM3XsW2 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:136px;width:74px;top:345px;left:441.109375px;overflow:hidden;display:block; }
#nHWHlfI9HUaE86EImynisTwQCfRuvUJK { position:relative;display:block; }#nHWHlfI9HUaE86EImynisTwQCfRuvUJK { background-color: transparent; background-image: none; }#nHWHlfI9HUaE86EImynisTwQCfRuvUJK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nHWHlfI9HUaE86EImynisTwQCfRuvUJK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nHWHlfI9HUaE86EImynisTwQCfRuvUJK > .row .container > .video-iframe-container { display: none; }#nHWHlfI9HUaE86EImynisTwQCfRuvUJK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nHWHlfI9HUaE86EImynisTwQCfRuvUJK > .row > .video-iframe-container { display: none; }#nHWHlfI9HUaE86EImynisTwQCfRuvUJK > .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); }#nHWHlfI9HUaE86EImynisTwQCfRuvUJK { border-width: 0; border-radius: 0; }#nHWHlfI9HUaE86EImynisTwQCfRuvUJK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:98px;width:1200px;position:relative;display:block; }#etI9CCBtEZoLmui1GOaKuRhaO5HpMbtf { color:#000000;display:block;width:1191px;position:absolute;font-family:fabrikat;font-size:45px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:40px;left:4px;height:58px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9M7Ne3pqqr6A51p6nx2qeXd824h235N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row .container { background-color: transparent; background-image: none; }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row .container > .video-iframe-container { display: none; }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row > .video-iframe-container { display: none; }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .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); }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row .container { border-width: 0; border-radius: 0; }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row .container { font-size:14px;font-family:arial;height:507px;width:1200px;position:relative;display:block; }#gzrBlJf9G3ou8BWbu9QCybEcJQ72xH3h { color:#00e6d4;display:block;width:512px;position:absolute;font-family:fabrikat;font-size:30px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:43px;left:365px;height:39px;font-style:normal;display:block; }
#r2zQaoDu56GzFtJ2y0RLtQf6mPE0n9Ne { color:#3f3f3f;display:block;width:499px;position:absolute;font-family:aileron;font-size:21px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:82px;left:365px;height:27px;font-style:normal;display:block; }
#R9uuV5TgubgoQrHdud7tAp6mbCmDoRwS { color:#00e6d4;display:block;width:521px;position:absolute;font-family:fabrikat;font-size:30px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:140px;left:365px;height:39px;font-style:normal;display:block; }
#P6oqf0BDyCZxqS2mx7IMQt36Xfddo2vD { color:#3f3f3f;display:block;width:515px;position:absolute;font-family:aileron;font-size:21px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:179px;left:365px;height:54px;font-style:normal;display:block; }
#EcEbmXsQzbUH6TCTTXblTolQvOSWATUk { color:#00e6d4;display:block;width:529px;position:absolute;font-family:fabrikat;font-size:30px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:250px;left:363px;height:39px;font-style:normal;display:block; }
#B3I7Bw2yMg7BNeTGwuAlVecrFlt4m8Vx { color:#3f3f3f;display:block;width:536px;position:absolute;font-family:aileron;font-size:21px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:289px;left:363px;height:54px;font-style:normal;display:block; }
#Aq0opq6DIRDGAHzTbwQblUTJNNTwegEM { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:224px;width:171px;top:43px;left:982px;overflow:hidden;display:block; }
#VmiI1q3AIeuP9K27QxBeWctgHxOM7HkP { color:#00e6d4;display:block;width:200px;position:absolute;font-family:fabrikat;font-size:35px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:40px;left:322px;height:45px;font-style:normal;display:block; }
#gcKdf7vLJOWmwK9fTNeGyHyzbxhh2WgQ { color:#00e6d4;display:block;width:200px;position:absolute;font-family:fabrikat;font-size:35px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:137px;left:322px;height:45px;font-style:normal;display:block; }
#UmFJAULkvKmyyNS9gRy9ubhtIbbwP35u { color:#00e6d4;display:block;width:200px;position:absolute;font-family:fabrikat;font-size:35px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:247px;left:322px;height:45px;font-style:normal;display:block; }
#mAfhxsZ3iUCtUyrUWiQH2hMTyssgQn5G { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:350px;top:207px;left:30px;overflow:hidden;display:block; }
#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f4;background-image:url("https://images.assets-landingi.com/WjTvWL1G/pieces_06_1_.png");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row .container { background-color: transparent; background-image: none; }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row .container > .video-iframe-container { display: none; }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row > .video-iframe-container { display: none; }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .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); }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row .container { border-width: 0; border-radius: 0; }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row .container { font-size:14px;font-family:arial;height:688px;width:1200px;position:relative;display:block; }#qOV7Jy2EakrQihGUsTsfnAaP8cDwph0h { color:#000000;display:block;width:455px;position:absolute;font-family:fabrikat;font-size:19px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:493px;left:372.5px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bKl4egRWT8h1q9vWU1RxLu3JNS9H7Zbn { color:#000000;display:block;width:1120px;position:absolute;font-family:fabrikat;font-size:45px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:45px;left:45px;height:174px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTdmTagZ55kdO6HICcIoNTn8J25fepZR { background-color:#ffffff;background-image:none;border-top:2px solid #ff3e6c;border-left:2px solid #ff3e6c;border-right:2px solid #ff3e6c;border-bottom:2px solid #ff3e6c;border-top-left-radius:27px;border-top-right-radius:27px;border-bottom-left-radius:27px;border-bottom-right-radius:27px;box-shadow: -1px -3px 0 #ffffff ;box-sizing:border-box;color:#232323;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:aileron;font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:354px;height:63px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:304px;left:423px;display:block; }
#zkW2Bg2sEGrzNpiPrTaTipAlT64XKq6z { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#55e4b2;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:"open sans";font-size:54px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd .widget-text.counter-label { background-color:;background-image:none;color:#171717;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:auto;height:15px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:430px;height:115px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:387px;left:374px;z-index:100006;display:block; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #uwqqbBy1LmIeuIPkVkPEHZAbFt9bD9Gn { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #T75s0QKPbJw9RocEaNL1q1baaOcMQFSZ { display:block; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #lHlOEHqBMe3EGFE3e3y0sxiEKOOURehI { display:block; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #phr7DsbDvEKDVcf7zL1TfB3IlKvKiESn { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #Xu1U3HnIWHaau00pSk1WPxaPoqn98Utd { display:block; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #bO3hU13z8QhQg77dVgWQ8uNXE0MqL1XJ { display:block; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #Ukb5T0UPbNhTKsOMZy8svARNT70L8BPX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #Veu82NVOWSSfKLxziAOeQgmrH9APWgp2 { display:block; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #sryZe6HyUVw79PVb40AiROy3VKqRZ6NH { display:block; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #K5hK8KdQUCDkpuT3oXdaW9aefpAUoBmk { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #AhBiu9GPTwRKdvI38VIAEdQ1Mx9DK5Mx { display:block; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #MDUNN12qkom5UnFQastm1TWNE746EKPH { display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF { display:block; }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXlwsFWrg3g62hVnRkSxm8oeaQQ2ztK1 { top:65px;left:0px;width:664px;height:116px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #JuoAMiXWhhdRkwK6ZlVfwetr4Wbi0Ldw { top:199px;left:0px;width:526px;height:64px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #abAGmy2hzvncWHORAtEbURgmXUvvTruX { top:438px;left:0px;width:424px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #w4PhVloms9TsDEQFAQfUrTNBkUkDZ33X { top:80px;left:689px;width:75px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-regular-label { width:318px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-text { width:318px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-text {padding-top: 0; padding-bottom: 0;}#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-textarea { width:318px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-select { width:318px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-select {padding-top: 0; padding-bottom: 0;}#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-button { width:318px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-checkbox-label { width:302px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV  { width:318px;height:auto;top:470px;left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .radio-container { width:318px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV {display:block;}#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV { width:318px;height:auto;top:470px;left:0px; }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #lg8S1yQFr3SpdflkbgqQuoG5Du4qTDT7 {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #yiCCgJKGb5DXKtXxIFQB5LFfUNVd3qZf {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #uHXGXCTSJ7DR3EIS6lAW9D02UtpUM4zh {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #irufkthpGrQ3JqTKHENdcyGUM6kdlmMI {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #OmBAhrVzh6arJNTQaTyAcDMEUpHnQ9N2 {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #M7K2lWal8eNHk5xXOUUoInTl3Q8At6mS {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #Q5UeLec379t3KktKDwJ22oNfG9ttG9ev {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #JgXmO2DTZREo7Xu88XVevCUfInd9MEeH {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #oo6DyCHRehnWUAVIH4Wv6o0HEDIwA6em {  }
 }@media only screen and (max-width: 763px) { #IrRT2CtUhLc4tefiWfJN0GpUvZwHBSto { display:block; }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #eOni0GTRcVnXJwUO1odUgtnyO05EegZ8 {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #hQvPgOEVNcTXy3DBZmMTAgp2ddwVxpef {  }
 }@media only screen and (max-width: 763px) { #Stf6GgtZOqvKQDh6ABtQgK1zzmip7ub6 { top:411px;left:0px;width:407px;height:354px;display:block; }
 }@media only screen and (max-width: 763px) { #dPeiNnlCXqwPFKNNT02EGDqvA093otTl { top:252px;left:0px;width:511px;height:175px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #i70IO1VsChQwS6lCiP4wKgR1CvM3XsW2 { top:345px;left:223.109375px;width:74px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #nHWHlfI9HUaE86EImynisTwQCfRuvUJK { display:block; }#nHWHlfI9HUaE86EImynisTwQCfRuvUJK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etI9CCBtEZoLmui1GOaKuRhaO5HpMbtf { top:40px;left:0px;width:764px;height:58px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #G9M7Ne3pqqr6A51p6nx2qeXd824h235N { display:block; }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzrBlJf9G3ou8BWbu9QCybEcJQ72xH3h { top:43px;left:147px;width:512px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #r2zQaoDu56GzFtJ2y0RLtQf6mPE0n9Ne { top:82px;left:147px;width:499px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #R9uuV5TgubgoQrHdud7tAp6mbCmDoRwS { top:140px;left:147px;width:521px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P6oqf0BDyCZxqS2mx7IMQt36Xfddo2vD { top:179px;left:147px;width:515px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #EcEbmXsQzbUH6TCTTXblTolQvOSWATUk { top:250px;left:145px;width:529px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #B3I7Bw2yMg7BNeTGwuAlVecrFlt4m8Vx { top:289px;left:145px;width:536px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0opq6DIRDGAHzTbwQblUTJNNTwegEM { top:43px;left:593px;width:171px;height:224px;display:block; }
 }@media only screen and (max-width: 763px) { #VmiI1q3AIeuP9K27QxBeWctgHxOM7HkP { top:40px;left:104px;width:200px;height:45px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gcKdf7vLJOWmwK9fTNeGyHyzbxhh2WgQ { top:137px;left:104px;width:200px;height:45px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UmFJAULkvKmyyNS9gRy9ubhtIbbwP35u { top:247px;left:104px;width:200px;height:45px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mAfhxsZ3iUCtUyrUWiQH2hMTyssgQn5G { top:207px;left:0px;width:350px;height:237px;display:block; }
 }@media only screen and (max-width: 763px) { #Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC { display:block; }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOV7Jy2EakrQihGUsTsfnAaP8cDwph0h { top:493px;left:154.5px;width:455px;height:24px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #bKl4egRWT8h1q9vWU1RxLu3JNS9H7Zbn { top:45px;left:0px;width:764px;height:174px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #bTdmTagZ55kdO6HICcIoNTn8J25fepZR { width:354px;height:63px;top:304px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #zkW2Bg2sEGrzNpiPrTaTipAlT64XKq6z { display:block; }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:"open sans";font-size:54px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:auto;height:15px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd { width:430px;height:115px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:387px;left:156px;display:block; }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #uwqqbBy1LmIeuIPkVkPEHZAbFt9bD9Gn { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #T75s0QKPbJw9RocEaNL1q1baaOcMQFSZ {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #lHlOEHqBMe3EGFE3e3y0sxiEKOOURehI {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #phr7DsbDvEKDVcf7zL1TfB3IlKvKiESn { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #Xu1U3HnIWHaau00pSk1WPxaPoqn98Utd {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #bO3hU13z8QhQg77dVgWQ8uNXE0MqL1XJ {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #Ukb5T0UPbNhTKsOMZy8svARNT70L8BPX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #Veu82NVOWSSfKLxziAOeQgmrH9APWgp2 {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #sryZe6HyUVw79PVb40AiROy3VKqRZ6NH {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #K5hK8KdQUCDkpuT3oXdaW9aefpAUoBmk { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #AhBiu9GPTwRKdvI38VIAEdQ1Mx9DK5Mx {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #MDUNN12qkom5UnFQastm1TWNE746EKPH {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF { background-color:#00e6d4;background-image:none;display:block; }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row .container { background-color: transparent; background-image: none; }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row .container > .video-iframe-container { display: none; }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row > .video-iframe-container { display: none; }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .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); }#Dv0OiJ2q9QvCK50TW0GiTdLQNeDA8AZF > .row .container { width:320px;height:757px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXlwsFWrg3g62hVnRkSxm8oeaQQ2ztK1 { width:320px;height:58px;top:92px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JuoAMiXWhhdRkwK6ZlVfwetr4Wbi0Ldw { width:320px;height:38px;top:169px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abAGmy2hzvncWHORAtEbURgmXUvvTruX { width:320px;height:48px;top:353px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4PhVloms9TsDEQFAQfUrTNBkUkDZ33X { width:47px;height:75px;top:0px;left:145.5px;display:block; }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-regular-label { width:260px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-text { width:260px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-text {padding-top: 0; padding-bottom: 0;}#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-textarea { width:260px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-select { width:260px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-select {padding-top: 0; padding-bottom: 0;}#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-input-button { width:260px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .widget-checkbox-label { width:240px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV  { width:260px;height:auto;top:388px;left:10px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV .radio-container { width:260px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV {display:block;}#O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV { width:260px;height:auto;top:388px;left:10px; }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #lg8S1yQFr3SpdflkbgqQuoG5Du4qTDT7 {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #yiCCgJKGb5DXKtXxIFQB5LFfUNVd3qZf {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #uHXGXCTSJ7DR3EIS6lAW9D02UtpUM4zh {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #irufkthpGrQ3JqTKHENdcyGUM6kdlmMI {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #OmBAhrVzh6arJNTQaTyAcDMEUpHnQ9N2 {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #M7K2lWal8eNHk5xXOUUoInTl3Q8At6mS {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #Q5UeLec379t3KktKDwJ22oNfG9ttG9ev {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #JgXmO2DTZREo7Xu88XVevCUfInd9MEeH {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #oo6DyCHRehnWUAVIH4Wv6o0HEDIwA6em {  }
 }@media only screen and (max-width: 763px) { #IrRT2CtUhLc4tefiWfJN0GpUvZwHBSto { display:block; }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #eOni0GTRcVnXJwUO1odUgtnyO05EegZ8 {  }
 }@media only screen and (max-width: 763px) { #O6Az3ubD7EesC7x6bJw0H0XJmpIaxTvV #hQvPgOEVNcTXy3DBZmMTAgp2ddwVxpef {  }
 }@media only screen and (max-width: 763px) { #Stf6GgtZOqvKQDh6ABtQgK1zzmip7ub6 { width:314px;height:349px;top:332px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dPeiNnlCXqwPFKNNT02EGDqvA093otTl { width:320px;height:126px;top:206px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i70IO1VsChQwS6lCiP4wKgR1CvM3XsW2 { width:39px;height:79px;top:287px;left:277.13419216318px;display:block; }
 }@media only screen and (max-width: 763px) { #nHWHlfI9HUaE86EImynisTwQCfRuvUJK { display:block; }#nHWHlfI9HUaE86EImynisTwQCfRuvUJK > .row .container { width:320px;height:55px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etI9CCBtEZoLmui1GOaKuRhaO5HpMbtf { width:320px;height:28px;top:13.5px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9M7Ne3pqqr6A51p6nx2qeXd824h235N { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SQtHyHEz/pieces_02.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row .container { background-color: transparent; background-image: none; }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row .container > .video-iframe-container { display: none; }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row > .video-iframe-container { display: none; }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .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); }#G9M7Ne3pqqr6A51p6nx2qeXd824h235N > .row .container { width:320px;height:461px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzrBlJf9G3ou8BWbu9QCybEcJQ72xH3h { width:278px;height:52px;top:29px;left:42px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r2zQaoDu56GzFtJ2y0RLtQf6mPE0n9Ne { width:274px;height:40px;top:92px;left:46px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R9uuV5TgubgoQrHdud7tAp6mbCmDoRwS { width:278px;height:52px;top:174px;left:42px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P6oqf0BDyCZxqS2mx7IMQt36Xfddo2vD { width:276px;height:60px;top:226px;left:44px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EcEbmXsQzbUH6TCTTXblTolQvOSWATUk { width:269px;height:52px;top:329px;left:44px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #B3I7Bw2yMg7BNeTGwuAlVecrFlt4m8Vx { width:278px;height:40px;top:381px;left:42px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0opq6DIRDGAHzTbwQblUTJNNTwegEM { width:171px;height:224px;top:43px;left:74px;display:none; }
 }@media only screen and (max-width: 763px) { #VmiI1q3AIeuP9K27QxBeWctgHxOM7HkP { width:45px;height:26px;top:29px;left:16px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gcKdf7vLJOWmwK9fTNeGyHyzbxhh2WgQ { width:45px;height:26px;top:174px;left:16px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UmFJAULkvKmyyNS9gRy9ubhtIbbwP35u { width:200px;height:26px;top:329px;left:16px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mAfhxsZ3iUCtUyrUWiQH2hMTyssgQn5G { width:152px;height:103px;top:0px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC { background-color:#f1f3f4;background-image:none;display:block; }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row .container { background-color: transparent; background-image: none; }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row .container > .video-iframe-container { display: none; }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row > .video-iframe-container { display: none; }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .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); }#Bil2FiwrhZdHEoaBwc0HEkaewXnHQQRC > .row .container { width:320px;height:349px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOV7Jy2EakrQihGUsTsfnAaP8cDwph0h { width:320px;height:44px;top:125px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKl4egRWT8h1q9vWU1RxLu3JNS9H7Zbn { width:320px;height:84px;top:23px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTdmTagZ55kdO6HICcIoNTn8J25fepZR { width:227px;height:41px;top:219px;left:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zkW2Bg2sEGrzNpiPrTaTipAlT64XKq6z { display:block; }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd .widget-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:;background-image:none;margin-top:0px;margin-right:3.73px;margin-bottom:0px;margin-left:3.73px;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; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:5.12px;padding-bottom:0px;padding-right:0.75px;padding-left:0.75px;display:block;width:43.25px;height:29.26px;position:relative;font-size:31.46px;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0px;padding-bottom:3.66px;padding-right:0.75px;padding-left:0.75px;display:block;width:43.25px;height:8.05px;position:relative;font-size:5.85px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:220px;height:57px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:287px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #uwqqbBy1LmIeuIPkVkPEHZAbFt9bD9Gn { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #T75s0QKPbJw9RocEaNL1q1baaOcMQFSZ {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #lHlOEHqBMe3EGFE3e3y0sxiEKOOURehI {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #phr7DsbDvEKDVcf7zL1TfB3IlKvKiESn { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #Xu1U3HnIWHaau00pSk1WPxaPoqn98Utd {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #bO3hU13z8QhQg77dVgWQ8uNXE0MqL1XJ {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #Ukb5T0UPbNhTKsOMZy8svARNT70L8BPX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #Veu82NVOWSSfKLxziAOeQgmrH9APWgp2 {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #sryZe6HyUVw79PVb40AiROy3VKqRZ6NH {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #K5hK8KdQUCDkpuT3oXdaW9aefpAUoBmk { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #AhBiu9GPTwRKdvI38VIAEdQ1Mx9DK5Mx {  }
 }@media only screen and (max-width: 763px) { #sNr3EsHnkTXTTGVoXOKSTN0Dl4Jyw0yd #MDUNN12qkom5UnFQastm1TWNE746EKPH {  }
 }