.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-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;
  }
}
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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1daub6xa/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:735px;width:960px;overflow:visible;position:relative;display:block; }#a87q1OSBUAPfBC4CA1cvCo1d8a6Fq8pW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:338px;width:560px;top:266.5px;left:200px;display:block; }
#FyTDn0UTr5xO0STcEaOXTiACwdc3uhfk { color:#ffffff;display:block;width:959px;position:absolute;font-family:"open sans";font-size:55px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:112px;left:1px;height:71.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhnvVFUZETLGql4s4DzZTT8VSDExZylO { position:absolute;display:block;z-index:15003;background-color:#d1ab6a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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;height:1px;width:39px;top:97px;left:460.5px;display:block; }
#QifWfsdCMef6xk9uTDmEOpk3r8x8lwd8 { color:#ffffff;display:block;width:959px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:192px;left:0px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wg12L5QhpSTNziUTV3AwMmGy9lO05syp { background-color:#d1ab6a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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: 3px 4px 23px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:190px;height:45px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:650px;left:385px;display:block; }
#NT4HM8sFNxwuubmMBhn2r4racMOmRHM7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { background-color: transparent; background-image: none; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container > .video-iframe-container { display: none; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row > .video-iframe-container { display: none; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .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); }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { border-width: 0; border-radius: 0; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { font-size:14px;font-family:"open sans";height:193px;width:960px;position:relative;display:block; }#cRzmxqmT63oZRzV95EUN4PgBloKFNAUS { color:#32314e;display:block;width:960px;position:absolute;font-family:"open sans";font-size:50px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:24px;left:0px;height:65px;text-align:center;text-align-last:center;display:block; }
#GQdTewp72zgeyEU5xoBVqoaph8CmR2Zi { color:#32314e;display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:109px;left:0px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/08Qe71V3/06.jpg");background-position:top 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; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK.adaptive-delivery-prevent-bg, #MJe1hfafmItVAXuukv7ChHuvB4OVN3zK.lazyload, #MJe1hfafmItVAXuukv7ChHuvB4OVN3zK.lazyloading { background-image: none; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { background-color: transparent; background-image: none; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container > .video-iframe-container { display: none; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row > .video-iframe-container { display: none; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .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); }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { border-width: 0; border-radius: 0; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { font-size:14px;font-family:"open sans";height:319px;width:960px;position:relative;display:block; }#tRmq9GSidwzRWgihDaUawGno2e19FOVW { color:#ffffff;display:block;width:144px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:195.9921875px;left:76px;height:23.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HGCIXBkTPSCvroghCDZE2k2FrRBbC5KG { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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;height:1px;width:39px;top:186px;left:96px;display:block; }
#B2iF0N5WLJNW8qN0P6Phg68aReLUsfbk { color:#ffffff;display:block;width:142px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:127px;left:97px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AXXdaQpQiZ6KzTWlgTGmECVLWln8TgBJ { color:#ffffff;display:block;width:144px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:195.984375px;left:276px;height:23.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KmByZQiJsGlhr1DJGCnIcaimgx8kgPix { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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;height:1px;width:39px;top:186px;left:317px;display:block; }
#bSvfIMFCcIrSQoRohyGfIS15wxBXiNGq { color:#ffffff;display:block;width:147px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:127px;left:315px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WHS2nWQRVT6mLzlWBLZTonoazZVV15CE { color:#ffffff;display:block;width:144px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:195.984375px;left:544px;height:23.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ExnGyhHHdiPmykritcukmst4ZdeTCPbZ { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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;height:1px;width:39px;top:185px;left:567px;display:block; }
#NshOuXp4MK33QT4lpI4ZxEJEBHTbnn1W { color:#ffffff;display:block;width:147px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:127px;left:560px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SuD4sWCn17dy6qQKyaDunlVZHmkrEDhJ { color:#ffffff;display:block;width:149px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:195.984375px;left:802.5px;height:23.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iOLMrWPpm61o6AuVrWngHClkGxVGtv4R { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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;height:1px;width:39px;top:185px;left:810px;display:block; }
#fGTI9tTA9VIqbxLJIeGGmZyVCvqTFE2D { color:#ffffff;display:block;width:142px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:127px;left:806px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JqxVbvyoHmVsDazsehOclrf9TRyrE1Ev { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:134.5px;left:26px; }
#IppevCQKkv3Glm9q2536UVlOTtkOoFOW { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:134.5px;left:246px; }
#WUDGCr2VRTtWIqfbHVxrGdG9eEFVa9gI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:134.5px;left:494px; }
#kSQ9IU7ZOXqPdc5mzp7231Jah1BbSrzt { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:134.5px;left:737px; }
#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { background-color: transparent; background-image: none; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container > .video-iframe-container { display: none; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row > .video-iframe-container { display: none; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .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); }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { border-width: 0; border-radius: 0; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { font-size:14px;font-family:"open sans";height:820px;width:960px;position:relative;display:block; }#hkkMNmNKLBIrXuXEHzDKmQst3mQfsaLI { color:#32314e;display:block;width:960px;position:absolute;font-family:"open sans";font-size:50px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:111px;left:0px;height:65px;text-align:center;text-align-last:center;display:block; }
#X3bqJnXUuLyq4CfGdhqEJUdB06RiDPJX { color:#32314e;display:block;width:913px;position:absolute;font-family:"open sans";font-size:25px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:188px;left:47px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xeG3kedmueAmxJG4CWEJ3flUqzBmNNxh { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cec14f52-6077-4270-96e7-0553400a4fa9/Projektbeznazwy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;height:409px;width:493px;top:305px;left:48px;display:block; }#xeG3kedmueAmxJG4CWEJ3flUqzBmNNxh.adaptive-delivery-prevent-bg, #xeG3kedmueAmxJG4CWEJ3flUqzBmNNxh.lazyload, #xeG3kedmueAmxJG4CWEJ3flUqzBmNNxh.lazyloading { background-image: none; }
#W86dPsWRCS7yvTDMebgbffn3BVtgrv4X { position:absolute;display:block;z-index:15005;background-color:#d1ab6a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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;height:55px;width:139px;top:608px;left:0px;display:block; }
#tPgsrgD29uZL8bAw8XOvAVue27S1zcet { color:#ffffff;display:block;width:139px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:626.5px;left:0px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
#TdHWqgLoAhiP30o5UcTOXIM5DRbxibOO { color:#32314e;display:block;width:398px;position:absolute;font-family:"open sans";font-size:33px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:296px;left:562px;height:85.7969px;text-align:left;text-align-last:left;display:block; }
#IKPtbseziKTvlstf7fV5QKdHr5qNqEm8 { position:absolute;display:block;z-index:15004;background-color:#d1ab6a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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;height:1px;width:39px;top:392px;left:566px;display:block; }
#QQVFfdqs0XDukG9rMP70AMoHxPGfT0KB { color:#9d9d9d;display:block;width:396px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:404px;left:564px;height:307.125px;display:block; }
#Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1ab6a;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; }#Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc > .row .container { background-color: transparent; background-image: none; }#Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc > .row .container > .video-iframe-container { display: none; }#Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc > .row > .video-iframe-container { display: none; }#Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc > .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); }#Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc > .row .container { border-width: 0; border-radius: 0; }#Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc > .row .container { font-size:14px;font-family:"open sans";height:270px;width:960px;position:relative;display:block; }#k9sBwP7L4hRwKEUi6TeoiEWxbpc5RWmE { color:#ffffff;display:block;width:280px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:97px;left:73px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ai10KDMEqaxMGTdFTebiurRkLNwJfVOF { color:#ffffff;display:block;width:280px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:130.7890625px;left:73px;height:83.1875px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-form-header {  }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-regular-label { display:block;width:220px;height:auto;font-size:14px;font-family:"open sans";line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:239px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-text {padding-top: 0; padding-bottom: 0;}#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:239px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:239px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-select {padding-top: 0; padding-bottom: 0;}#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:48px;width:160px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:18px;background-color:#0b2759;background-image:none;overflow:hidden; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE [class*="-text"]:-moz-placeholder { font-size:15px;font-family:"open sans";color:#9d9d9d; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE [class*="-text"]::-moz-placeholder { font-size:15px;font-family:"open sans";color:#9d9d9d; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE [class*="-text"]:-ms-input-placeholder { font-size:15px;font-family:"open sans";color:#9d9d9d; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE [class*="-text"]::-webkit-input-placeholder { font-size:15px;font-family:"open sans";color:#9d9d9d; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:397px;height:auto;font-size:12px;font-family:"open sans";line-height:1.6;margin-top:2px;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(255,255,255,0.74); }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:23px;margin-right:0;margin-bottom:3px;margin-left:3px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:32px;width:106.5px;vertical-align:top;margin-top:22px;margin-right:0;margin-bottom:3px;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-container:first-of-type{padding-top:0;}#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-container:last-of-type{padding-bottom:0;}#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:"open sans";width:419px;height:auto;left:501px;top:72px;z-index:15006;position:absolute; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .radio-container { width:249px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:"open sans";width:419px;height:auto;left:501px;top:72px;z-index:15006;position:absolute; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #zlBIqRMA1FqqM0PpA70Qt60sWlENe8qU { position:relative; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #ScPCer2JDdVOpBm9QDuEP6UXlCPT6mUT { position:relative;display:none; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #rrWWzlU9ct8QwcM85eo1CexKbGRfnEN0 { position:relative; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #bGNQk8SHzWdHczSAUdFCWxwt9URcoOQT { position:relative; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #ftPso969TuAnDkeGsCev1hD6rzwOxGxT { position:relative; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #mIkHTFuBDcchNU61JPkEW4qk3mANMW3N { position:relative; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #F592SALMSWmeJ0t1VCBWEZhu0mSQhbOk { position:relative;z-index:2; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #q1Gx9tqvTfGaaMOSeTr7HtN2AHIdJfBD { position:relative; }
#UueREMIUdRQ4RdcGb2NfETlunvKvmAQJ { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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;height:48px;width:200px;top:97px;left:630.5px;display:block; }
#L4gJXzC3EtvJSfUWJfFGkD02wuJlZ7F7 { color:#ffffff;display:block;width:280px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32px;left:74px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ipogUauUNrAiPNQDbCnNfq12NpNs4W1P { color:#ffffff;display:block;width:280px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:58px;left:74px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a87q1OSBUAPfBC4CA1cvCo1d8a6Fq8pW { width:560px;height:338px;top:266px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #FyTDn0UTr5xO0STcEaOXTiACwdc3uhfk { width:764px;height:71px;top:112px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xhnvVFUZETLGql4s4DzZTT8VSDExZylO { width:39px;height:1px;top:97px;left:362.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QifWfsdCMef6xk9uTDmEOpk3r8x8lwd8 { width:764px;height:32px;top:192px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wg12L5QhpSTNziUTV3AwMmGy9lO05syp { width:190px;height:45px;top:650px;left:287px;display:block; }
 }@media only screen and (max-width: 763px) { #NT4HM8sFNxwuubmMBhn2r4racMOmRHM7 { display:block; }
 }@media only screen and (max-width: 763px) { #srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 { display:block; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRzmxqmT63oZRzV95EUN4PgBloKFNAUS { width:764px;height:65px;top:24px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GQdTewp72zgeyEU5xoBVqoaph8CmR2Zi { width:764px;height:65px;top:109px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #MJe1hfafmItVAXuukv7ChHuvB4OVN3zK { display:block; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRmq9GSidwzRWgihDaUawGno2e19FOVW { width:144px;height:23px;top:195px;left:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HGCIXBkTPSCvroghCDZE2k2FrRBbC5KG { width:39px;height:1px;top:186px;left:71.5px;display:block; }
 }@media only screen and (max-width: 763px) { #B2iF0N5WLJNW8qN0P6Phg68aReLUsfbk { width:142px;height:45px;top:127px;left:49px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #AXXdaQpQiZ6KzTWlgTGmECVLWln8TgBJ { width:144px;height:23px;top:195px;left:202.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KmByZQiJsGlhr1DJGCnIcaimgx8kgPix { width:39px;height:1px;top:186px;left:243.5px;display:block; }
 }@media only screen and (max-width: 763px) { #bSvfIMFCcIrSQoRohyGfIS15wxBXiNGq { width:147px;height:45px;top:127px;left:172px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WHS2nWQRVT6mLzlWBLZTonoazZVV15CE { width:144px;height:23px;top:195px;left:421.5px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ExnGyhHHdiPmykritcukmst4ZdeTCPbZ { width:39px;height:1px;top:185px;left:444.5px;display:none; }
 }@media only screen and (max-width: 763px) { #NshOuXp4MK33QT4lpI4ZxEJEBHTbnn1W { width:147px;height:45px;top:127px;left:426px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #SuD4sWCn17dy6qQKyaDunlVZHmkrEDhJ { width:149px;height:23px;top:195px;left:615px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #iOLMrWPpm61o6AuVrWngHClkGxVGtv4R { width:39px;height:1px;top:185px;left:638.5px;display:none; }
 }@media only screen and (max-width: 763px) { #fGTI9tTA9VIqbxLJIeGGmZyVCvqTFE2D { width:142px;height:45px;top:127px;left:622px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #JqxVbvyoHmVsDazsehOclrf9TRyrE1Ev { width:50px;height:50px;top:134px;left:1.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IppevCQKkv3Glm9q2536UVlOTtkOoFOW { width:50px;height:50px;top:134px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #WUDGCr2VRTtWIqfbHVxrGdG9eEFVa9gI { width:50px;height:50px;top:134px;left:382px;display:none; }
 }@media only screen and (max-width: 763px) { #kSQ9IU7ZOXqPdc5mzp7231Jah1BbSrzt { width:50px;height:50px;top:134px;left:573px;display:none; }
 }@media only screen and (max-width: 763px) { #D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 { display:block; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkkMNmNKLBIrXuXEHzDKmQst3mQfsaLI { width:764px;height:65px;top:111px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X3bqJnXUuLyq4CfGdhqEJUdB06RiDPJX { width:764px;height:33px;top:188px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #xeG3kedmueAmxJG4CWEJ3flUqzBmNNxh { width:493px;height:409px;top:305px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #W86dPsWRCS7yvTDMebgbffn3BVtgrv4X { width:139px;height:55px;top:608px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tPgsrgD29uZL8bAw8XOvAVue27S1zcet { width:139px;height:18px;top:626px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TdHWqgLoAhiP30o5UcTOXIM5DRbxibOO { width:398px;height:85px;top:296px;left:366px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IKPtbseziKTvlstf7fV5QKdHr5qNqEm8 { width:39px;height:1px;top:392px;left:468px;display:block; }
 }@media only screen and (max-width: 763px) { #QQVFfdqs0XDukG9rMP70AMoHxPGfT0KB { width:396px;height:332px;top:404px;left:368px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc { display:block; }#Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9sBwP7L4hRwKEUi6TeoiEWxbpc5RWmE { width:280px;height:26px;top:97px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ai10KDMEqaxMGTdFTebiurRkLNwJfVOF { width:280px;height:103px;top:130px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-regular-label { width:239px;display:block; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-text { width:239px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-text {padding-top: 0; padding-bottom: 0;}#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-textarea { width:239px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-select { width:239px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-select {padding-top: 0; padding-bottom: 0;}#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-checkbox-label { width:398px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-radio-label { width:108.5px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE  { width:419px;height:auto;top:72px;left:305px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .radio-container { width:249px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE {display:inline-block;}#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE { width:419px;height:auto;top:72px;left:305px; }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #zlBIqRMA1FqqM0PpA70Qt60sWlENe8qU {  }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #ScPCer2JDdVOpBm9QDuEP6UXlCPT6mUT { display:none; }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #rrWWzlU9ct8QwcM85eo1CexKbGRfnEN0 {  }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #bGNQk8SHzWdHczSAUdFCWxwt9URcoOQT {  }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #ftPso969TuAnDkeGsCev1hD6rzwOxGxT {  }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #mIkHTFuBDcchNU61JPkEW4qk3mANMW3N {  }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #F592SALMSWmeJ0t1VCBWEZhu0mSQhbOk {  }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #q1Gx9tqvTfGaaMOSeTr7HtN2AHIdJfBD {  }
 }@media only screen and (max-width: 763px) { #UueREMIUdRQ4RdcGb2NfETlunvKvmAQJ { width:200px;height:48px;top:97px;left:532.5px;display:none; }
 }@media only screen and (max-width: 763px) { #L4gJXzC3EtvJSfUWJfFGkD02wuJlZ7F7 { width:280px;height:26px;top:32px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ipogUauUNrAiPNQDbCnNfq12NpNs4W1P { width:280px;height:26px;top:58px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:484px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a87q1OSBUAPfBC4CA1cvCo1d8a6Fq8pW { height:221px;width:320px;top:173px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #FyTDn0UTr5xO0STcEaOXTiACwdc3uhfk { width:320px;height:72.7969px;top:35px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #xhnvVFUZETLGql4s4DzZTT8VSDExZylO { width:39px;height:1px;top:23px;left:140.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QifWfsdCMef6xk9uTDmEOpk3r8x8lwd8 { width:320px;height:46.7969px;top:116px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wg12L5QhpSTNziUTV3AwMmGy9lO05syp { width:190px;height:45px;top:416px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #NT4HM8sFNxwuubmMBhn2r4racMOmRHM7 { display:block; }
 }@media only screen and (max-width: 763px) { #srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 { display:block; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { width:320px;height:249px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRzmxqmT63oZRzV95EUN4PgBloKFNAUS { width:320px;height:72.7969px;top:15px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #GQdTewp72zgeyEU5xoBVqoaph8CmR2Zi { width:320px;height:136.484px;top:110px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJe1hfafmItVAXuukv7ChHuvB4OVN3zK { display:block; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { width:320px;height:440px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRmq9GSidwzRWgihDaUawGno2e19FOVW { width:204px;height:20.7969px;top:185px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #HGCIXBkTPSCvroghCDZE2k2FrRBbC5KG { width:39px;height:1px;top:362px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #B2iF0N5WLJNW8qN0P6Phg68aReLUsfbk { width:210px;height:31.1953px;top:119px;left:55px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #AXXdaQpQiZ6KzTWlgTGmECVLWln8TgBJ { width:212px;height:20.7969px;top:377px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #KmByZQiJsGlhr1DJGCnIcaimgx8kgPix { width:39px;height:1px;top:173px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #bSvfIMFCcIrSQoRohyGfIS15wxBXiNGq { width:210px;height:31.1953px;top:317px;left:55px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WHS2nWQRVT6mLzlWBLZTonoazZVV15CE { width:144px;height:auto;top:195px;left:88px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ExnGyhHHdiPmykritcukmst4ZdeTCPbZ { width:39px;height:1px;top:185px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #NshOuXp4MK33QT4lpI4ZxEJEBHTbnn1W { width:147px;height:auto;top:127px;left:86px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #SuD4sWCn17dy6qQKyaDunlVZHmkrEDhJ { width:149px;height:auto;top:195px;left:85px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #iOLMrWPpm61o6AuVrWngHClkGxVGtv4R { width:39px;height:1px;top:185px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #fGTI9tTA9VIqbxLJIeGGmZyVCvqTFE2D { width:142px;height:auto;top:127px;left:89px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #JqxVbvyoHmVsDazsehOclrf9TRyrE1Ev { width:50px;height:50px;top:47.796875px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #IppevCQKkv3Glm9q2536UVlOTtkOoFOW { width:50px;height:50px;top:252.796875px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #WUDGCr2VRTtWIqfbHVxrGdG9eEFVa9gI { width:50px;height:50px;top:557.7969px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #kSQ9IU7ZOXqPdc5mzp7231Jah1BbSrzt { width:50px;height:50px;top:627.7969px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 { display:block; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { width:320px;height:1282px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkkMNmNKLBIrXuXEHzDKmQst3mQfsaLI { width:320px;height:85.7969px;top:35px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #X3bqJnXUuLyq4CfGdhqEJUdB06RiDPJX { width:309px;height:81.8906px;top:146px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeG3kedmueAmxJG4CWEJ3flUqzBmNNxh { width:320px;height:409px;top:240px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #W86dPsWRCS7yvTDMebgbffn3BVtgrv4X { width:139px;height:55px;top:553px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tPgsrgD29uZL8bAw8XOvAVue27S1zcet { width:139px;height:20.7969px;top:571px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TdHWqgLoAhiP30o5UcTOXIM5DRbxibOO { width:320px;height:70.1875px;top:683px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #IKPtbseziKTvlstf7fV5QKdHr5qNqEm8 { width:39px;height:1px;top:781px;left:140.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QQVFfdqs0XDukG9rMP70AMoHxPGfT0KB { width:320px;height:435.094px;top:801px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc { display:block; }#Smd0DUxG8WbQSyinwk5XqHbBT34Tp9bc > .row .container { width:320px;height:432px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9sBwP7L4hRwKEUi6TeoiEWxbpc5RWmE { width:320px;height:20.7969px;top:113px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ai10KDMEqaxMGTdFTebiurRkLNwJfVOF { width:320px;height:83.1875px;top:145px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-regular-label { width:270px;display:block; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-text { width:270px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-text {padding-top: 0; padding-bottom: 0;}#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-textarea { width:270px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-select { width:270px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-select {padding-top: 0; padding-bottom: 0;}#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-input-button { width:270px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-checkbox-label { width:258px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .widget-radio-label { width:124px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE  { width:280px;height:auto;top:228.1875px;left:0px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE .radio-container { width:280px; }
#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE {display:inline-block;}#AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE { width:280px;height:auto;top:228.1875px;left:0px; }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #zlBIqRMA1FqqM0PpA70Qt60sWlENe8qU {  }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #ScPCer2JDdVOpBm9QDuEP6UXlCPT6mUT { display:none; }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #rrWWzlU9ct8QwcM85eo1CexKbGRfnEN0 {  }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #bGNQk8SHzWdHczSAUdFCWxwt9URcoOQT {  }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #ftPso969TuAnDkeGsCev1hD6rzwOxGxT {  }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #mIkHTFuBDcchNU61JPkEW4qk3mANMW3N {  }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #F592SALMSWmeJ0t1VCBWEZhu0mSQhbOk {  }
 }@media only screen and (max-width: 763px) { #AH8kIiwJCxepkmex3h0iTbzmU5tMNsgE #q1Gx9tqvTfGaaMOSeTr7HtN2AHIdJfBD {  }
 }@media only screen and (max-width: 763px) { #UueREMIUdRQ4RdcGb2NfETlunvKvmAQJ { width:200px;height:48px;top:97px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #L4gJXzC3EtvJSfUWJfFGkD02wuJlZ7F7 { width:280px;height:20.7969px;top:29.390625px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ipogUauUNrAiPNQDbCnNfq12NpNs4W1P { width:280px;height:20.7969px;top:61.1875px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }