.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;
}
.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:#ffffff;background-image:none;position:relative;display:block; }
#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV > .row > .video-iframe-container { display: none; }#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV > .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); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 { background-color:rgba(41,50,60,0.8);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;display:block; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { background-color: transparent; background-image: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .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); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { border-width: 0; border-radius: 0; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { width:60rem;height:45rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#h1qDIofn8tD5o8SS2qdV7ag5Sc1pCxw7 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MZEUzSvQvk8kEA01ei1XD2RS7lLlTmDk { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:21.826171875rem;left:1.5rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTqS5AV4Ce964EX4LqWicuU6kZ4AkEk4 { position:absolute;display:block;z-index:100002;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:26.625rem;width:26.25rem;top:14.3125rem;left:33.75rem;display:block; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-form-header {  }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#0e9ae5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.125rem;margin-bottom:0.25rem;margin-left:2.125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:17rem;height:3.75rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.08) ; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]:-moz-placeholder { color:#bcbbbb;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]::-moz-placeholder { color:#bcbbbb;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]:-ms-input-placeholder { color:#bcbbbb;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]::-webkit-input-placeholder { color:#bcbbbb;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#3c3c3b;vertical-align:top;width:20.1875rem;overflow:hidden;font-style:normal;line-height:1.5; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-container:first-of-type{padding-top:0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-container:last-of-type{padding-bottom:0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:22.03125rem;left:35rem; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m {display:block;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:22.03125rem;left:35rem; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #BkeTOF4PQdhtftSkC58t0I0GVBg456aB { position:relative;z-index:1; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #LQLlc5O1rlLX8NBktM0wzO2TtFt49U3B { position:relative; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #XAuL5nW5p5NMFxifWdQXkG92MQPdvgVg { position:relative; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #Qbz2PhlL4R0iWyxKTFmXZyRePkWoSyeT { position:relative;z-index:1; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #pEU2wD47tVrtH8slIuU5KZGo0uQTPwEO { position:relative; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #tKaXZFKqF5ZviiOOM886XovQqX3EROaB { position:relative; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #w5bLERtxGA0eKPaakIcxvIRxKLy0iWKT { position:relative;z-index:1; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #Dku43PfekOEf3KHnaLvxAxq3orq7tQsf { position:relative;z-index:2; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #QgD5CxchU8SVyW5eqwvmL4CzWMDPaOJL { position:relative; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #bISsCHPVsbF2fBawv6O3NOr7EhDbCW7k { position:relative;z-index:1; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #C3ixQLfIXb7fN2hCWLHT8kVVXg4Cxo47 { position:relative; }
#tFOMbuHZUH7PBdoJ2T14EpEV2saASfeN { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:16rem;left:36.25rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container { background-color: transparent; background-image: none; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container > .video-iframe-container { display: none; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row > .video-iframe-container { display: none; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .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); }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container { border-width: 0; border-radius: 0; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;position:relative;display:block; }#GVKThiDTCkJlJwOX4sn4HGro0QTTUFcr { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container { background-color: transparent; background-image: none; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container > .video-iframe-container { display: none; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row > .video-iframe-container { display: none; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .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); }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container { border-width: 0; border-radius: 0; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#gIysWPadI3FCkA9FixCP7XI0bRkwA0Cx { 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;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:7.8125rem;width:7.8125rem;top:0rem;left:6.09375rem;display:block; }
#aEzM47Ol8UFuedANGACVxUEaPSE4TW7h { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:7.8125rem;width:7.8125rem;top:0rem;left:26.09375rem;display:block; }
#aTTxsX1U5emRVTfdoKypQUVWsZWhqoT2 { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:7.8125rem;width:7.8125rem;top:0rem;left:46.09375rem;display:block; }
#MCq6rXZRZRo7H9Wl6R0xX81cocTF0ATU { box-sizing:content-box;color:#0e9ae5;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.71875rem;left:7.8125rem;display:block; }
#XB6uE8wfFa3FDz0Q7TdE6G7uKmSw1wcB { box-sizing:content-box;color:#0e9ae5;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:1.71875rem;left:27.8125rem;display:block; }
#Tn7GCyvUXnAovczRV6PgumWRadN7Bpq5 { box-sizing:content-box;color:#0e9ae5;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.71875rem;left:47.8125rem;display:block; }
#DFzA36Rqvyyt4yps4lgKCC0eu8z4UzSN { color:#3c3c3b;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:10.625rem;left:1.875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMOUBrEUF3IllEWA1Tsk4nVDrCze1CWP { color:#3c3c3b;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:10.625rem;left:21.875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s9u8ww2EE92uuk4G4EgKvmc8HO7b9nwp { color:#3c3c3b;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:10.625rem;left:41.875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { background-color: transparent; background-image: none; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container > .video-iframe-container { display: none; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row > .video-iframe-container { display: none; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .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); }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { border-width: 0; border-radius: 0; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#I2pcen28mALmTTE8TgTTM0fDBa1LfgiI { position:absolute;display:block;z-index:100000;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/r3Tzysbw/Good_local_search_grid.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;height:18.75rem;width:25rem;top:5.9375rem;left:0rem;display:block; }#I2pcen28mALmTTE8TgTTM0fDBa1LfgiI.adaptive-delivery-prevent-bg, #I2pcen28mALmTTE8TgTTM0fDBa1LfgiI.lazyload, #I2pcen28mALmTTE8TgTTM0fDBa1LfgiI.lazyloading { background-image: none; }
#KaEkWdZKRUe1DN4UWg03VKfBkqFR5AIQ { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:12.5rem;width:25rem;top:24.6875rem;left:0rem;display:block; }
#vErxb5cqx2NGwVJvnLcoPD0rxGMnNT04 { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:28.1875rem;left:0rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fpsqXhTF9oC0UGPz5IGkiZEibiwdT2Nk { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:30.9375rem;left:0rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mmcE6VgfQEH1HEIMFRz8ThW95rRtVoTf { position:absolute;display:block;z-index:100001;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/HnDyfYpm/Picture_8S.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;height:18.75rem;width:25rem;top:5.9375rem;left:30rem;display:block; }#mmcE6VgfQEH1HEIMFRz8ThW95rRtVoTf.adaptive-delivery-prevent-bg, #mmcE6VgfQEH1HEIMFRz8ThW95rRtVoTf.lazyload, #mmcE6VgfQEH1HEIMFRz8ThW95rRtVoTf.lazyloading { background-image: none; }
#WpXb0aKLzZKTTzQJwAfXzLoba3CmqvsL { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:12.5rem;width:25rem;top:24.6875rem;left:30rem;display:block; }
#cQrDRRsEare1FAbrLNuav6nur4a2TZKv { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:28.1875rem;left:30rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zTyKKkcwM8wyNi61xMC0IZnLgXess3oh { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:30.9375rem;left:30rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container { background-color: transparent; background-image: none; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container > .video-iframe-container { display: none; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row > .video-iframe-container { display: none; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .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); }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container { border-width: 0; border-radius: 0; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#d4Bvb4k0m3MlmN2APOe2DK9uWQAokNkF { color:#3c3c3b;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:3.1015625rem;left:0rem;height:8.097625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y2wXxUyWTXyLdpOhRfTRc2rCdAnDdtcG { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.08) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:6.625rem;left:36.5625rem;display:block; }
#Zhbelh5Fsu6hg65acDMCv2tzKoFHG0ZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xpwT00sTB63pQtDVvByJN3leu923yTVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xpwT00sTB63pQtDVvByJN3leu923yTVw > .row .container { background-color: transparent; background-image: none; }#xpwT00sTB63pQtDVvByJN3leu923yTVw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xpwT00sTB63pQtDVvByJN3leu923yTVw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xpwT00sTB63pQtDVvByJN3leu923yTVw > .row .container > .video-iframe-container { display: none; }#xpwT00sTB63pQtDVvByJN3leu923yTVw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xpwT00sTB63pQtDVvByJN3leu923yTVw > .row > .video-iframe-container { display: none; }#xpwT00sTB63pQtDVvByJN3leu923yTVw > .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); }#xpwT00sTB63pQtDVvByJN3leu923yTVw > .row .container { border-width: 0; border-radius: 0; }#xpwT00sTB63pQtDVvByJN3leu923yTVw > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#PMlb5A8t6dOcJEkXoFOzdGxi8VWXl1Wz { position:absolute;display:block;z-index:100000;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/mFBiNUj0/Poor_local_search_grid.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;height:18.75rem;width:25rem;top:5.9375rem;left:35rem;display:block; }#PMlb5A8t6dOcJEkXoFOzdGxi8VWXl1Wz.adaptive-delivery-prevent-bg, #PMlb5A8t6dOcJEkXoFOzdGxi8VWXl1Wz.lazyload, #PMlb5A8t6dOcJEkXoFOzdGxi8VWXl1Wz.lazyloading { background-image: none; }
#w8PQ7F0zQKA26HF0DJDysTdHS8TGRgtX { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:12.5rem;width:25rem;top:24.6875rem;left:35rem;display:block; }
#SFvufEroc9GAGxWq5xQS2DzeBXE1nhtm { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:28.1875rem;left:35rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MUowNTVXdlAvZZzAA4fopENeya0idHTc { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:30.9375rem;left:35rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pZ9q6Eu0y4ZbZffuH0RUGRaTDRqqLmAb { color:#3c3c3b;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:11.69925rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NTyG3RmLz47OcJlrJmIg0FRWZcyCgKIf { color:#3c3c3b;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:22.4375rem;left:0rem;height:7.796875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AKDWpThIdMRGwv2AIkMxtahWOPIN26QR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#AKDWpThIdMRGwv2AIkMxtahWOPIN26QR > .row .container { background-color: transparent; background-image: none; }#AKDWpThIdMRGwv2AIkMxtahWOPIN26QR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AKDWpThIdMRGwv2AIkMxtahWOPIN26QR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AKDWpThIdMRGwv2AIkMxtahWOPIN26QR > .row .container > .video-iframe-container { display: none; }#AKDWpThIdMRGwv2AIkMxtahWOPIN26QR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AKDWpThIdMRGwv2AIkMxtahWOPIN26QR > .row > .video-iframe-container { display: none; }#AKDWpThIdMRGwv2AIkMxtahWOPIN26QR > .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); }#AKDWpThIdMRGwv2AIkMxtahWOPIN26QR > .row .container { border-width: 0; border-radius: 0; }#AKDWpThIdMRGwv2AIkMxtahWOPIN26QR > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;position:relative;display:block; }#xwQsHe1mpJUlHo4dRGuoKofs3H2JKmIr { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX > .row .container { background-color: transparent; background-image: none; }#dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX > .row .container > .video-iframe-container { display: none; }#dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX > .row > .video-iframe-container { display: none; }#dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX > .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); }#dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX > .row .container { border-width: 0; border-radius: 0; }#dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;position:relative;display:block; }#UueMVPPDd1bnvZIvG79OhTi2owyR9N6F { 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;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.6875rem;width:4.6875rem;top:1.875rem;left:7.65625rem;display:block; }
#IiinmoPBT3XKFzFFGafP7OAohTz4yJSB { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.6875rem;width:4.6875rem;top:1.875rem;left:27.65625rem;display:block; }
#sLzWsoLpurFzpfsfiHkv9RnX8SSoGgVS { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.6875rem;width:4.6875rem;top:1.875rem;left:47.65625rem;display:block; }
#dqCpw06ad2XQHMUDTMdAQgWpef4aUMJd { color:#09ba2b;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:7.6396484375rem;left:0rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbnskqD6mIHeVtOIpgvSgSft5yTKPz0y { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:12.125rem;left:0.5rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X8mUvMpbTn9rdXMalK5qMFuegrQ2UIke { box-sizing:content-box;color:#0e9ae5;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:2.96875rem;left:8.75rem;display:block; }
#SfG7qpWfZBue4nOgCBFtIwOGIJ07Ft08 { box-sizing:content-box;color:#0e9ae5;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.96875rem;left:28.75rem;display:block; }
#MAelE9oNNGIX3PExoM7sTzdh93hdUVfN { box-sizing:content-box;color:#0e9ae5;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:2.96875rem;left:48.75rem;display:block; }
#GVS1BCG8vhBoeACNsWTusRNRWc9s27xr { color:#f46703;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:8.7763671875rem;left:20rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJNT7m28FOLRRKdCbbskEOgZaa9rZ5RH { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:12.125rem;left:21.3125rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tDyGIp5BIaH4u1VhbCRLRFO4qLwrarVn { color:#038ef8;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:8.7763671875rem;left:40rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NqrShfSsJZfTA9UIJLHcGhes64xOTJhQ { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:12.1865234375rem;left:40rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bboauooZHFwK9LM56UIupD1G3d1y4c85 { position:absolute;display:block;z-index:100010;background-color:transparent;background-image:url("https://images.assets-landingi.com/46cYFiAd/dots.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:14.0625rem;top:3.53125rem;left:13.09375rem;display:block; }#bboauooZHFwK9LM56UIupD1G3d1y4c85.adaptive-delivery-prevent-bg, #bboauooZHFwK9LM56UIupD1G3d1y4c85.lazyload, #bboauooZHFwK9LM56UIupD1G3d1y4c85.lazyloading { background-image: none; }
#tHIEa32yJHbvZsasJhTgUhW3zT14Qk9K { position:absolute;display:block;z-index:100011;background-color:transparent;background-image:url("https://images.assets-landingi.com/46cYFiAd/dots.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:14.0625rem;top:3.53125rem;left:33.03125rem;display:block; }#tHIEa32yJHbvZsasJhTgUhW3zT14Qk9K.adaptive-delivery-prevent-bg, #tHIEa32yJHbvZsasJhTgUhW3zT14Qk9K.lazyload, #tHIEa32yJHbvZsasJhTgUhW3zT14Qk9K.lazyloading { background-image: none; }
#Dr8ms3TQT8MAgwat6sfyVeKPliFL4zyT { position:absolute;display:block;z-index:100010;background-color:transparent;background-image:url("https://images.assets-landingi.com/46cYFiAd/dots.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:14.0625rem;top:3.53125rem;left:13.09375rem;display:block; }#Dr8ms3TQT8MAgwat6sfyVeKPliFL4zyT.adaptive-delivery-prevent-bg, #Dr8ms3TQT8MAgwat6sfyVeKPliFL4zyT.lazyload, #Dr8ms3TQT8MAgwat6sfyVeKPliFL4zyT.lazyloading { background-image: none; }
#GblxLvAdo6ARyp3ngEAJVAy52TLgdtAP { position:absolute;display:block;z-index:100010;background-color:transparent;background-image:url("https://images.assets-landingi.com/46cYFiAd/dots.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:14.0625rem;top:3.53125rem;left:13.09375rem;display:block; }#GblxLvAdo6ARyp3ngEAJVAy52TLgdtAP.adaptive-delivery-prevent-bg, #GblxLvAdo6ARyp3ngEAJVAy52TLgdtAP.lazyload, #GblxLvAdo6ARyp3ngEAJVAy52TLgdtAP.lazyloading { background-image: none; }
#huhnoSwJereEtnCUsAifoxIeMdPLkq1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container { background-color: transparent; background-image: none; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container > .video-iframe-container { display: none; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row > .video-iframe-container { display: none; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .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); }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container { border-width: 0; border-radius: 0; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;position:relative;display:block; }#g46efsUCPqihTylitgS8BlTxgMW2mSBK { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal > .row .container { background-color: transparent; background-image: none; }#nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal > .row .container > .video-iframe-container { display: none; }#nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal > .row > .video-iframe-container { display: none; }#nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal > .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); }#nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal > .row .container { border-width: 0; border-radius: 0; }#nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#SPcTnSJveCPbSQfhMQ32qp2Guyov7Amg { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq { position:relative;display:block; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq { background-color: transparent; background-image: none; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row .container > .video-iframe-container { display: none; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row > .video-iframe-container { display: none; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .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); }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq { border-width: 0; border-radius: 0; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n { position:absolute;display:block;z-index:100000;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/6q54QhuC/Picture_4S.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:25.25rem;width:25rem;top:3.34765625rem;left:17.5rem;display:block; }#HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n.adaptive-delivery-prevent-bg, #HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n.lazyload, #HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n.lazyloading { background-image: none; }
#qSUN3EVsmFVff85RsnaSVGyKJXsL2e4B { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.8125rem;width:4.8125rem;top:4.5625rem;left:15.15625rem;display:block; }
#g6hsuMcpTgxTkFPLoQEmeIwdahSEJhvy { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.8125rem;width:4.8125rem;top:18.1875rem;left:15.15625rem;display:block; }
#SHP9q6RINuJD1RbxGi0WU0CoMSPJwFQ5 { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.8125rem;width:4.8125rem;top:8.5rem;left:40.0625rem;display:block; }
#K8vy3NMvF64g5znPkotl8MGJkTToQ3sH { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.8125rem;width:4.8125rem;top:22.125rem;left:40.0625rem;display:block; }
#pXB7oGgihe9NQtNyUDU7G384JvDl0RXK { box-sizing:content-box;color:#0e9ae5;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:5.5625rem;left:16.15625rem;display:block; }
#iFoON5SWpDR0QVSCI5g9Vcnpm3Lw9f40 { box-sizing:content-box;color:#0e9ae5;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:19.1875rem;left:16.15625rem;display:block; }
#fawWNfZR4Ci8TGMtt5i4taz2eXveewpe { box-sizing:content-box;color:#0e9ae5;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:9.5rem;left:41.0625rem;display:block; }
#wFT5V277BX7UyOn0VLzw0dG3RCKTg2rH { box-sizing:content-box;color:#0e9ae5;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:23.125rem;left:41.0625rem;display:block; }
#ypF6QdwoRpOd6Dtp8xSNdXRo54cd4DLg { color:#3c3c3b;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0.78125rem;height:5.84765625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lrrTThub2NTntiiQ1HzqS41U84Ch7RXn { color:#3c3c3b;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:18.65625rem;left:0.78125rem;height:3.8984375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ueVsl5pimwlBNZIX8sPA7fB6MxAteMC4 { color:#3c3c3b;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:9.0625rem;left:46.125rem;height:5.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e6JOt2RN1kUFdvKSwhGcypofC37rrKcH { color:#3c3c3b;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:22.6875rem;left:46.125rem;height:5.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ > .row .container { background-color: transparent; background-image: none; }#uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ > .row .container > .video-iframe-container { display: none; }#uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ > .row > .video-iframe-container { display: none; }#uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ > .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); }#uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ > .row .container { border-width: 0; border-radius: 0; }#uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#wQMVRE4U2iqTMmR3Ww2GL70u7P9F3Tge { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU > .row .container { background-color: transparent; background-image: none; }#JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU > .row .container > .video-iframe-container { display: none; }#JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU > .row > .video-iframe-container { display: none; }#JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU > .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); }#JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU > .row .container { border-width: 0; border-radius: 0; }#JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:60rem;position:relative;display:block; }#pbLsQroDE674E3tWSB9JJ0KRyZXacBKm { position:absolute;display:block;z-index:100000;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:12.3125rem;width:29.375rem;top:6.3125rem;left:0rem;display:block; }
#zFwpAcaitlqXwnRAOXnOwAeR45tmqlhl { position:absolute;display:block;z-index:100001;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:12.3125rem;width:29.375rem;top:6.3125rem;left:30.625rem;display:block; }
#CQpmNyVbCiuDvp2BFmWC820tF1hUOuTB { box-sizing:content-box;color:#f5f5f5;font-size:8.3125rem;font-weight:400;line-height:1;height:11.875rem;width:11.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:0rem;left:30.03125rem;display:block; }
#RiAJPumVa1AoCErvEv50TT6wX1PGWnw4 { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uWvPsGHj/Allen_Tomas_Squarelogo.jpg");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-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:8.8125rem;left:0rem;display:block; }#RiAJPumVa1AoCErvEv50TT6wX1PGWnw4.adaptive-delivery-prevent-bg, #RiAJPumVa1AoCErvEv50TT6wX1PGWnw4.lazyload, #RiAJPumVa1AoCErvEv50TT6wX1PGWnw4.lazyloading { background-image: none; }
#NgtVLT3x8Bg0bLl3aOgy0BDQXQql7ACQ { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/CbPtbMYj/Logo_Square.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-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:8.8125rem;left:53.75rem;display:block; }#NgtVLT3x8Bg0bLl3aOgy0BDQXQql7ACQ.adaptive-delivery-prevent-bg, #NgtVLT3x8Bg0bLl3aOgy0BDQXQql7ACQ.lazyload, #NgtVLT3x8Bg0bLl3aOgy0BDQXQql7ACQ.lazyloading { background-image: none; }
#OACEVZXvegI4DQzNsisEKEbHDi9L5yZ0 { color:#3c3c3b;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:9.125rem;left:8.375rem;height:2.923825rem;font-style:normal;display:block; }
#WkAAHH3SLnXHbRZUAt4eR1CSEfMwsCUN { color:#3c3c3b;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:11.875rem;left:8.375rem;height:6.296875rem;font-style:italic;display:block; }
#BQSUhnmXXXN1v4g2z3s1gJITnxA5bzAd { color:#3c3c3b;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:9.125rem;left:37.5rem;height:2.923825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GX474uCyhoVQVTItC0UoWD4Mx42U4EVD { color:#3c3c3b;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:11.9375rem;left:33rem;height:6.296875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#XTTuvkwOP5nV9HVW1hMQZl56H2D7mXTW { box-sizing:content-box;color:#f5f5f5;font-size:8.3125rem;font-weight:400;line-height:1;height:11.875rem;width:11.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:12.625rem;left:18.21875rem;display:block; }
#NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w > .row .container { background-color: transparent; background-image: none; }#NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w > .row .container > .video-iframe-container { display: none; }#NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w > .row > .video-iframe-container { display: none; }#NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w > .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); }#NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w > .row .container { border-width: 0; border-radius: 0; }#NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#xZXqbrpLHL5G3hplFw98TusKCboDDqFA { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xh988Fk7SeeFkmJL3LtbexTGToidO1UB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Xh988Fk7SeeFkmJL3LtbexTGToidO1UB > .row .container { background-color: transparent; background-image: none; }#Xh988Fk7SeeFkmJL3LtbexTGToidO1UB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xh988Fk7SeeFkmJL3LtbexTGToidO1UB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xh988Fk7SeeFkmJL3LtbexTGToidO1UB > .row .container > .video-iframe-container { display: none; }#Xh988Fk7SeeFkmJL3LtbexTGToidO1UB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xh988Fk7SeeFkmJL3LtbexTGToidO1UB > .row > .video-iframe-container { display: none; }#Xh988Fk7SeeFkmJL3LtbexTGToidO1UB > .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); }#Xh988Fk7SeeFkmJL3LtbexTGToidO1UB > .row .container { border-width: 0; border-radius: 0; }#Xh988Fk7SeeFkmJL3LtbexTGToidO1UB > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;position:relative;display:block; }#sfTMl7ZnsOazT3EIKDE1E3klrxcydGy0 { position:absolute;display:block;z-index:100000;background-color:#f0f0f0;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:18.75rem;width:27.5rem;top:6rem;left:0rem;display:block; }
#mIgsqWQkSwAPI5K5sRqfm502X7cZK3UH { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/PEKxVkgR/Logo.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-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:3.0625rem;left:10.625rem;display:block; }#mIgsqWQkSwAPI5K5sRqfm502X7cZK3UH.adaptive-delivery-prevent-bg, #mIgsqWQkSwAPI5K5sRqfm502X7cZK3UH.lazyload, #mIgsqWQkSwAPI5K5sRqfm502X7cZK3UH.lazyloading { background-image: none; }
#sbIlhQSEyCkAbuRaiMOvcJT8KugMsGSx { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nzkiNI2H/Pink_Yellow_Social_Mark.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-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:3.0625rem;left:43.125rem;display:block; }#sbIlhQSEyCkAbuRaiMOvcJT8KugMsGSx.adaptive-delivery-prevent-bg, #sbIlhQSEyCkAbuRaiMOvcJT8KugMsGSx.lazyload, #sbIlhQSEyCkAbuRaiMOvcJT8KugMsGSx.lazyloading { background-image: none; }
#B0Q8QPRpeANEKmylSK8CxCEOhlbHhQRg { position:absolute;display:block;z-index:100002;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:18.75rem;width:27.5rem;top:6rem;left:32.5rem;display:block; }
#yteTh7AooIf5U6DJ3H0Qbws86f6ktJUE { color:#3c3c3b;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:11.5625rem;left:6.21875rem;height:6.296875rem;font-style:italic;display:block; }
#TtTSIhUFgFNBx0UD52wDEKVrxPwZsKDU { color:#3c3c3b;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:19.0625rem;left:6.21875rem;height:2.923825rem;font-style:normal;display:block; }
#Ikwc9lF51vI1xQ7yfw1Bp8yrTz8We5eS { box-sizing:content-box;color:#ffffff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:12.5625rem;left:0rem;display:block; }
#nhRiQ5ABOu25acSKwkhpuqoPb44LVlfv { color:#3c3c3b;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:11.5625rem;left:35.125rem;height:4.72265625rem;font-style:italic;display:block; }
#nTqHQKCwkZxQThbSiUWMLfkRloZZW04E { color:#3c3c3b;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:19.0625rem;left:35.125rem;height:2.923825rem;font-style:normal;display:block; }
#LoLZTlNJEFrbKn3PsveM5z9RrgO3DS8N { box-sizing:content-box;color:#f0f0f0;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:12.5625rem;left:54.375rem;display:block; }
#S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q > .row .container { background-color: transparent; background-image: none; }#S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q > .row .container > .video-iframe-container { display: none; }#S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q > .row > .video-iframe-container { display: none; }#S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q > .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); }#S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q > .row .container { border-width: 0; border-radius: 0; }#S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#BPKT5rqPnh2T9ZS2HbGee3EQW4SUHqTR { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG > .row .container { background-color: transparent; background-image: none; }#CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG > .row .container > .video-iframe-container { display: none; }#CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG > .row > .video-iframe-container { display: none; }#CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG > .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); }#CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG > .row .container { border-width: 0; border-radius: 0; }#CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#CGV1W7TDfIwJer2NOvPpyBURm9FDMADW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:45rem;top:3.6875rem;left:7.5rem;display:block; }
#poKzzfkSpGfqtVxxelNbbbANGd25qanO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(41,50,60,0.8);background-image:none;position:relative;display:block; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { background-color: transparent; background-image: none; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container > .video-iframe-container { display: none; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row > .video-iframe-container { display: none; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .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); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { border-width: 0; border-radius: 0; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:block; }#v8zUGMV7Vna9dK1Bq17mLfMc4FLdHqCk { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EFm801PHdzmuFIwRQ7ZUeODO8zvkUDI0 { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.08) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:11.3125rem;left:21.5625rem;display:block; }
#A7DqfIbWPonTh2WwSZFNLUV0UHaJS1Z8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 { display:block; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1qDIofn8tD5o8SS2qdV7ag5Sc1pCxw7 { width:47.75rem;height:3.875rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZEUzSvQvk8kEA01ei1XD2RS7lLlTmDk { width:21.25rem;height:8.5rem;top:23.3125rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTqS5AV4Ce964EX4LqWicuU6kZ4AkEk4 { width:23.75rem;height:25rem;top:15.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-regular-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-text { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-textarea { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-select { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-button { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-checkbox-label { width:20.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m  { width:21.25rem;height:auto;top:22rem;left:24rem; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .radio-container { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m {display:block;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m { width:21.25rem;height:auto;top:22rem;left:24rem; }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #BkeTOF4PQdhtftSkC58t0I0GVBg456aB {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #LQLlc5O1rlLX8NBktM0wzO2TtFt49U3B {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #XAuL5nW5p5NMFxifWdQXkG92MQPdvgVg {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #Qbz2PhlL4R0iWyxKTFmXZyRePkWoSyeT {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #pEU2wD47tVrtH8slIuU5KZGo0uQTPwEO {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #tKaXZFKqF5ZviiOOM886XovQqX3EROaB {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #w5bLERtxGA0eKPaakIcxvIRxKLy0iWKT {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #Dku43PfekOEf3KHnaLvxAxq3orq7tQsf {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #QgD5CxchU8SVyW5eqwvmL4CzWMDPaOJL {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #bISsCHPVsbF2fBawv6O3NOr7EhDbCW7k {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #C3ixQLfIXb7fN2hCWLHT8kVVXg4Cxo47 {  }
 }@media only screen and (max-width: 763px) { #tFOMbuHZUH7PBdoJ2T14EpEV2saASfeN { width:21.25rem;height:5.25rem;top:16.8125rem;left:25.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 { display:block; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVKThiDTCkJlJwOX4sn4HGro0QTTUFcr { width:47.75rem;height:2.875rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu { display:block; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIysWPadI3FCkA9FixCP7XI0bRkwA0Cx { width:7.8125rem;height:7.8125rem;top:0rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEzM47Ol8UFuedANGACVxUEaPSE4TW7h { width:7.8125rem;height:7.8125rem;top:0rem;left:19.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTxsX1U5emRVTfdoKypQUVWsZWhqoT2 { width:7.8125rem;height:7.8125rem;top:0rem;left:35.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCq6rXZRZRo7H9Wl6R0xX81cocTF0ATU { width:4.375rem;height:4.375rem;top:1.6875rem;left:5.75rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB6uE8wfFa3FDz0Q7TdE6G7uKmSw1wcB { width:4.375rem;height:4.375rem;top:1.6875rem;left:21.625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn7GCyvUXnAovczRV6PgumWRadN7Bpq5 { width:4.375rem;height:4.375rem;top:1.6875rem;left:37.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFzA36Rqvyyt4yps4lgKCC0eu8z4UzSN { width:14.375rem;height:3.5rem;top:10.625rem;left:0.7705078125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMOUBrEUF3IllEWA1Tsk4nVDrCze1CWP { width:14.375rem;height:3.5rem;top:10.625rem;left:16.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9u8ww2EE92uuk4G4EgKvmc8HO7b9nwp { width:14.375rem;height:3.5rem;top:10.625rem;left:32.603515625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m303SyvtOoyJSsbFlhWCsoplAWQcSlgs { display:block; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { width:47.75rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2pcen28mALmTTE8TgTTM0fDBa1LfgiI { width:22.5rem;height:16.25rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaEkWdZKRUe1DN4UWg03VKfBkqFR5AIQ { width:22.5rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vErxb5cqx2NGwVJvnLcoPD0rxGMnNT04 { width:22.5rem;height:2.25rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpsqXhTF9oC0UGPz5IGkiZEibiwdT2Nk { width:21.875rem;height:1.9375rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmcE6VgfQEH1HEIMFRz8ThW95rRtVoTf { width:22.5rem;height:16.25rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXb0aKLzZKTTzQJwAfXzLoba3CmqvsL { width:22.5rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQrDRRsEare1FAbrLNuav6nur4a2TZKv { width:22.5rem;height:2.25rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTyKKkcwM8wyNi61xMC0IZnLgXess3oh { width:21.875rem;height:1.9375rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ2PUrbEzm8u7180oBEqu6llLSwtwezt { display:block; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4Bvb4k0m3MlmN2APOe2DK9uWQAokNkF { width:30rem;height:10.75rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wXxUyWTXyLdpOhRfTRc2rCdAnDdtcG { width:16.875rem;height:3.75rem;top:6.625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhbelh5Fsu6hg65acDMCv2tzKoFHG0ZU { display:block; }
 }@media only screen and (max-width: 763px) { #xpwT00sTB63pQtDVvByJN3leu923yTVw { display:block; }#xpwT00sTB63pQtDVvByJN3leu923yTVw > .row .container { width:47.75rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMlb5A8t6dOcJEkXoFOzdGxi8VWXl1Wz { width:22.5rem;height:16.25rem;top:5.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8PQ7F0zQKA26HF0DJDysTdHS8TGRgtX { width:22.5rem;height:10rem;top:22.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFvufEroc9GAGxWq5xQS2DzeBXE1nhtm { width:22.5rem;height:2.25rem;top:25.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUowNTVXdlAvZZzAA4fopENeya0idHTc { width:22.5rem;height:1.9375rem;top:27.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ9q6Eu0y4ZbZffuH0RUGRaTDRqqLmAb { width:22.5rem;height:2.875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTyG3RmLz47OcJlrJmIg0FRWZcyCgKIf { width:22.5rem;height:5.8125rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKDWpThIdMRGwv2AIkMxtahWOPIN26QR { display:block; }#AKDWpThIdMRGwv2AIkMxtahWOPIN26QR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwQsHe1mpJUlHo4dRGuoKofs3H2JKmIr { width:47.75rem;height:2.875rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX { display:block; }#dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UueMVPPDd1bnvZIvG79OhTi2owyR9N6F { width:4.6875rem;height:4.6875rem;top:1.875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiinmoPBT3XKFzFFGafP7OAohTz4yJSB { width:4.6875rem;height:4.6875rem;top:1.875rem;left:21.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLzWsoLpurFzpfsfiHkv9RnX8SSoGgVS { width:4.6875rem;height:4.6875rem;top:1.875rem;left:37.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqCpw06ad2XQHMUDTMdAQgWpef4aUMJd { width:15.625rem;height:2.25rem;top:9.25rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbnskqD6mIHeVtOIpgvSgSft5yTKPz0y { width:19.0625rem;height:7.75rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8mUvMpbTn9rdXMalK5qMFuegrQ2UIke { width:2.5rem;height:2.5rem;top:2.9375rem;left:6.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfG7qpWfZBue4nOgCBFtIwOGIJ07Ft08 { width:2.5rem;height:2.5rem;top:2.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAelE9oNNGIX3PExoM7sTzdh93hdUVfN { width:2.5rem;height:2.5rem;top:2.9375rem;left:38.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVS1BCG8vhBoeACNsWTusRNRWc9s27xr { width:15.625rem;height:2.25rem;top:9.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJNT7m28FOLRRKdCbbskEOgZaa9rZ5RH { width:12.5rem;height:1.9375rem;top:12.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDyGIp5BIaH4u1VhbCRLRFO4qLwrarVn { width:15.625rem;height:2.25rem;top:9.3125rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqrShfSsJZfTA9UIJLHcGhes64xOTJhQ { width:12.5rem;height:1.9375rem;top:12.125rem;left:33.541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bboauooZHFwK9LM56UIupD1G3d1y4c85 { width:9.5625rem;height:1.375rem;top:3.53125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHIEa32yJHbvZsasJhTgUhW3zT14Qk9K { width:9.5625rem;height:1.375rem;top:3.53125rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr8ms3TQT8MAgwat6sfyVeKPliFL4zyT { width:9.5625rem;height:1.375rem;top:3.53125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GblxLvAdo6ARyp3ngEAJVAy52TLgdtAP { width:9.5625rem;height:1.375rem;top:3.53125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huhnoSwJereEtnCUsAifoxIeMdPLkq1N { display:block; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g46efsUCPqihTylitgS8BlTxgMW2mSBK { width:47.75rem;height:2.875rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal { display:block; }#nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPcTnSJveCPbSQfhMQ32qp2Guyov7Amg { width:47.75rem;height:3.875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiexNroRRgKiTczrP9OLzxuGbpHlBHiq { display:block; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row .container { width:47.75rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n { width:22.5rem;height:28.75rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSUN3EVsmFVff85RsnaSVGyKJXsL2e4B { width:4.8125rem;height:4.8125rem;top:4.5625rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6hsuMcpTgxTkFPLoQEmeIwdahSEJhvy { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHP9q6RINuJD1RbxGi0WU0CoMSPJwFQ5 { width:4.8125rem;height:4.8125rem;top:8.5rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8vy3NMvF64g5znPkotl8MGJkTToQ3sH { width:4.8125rem;height:4.8125rem;top:22.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXB7oGgihe9NQtNyUDU7G384JvDl0RXK { width:2.8125rem;height:2.8125rem;top:5.5625rem;left:11.28125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFoON5SWpDR0QVSCI5g9Vcnpm3Lw9f40 { width:2.8125rem;height:2.8125rem;top:19.1875rem;left:11.28125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fawWNfZR4Ci8TGMtt5i4taz2eXveewpe { width:2.8125rem;height:2.8125rem;top:9.5rem;left:33.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFT5V277BX7UyOn0VLzw0dG3RCKTg2rH { width:2.8125rem;height:2.8125rem;top:23.125rem;left:33.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypF6QdwoRpOd6Dtp8xSNdXRo54cd4DLg { width:9.375rem;height:3.25rem;top:10rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrrTThub2NTntiiQ1HzqS41U84Ch7RXn { width:9.375rem;height:3.25rem;top:23.625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueVsl5pimwlBNZIX8sPA7fB6MxAteMC4 { width:9.375rem;height:3.25rem;top:13.4375rem;left:35.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6JOt2RN1kUFdvKSwhGcypofC37rrKcH { width:9.375rem;height:3.25rem;top:27.0625rem;left:35.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ { display:block; }#uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQMVRE4U2iqTMmR3Ww2GL70u7P9F3Tge { width:47.75rem;height:2.875rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU { display:block; }#JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbLsQroDE674E3tWSB9JJ0KRyZXacBKm { width:23.125rem;height:11.25rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFwpAcaitlqXwnRAOXnOwAeR45tmqlhl { width:23.125rem;height:11.25rem;top:6.3125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQpmNyVbCiuDvp2BFmWC820tF1hUOuTB { width:9.375rem;height:9.375rem;top:0rem;left:23.875rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiAJPumVa1AoCErvEv50TT6wX1PGWnw4 { width:6.25rem;height:6.25rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgtVLT3x8Bg0bLl3aOgy0BDQXQql7ACQ { width:6.25rem;height:6.25rem;top:8.8125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OACEVZXvegI4DQzNsisEKEbHDi9L5yZ0 { width:12.5rem;height:1.4375rem;top:9.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkAAHH3SLnXHbRZUAt4eR1CSEfMwsCUN { width:15rem;height:3.125rem;top:11.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQSUhnmXXXN1v4g2z3s1gJITnxA5bzAd { width:12.5rem;height:1.4375rem;top:9.125rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX474uCyhoVQVTItC0UoWD4Mx42U4EVD { width:15rem;height:3.125rem;top:11.875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTuvkwOP5nV9HVW1hMQZl56H2D7mXTW { width:9.375rem;height:9.375rem;top:15.0625rem;left:14.5625rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w { display:block; }#NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZXqbrpLHL5G3hplFw98TusKCboDDqFA { width:47.75rem;height:2.875rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh988Fk7SeeFkmJL3LtbexTGToidO1UB { display:block; }#Xh988Fk7SeeFkmJL3LtbexTGToidO1UB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfTMl7ZnsOazT3EIKDE1E3klrxcydGy0 { width:23.125rem;height:18.75rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIgsqWQkSwAPI5K5sRqfm502X7cZK3UH { width:6.25rem;height:6.25rem;top:3.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbIlhQSEyCkAbuRaiMOvcJT8KugMsGSx { width:6.25rem;height:6.25rem;top:3.0625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Q8QPRpeANEKmylSK8CxCEOhlbHhQRg { width:23.125rem;height:18.75rem;top:6rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yteTh7AooIf5U6DJ3H0Qbws86f6ktJUE { width:18.8125rem;height:6.25rem;top:11.5625rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTSIhUFgFNBx0UD52wDEKVrxPwZsKDU { width:17.125rem;height:2.9375rem;top:19.0625rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikwc9lF51vI1xQ7yfw1Bp8yrTz8We5eS { width:5.625rem;height:5.625rem;top:12.5625rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhRiQ5ABOu25acSKwkhpuqoPb44LVlfv { width:18.8125rem;height:6.25rem;top:11.5625rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTqHQKCwkZxQThbSiUWMLfkRloZZW04E { width:15.5625rem;height:2.9375rem;top:19.0625rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoLZTlNJEFrbKn3PsveM5z9RrgO3DS8N { width:5.625rem;height:5.625rem;top:12.5625rem;left:42.125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q { display:block; }#S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPKT5rqPnh2T9ZS2HbGee3EQW4SUHqTR { width:47.75rem;height:2.875rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG { display:block; }#CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGV1W7TDfIwJer2NOvPpyBURm9FDMADW { width:45rem;height:25.3125rem;top:3.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poKzzfkSpGfqtVxxelNbbbANGd25qanO { display:block; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { width:47.75rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zUGMV7Vna9dK1Bq17mLfMc4FLdHqCk { width:47.75rem;height:3.875rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFm801PHdzmuFIwRQ7ZUeODO8zvkUDI0 { width:16.875rem;height:3.75rem;top:14.125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7DqfIbWPonTh2WwSZFNLUV0UHaJS1Z8 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 { display:block; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1qDIofn8tD5o8SS2qdV7ag5Sc1pCxw7 { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZEUzSvQvk8kEA01ei1XD2RS7lLlTmDk { width:18.75rem;height:5.36133125rem;top:3.79980625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTqS5AV4Ce964EX4LqWicuU6kZ4AkEk4 { width:20rem;height:20.9375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]:-moz-placeholder { font-size:0.75rem;line-height:1.4; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]::-moz-placeholder { font-size:0.75rem;line-height:1.4; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]:-ms-input-placeholder { font-size:0.75rem;line-height:1.4; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem;line-height:1.4; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m  { width:17.5rem;height:auto;top:11.1875rem;left:0rem; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m {display:block;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m { width:17.5rem;height:auto;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #BkeTOF4PQdhtftSkC58t0I0GVBg456aB {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #LQLlc5O1rlLX8NBktM0wzO2TtFt49U3B {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #XAuL5nW5p5NMFxifWdQXkG92MQPdvgVg {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #Qbz2PhlL4R0iWyxKTFmXZyRePkWoSyeT {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #pEU2wD47tVrtH8slIuU5KZGo0uQTPwEO {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #tKaXZFKqF5ZviiOOM886XovQqX3EROaB {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #w5bLERtxGA0eKPaakIcxvIRxKLy0iWKT {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #Dku43PfekOEf3KHnaLvxAxq3orq7tQsf {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #QgD5CxchU8SVyW5eqwvmL4CzWMDPaOJL {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #bISsCHPVsbF2fBawv6O3NOr7EhDbCW7k {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #C3ixQLfIXb7fN2hCWLHT8kVVXg4Cxo47 {  }
 }@media only screen and (max-width: 763px) { #tFOMbuHZUH7PBdoJ2T14EpEV2saASfeN { width:20rem;height:3.25rem;top:9.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 { display:block; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVKThiDTCkJlJwOX4sn4HGro0QTTUFcr { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu { display:block; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIysWPadI3FCkA9FixCP7XI0bRkwA0Cx { width:7.8125rem;height:7.8125rem;top:1.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEzM47Ol8UFuedANGACVxUEaPSE4TW7h { width:7.8125rem;height:7.8125rem;top:15.13671875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTxsX1U5emRVTfdoKypQUVWsZWhqoT2 { width:7.8125rem;height:7.8125rem;top:29.0234375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCq6rXZRZRo7H9Wl6R0xX81cocTF0ATU { width:4.375rem;height:4.375rem;top:2.96875rem;left:7.78125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB6uE8wfFa3FDz0Q7TdE6G7uKmSw1wcB { width:4.375rem;height:4.375rem;top:16.85546875rem;left:7.78125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn7GCyvUXnAovczRV6PgumWRadN7Bpq5 { width:4.375rem;height:4.375rem;top:30.7421875rem;left:7.78125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFzA36Rqvyyt4yps4lgKCC0eu8z4UzSN { width:16.25rem;height:3.57421875rem;top:10.3125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMOUBrEUF3IllEWA1Tsk4nVDrCze1CWP { width:16.25rem;height:3.57421875rem;top:24.19921875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9u8ww2EE92uuk4G4EgKvmc8HO7b9nwp { width:16.25rem;height:3.57421875rem;top:38.0859375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m303SyvtOoyJSsbFlhWCsoplAWQcSlgs { display:block; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2pcen28mALmTTE8TgTTM0fDBa1LfgiI { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaEkWdZKRUe1DN4UWg03VKfBkqFR5AIQ { width:20rem;height:12.5rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vErxb5cqx2NGwVJvnLcoPD0rxGMnNT04 { width:20rem;height:2.2744125rem;top:24.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpsqXhTF9oC0UGPz5IGkiZEibiwdT2Nk { width:20rem;height:3.8984375rem;top:27.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmcE6VgfQEH1HEIMFRz8ThW95rRtVoTf { width:20rem;height:18.75rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXb0aKLzZKTTzQJwAfXzLoba3CmqvsL { width:20rem;height:12.5rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQrDRRsEare1FAbrLNuav6nur4a2TZKv { width:20rem;height:2.2744125rem;top:58.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTyKKkcwM8wyNi61xMC0IZnLgXess3oh { width:20rem;height:5.84765625rem;top:61.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ2PUrbEzm8u7180oBEqu6llLSwtwezt { display:block; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4Bvb4k0m3MlmN2APOe2DK9uWQAokNkF { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wXxUyWTXyLdpOhRfTRc2rCdAnDdtcG { width:16.875rem;height:3.75rem;top:5.0996125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhbelh5Fsu6hg65acDMCv2tzKoFHG0ZU { display:block; }
 }@media only screen and (max-width: 763px) { #xpwT00sTB63pQtDVvByJN3leu923yTVw { display:block; }#xpwT00sTB63pQtDVvByJN3leu923yTVw > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMlb5A8t6dOcJEkXoFOzdGxi8VWXl1Wz { width:20rem;height:18.75rem;top:36.3545rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8PQ7F0zQKA26HF0DJDysTdHS8TGRgtX { width:20rem;height:15.3125rem;top:56.3545rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFvufEroc9GAGxWq5xQS2DzeBXE1nhtm { width:20rem;height:2.2744125rem;top:59.8545rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUowNTVXdlAvZZzAA4fopENeya0idHTc { width:20rem;height:7.796875rem;top:62.6045rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ9q6Eu0y4ZbZffuH0RUGRaTDRqqLmAb { width:20rem;height:15.597625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTyG3RmLz47OcJlrJmIg0FRWZcyCgKIf { width:20rem;height:11.6953125rem;top:18.0966875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKDWpThIdMRGwv2AIkMxtahWOPIN26QR { display:block; }#AKDWpThIdMRGwv2AIkMxtahWOPIN26QR > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwQsHe1mpJUlHo4dRGuoKofs3H2JKmIr { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX { display:block; }#dVD7rGh2Z9nqha0CCnHuMUT5EeBBeNeX > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UueMVPPDd1bnvZIvG79OhTi2owyR9N6F { width:4.6875rem;height:4.6875rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiinmoPBT3XKFzFFGafP7OAohTz4yJSB { width:4.6875rem;height:4.6875rem;top:23.3720703125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLzWsoLpurFzpfsfiHkv9RnX8SSoGgVS { width:4.6875rem;height:4.6875rem;top:48.8603515625rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqCpw06ad2XQHMUDTMdAQgWpef4aUMJd { width:20rem;height:4.548825rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbnskqD6mIHeVtOIpgvSgSft5yTKPz0y { width:12.5rem;height:5.19921875rem;top:10.484375rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8mUvMpbTn9rdXMalK5qMFuegrQ2UIke { width:2.5rem;height:2.5rem;top:2.34375rem;left:8.71875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfG7qpWfZBue4nOgCBFtIwOGIJ07Ft08 { width:2.5rem;height:2.5rem;top:24.4658203125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAelE9oNNGIX3PExoM7sTzdh93hdUVfN { width:2.5rem;height:2.5rem;top:49.9541015625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVS1BCG8vhBoeACNsWTusRNRWc9s27xr { width:20rem;height:2.2744125rem;top:28.8720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJNT7m28FOLRRKdCbbskEOgZaa9rZ5RH { width:12.5rem;height:9.746125rem;top:31.9580078125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDyGIp5BIaH4u1VhbCRLRFO4qLwrarVn { width:20rem;height:2.2744125rem;top:54.1416015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqrShfSsJZfTA9UIJLHcGhes64xOTJhQ { width:12.5rem;height:13.6445rem;top:56.4775390625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bboauooZHFwK9LM56UIupD1G3d1y4c85 { width:14.0625rem;height:1.375rem;top:10.9375rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHIEa32yJHbvZsasJhTgUhW3zT14Qk9K { width:14.0625rem;height:1.375rem;top:31.875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dr8ms3TQT8MAgwat6sfyVeKPliFL4zyT { width:1.25rem;height:6.25rem;top:42.6103515625rem;left:9.375rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #GblxLvAdo6ARyp3ngEAJVAy52TLgdtAP { width:1.375rem;height:6.25rem;top:16.875rem;left:9.3125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #huhnoSwJereEtnCUsAifoxIeMdPLkq1N { display:block; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g46efsUCPqihTylitgS8BlTxgMW2mSBK { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal { display:block; }#nu3oNgc3XnDJJecWTHW0ofWh2dgqaJal > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPcTnSJveCPbSQfhMQ32qp2Guyov7Amg { width:20rem;height:3.89941875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiexNroRRgKiTczrP9OLzxuGbpHlBHiq { display:block; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n { width:20rem;height:31.25rem;top:31.75rem;left:0rem;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/c8fecevU/picture.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n.adaptive-delivery-prevent-bg, #HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n.lazyload, #HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qSUN3EVsmFVff85RsnaSVGyKJXsL2e4B { width:4.8125rem;height:4.8125rem;top:6.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6hsuMcpTgxTkFPLoQEmeIwdahSEJhvy { width:4.8125rem;height:4.8125rem;top:26.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHP9q6RINuJD1RbxGi0WU0CoMSPJwFQ5 { width:4.8125rem;height:4.8125rem;top:16.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8vy3NMvF64g5znPkotl8MGJkTToQ3sH { width:4.8125rem;height:4.8125rem;top:37.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXB7oGgihe9NQtNyUDU7G384JvDl0RXK { width:2.8125rem;height:2.8125rem;top:7.125rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFoON5SWpDR0QVSCI5g9Vcnpm3Lw9f40 { width:2.8125rem;height:2.8125rem;top:27.125rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fawWNfZR4Ci8TGMtt5i4taz2eXveewpe { width:2.8125rem;height:2.8125rem;top:17.6875rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFT5V277BX7UyOn0VLzw0dG3RCKTg2rH { width:2.8125rem;height:2.8125rem;top:38.5rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypF6QdwoRpOd6Dtp8xSNdXRo54cd4DLg { width:12.5rem;height:4.875rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrrTThub2NTntiiQ1HzqS41U84Ch7RXn { width:12.5rem;height:3.25rem;top:22.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueVsl5pimwlBNZIX8sPA7fB6MxAteMC4 { width:12.5rem;height:4.875rem;top:11.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6JOt2RN1kUFdvKSwhGcypofC37rrKcH { width:12.5rem;height:4.875rem;top:32rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ { display:block; }#uSFVBaDJsZ6uIp8k8OuGWhTAO9K22dBJ > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQMVRE4U2iqTMmR3Ww2GL70u7P9F3Tge { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU { display:block; }#JUfAKv28QfSguO6Rd4cvxhfaJGsEAnxU > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbLsQroDE674E3tWSB9JJ0KRyZXacBKm { width:20rem;height:13.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFwpAcaitlqXwnRAOXnOwAeR45tmqlhl { width:20rem;height:13.5625rem;top:16.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQpmNyVbCiuDvp2BFmWC820tF1hUOuTB { width:9.375rem;height:9.375rem;top:18.1875rem;left:5.3125rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiAJPumVa1AoCErvEv50TT6wX1PGWnw4 { width:5.1875rem;height:5.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgtVLT3x8Bg0bLl3aOgy0BDQXQql7ACQ { width:6.25rem;height:6.25rem;top:16.09375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OACEVZXvegI4DQzNsisEKEbHDi9L5yZ0 { width:13.5625rem;height:4.3857375rem;top:4.0625rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkAAHH3SLnXHbRZUAt4eR1CSEfMwsCUN { width:18.8125rem;height:6.296875rem;top:8.390625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQSUhnmXXXN1v4g2z3s1gJITnxA5bzAd { width:12.5rem;height:2.923825rem;top:16.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX474uCyhoVQVTItC0UoWD4Mx42U4EVD { width:18.8125rem;height:6.296875rem;top:22.875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTuvkwOP5nV9HVW1hMQZl56H2D7mXTW { width:9.375rem;height:9.375rem;top:7.5625rem;left:10.625rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w { display:block; }#NLyaC2EUIKQsiMGS6t2pF0Nygy8thG6w > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZXqbrpLHL5G3hplFw98TusKCboDDqFA { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh988Fk7SeeFkmJL3LtbexTGToidO1UB { display:block; }#Xh988Fk7SeeFkmJL3LtbexTGToidO1UB > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfTMl7ZnsOazT3EIKDE1E3klrxcydGy0 { width:20rem;height:13.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIgsqWQkSwAPI5K5sRqfm502X7cZK3UH { width:6.25rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbIlhQSEyCkAbuRaiMOvcJT8KugMsGSx { width:6.25rem;height:6.25rem;top:14.7734375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Q8QPRpeANEKmylSK8CxCEOhlbHhQRg { width:20rem;height:12.375rem;top:14.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yteTh7AooIf5U6DJ3H0Qbws86f6ktJUE { width:18.8125rem;height:5.59765625rem;top:6.8125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTSIhUFgFNBx0UD52wDEKVrxPwZsKDU { width:12.5rem;height:3.8994125rem;top:1.17578125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikwc9lF51vI1xQ7yfw1Bp8yrTz8We5eS { width:5.625rem;height:5.625rem;top:7.8125rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhRiQ5ABOu25acSKwkhpuqoPb44LVlfv { width:18.8125rem;height:4.19824375rem;top:21.82421875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTqHQKCwkZxQThbSiUWMLfkRloZZW04E { width:12.5rem;height:2.5996125rem;top:16.2734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoLZTlNJEFrbKn3PsveM5z9RrgO3DS8N { width:5.625rem;height:5.625rem;top:21.5859375rem;left:12.5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q { display:block; }#S96ybCIKkgh9TFww9LRi8L6ha5ahAv1Q > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPKT5rqPnh2T9ZS2HbGee3EQW4SUHqTR { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG { display:block; }#CVa1Nt0Epoi5SNQx5lTz2sQN9HNmKihG > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGV1W7TDfIwJer2NOvPpyBURm9FDMADW { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #poKzzfkSpGfqtVxxelNbbbANGd25qanO { display:block; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zUGMV7Vna9dK1Bq17mLfMc4FLdHqCk { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFm801PHdzmuFIwRQ7ZUeODO8zvkUDI0 { width:16.875rem;height:3.75rem;top:3.79980625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7DqfIbWPonTh2WwSZFNLUV0UHaJS1Z8 { display:block; }
 }