.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 .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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color: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:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#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 .container { font-size:14px;font-family:arial;height:70px;width:960px;overflow:visible;position:relative;display:block; }#wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57px;width:132px;top:0px;left:0px;overflow:hidden;display:block; }
#fm0gsNgeg3PCBWqoDmf2SSBEZaLVI8UI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:266px;width:478px;top:31px;left:482px;overflow:hidden;display:block; }
#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/A56fyJ2J/LocSight_Report_Landingi_background_1920x400.png");background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;position:relative;display:block; }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row .container { background-color: transparent; background-image: none; }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,4,4,0.46); }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row .container > .video-iframe-container { display: none; }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,4,4,0.46); }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row > .video-iframe-container { display: none; }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .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); }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row .container { border-width: 0; border-radius: 0; }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row .container { font-size:14px;font-family:arial;height:304px;width:960px;position:relative;display:block; }#kXJi9MT18oTBDlTum8m7rBLBeTxOwN07 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:1px;top:22px;left:0px;display:block; }
#ol7OdZLqPBLrDMlSW01ofL8DhtKwP64L { color:#ffffff;display:block;width:563px;position:absolute;font-family:"futura m";font-size:26px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:202.5px;left:17px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-form-header { font-size:14px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:282px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:282px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-text {padding-top: 0; padding-bottom: 0;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:282px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:282px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-select {padding-top: 0; padding-bottom: 0;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#54b845;background-image:none;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-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:282px;height:55px;font-family:"open sans";overflow:hidden; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.5;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:262px;overflow:hidden;font-style:normal;float:none; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-container { padding-top:5px;padding-left:0;padding-right:0;padding-bottom:5px;width:100%;font-size:0;height:auto; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-container:first-of-type{padding-top:0;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-container:last-of-type{padding-bottom:0;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:282px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:243px;left:635px;font-size:14px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:282px;display:block;vertical-align:top; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.5;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-align:left;text-align-last:left; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO {display:block;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:282px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:243px;left:635px;font-size:14px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #raBReL5bl47TdqGUlff8LC6Vya2BRQO9 { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #hMMT7WMFNG89DHvVOqGBDcBeuDn3cMGU { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #sOaJ9PaomT2fx4LnDoWmPHLd6co59D6g { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #Tz68t2am8NNa9uU80VgOnE6a24K78kB5 { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #pACEKxsT39aSDsgI6yFNfBqveHqqWah4 { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #P2rTqBUOktsa8My3w3Zhg8M6GJz8sAx1 { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #TVkFd0IgnwVIiTnaGzdiP3TgCk5Bf2AX { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #UdJOUvIiAZwt2UTw9R2pMM7z2qXUgMGS { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #iPTAZ0v68noLfHD8oLkcqEeGaM3wX3kd { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #oexkdRHWb1qkMx5FvPTZzbXdcqOwTmnL { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #TslfTUlqXSbpXUIwUnT4p7aJ4sa6eQgT { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #Hu19TfvnwwTd40MNzy5miglTyna2hf5O { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #Fb6aonCTU0yBUwd7ChRZwbe1ZqkbSEh8 { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #GLPFHuuGrSnuTsnhl5spvT5BTeQh5shD { position:relative;z-index:2; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #PzAWXTEItWotd7qmEvMQmQT2c30o86uV { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #vsMSML8viKcLEKaJsrZvTMOr2N3oc0Te { position:relative;display:block;z-index:100000; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #A2n2MgaHl5JWbxy3W3rLaL4JOF17UF0n { position:relative;display:block;z-index:100000; }
#otVgnMuX13w5AMqnQHdtS7dI5RDcRiNp { position:relative;display:block; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #Wx5OnNJZ3GZiO5bT4XKPKKZt17VMZRMQ { position:relative; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO #MFNTDfNwcdkpvAOkEf15QanxHPbPAIkT { position:relative; }
#VnSZHDnfCp98JV7Ma3Oz4U09lpgGTTEq { position:absolute;display:block;z-index:100000;background-color:#f8f8f8;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:3px solid #006a4d;border-left:3px solid #006a4d;border-right:3px solid #006a4d;border-bottom:3px solid #006a4d;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:550px;width:330px;top:157px;left:630px;display:block; }
#KMgmGR1WgMUlB4J1gZn9AnztUuD7Efsf { color:#000000;display:block;width:330px;position:absolute;font-family:"futura m";font-size:25px;font-weight:300;z-index:100002;line-height:01;letter-spacing:0;top:194px;left:630px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rds2SVuFehKTZgo4tTbH71flxqJllamr { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#wWNqqJkN3N1dxq5n2FsJ3NsWJdyX0qTM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#u5KKsxrqNUPNkcIrftOFiT3PACTTiV1X { box-sizing:content-box;color:#0e9ae5;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:block;z-index:100000;display:none; }
#PnJ2HgkTrXJTdcbC9KHWABO6mzWLUqi2 { color:#000000;display:block;width:562px;position:absolute;font-family:"futura m";font-size:44px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:19px;left:17px;height:171px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { background-color: transparent; background-image: none; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container > .video-iframe-container { display: none; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row > .video-iframe-container { display: none; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .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); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { border-width: 0; border-radius: 0; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { font-size:14px;font-family:arial;height:1384px;width:960px;position:relative;display:block; }#cNCe0NETl2TyXFAyR4qTi5zJ6ePdDuaG { color:#006a4d;display:block;width:548px;position:absolute;font-family:"futura m";font-size:21px;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:18px;left:0px;height:310px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ku37kFCHX4fRQOv2uwQXNbenzHeMokoP { color:#000000;display:block;width:578px;position:absolute;font-family:"futura m";font-size:20px;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:360px;left:21px;height:;font-style:normal;display:block; }#Ku37kFCHX4fRQOv2uwQXNbenzHeMokoP li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Ku37kFCHX4fRQOv2uwQXNbenzHeMokoP li:before{  }
#TIfFAsXnRxos8g57ZGPWWMTQSnTJ4EBq { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:178px;width:260px;top:443.5px;left:535px;overflow:hidden;display:block; }
#H0XbePAo7c0qyVyMt0MeTuweHKKolFJT { color:#ffffff;display:block;width:558px;position:absolute;font-family:"futura m";font-size:26px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:812px;left:201px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yLzFZ1CozJuT7dLZhhmuyhxmEx8Le0Or { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#gUaBcZPnTSaH3iJwQALhvMHyu1XmBOaC { color:#000000;display:block;width:207px;position:absolute;font-family:"futura m";font-size:23px;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:290px;left:0px;height:34px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d5mxK5r62ezJpdrQmRAFD188VmwvZTGW { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:304px;width:303px;top:903px;left:115px;overflow:hidden;display:none; }
#qyFXl5ozXA2FinKJo7eoTxtF9G7do15e { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:305px;width:304px;top:904px;left:541px;overflow:hidden;display:none; }
#qUQwRDFd37mrcgfNR2Bz3Flx9lg4RcCA { color:#ffffff;display:block;width:558px;position:absolute;font-family:"futura m";font-size:24px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:806px;left:201px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PgfFvdeVTnXiTHJweTMafI4N9Ahv9CQT { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:462px;width:790px;top:893px;left:85px;overflow:hidden;display:block; }
#Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(50deg, #ffffff, #bababa);background-image: -moz-linear-gradient(50deg, #ffffff, #bababa);background-image: -ms-linear-gradient(50deg, #ffffff, #bababa);background-image: -o-linear-gradient(50deg, #ffffff, #bababa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bababa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bababa' );";background-image: linear-gradient(50deg, #ffffff, #bababa);position:relative;display:block; }#Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3 > .row .container { background-color: transparent; background-image: none; }#Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3 > .row .container > .video-iframe-container { display: none; }#Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3 > .row > .video-iframe-container { display: none; }#Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3 > .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); }#Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3 > .row .container { border-width: 0; border-radius: 0; }#Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3 > .row .container { font-size:14px;font-family:arial;height:546px;width:960px;position:relative;display:block; }#KaaGUppRHWz50ztNW7T4cd8TuqhwnziZ { color:#373737;display:block;width:642px;position:absolute;font-family:"futura m";font-size:26px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:95px;left:282.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#svGPlvG9tVDumgqikWDarE7cVp8AwZ5z { color:#373737;display:block;width:631px;position:absolute;font-family:"futura m";font-size:18px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:281px;left:207px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { z-index:100000;top:442px;left:321px;background-color:#54b845;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"futura m";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:404px;height:64px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#IK8z8nsTq6ra5mBEkM6JtJhbeVzoFLBn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:205px;width:205px;top:53px;left:58px;overflow:hidden;display:block; }
#CXuX4AxDtz2JzVc2T928WPrxz1i21vba { box-sizing:content-box;color:rgba(37,39,40,0.1);font-size:94px;font-weight:400;line-height:1;height:135px;width:140px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99999;top:25px;left:207px;display:block; }
#LCcvlGEp4Nxu42JXRcJMVWhDH9VVFrfR { box-sizing:content-box;color:rgba(35,36,37,0.1);font-size:88px;font-weight:400;line-height:1;height:127px;width:127px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:198.5px;left:580px;display:block; }
#zmLSB2oiCbtT9v5uUmdqdR4BNcP1lWLS { color:#000000;display:block;width:733px;position:absolute;font-family:"futura m";font-size:24px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:372px;left:207px;height:31px;font-style:normal;display:block; }
#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { background-color: transparent; background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .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); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { border-width: 0; border-radius: 0; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { font-size:14px;font-family:arial;height:85px;width:960px;position:relative;display:block; }#JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { box-sizing:content-box;color:#1c1c1c;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:34px;left:391px;display:block; }
#AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { color:#000000;display:block;width:379px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:36px;left:115px;height:22px;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) { #wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { top:0px;left:0px;width:132px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #fm0gsNgeg3PCBWqoDmf2SSBEZaLVI8UI { top:31px;left:286px;width:478px;height:266px;display:block; }
 }@media only screen and (max-width: 763px) { #WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt { display:block; }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXJi9MT18oTBDlTum8m7rBLBeTxOwN07 { top:22px;left:0px;width:1px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #ol7OdZLqPBLrDMlSW01ofL8DhtKwP64L { top:202px;left:0px;width:563px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-regular-label { width:282px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-text { width:282px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-text {padding-top: 0; padding-bottom: 0;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-textarea { width:282px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-select { width:282px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-select {padding-top: 0; padding-bottom: 0;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-button { width:282px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-checkbox-label { width:263px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO  { width:282px;height:auto;top:243px;left:442px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .radio-container { width:282px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO {display:block;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO { width:282px;height:auto;top:243px;left:442px; }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #raBReL5bl47TdqGUlff8LC6Vya2BRQO9 {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #hMMT7WMFNG89DHvVOqGBDcBeuDn3cMGU {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #sOaJ9PaomT2fx4LnDoWmPHLd6co59D6g {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #Tz68t2am8NNa9uU80VgOnE6a24K78kB5 {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #pACEKxsT39aSDsgI6yFNfBqveHqqWah4 {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #P2rTqBUOktsa8My3w3Zhg8M6GJz8sAx1 {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #TVkFd0IgnwVIiTnaGzdiP3TgCk5Bf2AX {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #UdJOUvIiAZwt2UTw9R2pMM7z2qXUgMGS {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #iPTAZ0v68noLfHD8oLkcqEeGaM3wX3kd {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #oexkdRHWb1qkMx5FvPTZzbXdcqOwTmnL {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #TslfTUlqXSbpXUIwUnT4p7aJ4sa6eQgT {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #Hu19TfvnwwTd40MNzy5miglTyna2hf5O {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #Fb6aonCTU0yBUwd7ChRZwbe1ZqkbSEh8 {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #GLPFHuuGrSnuTsnhl5spvT5BTeQh5shD {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #PzAWXTEItWotd7qmEvMQmQT2c30o86uV {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #vsMSML8viKcLEKaJsrZvTMOr2N3oc0Te {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #A2n2MgaHl5JWbxy3W3rLaL4JOF17UF0n {  }
 }@media only screen and (max-width: 763px) { #otVgnMuX13w5AMqnQHdtS7dI5RDcRiNp { display:block; }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #Wx5OnNJZ3GZiO5bT4XKPKKZt17VMZRMQ {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #MFNTDfNwcdkpvAOkEf15QanxHPbPAIkT {  }
 }@media only screen and (max-width: 763px) { #VnSZHDnfCp98JV7Ma3Oz4U09lpgGTTEq { top:157px;left:434px;width:330px;height:550px;display:block; }
 }@media only screen and (max-width: 763px) { #KMgmGR1WgMUlB4J1gZn9AnztUuD7Efsf { top:194px;left:434px;width:330px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Rds2SVuFehKTZgo4tTbH71flxqJllamr { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #wWNqqJkN3N1dxq5n2FsJ3NsWJdyX0qTM { display:block; }
 }@media only screen and (max-width: 763px) { #u5KKsxrqNUPNkcIrftOFiT3PACTTiV1X { display:none; }
 }@media only screen and (max-width: 763px) { #PnJ2HgkTrXJTdcbC9KHWABO6mzWLUqi2 { top:19px;left:0px;width:562px;height:;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ { display:block; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNCe0NETl2TyXFAyR4qTi5zJ6ePdDuaG { top:18px;left:0px;width:548px;height:;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Ku37kFCHX4fRQOv2uwQXNbenzHeMokoP { top:360px;left:0px;width:578px;height:;font-size:20px;display:block; }#Ku37kFCHX4fRQOv2uwQXNbenzHeMokoP li:before{  }
 }@media only screen and (max-width: 763px) { #TIfFAsXnRxos8g57ZGPWWMTQSnTJ4EBq { top:443px;left:437px;width:260px;height:178px;display:block; }
 }@media only screen and (max-width: 763px) { #H0XbePAo7c0qyVyMt0MeTuweHKKolFJT { top:812px;left:103px;width:558px;height:33px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yLzFZ1CozJuT7dLZhhmuyhxmEx8Le0Or { display:none; }
 }@media only screen and (max-width: 763px) { #gUaBcZPnTSaH3iJwQALhvMHyu1XmBOaC { top:290px;left:0px;width:207px;height:34px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #d5mxK5r62ezJpdrQmRAFD188VmwvZTGW { top:903px;left:17px;width:303px;height:304px;display:block; }
 }@media only screen and (max-width: 763px) { #qyFXl5ozXA2FinKJo7eoTxtF9G7do15e { top:904px;left:443px;width:304px;height:305px;display:block; }
 }@media only screen and (max-width: 763px) { #qUQwRDFd37mrcgfNR2Bz3Flx9lg4RcCA { top:806px;left:103px;width:558px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PgfFvdeVTnXiTHJweTMafI4N9Ahv9CQT { top:893px;left:0px;width:764px;height:446.79493670886px;display:block; }
 }@media only screen and (max-width: 763px) { #Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3 { display:block; }#Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaaGUppRHWz50ztNW7T4cd8TuqhwnziZ { top:95px;left:122px;width:642px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #svGPlvG9tVDumgqikWDarE7cVp8AwZ5z { top:281px;left:109px;width:631px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { top:442px;left:223px;width:404px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block; }
 }@media only screen and (max-width: 763px) { #IK8z8nsTq6ra5mBEkM6JtJhbeVzoFLBn { top:53px;left:0px;width:205px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #CXuX4AxDtz2JzVc2T928WPrxz1i21vba { top:25px;left:109px;width:140px;height:135px;font-size:94px;display:block; }
 }@media only screen and (max-width: 763px) { #LCcvlGEp4Nxu42JXRcJMVWhDH9VVFrfR { top:198px;left:482px;width:127px;height:127px;font-size:88px;display:block; }
 }@media only screen and (max-width: 763px) { #zmLSB2oiCbtT9v5uUmdqdR4BNcP1lWLS { top:372px;left:31px;width:733px;height:31px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { top:34px;left:293px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { top:36px;left:17px;width:379px;height:22px;font-size:17px;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:46px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { width:104px;height:45px;top:0px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #fm0gsNgeg3PCBWqoDmf2SSBEZaLVI8UI { width:314px;height:174px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt { background-color:transparent;background-image:url("https://images.assets-landingi.com/A56fyJ2J/LocSight_Report_Landingi_background_1920x400.png");background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;display:block; }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row .container { background-color: transparent; background-image: none; }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,4,4,0.69); }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row .container > .video-iframe-container { display: none; }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,4,4,0.69); }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row > .video-iframe-container { display: none; }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .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); }#WdAIfc4t9uzMNSu3UDhOvnahVsVNSfEt > .row .container { width:320px;height:854px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXJi9MT18oTBDlTum8m7rBLBeTxOwN07 { width:1px;height:293px;top:20px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #ol7OdZLqPBLrDMlSW01ofL8DhtKwP64L { width:320px;height:58px;top:161px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-text {padding-top: 0; padding-bottom: 0;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-select {padding-top: 0; padding-bottom: 0;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-checkbox-label { width:260px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-container { padding-top:3px;padding-left:0;padding-right:0;padding-bottom:3px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-container:first-of-type{padding-top:0;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .widget-container:last-of-type{padding-bottom:0;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO  { width:280px;height:auto;top:389px;left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fOKJeM7OMspOzzsyOffIv0qLv2turnQO {display:block;}#fOKJeM7OMspOzzsyOffIv0qLv2turnQO { width:280px;height:auto;top:389px;left:0px; }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #raBReL5bl47TdqGUlff8LC6Vya2BRQO9 {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #hMMT7WMFNG89DHvVOqGBDcBeuDn3cMGU {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #sOaJ9PaomT2fx4LnDoWmPHLd6co59D6g {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #Tz68t2am8NNa9uU80VgOnE6a24K78kB5 {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #pACEKxsT39aSDsgI6yFNfBqveHqqWah4 {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #P2rTqBUOktsa8My3w3Zhg8M6GJz8sAx1 {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #TVkFd0IgnwVIiTnaGzdiP3TgCk5Bf2AX {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #UdJOUvIiAZwt2UTw9R2pMM7z2qXUgMGS {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #iPTAZ0v68noLfHD8oLkcqEeGaM3wX3kd {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #oexkdRHWb1qkMx5FvPTZzbXdcqOwTmnL {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #TslfTUlqXSbpXUIwUnT4p7aJ4sa6eQgT {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #Hu19TfvnwwTd40MNzy5miglTyna2hf5O {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #Fb6aonCTU0yBUwd7ChRZwbe1ZqkbSEh8 {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #GLPFHuuGrSnuTsnhl5spvT5BTeQh5shD {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #PzAWXTEItWotd7qmEvMQmQT2c30o86uV {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #vsMSML8viKcLEKaJsrZvTMOr2N3oc0Te {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #A2n2MgaHl5JWbxy3W3rLaL4JOF17UF0n {  }
 }@media only screen and (max-width: 763px) { #otVgnMuX13w5AMqnQHdtS7dI5RDcRiNp { display:block; }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #Wx5OnNJZ3GZiO5bT4XKPKKZt17VMZRMQ {  }
 }@media only screen and (max-width: 763px) { #fOKJeM7OMspOzzsyOffIv0qLv2turnQO #MFNTDfNwcdkpvAOkEf15QanxHPbPAIkT {  }
 }@media only screen and (max-width: 763px) { #VnSZHDnfCp98JV7Ma3Oz4U09lpgGTTEq { width:320px;height:494px;top:328px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KMgmGR1WgMUlB4J1gZn9AnztUuD7Efsf { width:320px;height:25px;top:344px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Rds2SVuFehKTZgo4tTbH71flxqJllamr { top:244px;left:0px;width:207px;height:55px;z-index:100004;background-color:rgba(27,30,27,0.26);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wWNqqJkN3N1dxq5n2FsJ3NsWJdyX0qTM { display:block; }
 }@media only screen and (max-width: 763px) { #u5KKsxrqNUPNkcIrftOFiT3PACTTiV1X { top:251px;left:207px;width:42px;height:42px;z-index:100005;color:#ffffff;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #PnJ2HgkTrXJTdcbC9KHWABO6mzWLUqi2 { width:320px;height:123px;top:13px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ { display:block; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { width:320px;height:2032px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNCe0NETl2TyXFAyR4qTi5zJ6ePdDuaG { width:320px;height:496px;top:32px;left:0px;font-size:21px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ku37kFCHX4fRQOv2uwQXNbenzHeMokoP { width:320px;height:555px;top:570px;left:0px;font-size:20px;display:block; }#Ku37kFCHX4fRQOv2uwQXNbenzHeMokoP li:before{  }
 }@media only screen and (max-width: 763px) { #TIfFAsXnRxos8g57ZGPWWMTQSnTJ4EBq { width:260px;height:178px;top:1268px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #H0XbePAo7c0qyVyMt0MeTuweHKKolFJT { width:320px;height:52px;top:1194px;left:0px;font-size:20px;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #yLzFZ1CozJuT7dLZhhmuyhxmEx8Le0Or { top:1489px;left:0px;width:317px;height:32px;z-index:100009;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #gUaBcZPnTSaH3iJwQALhvMHyu1XmBOaC { width:207px;height:34px;top:508px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #d5mxK5r62ezJpdrQmRAFD188VmwvZTGW { width:303px;height:304px;top:1666px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #qyFXl5ozXA2FinKJo7eoTxtF9G7do15e { width:304px;height:305px;top:1298px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qUQwRDFd37mrcgfNR2Bz3Flx9lg4RcCA { width:320px;height:auto;top:806px;left:0px;font-size:24px;z-index:100010;display:none; }
 }@media only screen and (max-width: 763px) { #PgfFvdeVTnXiTHJweTMafI4N9Ahv9CQT { width:320px;height:187.13924050633px;top:1990px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3 { display:block; }#Ps6yR89QhmgKzPpAyQbK7wMDTeMmbCB3 > .row .container { width:320px;height:654px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaaGUppRHWz50ztNW7T4cd8TuqhwnziZ { width:320px;height:208px;top:261px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svGPlvG9tVDumgqikWDarE7cVp8AwZ5z { width:320px;height:40px;top:188px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { top:547px;left:8px;width:304px;height:64px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block; }
 }@media only screen and (max-width: 763px) { #IK8z8nsTq6ra5mBEkM6JtJhbeVzoFLBn { width:159px;height:159px;top:20px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #CXuX4AxDtz2JzVc2T928WPrxz1i21vba { width:86px;height:83px;top:208px;left:0px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #LCcvlGEp4Nxu42JXRcJMVWhDH9VVFrfR { width:86px;height:86px;top:328px;left:227px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #zmLSB2oiCbtT9v5uUmdqdR4BNcP1lWLS { width:320px;height:56px;top:433px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { width:27px;height:27px;top:17.5px;left:273px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { width:320px;height:22px;top:20px;left:0px;font-size:17px;display:block; }
 }