.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#457a00;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS > .row .container { background-color: transparent; background-image: none; }#OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS > .row .container > .video-iframe-container { display: none; }#OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS > .row > .video-iframe-container { display: none; }#OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS > .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); }#OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS > .row .container { border-width: 0; border-radius: 0; }#OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS > .row .container { font-size:14px;font-family:arial;height:72px;width:1200px;position:relative;display:block; }#ocreZp7kr2Ip78AFPGTc5LuBJrv77RFe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto condensed";font-size:19px;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:76px;height:53px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:10px;left:840.00001525879px;display:block; }
#d8NIT9TOUfq0s3klCJBkOlx10zvzao13 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QQTVZWdATQM5UVpkH9tNCHE6ya6TuJo9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto condensed";font-size:20px;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:51.9965px;height:52.9861px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:10px;left:748px;display:block; }
#uRFBAz7g53nSXzuaeoMi3A4eSNZPMXZd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UccmoutMsLS5tZuVIHwqc5UAnLFyV1z2 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21.9965px;width:21.9965px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:.26;top:24px;left:808px; }
#TlO3pdf10SDlKwHrQTmH4H22mObbTGJF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21.9792px;width:21.9792px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:.26;top:25px;left:923px; }
#ivIy9diEShI4TWRRL4E0xCHWbJa7h9cq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto condensed";font-size:19px;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:132px;height:53px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:9.4750003814697px;left:953.93751525879px;display:block; }
#iTwCWrlpm4Ts1Xkm20asIw1O6wCIfF5J { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#q9iRxZ3VOLKMPyQShWFPcPEUy6lP1W4A { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto condensed";font-size:20px;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:60.9896px;height:53px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:9.4791669845581px;left:1114.913269043px;display:block; }
#D1mfSfKlmf5WrBea2ms8UrsgHvnSG6T2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tt2X4oh0PvIJ65MdHPxQWxhsrJCne5Vh { box-sizing:content-box;height:52px;width:303px;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:9.9826393127441px;left:187.74310302734px;border-top-right-radius:26px;border-bottom-right-radius:26px;border-bottom-left-radius:0;border-top-left-radius:0;display:block; }
#uM4pFvTMhbl8P2IWB8cMNoaLSeNxlNUe { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52px;width:158px;top:8.9930562973022px;left:21.000030517578px;overflow:hidden;display:block; }
#O1Q79Zm6pvITdshew6bULyvtBbLpRv5H { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;height:44px;width:44px;top:13.993056297302px;left:441.81945800781px;overflow:hidden;display:block; }
#LAr9TX6TpJEDx1pAxTeuowxeaL2x2bt8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21.975px;width:21.975px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:.26;top:25.012500762939px;left:1085.9375152588px; }
#N0WaXGvdiRbvbUGCbNQUxN05Hc3Fn9d4 { color:#232632;display:block;width:231.984px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23px;left:187.7421875px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/658e3a24-7d80-4926-9c97-cf7d1aaa961e/OxidantorAntiOxidant.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3.adaptive-delivery-prevent-bg, #AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3.lazyload, #AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3.lazyloading { background-image: none; }#S258829880fd63804c399ce498475b4c.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/658e3a24-7d80-4926-9c97-cf7d1aaa961e/OxidantorAntiOxidant.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S258829880fd63804c399ce498475b4c.widget-smartsection.adaptive-delivery-prevent-bg, #S258829880fd63804c399ce498475b4c.widget-smartsection.lazyload, #S258829880fd63804c399ce498475b4c.widget-smartsection.lazyloading { background-image: none; }#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 > .row .container { background-color: transparent; background-image: none; }#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 > .row .container > .video-iframe-container { display: none; }#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 > .row > .video-iframe-container { display: none; }#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 > .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); }#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 > .row .container { border-width: 0; border-radius: 0; }#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 > .row .container { font-size:14px;font-family:arial;height:782px;width:1200px;position:relative;display:block; }#yEbtI8usZikoWwMLgPzCn6b5fNVykSTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#457a00;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yEbtI8usZikoWwMLgPzCn6b5fNVykSTA > .row .container { background-color: transparent; background-image: none; }#yEbtI8usZikoWwMLgPzCn6b5fNVykSTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEbtI8usZikoWwMLgPzCn6b5fNVykSTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEbtI8usZikoWwMLgPzCn6b5fNVykSTA > .row .container > .video-iframe-container { display: none; }#yEbtI8usZikoWwMLgPzCn6b5fNVykSTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEbtI8usZikoWwMLgPzCn6b5fNVykSTA > .row > .video-iframe-container { display: none; }#yEbtI8usZikoWwMLgPzCn6b5fNVykSTA > .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); }#yEbtI8usZikoWwMLgPzCn6b5fNVykSTA > .row .container { border-width: 0; border-radius: 0; }#yEbtI8usZikoWwMLgPzCn6b5fNVykSTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yEbtI8usZikoWwMLgPzCn6b5fNVykSTA > .row .container { font-size:14px;font-family:arial;height:522px;width:1200px;position:relative;display:block; }#cduPAcAOkOSk2qXufX8g0w0GKzvhfKdo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:89px;width:200px;top:119px;left:83px;overflow:hidden;display:block; }
#Mf2eg79ARZUEgEsRziHTlvXfiZglLFNu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:237px;left:83px; }
#IQaCpUH9ow9bef6mdF0vQrmGTiXq4rG3 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25.9896px;width:25.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:276.37139892578px;left:82.986145019531px; }
#IQaCpUH9ow9bef6mdF0vQrmGTiXq4rG3 > img { max-width: 100%;max-height:100%; width:25.9896px; height:25.9896px; }#oNPfk4uaNi4Ev0RSA2Ky4PAXTUgTftvn { color:#ffffff;display:block;width:255px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:245px;left:118px;height:20.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xr5C9LZ1kNQeMVglnzfOMboHeOWDSOuX { color:#ffffff;display:block;width:255px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:279px;left:118px;height:20.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ED5E5UwIpTNtsIzXatgNBGH7bzKdXNS8 { color:#ffffff;display:block;width:155px;position:absolute;font-family:roboto;font-size:29px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:119px;left:373px;height:75.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DM9tKf49bUfptfXVHRRuUWRbUyB7xBZ8 { color:#afbdff;display:block;width:127px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:202px;left:373px;height:23.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o2ZWv78bSqnNxTFG0ubsOC8EZdpxQkFr { color:#afbdff;display:block;width:126.977px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:239px;left:373px;height:23.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WnDQNU6rxFasL3denTJOhQMfFkgNyErK { color:#afbdff;display:block;width:126.984px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:277px;left:373px;height:23.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-form-header {  }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-regular-label { height:auto;display:block;font-family:"bebas neue";font-size:32px;font-weight:400;color:#ffffff;width:431px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .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:0;margin-bottom:4px;margin-left:0;display:block;width:431px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .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:0;margin-bottom:4px;margin-left:0;display:block;width:431px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .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:0;margin-bottom:4px;margin-left:0;display:block;width:431px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#363636;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:21px;font-weight:400;color:#ffffff;width:431px;height:48px;font-family:roboto;overflow:hidden;font-style:normal; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:oswald;font-size:16px; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:oswald;font-size:16px; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:oswald;font-size:16px; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:oswald;font-size:16px; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:18px;font-weight:300;color:#ffffff;vertical-align:top;width:411px;overflow:hidden;font-style:normal;float:none; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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;float:none; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-container:first-of-type{padding-top:0;}#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-container:last-of-type{padding-bottom:0;}#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:431px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:131.99996948242px;left:665.00001525879px; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:431px;display:block;vertical-align:top; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .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:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX {display:block;}#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:431px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:131.99996948242px;left:665.00001525879px; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #gtXG5EivIyZmhfVF19xQAqNA4y7in6uT { position:relative; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #AFNNnGMrmt4wcC8WJxiWNXuXUIm2W5g2 { position:relative;display:none; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #AfMvBDLJTIG4swcHW1se8VDCLkacREi2 { position:relative; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #uXGi7F7HGOMQNdv2pvrHMlt0wqS1LoJU { position:relative; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #fk0CH6uuzGZ4bibcUezeJbNTkWeli6au { position:relative;display:none; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #yTv4Zs1T759d97Z6VdIStr5dVh2t9Hsv { position:relative; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #bNDtfcxSCmWBwsVMzmWzKLm8i9FO6zbV { position:relative; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #mpN6ar9eruwKsrBkfDyFVNHdgVuTOMPX { position:relative;display:none; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #ZmTvE5TSzuXNbbofkSiQyXziTPqmwplF { position:relative; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #gQTwJ3kpSrpOc93f4FdJO9Ft5DJiMGmi { position:relative; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #EnpMLCm6u2AhyzVzbtLqJ7nRSJUtaGxf { position:relative;z-index:2; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #VXXUqaZkkBaa74x9D6BwwH4W3USSogio { position:relative; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #TDCvQ9lp2BbDO9CQpPZKNGlm3IxZcAkc { position:relative; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #zR6Ea0zB7QZRRddHczw3malW2r53pGA8 { position:relative; }
#g05Mlu3ChxV7ivTTJXTyhJ4vZMRJtlxd { color:#ffffff;display:block;width:126.997px;position:absolute;font-family:roboto;font-size:32px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:103px;left:684px;height:41.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EtVyN9sOgT3TpTaSQfKbyVchxTIThLDT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25.9896px;width:25.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:311.39582824707px;left:82.986145019531px; }
#EtVyN9sOgT3TpTaSQfKbyVchxTIThLDT > img { max-width: 100%;max-height:100%; width:25.9896px; height:25.9896px; }#gcl6HbvtG5bPXzGylZqCFxi6vGEHWVJL { color:#afbdff;display:block;width:145px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:351px;left:373px;height:23.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#engmN3LXTScwKAKslSKNmTDcApCsZyS1 { color:#ffffff;display:block;width:255px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:313.984375px;left:118px;height:20.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C982LlWVc5h6Sar36rJFTWSRZfV7CmCR { color:#afbdff;display:block;width:145px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:316px;left:373px;height:23.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XuhXTE49K0kdgIkDrS5onlH3z46qftCG { color:#afbdff;display:block;width:127px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:148.59990310669px;left:1259.5999908447px;height:23.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#457a00;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ > .row .container { background-color: transparent; background-image: none; }#RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ > .row .container > .video-iframe-container { display: none; }#RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ > .row > .video-iframe-container { display: none; }#RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ > .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); }#RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ > .row .container { border-width: 0; border-radius: 0; }#RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ > .row .container { font-size:14px;font-family:arial;height:75px;width:1200px;position:relative;display:block; }#FcwATZK53sXTzBCl6NtQTLynHn6UX4bz { color:#ffffff;display:block;width:1200px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.799774169922px;left:0px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS { display:none; }#OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ocreZp7kr2Ip78AFPGTc5LuBJrv77RFe { width:76px;height:53px;top:10px;left:622.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #d8NIT9TOUfq0s3klCJBkOlx10zvzao13 { display:block; }
 }@media only screen and (max-width: 763px) { #QQTVZWdATQM5UVpkH9tNCHE6ya6TuJo9 { width:51px;height:52px;top:10px;left:530px;display:block; }
 }@media only screen and (max-width: 763px) { #uRFBAz7g53nSXzuaeoMi3A4eSNZPMXZd { display:block; }
 }@media only screen and (max-width: 763px) { #UccmoutMsLS5tZuVIHwqc5UAnLFyV1z2 { top:24px;left:590px;width:21px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TlO3pdf10SDlKwHrQTmH4H22mObbTGJF { top:25px;left:705px;width:21px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ivIy9diEShI4TWRRL4E0xCHWbJa7h9cq { width:132px;height:53px;top:9px;left:632px;display:block; }
 }@media only screen and (max-width: 763px) { #iTwCWrlpm4Ts1Xkm20asIw1O6wCIfF5J { display:block; }
 }@media only screen and (max-width: 763px) { #q9iRxZ3VOLKMPyQShWFPcPEUy6lP1W4A { width:60px;height:53px;top:9px;left:703px;display:block; }
 }@media only screen and (max-width: 763px) { #D1mfSfKlmf5WrBea2ms8UrsgHvnSG6T2 { display:block; }
 }@media only screen and (max-width: 763px) { #tt2X4oh0PvIJ65MdHPxQWxhsrJCne5Vh { top:9px;left:0px;width:303px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #uM4pFvTMhbl8P2IWB8cMNoaLSeNxlNUe { top:8px;left:0px;width:158px;height:52.001107693087px;display:block; }
 }@media only screen and (max-width: 763px) { #O1Q79Zm6pvITdshew6bULyvtBbLpRv5H { top:13px;left:223.81945800781px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #LAr9TX6TpJEDx1pAxTeuowxeaL2x2bt8 { top:25px;left:743px;width:21px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #N0WaXGvdiRbvbUGCbNQUxN05Hc3Fn9d4 { top:23px;left:0px;width:231px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 { display:block; }#S258829880fd63804c399ce498475b4c.widget-smartsection { display:block; }#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEbtI8usZikoWwMLgPzCn6b5fNVykSTA { display:block; }#yEbtI8usZikoWwMLgPzCn6b5fNVykSTA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cduPAcAOkOSk2qXufX8g0w0GKzvhfKdo { top:119px;left:0px;width:200px;height:88.9931px;display:block; }
 }@media only screen and (max-width: 763px) { #Mf2eg79ARZUEgEsRziHTlvXfiZglLFNu { top:237px;left:0px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IQaCpUH9ow9bef6mdF0vQrmGTiXq4rG3 { top:276px;left:0px;width:25px;height:25px;display:block; }
#IQaCpUH9ow9bef6mdF0vQrmGTiXq4rG3 > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #oNPfk4uaNi4Ev0RSA2Ky4PAXTUgTftvn { top:245px;left:8.9999847412109px;width:255px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Xr5C9LZ1kNQeMVglnzfOMboHeOWDSOuX { top:279px;left:9px;width:255px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ED5E5UwIpTNtsIzXatgNBGH7bzKdXNS8 { top:119px;left:227px;width:155px;height:75px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #DM9tKf49bUfptfXVHRRuUWRbUyB7xBZ8 { top:202px;left:255px;width:127px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #o2ZWv78bSqnNxTFG0ubsOC8EZdpxQkFr { top:239px;left:256px;width:126px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WnDQNU6rxFasL3denTJOhQMfFkgNyErK { top:277px;left:256px;width:126px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-regular-label { width:431px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-text { width:431px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-textarea { width:431px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-select { width:431px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-button { width:431px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-checkbox-label { width:412px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX  { width:431px;height:auto;top:131px;left:293px; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .radio-container { width:431px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX {display:block;}#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX { width:431px;height:auto;top:131px;left:293px; }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #gtXG5EivIyZmhfVF19xQAqNA4y7in6uT {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #AFNNnGMrmt4wcC8WJxiWNXuXUIm2W5g2 {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #AfMvBDLJTIG4swcHW1se8VDCLkacREi2 {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #uXGi7F7HGOMQNdv2pvrHMlt0wqS1LoJU {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #fk0CH6uuzGZ4bibcUezeJbNTkWeli6au {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #yTv4Zs1T759d97Z6VdIStr5dVh2t9Hsv {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #bNDtfcxSCmWBwsVMzmWzKLm8i9FO6zbV {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #mpN6ar9eruwKsrBkfDyFVNHdgVuTOMPX {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #ZmTvE5TSzuXNbbofkSiQyXziTPqmwplF {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #gQTwJ3kpSrpOc93f4FdJO9Ft5DJiMGmi {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #EnpMLCm6u2AhyzVzbtLqJ7nRSJUtaGxf {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #VXXUqaZkkBaa74x9D6BwwH4W3USSogio {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #TDCvQ9lp2BbDO9CQpPZKNGlm3IxZcAkc {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #zR6Ea0zB7QZRRddHczw3malW2r53pGA8 {  }
 }@media only screen and (max-width: 763px) { #g05Mlu3ChxV7ivTTJXTyhJ4vZMRJtlxd { top:103px;left:382px;width:126px;height:41px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EtVyN9sOgT3TpTaSQfKbyVchxTIThLDT { top:311px;left:0px;width:25px;height:25px;display:block; }
#EtVyN9sOgT3TpTaSQfKbyVchxTIThLDT > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #gcl6HbvtG5bPXzGylZqCFxi6vGEHWVJL { top:351px;left:237px;width:145px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #engmN3LXTScwKAKslSKNmTDcApCsZyS1 { top:313px;left:9px;width:255px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #C982LlWVc5h6Sar36rJFTWSRZfV7CmCR { top:316px;left:237px;width:145px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XuhXTE49K0kdgIkDrS5onlH3z46qftCG { top:158px;left:637px;width:127px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ { display:block; }#RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcwATZK53sXTzBCl6NtQTLynHn6UX4bz { top:25px;left:0px;width:764px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#OxwO88nylgqtN7Pl5ZnUkQWnprv4K2tS > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocreZp7kr2Ip78AFPGTc5LuBJrv77RFe { width:52.9861px;height:35.9896px;top:144px;left:91px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #d8NIT9TOUfq0s3klCJBkOlx10zvzao13 { display:block; }
 }@media only screen and (max-width: 763px) { #QQTVZWdATQM5UVpkH9tNCHE6ya6TuJo9 { width:46.9965px;height:35.9896px;top:144px;left:29px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uRFBAz7g53nSXzuaeoMi3A4eSNZPMXZd { display:block; }
 }@media only screen and (max-width: 763px) { #UccmoutMsLS5tZuVIHwqc5UAnLFyV1z2 { display:flex;width:15px;height:15px;top:153px;left:76px;font-size:10px; }
 }@media only screen and (max-width: 763px) { #TlO3pdf10SDlKwHrQTmH4H22mObbTGJF { display:flex;width:15px;height:15px;top:154px;left:144px;font-size:10px; }
 }@media only screen and (max-width: 763px) { #ivIy9diEShI4TWRRL4E0xCHWbJa7h9cq { width:73.9922px;height:36px;top:143.9921875px;left:159px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #iTwCWrlpm4Ts1Xkm20asIw1O6wCIfF5J { display:block; }
 }@media only screen and (max-width: 763px) { #q9iRxZ3VOLKMPyQShWFPcPEUy6lP1W4A { width:45px;height:36px;top:143.9921875px;left:251px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #D1mfSfKlmf5WrBea2ms8UrsgHvnSG6T2 { display:block; }
 }@media only screen and (max-width: 763px) { #tt2X4oh0PvIJ65MdHPxQWxhsrJCne5Vh { width:303px;height:52px;top:74px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #uM4pFvTMhbl8P2IWB8cMNoaLSeNxlNUe { width:140.99px;height:45px;top:15.937500953674px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #O1Q79Zm6pvITdshew6bULyvtBbLpRv5H { width:44px;height:44px;top:78px;left:263px;display:block; }
 }@media only screen and (max-width: 763px) { #LAr9TX6TpJEDx1pAxTeuowxeaL2x2bt8 { display:flex;width:15px;height:15px;top:154px;left:236px;font-size:10px; }
 }@media only screen and (max-width: 763px) { #N0WaXGvdiRbvbUGCbNQUxN05Hc3Fn9d4 { width:230.977px;height:23.4028px;top:88.296875px;left:16.015625px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 { display:block; }#S258829880fd63804c399ce498475b4c.widget-smartsection { display:block; }#AHS0ra9tQ7GwDJhnQ4UbIF13IA2uCnQ3 > .row .container { width:320px;height:1155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEbtI8usZikoWwMLgPzCn6b5fNVykSTA { display:block; }#yEbtI8usZikoWwMLgPzCn6b5fNVykSTA > .row .container { width:320px;height:867px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cduPAcAOkOSk2qXufX8g0w0GKzvhfKdo { width:200px;height:88.9931px;top:41.093658447266px;left:50.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #Mf2eg79ARZUEgEsRziHTlvXfiZglLFNu { display:flex;width:31.9965px;height:31.9965px;top:163.95834350586px;left:19.114584922791px; }
 }@media only screen and (max-width: 763px) { #IQaCpUH9ow9bef6mdF0vQrmGTiXq4rG3 { display:flex;width:31.9965px;height:31.9965px;top:196.04861450195px;left:19.114584922791px; }
#IQaCpUH9ow9bef6mdF0vQrmGTiXq4rG3 > img { max-width: 100%;max-height:100%; width:31.9965px; height:31.9965px; } }@media only screen and (max-width: 763px) { #oNPfk4uaNi4Ev0RSA2Ky4PAXTUgTftvn { width:255px;height:20.8px;top:169.56600952148px;left:64.982644081116px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Xr5C9LZ1kNQeMVglnzfOMboHeOWDSOuX { width:255px;height:20.8px;top:201.65628051758px;left:64.982644081116px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ED5E5UwIpTNtsIzXatgNBGH7bzKdXNS8 { width:125.99px;height:28.6px;top:300px;left:19px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #DM9tKf49bUfptfXVHRRuUWRbUyB7xBZ8 { width:125.99px;height:23.4028px;top:341px;left:19px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #o2ZWv78bSqnNxTFG0ubsOC8EZdpxQkFr { width:125.99px;height:23.4028px;top:364px;left:19px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WnDQNU6rxFasL3denTJOhQMfFkgNyErK { width:125.99px;height:23.4028px;top:387px;left:19px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:21px;overflow:hidden; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX [class*="-text"]:-moz-placeholder { font-size:15px; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX [class*="-text"]::-moz-placeholder { font-size:15px; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX [class*="-text"]:-ms-input-placeholder { font-size:15px; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX [class*="-text"]::-webkit-input-placeholder { font-size:15px; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:15px;overflow:hidden;height:auto; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX  { width:280px;height:auto;top:528px;left:0px; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX {display:block;}#Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX { width:280px;height:auto;top:528px;left:0px; }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #gtXG5EivIyZmhfVF19xQAqNA4y7in6uT {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #AFNNnGMrmt4wcC8WJxiWNXuXUIm2W5g2 {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #AfMvBDLJTIG4swcHW1se8VDCLkacREi2 {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #uXGi7F7HGOMQNdv2pvrHMlt0wqS1LoJU {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #fk0CH6uuzGZ4bibcUezeJbNTkWeli6au {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #yTv4Zs1T759d97Z6VdIStr5dVh2t9Hsv {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #bNDtfcxSCmWBwsVMzmWzKLm8i9FO6zbV {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #mpN6ar9eruwKsrBkfDyFVNHdgVuTOMPX {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #ZmTvE5TSzuXNbbofkSiQyXziTPqmwplF {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #gQTwJ3kpSrpOc93f4FdJO9Ft5DJiMGmi {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #EnpMLCm6u2AhyzVzbtLqJ7nRSJUtaGxf {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #VXXUqaZkkBaa74x9D6BwwH4W3USSogio {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #TDCvQ9lp2BbDO9CQpPZKNGlm3IxZcAkc {  }
 }@media only screen and (max-width: 763px) { #Pt5K2Sy3XPHk4TficXtLMRFFyDyhOsBX #zR6Ea0zB7QZRRddHczw3malW2r53pGA8 {  }
 }@media only screen and (max-width: 763px) { #g05Mlu3ChxV7ivTTJXTyhJ4vZMRJtlxd { width:125.99px;height:28.6px;top:500px;left:19px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EtVyN9sOgT3TpTaSQfKbyVchxTIThLDT { display:flex;width:32px;height:32px;top:228.02084350586px;left:19.114584922791px;font-size:22px; }
#EtVyN9sOgT3TpTaSQfKbyVchxTIThLDT > img { max-width: 100%;max-height:100%; width:32px; height:32px; } }@media only screen and (max-width: 763px) { #gcl6HbvtG5bPXzGylZqCFxi6vGEHWVJL { width:145px;height:23.4028px;top:436.609375px;left:19.109375px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #engmN3LXTScwKAKslSKNmTDcApCsZyS1 { width:255px;height:20.8px;top:233.609375px;left:65px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #C982LlWVc5h6Sar36rJFTWSRZfV7CmCR { width:145px;height:23.4028px;top:410.390625px;left:19.109375px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XuhXTE49K0kdgIkDrS5onlH3z46qftCG { width:125.988px;height:23.4px;top:814px;left:97px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ { display:block; }#RoTna2VrKPIl54QOZfVe4EbJTNKZBDxZ > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcwATZK53sXTzBCl6NtQTLynHn6UX4bz { width:263.987px;height:62.4px;top:13.787689208984px;left:27.987500190735px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }