.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/44df1000-0cb0-47d0-9abc-6b0e9c17a0a7/freshlemonwithgreenleaveswhitebackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container {  }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:9.8125rem;top:2.1875rem;left:22.3125rem;overflow:hidden;display:block; }
#CpLi9ok8TqOJVSaSa1fRRT8im7TgU4n5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#6c1023;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:1.875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:2.96875rem;left:0rem;display:block; }
#MqeQnhPoznSkwlau5iTmFfoa6tPlbwi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bKy0ryrs8TDcnrziA0BouaTZm3bgBtxV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#6c1023;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:1.875rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:2.96875rem;left:10.96875rem;display:block; }
#F4Bc6uKJfqSFodX1rsUW4O7UJCfQDcxt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bIT7vlp8qMbrl7fW5hxELGcMkibMrD8o { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#6c1023;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:2.96875rem;left:42.78125rem;display:block; }
#QqdfFgyqyocnEkvFwVdMAEwQ6lTU7GkN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gk7oKPNCTde6q3fNuZqRoMz58JRmPcP9 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e85400, #cc2f00);background-image: -moz-linear-gradient(90deg, #e85400, #cc2f00);background-image: -ms-linear-gradient(90deg, #e85400, #cc2f00);background-image: -o-linear-gradient(90deg, #e85400, #cc2f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );";background-image: linear-gradient(90deg, #e85400, #cc2f00);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-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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:2.53125rem;left:52.5rem;display:block; }
#c3IEyl259IVsoRzXS2ixR0fE00zGRnEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { color:#cc2f00;display:block;width:30.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:12rem;left:0rem;height:1.4624rem;display:block; }
#rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { color:#6c1023;display:block;width:32.0625rem;position:absolute;font-family:lato;font-size:4.8125rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:14.1748046875rem;left:0rem;height:9.625rem;font-style:normal;display:block; }
#XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { color:#cc2f00;display:block;width:31.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:25.3125rem;left:0rem;height:6.1875rem;display:block; }
#FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f8d907, #f8d907);background-image: -moz-linear-gradient(90deg, #f8d907, #f8d907);background-image: -ms-linear-gradient(90deg, #f8d907, #f8d907);background-image: -o-linear-gradient(90deg, #f8d907, #f8d907);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d907', endColorstr='#f8d907' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d907', endColorstr='#f8d907' );";background-image: linear-gradient(90deg, #f8d907, #f8d907);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-sizing:border-box;color:#6c1023;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:33.28125rem;left:14.40625rem;display:block; }
#oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e2t2TqWSGPZRoTM9surFepwi4COVUBRR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e85400, #cc2f00);background-image: -moz-linear-gradient(90deg, #e85400, #cc2f00);background-image: -ms-linear-gradient(90deg, #e85400, #cc2f00);background-image: -o-linear-gradient(90deg, #e85400, #cc2f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );";background-image: linear-gradient(90deg, #e85400, #cc2f00);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-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.6875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:33.625rem;left:0rem;display:block; }
#TwHcgBEDEa0g4IOaTgHLTgSTUQ1VcScw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT.adaptive-delivery-prevent-bg, #mevFa22LUoZD7JgXLnMJx7MT5opyWcQT.lazyload, #mevFa22LUoZD7JgXLnMJx7MT5opyWcQT.lazyloading { background-image: none; }#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT > .row .container { background-color: transparent; background-image: none; }#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT > .row .container > .video-iframe-container { display: none; }#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT > .row > .video-iframe-container { display: none; }#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT > .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); }#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT > .row .container { border-width: 0; border-radius: 0; }#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT > .row > .video-iframe-container {  }#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#uoqvfqivXPg2isxa0RKEDmQsA6wTVs2Z { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.8056640625rem;left:0rem;height:8.44925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG > .row .container { background-color: transparent; background-image: none; }#PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG > .row .container > .video-iframe-container { display: none; }#PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG > .row > .video-iframe-container { display: none; }#PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG > .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); }#PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG > .row .container { border-width: 0; border-radius: 0; }#PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG > .row > .video-iframe-container {  }#PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#c6o2VTofWsKVbPSrSzTs15JGDrKzbNBD { position:absolute;display:block;z-index:100001;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:40rem;top:0rem;left:0rem;display:block; }
#OeXcDxxI5ekAgTAOUyHSOCwT7QxeJffy { color:#cc2f00;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:3.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:5.5625rem;left:11.40625rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTQuvgo63q8A71PsctTU69i2b9r8Lyzb { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:19.75rem;top:12.125rem;left:0rem;overflow:hidden;display:block; }
#HghqbLTxACw47ei6HFb5R3DNUFTar89i { position:absolute;display:block;z-index:100004;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:19.75rem;top:26.9375rem;left:0rem;display:block; }
#SFaeHlKN6ilhiiLTi9w9gNuy3ueczWzT { color:#6c1023;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:37.287109375rem;left:3.25rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hIPm7D5HCudgmsOdufTDQix7UdeT6D0B { color:#cc2f00;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:3.5rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:2.0625rem;left:3.34375rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Edt8nNH7wIDA2xAfGs9JKZRA3C10b8fF { color:#6c1023;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100001;line-height:1.6;letter-spacing:0;top:0.9375rem;left:41.4375rem;height:38.390625rem;font-style:normal;display:block; }
#ywNixNISGTp2KPKsrKzQpDiJeCG2aE4K { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.6875rem;width:19.75rem;top:12.125rem;left:20rem;overflow:hidden;display:block; }
#qro5s1MlJCKpsLMEX9TcLRhptIlSurFa { color:#6c1023;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:28.724609375rem;left:3.25rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#whuWQAyH4PqwKPLkWn1dpJONSatVvegF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#whuWQAyH4PqwKPLkWn1dpJONSatVvegF.adaptive-delivery-prevent-bg, #whuWQAyH4PqwKPLkWn1dpJONSatVvegF.lazyload, #whuWQAyH4PqwKPLkWn1dpJONSatVvegF.lazyloading { background-image: none; }#whuWQAyH4PqwKPLkWn1dpJONSatVvegF > .row .container { background-color: transparent; background-image: none; }#whuWQAyH4PqwKPLkWn1dpJONSatVvegF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whuWQAyH4PqwKPLkWn1dpJONSatVvegF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whuWQAyH4PqwKPLkWn1dpJONSatVvegF > .row .container > .video-iframe-container { display: none; }#whuWQAyH4PqwKPLkWn1dpJONSatVvegF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whuWQAyH4PqwKPLkWn1dpJONSatVvegF > .row > .video-iframe-container { display: none; }#whuWQAyH4PqwKPLkWn1dpJONSatVvegF > .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); }#whuWQAyH4PqwKPLkWn1dpJONSatVvegF > .row .container { border-width: 0; border-radius: 0; }#whuWQAyH4PqwKPLkWn1dpJONSatVvegF > .row > .video-iframe-container {  }#whuWQAyH4PqwKPLkWn1dpJONSatVvegF > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#Q8OWRXTCkpVewon2IWonVAkvKrDLuMbW { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:3.4375rem;top:2.5625rem;left:15.5625rem;display:block; }
#hFt9HqqgS5ydpOT7TAepFrpQKyQf58vv { position:absolute;display:block;z-index:100017;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:3.4375rem;top:2.5625rem;left:38.75rem;display:block; }
#Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav > .row .container { background-color: transparent; background-image: none; }#Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav > .row .container > .video-iframe-container { display: none; }#Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav > .row > .video-iframe-container { display: none; }#Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav > .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); }#Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav > .row .container { border-width: 0; border-radius: 0; }#Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav > .row > .video-iframe-container {  }#Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:60rem;position:relative;display:block; }#lQTQyeIX5an1sCG6beKSogi0Vbh895dr { position:absolute;display:block;z-index:100001;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:40rem;top:0rem;left:0rem;display:block; }
#cVPPEL3g4QSTl55hS5uoWlP5bCU64zLM { color:#cc2f00;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:3.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:5.625rem;left:12.40625rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u8yv0SAJxHWLrrNSZnhROvq8sK3RfMHo { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:19.6875rem;top:12.125rem;left:0rem;overflow:hidden;display:block; }
#rScTZ5zfGLM92lfew8bGGBXAr42NwITw { position:absolute;display:block;z-index:100004;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.0625rem;width:19.75rem;top:32.125rem;left:0rem;display:block; }
#T3pOgXTaI1IQ2n0Czyfes7XQkyRazetq { color:#6c1023;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:47.875rem;left:1.875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E6KXuUrHKXub72LRaGQ6K3o9HnT4PEea { color:#cc2f00;display:block;width:38.9375rem;position:absolute;font-family:lato;font-size:3.5rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:2.125rem;left:0.53125rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t4LiRLmCDBLTii53cXwMnq4JHPlWShCM { color:#6c1023;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100001;line-height:1.6;letter-spacing:0;top:0.9375rem;left:41.4375rem;height:51.1875rem;font-style:normal;display:block; }
#gMeFWwz2VHf1yGvRKFKdGSRD5hUDX8uw { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.75rem;width:19.75rem;top:12.125rem;left:20rem;overflow:hidden;display:block; }
#UAr3lDgFyLdGmHZDzDRIEWha9gXePtiI { color:#6c1023;display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:33.25rem;left:2.34375rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xgfts7BLmcUBPn2zivfHGWQK9APw2K9J { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.75rem;width:19.75rem;top:31.875rem;left:20.125rem;overflow:hidden;display:block; }
#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO.adaptive-delivery-prevent-bg, #WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO.lazyload, #WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO.lazyloading { background-image: none; }#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO > .row .container { background-color: transparent; background-image: none; }#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO > .row .container > .video-iframe-container { display: none; }#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO > .row > .video-iframe-container { display: none; }#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO > .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); }#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO > .row .container { border-width: 0; border-radius: 0; }#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO > .row > .video-iframe-container {  }#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#GyxrQ4sV5TGmDh3zBteL5ftkMhrhglTP { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:3.4375rem;top:2.5625rem;left:15.5625rem;display:block; }
#mlffeJNXO3BkPTLTR7K8iTPeo2XzMs9J { position:absolute;display:block;z-index:100017;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:3.4375rem;top:2.5625rem;left:38.75rem;display:block; }
#OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND > .row .container { background-color: transparent; background-image: none; }#OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND > .row .container > .video-iframe-container { display: none; }#OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND > .row > .video-iframe-container { display: none; }#OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND > .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); }#OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND > .row .container { border-width: 0; border-radius: 0; }#OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND > .row > .video-iframe-container {  }#OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;position:relative;display:block; }#KlXbDOkvA8764kOnZlxzirtE13dBLWdc { position:absolute;display:block;z-index:100001;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:40rem;top:0rem;left:0rem;display:block; }
#ClLscperP1wsbhLqtrPUhk8MVqGLIIuD { color:#cc2f00;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:3.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:5.25rem;left:0.90625rem;height:10.07425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGcP3f05TOpO0swcPqvs7VXD6ne1cRtb { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.875rem;width:19.8125rem;top:12.125rem;left:0.15625rem;overflow:hidden;display:block; }
#EkPkp74VsR1sQ1ATg2wMvtcO3D2aKAXv { position:absolute;display:block;z-index:100004;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:39.8125rem;top:32rem;left:0rem;display:block; }
#qU4a6XZkBuDtnLxtaUqsFI2lFKliXMXl { color:#6c1023;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:34.3125rem;left:23.25rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uF59xp9VRtZDgXEiNn7hTRZOI7kHSn7h { color:#cc2f00;display:block;width:38.9375rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:2.125rem;left:0.90625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RPMLCHqJ5XIrTMyUG3FZWEBHklfyUbwc { color:#6c1023;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100001;line-height:1.6;letter-spacing:0;top:0.9375rem;left:41.4375rem;height:36.791rem;font-style:normal;display:block; }
#zK9PVFkGipmwn6SrJkMiwdJhCOSgQiw2 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.75rem;width:19.75rem;top:12.125rem;left:20rem;overflow:hidden;display:block; }
#tp4Q3mo3I9Ehps1qTOkEhtCdwp9ADgdC { color:#6c1023;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:32.625rem;left:2.3125rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5.adaptive-delivery-prevent-bg, #DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5.lazyload, #DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5.lazyloading { background-image: none; }#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 > .row .container { background-color: transparent; background-image: none; }#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 > .row .container > .video-iframe-container { display: none; }#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 > .row > .video-iframe-container { display: none; }#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 > .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); }#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 > .row .container { border-width: 0; border-radius: 0; }#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 > .row > .video-iframe-container {  }#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#qyul5aXxSuciGiph67nX2gfAUxA6liql { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:3.4375rem;top:2.5625rem;left:15.5625rem;display:block; }
#zdNR9MKyDtTQhFxanLZwOQHkP5kbRNDd { position:absolute;display:block;z-index:100017;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:3.4375rem;top:2.5625rem;left:38.75rem;display:block; }
#r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 > .row .container { background-color: transparent; background-image: none; }#r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 > .row .container > .video-iframe-container { display: none; }#r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 > .row > .video-iframe-container { display: none; }#r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 > .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); }#r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 > .row .container { border-width: 0; border-radius: 0; }#r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 > .row > .video-iframe-container {  }#r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#nd9HUgNKXcz6zdOmcRG7loS9at4f2v7c { position:absolute;display:block;z-index:100001;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:40rem;top:0rem;left:0rem;display:block; }
#D7CZhzvuUZ3F5Qx6FKt38UtOvddQBHT6 { color:#cc2f00;display:block;width:14.1875rem;position:absolute;font-family:lato;font-size:3.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:5.625rem;left:2.0625rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KlcVvRRW5SBm3TXcNoxr9F8mfWEQrB8M { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:24.125rem;top:12.125rem;left:15.9375rem;overflow:hidden;display:block; }
#NlCG7RPXrliGsPt0KpQk4Lg4eFNVQGx9 { position:absolute;display:block;z-index:100004;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:15.75rem;top:12.375rem;left:0rem;display:block; }
#gEdhSyKH4V07yK36KrDUVOK2t3yklhSS { color:#6c1023;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:27.7529296875rem;left:1.28125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HgdXBqzMPDklO13DWDoVnJnTZZ47H96p { color:#cc2f00;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:3.5rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:2.125rem;left:2.0625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d7osVgNZWNgxoFg0polHHaQarhFCHRn3 { color:#6c1023;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100001;line-height:1.6;letter-spacing:0;top:0.9375rem;left:41.4375rem;height:35.191375rem;font-style:normal;display:block; }
#IaLT7H5ObZkMcPrDfQ0JoU3kp2zopzzV { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:15.875rem;left:1.59375rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT.adaptive-delivery-prevent-bg, #iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT.lazyload, #iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT.lazyloading { background-image: none; }#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT > .row .container { background-color: transparent; background-image: none; }#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT > .row .container > .video-iframe-container { display: none; }#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT > .row > .video-iframe-container { display: none; }#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT > .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); }#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT > .row .container { border-width: 0; border-radius: 0; }#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT > .row > .video-iframe-container {  }#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#nIczWTzeMqplJ1AoUhpdSdueWDPz41E8 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f8d907, #f8d907);background-image: -moz-linear-gradient(90deg, #f8d907, #f8d907);background-image: -ms-linear-gradient(90deg, #f8d907, #f8d907);background-image: -o-linear-gradient(90deg, #f8d907, #f8d907);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d907', endColorstr='#f8d907' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d907', endColorstr='#f8d907' );";background-image: linear-gradient(90deg, #f8d907, #f8d907);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-sizing:border-box;color:#6c1023;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:2rem;left:20.9375rem;display:block; }
#KmhoAQrX3dqbZAHTZXRiLGmbbkxLupfo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9.adaptive-delivery-prevent-bg, #TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9.lazyload, #TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9.lazyloading { background-image: none; }#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 > .row .container { background-color: transparent; background-image: none; }#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 > .row .container > .video-iframe-container { display: none; }#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 > .row > .video-iframe-container { display: none; }#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 > .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); }#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 > .row .container { border-width: 0; border-radius: 0; }#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 > .row > .video-iframe-container {  }#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#qaGaoENgxvOSQgDXc8O864VH6V6KCfO4 { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.8056640625rem;left:0rem;height:8.44925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.adaptive-delivery-prevent-bg, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyload, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyloading { background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container {  }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:60rem;position:relative;display:block; }#dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { color:#6c1023;display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:4.537109375rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.125rem;width:23.125rem;top:15.0947265625rem;left:19.46875rem;overflow:hidden;display:block; }
#sg9uqq9no7WgGhkkTcus51twSpU6cPXL { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:11.2197265625rem;left:9.0625rem;overflow:hidden;display:block; }
#apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { color:#6c1023;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:11.3701171875rem;left:14rem;height:3.57421875rem;font-style:normal;display:block; }
#Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { color:#6c1023;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:15.0947265625rem;left:14rem;height:4.19970625rem;font-style:normal;display:block; }
#pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:22.11328125rem;left:2.5rem;overflow:hidden;display:block; }
#SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:22.11328125rem;left:6.90625rem;height:3.57421875rem;font-style:normal;display:block; }
#cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { color:#6c1023;display:block;width:13.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:26.375rem;left:6.90625rem;height:8.3994375rem;font-style:normal;display:block; }
#O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:36.8779296875rem;left:40.875rem;overflow:hidden;display:block; }
#CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.625rem;top:11.3447265625rem;left:35.9375rem;overflow:hidden;display:block; }
#uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { color:#6c1023;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:11.3701171875rem;left:40.875rem;height:3.57421875rem;font-style:normal;display:block; }
#i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { color:#6c1023;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:15.0947265625rem;left:40.875rem;height:5.5996125rem;font-style:normal;display:block; }
#nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:24.1123046875rem;left:41.0625rem;overflow:hidden;display:block; }
#T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { color:#6c1023;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:39.7529296875rem;left:28.5rem;height:3.57421875rem;font-style:normal;display:block; }
#sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { color:#6c1023;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100020;line-height:1.4;letter-spacing:0;top:43.3271484375rem;left:28.5rem;height:9.7993125rem;font-style:normal;display:block; }
#pQ2TRo6GLyHDAaotNcSTq2PpVLuzCXFu { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:37.9716796875rem;left:5.1875rem;overflow:hidden;display:block; }
#uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:36.8779296875rem;left:45.9375rem;height:3.57421875rem;font-style:normal;display:block; }
#E6NoOZKbsA1zW6habFebEufUwCqlEqnm { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:40.6650390625rem;left:45.9375rem;height:5.5996125rem;font-style:normal;display:block; }
#ODsxtO10vg46ulN2fCUwPx5CHlZkKX3E { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:24.1123046875rem;left:45.625rem;height:1.7871125rem;font-style:normal;display:block; }
#uUxmlTZw7bu7qKoToSLqGFpifMXK55hQ { color:#6c1023;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100024;line-height:1.4;letter-spacing:0;top:26.375rem;left:45.5625rem;height:6.9995rem;font-style:normal;display:block; }
#bJG37aKfAKVIvi37nSTUVKEfbWvffRul { color:#6c1023;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:38.0908203125rem;left:9.53125rem;height:3.57421875rem;font-style:normal;display:block; }
#vPBoyaxIuKZXcXudHnVZNqrKltKFRvZm { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:39.7529296875rem;left:24rem;overflow:hidden;display:block; }
#m7DKnneP8mCuOql6Kr4feWFBIp6kPSBs { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100024;line-height:1.4;letter-spacing:0;top:41.8466796875rem;left:9.53125rem;height:5.5996125rem;font-style:normal;display:block; }
#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/D4J4CeE9/bg4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL.adaptive-delivery-prevent-bg, #hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL.lazyload, #hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL.lazyloading { background-image: none; }#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL > .row .container { background-color: transparent; background-image: none; }#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL > .row .container > .video-iframe-container { display: none; }#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL > .row > .video-iframe-container { display: none; }#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL > .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); }#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL > .row .container { border-width: 0; border-radius: 0; }#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL > .row > .video-iframe-container {  }#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#MqT8gkhSdFT5DI9rcoTlufbweoaMDkTm { color:#6c1023;display:block;width:51.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:14.474609375rem;left:8.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#p32fbJWO9AyZnO9CTCd4PGXq7xJ0Ri9b { color:#6c1023;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:16.767578125rem;left:8.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#Q45ICkN87AKRONKNXD5A3Uw6lGGiASko { color:#6c1023;display:block;width:33.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:19.224609375rem;left:8.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#xmufLRR9BHwC9mqk1aVCPi0cT2D0CXlt { color:#6c1023;display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#AOLhVydOL1FqHmn5htVTZg538GoHDZFi { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:3.974609375rem;left:0rem;height:8.44925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CNd6JQvnPUfbFyXkcwGxy23FCxulb7Le { color:#6c1023;display:block;width:36.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:21.599609375rem;left:8.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#uGTeGKc85NpBmtdEciCTkWvPdhtAm18a { color:#6c1023;display:block;width:36rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:24.0546875rem;left:8.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#Ggis50Ecl0qCuDhtDwhVb3E7mxr9ykJX { color:#6c1023;display:block;width:40.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:26.51171875rem;left:8.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#MDxe47Mw2h5gqLrHRVqpG3Rnau2wST7u { box-sizing:content-box;color:#cc2f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:23.38671875rem;left:5.375rem;display:block; }
#opfXCPZycwHRFfrVJVc3ywddRlkpzH2f { box-sizing:content-box;color:#cc2f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:25.724609375rem;left:5.375rem;display:block; }
#WQzeu4nsNeOEutoS921TcIZRlm5vodq1 { box-sizing:content-box;color:#cc2f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:16.099609375rem;left:5.375rem;display:block; }
#A7Qis9UPv6JbbxqCOykAw7Cw73cG0Qzd { box-sizing:content-box;color:#cc2f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:13.724609375rem;left:5.375rem;display:block; }
#kmzzLaDyDmVsRLv7L7REEq5tveuuSIpT { box-sizing:content-box;color:#cc2f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:18.474609375rem;left:5.375rem;display:block; }
#O0nLmmkQc0GcUiwTugtizJpsbeAA5lW0 { box-sizing:content-box;color:#cc2f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:20.9375rem;left:5.4375rem;display:block; }
#rARRZgVttwWZvwy5pqyA21ZUlGq3OANu { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16rem;width:20.8125rem;top:9.0625rem;left:39.1875rem;overflow:hidden;display:block; }
#adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w > .row .container { background-color: transparent; background-image: none; }#adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w > .row .container > .video-iframe-container { display: none; }#adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w > .row > .video-iframe-container { display: none; }#adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w > .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); }#adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w > .row .container { border-width: 0; border-radius: 0; }#adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w > .row > .video-iframe-container {  }#adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#ELpUb2mpSiHtJDQyZnxAlUOdOwp3wymT { position:absolute;display:block;z-index:100013;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:6.75rem;width:59.625rem;top:2.3125rem;left:0rem;display:block; }
#LZhfJfowCffS9d2qaSHzSQD6HqFgx82T { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:4.73828125rem;left:1.5rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:1rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.28125rem;left:33.125rem;z-index:100015;display:block; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #fmbwqd7xylUOZOwei142mqQr6rrkgny7 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #UrVnfk0M1TbOTLeeRAItIHGgSPSBWAqO { display:block; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #JKgX1yd66twO9EFfDt7mQcUE0PBmOuiW { display:block; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #PCpIatEWFmkh0TleLQ5Il2lZTzodhqwW { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #mGTCiQMVMesRdViLz52FsUBhHoxTEMwC { display:block; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #EIFHFxsOoVqTMSn4eHxSCzVLsc3plI5A { display:block; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #H05VgQx7aATNqleiZshWFJXQguMEu3Vv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #xLFqDSoDTfQw2E8G4gFQer9m24UWGahB { display:block; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #CU3Ml8xtoDJmSU7CdrD6Iu7tqf7XzTnJ { display:block; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #d1Nbz3FCnpireIAVozJQN21knW9b2XVE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #X9yUB9cKOKR9tRgbTWD38XdTH0StCR1f { display:block; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #HLWRViBT4lHwMSaZc08V388qaTNrN1VF { display:block; }
#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6.adaptive-delivery-prevent-bg, #faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6.lazyload, #faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6.lazyloading { background-image: none; }#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 > .row .container { background-color: transparent; background-image: none; }#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 > .row .container > .video-iframe-container { display: none; }#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 > .row > .video-iframe-container { display: none; }#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 > .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); }#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 > .row .container { border-width: 0; border-radius: 0; }#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 > .row > .video-iframe-container {  }#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#FzDMpGkSUCQLotpOXtaaHwUVEmaQ5Tuy { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f8d907, #f8d907);background-image: -moz-linear-gradient(90deg, #f8d907, #f8d907);background-image: -ms-linear-gradient(90deg, #f8d907, #f8d907);background-image: -o-linear-gradient(90deg, #f8d907, #f8d907);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d907', endColorstr='#f8d907' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d907', endColorstr='#f8d907' );";background-image: linear-gradient(90deg, #f8d907, #f8d907);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-sizing:border-box;color:#6c1023;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:2rem;left:20.9375rem;display:block; }
#IA6e1vM3F27wIQgorx3XvEn8DiT7XEzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm.adaptive-delivery-prevent-bg, #d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm.lazyload, #d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm.lazyloading { background-image: none; }#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm > .row .container { background-color: transparent; background-image: none; }#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm > .row .container > .video-iframe-container { display: none; }#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm > .row > .video-iframe-container { display: none; }#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm > .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); }#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm > .row .container { border-width: 0; border-radius: 0; }#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm > .row > .video-iframe-container {  }#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#FDzibVSZW9HewFkcfxgEXVvCqLp2FbTU { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:4.6806640625rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y6WFVQq7hBqA80r7GSDcF9Z08KTeCpTg { color:#6c1023;display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:1.642578125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV > .row .container { background-color: transparent; background-image: none; }#F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV > .row .container > .video-iframe-container { display: none; }#F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV > .row > .video-iframe-container { display: none; }#F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV > .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); }#F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV > .row .container { border-width: 0; border-radius: 0; }#F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV > .row > .video-iframe-container {  }#F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:60rem;position:relative;display:block; }#OCogrqFe2BFVyDU0K5ZZMBbXKCyfPT54 { color:#6c1023;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:8.25rem;left:1.3125rem;height:36rem;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; }
#fpmu5fCwBt4B6REi8NDVS50L0O1sDs6D { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:34.6875rem;width:22.9375rem;top:8.90625rem;left:34.25rem;overflow:hidden;display:block; }
#TVvOOgOVu7KyQIPoEE7coHK15tqxATke { color:#6c1023;display:block;width:29.9375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:2.875rem;left:1.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#JO7yTuoUFEIpocoW9octWyUMrRQhQglc { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:21.5625rem;top:6.5rem;left:1.3125rem;display:block; }
#QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa > .row .container { background-color: transparent; background-image: none; }#QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa > .row .container > .video-iframe-container { display: none; }#QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa > .row > .video-iframe-container { display: none; }#QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa > .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); }#QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa > .row .container { border-width: 0; border-radius: 0; }#QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa > .row > .video-iframe-container {  }#QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:60rem;position:relative;display:block; }#HQi6ckV6oOyqpmH4ZsLeLohKOEAogM3d { color:#6c1023;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:8.912109375rem;left:29.1875rem;height:36rem;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; }
#V1yXI69tbo52c2VXLbDwTiuqcPsqPETR { color:#6c1023;display:block;width:30.25rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:29.1875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#HVr3GTVNypUOzbvSJ4TJInulV8fTJ88T { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:21.5625rem;top:7.162109375rem;left:29.1875rem;display:block; }
#Zn9DKnoLCc59zzuzfra3dBf65ThXiHgD { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:35.375rem;width:23.375rem;top:8.849609375rem;left:2.99609375rem;overflow:hidden;display:block; }
#HWyktMvaAG274CkKuXMPTudtfu0c4eyN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#HWyktMvaAG274CkKuXMPTudtfu0c4eyN.adaptive-delivery-prevent-bg, #HWyktMvaAG274CkKuXMPTudtfu0c4eyN.lazyload, #HWyktMvaAG274CkKuXMPTudtfu0c4eyN.lazyloading { background-image: none; }#HWyktMvaAG274CkKuXMPTudtfu0c4eyN > .row .container { background-color: transparent; background-image: none; }#HWyktMvaAG274CkKuXMPTudtfu0c4eyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWyktMvaAG274CkKuXMPTudtfu0c4eyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWyktMvaAG274CkKuXMPTudtfu0c4eyN > .row .container > .video-iframe-container { display: none; }#HWyktMvaAG274CkKuXMPTudtfu0c4eyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWyktMvaAG274CkKuXMPTudtfu0c4eyN > .row > .video-iframe-container { display: none; }#HWyktMvaAG274CkKuXMPTudtfu0c4eyN > .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); }#HWyktMvaAG274CkKuXMPTudtfu0c4eyN > .row .container { border-width: 0; border-radius: 0; }#HWyktMvaAG274CkKuXMPTudtfu0c4eyN > .row > .video-iframe-container {  }#HWyktMvaAG274CkKuXMPTudtfu0c4eyN > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#Ts1Nkc46dvXxnEUwEbNxZzxdEP4fOClu { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f8d907, #f8d907);background-image: -moz-linear-gradient(90deg, #f8d907, #f8d907);background-image: -ms-linear-gradient(90deg, #f8d907, #f8d907);background-image: -o-linear-gradient(90deg, #f8d907, #f8d907);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d907', endColorstr='#f8d907' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d907', endColorstr='#f8d907' );";background-image: linear-gradient(90deg, #f8d907, #f8d907);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-sizing:border-box;color:#6c1023;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:3.34375rem;left:20.9375rem;display:block; }
#OQVztuH6k0UI8EkPed5yumSRH9WEBE12 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UXDfoW9a9recHWSTMToUSd4zRldTtCEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/D4J4CeE9/bg4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs.adaptive-delivery-prevent-bg, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyload, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyloading { background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { background-color: transparent; background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .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); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { border-width: 0; border-radius: 0; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container {  }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:60rem;position:relative;display:block; }#eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:19.5625rem;left:5.625rem;height:13.125rem;font-style:normal;display:block; }
#irzVki48nN7u2mKz49zGVULCNDU1Wi8O { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:14.875rem;left:5.625rem;height:3.57421875rem;font-style:normal;display:block; }
#fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:20.53125rem;left:26.6875rem;height:13.125rem;font-style:normal;display:block; }
#AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:14.875rem;left:26.6875rem;height:5.361325rem;font-style:normal;display:block; }
#NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { color:#6c1023;display:block;width:12rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:22.5rem;left:47.75rem;height:9.1875rem;font-style:normal;display:block; }
#U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:14.875rem;left:47.5625rem;height:7.1484375rem;font-style:normal;display:block; }
#oOEDv0yLZPfeaTthG1lov8UfT47SJAUS { color:#6c1023;display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#EhoJV4Se9DRWVIG49HTbLgK1UCZ8HTnv { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:3.974609375rem;left:0rem;height:8.44925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EO7rToTNqgr9ZloegRCuo7WCu9TNwI35 { color:#6c1023;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:44.5rem;left:5.625rem;height:13.125rem;font-style:normal;display:block; }
#W2uaph93D1SUDWUHTyXvgWwVeBu9pnQJ { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:44.5rem;left:26.6875rem;height:10.5rem;font-style:normal;display:block; }
#HipuTWDEntrFHzwVDxTFXdiO6lFTyshB { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:44.5rem;left:47.75rem;height:11.8125rem;font-style:normal;display:block; }
#Ol7z7MQE5uzDpwmR7fBt4BdZI4DvTEnI { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:38.1875rem;left:5.625rem;height:5.361325rem;font-style:normal;display:block; }
#I9sSMFDD5EfWoXt9G6TduWXxh3SgJysW { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:38.1875rem;left:26.6875rem;height:5.361325rem;font-style:normal;display:block; }
#zcHOTWdRGd8KoTOF5XPilbBabRRt4DH7 { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:38.1875rem;left:47.5625rem;height:5.361325rem;font-style:normal;display:block; }
#uEdTkvxwtZLXgfzVw9O3guWIBNX7RGwM { box-sizing:content-box;color:#cc2f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:15.099609375rem;left:2.5625rem;display:block; }
#Sm32TnXfvzUecavFagy5tTedNoeLcAXV { box-sizing:content-box;color:#cc2f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:15.099609375rem;left:23.625rem;display:block; }
#yQmK5AMBPNEGaqTICCeQPbUldnCRsO3A { box-sizing:content-box;color:#cc2f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:15.099609375rem;left:44.6875rem;display:block; }
#yCVfiMJas0g8hlz1CA45P75TGW4UkhsU { box-sizing:content-box;color:#cc2f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:38.1875rem;left:2.5625rem;display:block; }
#PSgPJpFHVwe6OAcSqNJQrS3x8L7BffRb { box-sizing:content-box;color:#cc2f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:38.1875rem;left:23.625rem;display:block; }
#bXOB9SXNPTtbAF0zHvmJhaRkTSack0vC { box-sizing:content-box;color:#cc2f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:38.1875rem;left:44.5rem;display:block; }
#O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 > .row .container { background-color: transparent; background-image: none; }#O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 > .row .container > .video-iframe-container { display: none; }#O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 > .row > .video-iframe-container { display: none; }#O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 > .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); }#O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 > .row .container { border-width: 0; border-radius: 0; }#O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 > .row > .video-iframe-container {  }#O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#BcaogkCIDqZC8JIG5dcA3HSqar25EFfB { position:absolute;display:block;z-index:100013;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:6.75rem;width:59.625rem;top:2.3125rem;left:0rem;display:block; }
#FZG28sINZlVrnATHwtzqPKaZs8iJaoB3 { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:4.73828125rem;left:1.5rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:1rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.28125rem;left:33.125rem;z-index:100015;display:block; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt #AZWQTB1Th6ylIrTR1LiuuXDkel2wq4qy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt #N9OUhq7ALGpH53dEO6HhwXkDp0Gkrvtt { display:block; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt #Tc3FNPiE9ZhpXJyKXc8f5CTy5VgoVcGA { display:block; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt #d4SF98Zq0RGFpi6zPtzPohOWE3ip6fsb { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt #GAuUWOluxPqwOC8kgBHce5Mv968fOzbM { display:block; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt #WyEl16sgQ7wyhfakXeibaN8eJaWwxFde { display:block; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt #KvlKHTRGuewLsJCSz1NioZQu17494hu1 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt #tsaIAqJCeylqM45V7TTvttETIgAXKMKW { display:block; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt #vsNiXxqIXuWOXiJOtxyBgVzwuVTJO729 { display:block; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt #m5UI8qzIAoFqRFoZISS3cSmkoGVzCxEX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt #eyhCnBchGFM5PQURi5IgkITwfX4thEiG { display:block; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt #BTQXCmTsK3eu2KQCTiK2aogqeeIUaHiB { display:block; }
#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge.adaptive-delivery-prevent-bg, #h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge.lazyload, #h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge.lazyloading { background-image: none; }#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge > .row .container { background-color: transparent; background-image: none; }#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge > .row .container > .video-iframe-container { display: none; }#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge > .row > .video-iframe-container { display: none; }#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge > .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); }#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge > .row .container { border-width: 0; border-radius: 0; }#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge > .row > .video-iframe-container {  }#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#lkdFrEZTCGm4l7uRsfaKwq5nxgLcsCh4 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f8d907, #f8d907);background-image: -moz-linear-gradient(90deg, #f8d907, #f8d907);background-image: -ms-linear-gradient(90deg, #f8d907, #f8d907);background-image: -o-linear-gradient(90deg, #f8d907, #f8d907);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d907', endColorstr='#f8d907' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d907', endColorstr='#f8d907' );";background-image: linear-gradient(90deg, #f8d907, #f8d907);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-sizing:border-box;color:#6c1023;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:3.03125rem;left:20.9375rem;display:block; }
#zRW3bS17uIpgwGp1DUvXTJHnWmzTEV4l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn.adaptive-delivery-prevent-bg, #GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn.lazyload, #GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn.lazyloading { background-image: none; }#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn > .row .container { background-color: transparent; background-image: none; }#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn > .row .container > .video-iframe-container { display: none; }#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn > .row > .video-iframe-container { display: none; }#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn > .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); }#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn > .row .container { border-width: 0; border-radius: 0; }#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn > .row > .video-iframe-container {  }#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#qpTW4tHk3VMMD2OyWbcb5IU2G8Lr1M7P { color:#6c1023;display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#mmTMmVR8W6E1ncV02NezVhZH4AumOZIi { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:3.474609375rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr { position:relative;display:block; }#qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr { background-color: transparent; background-image: none; }#qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr > .row .container > .video-iframe-container { display: none; }#qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr > .row > .video-iframe-container { display: none; }#qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr > .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); }#qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr { border-width: 0; border-radius: 0; }#qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr > .row .container > .video-iframe-container {  }#qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr > .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:44.1875rem;width:60rem;position:relative;display:block; }#PFRsuBX0eegCTpy0K6XKi3uf2M5AseCm { position:absolute;display:block;z-index:100006;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.875rem solid #9c9c9c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:41.625rem;width:27.1875rem;top:0.625rem;left:1.625rem;display:block; }
#aIcAJgoPkvAWylXimHJ5EpRhGlzrydnK { position:absolute;display:block;z-index:100007;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.875rem solid #9c9c9c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:41.6875rem;width:27.1875rem;top:0.625rem;left:31.40625rem;display:block; }
#AtvrUezyVC7MFeaSSAwgv0x6PDx2kb3s { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4e30fb0-c69d-4758-8d0a-9bc98bc6e7d6/doctorpatient.jpg");background-position:top left !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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:14rem;width:25.4375rem;top:1.25rem;left:2.09375rem;display:block; }#AtvrUezyVC7MFeaSSAwgv0x6PDx2kb3s.adaptive-delivery-prevent-bg, #AtvrUezyVC7MFeaSSAwgv0x6PDx2kb3s.lazyload, #AtvrUezyVC7MFeaSSAwgv0x6PDx2kb3s.lazyloading { background-image: none; }
#Cay1FQlFzdPncWt7qzUC2QP2stz2slfn { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb35483f-23b1-4358-b8d8-d164acda6af1/peoplelifestylebodypositivityconceptbeautifulyoungbrunettefemalewithextrapoundsstandingbywindowhomecrossingarmsherchesthavingthoughtfulpensivelookpondering.jpg");background-position:top left !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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:14rem;width:25.4375rem;top:1.25rem;left:32.28125rem;display:block; }#Cay1FQlFzdPncWt7qzUC2QP2stz2slfn.adaptive-delivery-prevent-bg, #Cay1FQlFzdPncWt7qzUC2QP2stz2slfn.lazyload, #Cay1FQlFzdPncWt7qzUC2QP2stz2slfn.lazyloading { background-image: none; }
#bTZ4L0lAW1B6CB1Roz9TczNLoNiNDPI7 { color:#6c1023;display:block;width:24.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:16.5625rem;left:2.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#qqqPJyfHbKdpfcZ7ylWBDO8gibVJQuia { color:#6c1023;display:block;width:24.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:16.5625rem;left:32.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#ppIXXamyhProi1Vl9L4mUT10s3UQi2KA { color:#6c1023;display:block;width:24.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:25.5625rem;left:2.625rem;height:;font-style:normal;display:block; }#ppIXXamyhProi1Vl9L4mUT10s3UQi2KA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ppIXXamyhProi1Vl9L4mUT10s3UQi2KA li:before{  }
#ZskCs6NoFM77EZvNZqv8VuoTQhPhh90R { color:#6c1023;display:block;width:24.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:23.6875rem;left:32.625rem;height:;font-style:normal;display:block; }#ZskCs6NoFM77EZvNZqv8VuoTQhPhh90R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZskCs6NoFM77EZvNZqv8VuoTQhPhh90R li:before{  }
#LlUWcc1hpXaba7i3WTxC6DGP71o5f4W6 { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:21.5625rem;top:19.3125rem;left:2.8125rem;display:block; }
#TVO2BFLzwadAaoMK8dkPwpbofJAZQiUS { position:absolute;display:block;z-index:100016;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:21.5625rem;top:19.3125rem;left:32.8125rem;display:block; }
#S6Wp9rpPrwU8QZPxSKpAHPLMgAlsSoPz { color:#6c1023;display:block;width:24.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:20.0625rem;left:2.625rem;height:4.5rem;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; }
#PD7m0fGN7eR0hCgNQ2pZc0u2prNTqELu { color:#6c1023;display:block;width:24.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:20.0625rem;left:32.625rem;height:3rem;font-style:normal;display:block; }
#fuuU0BqsiKw6MKqpntWKMwMTgyaOJW25 { color:#6c1023;display:block;width:24.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:32.0625rem;left:32.625rem;height:3rem;font-style:normal;display:block; }
#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri.adaptive-delivery-prevent-bg, #cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri.lazyload, #cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri.lazyloading { background-image: none; }#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri > .row .container { background-color: transparent; background-image: none; }#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri > .row .container > .video-iframe-container { display: none; }#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri > .row > .video-iframe-container { display: none; }#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri > .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); }#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri > .row .container { border-width: 0; border-radius: 0; }#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri > .row > .video-iframe-container {  }#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6d55999-7932-4419-b194-5d9518325ef4/Projektbeztytuu38.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.adaptive-delivery-prevent-bg, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyload, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyloading { background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { border-width: 0; border-radius: 0; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container {  }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { font-size:0.875rem;font-family:arial;height:62.5625rem;width:60rem;position:relative;display:block; }#H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { color:#6c1023;display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:2.7119140625rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:8.44925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQhHqFEzXUMcJo20zJo9Z3zuZ5lNkmS0 { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:none;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:3.125rem;width:3.125rem;top:16.9375rem;left:3.09375rem;display:block; }
#iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { color:#cc2f00;display:block;width:18.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:16.9375rem;left:7.59375rem;height:9rem;display:block; }
#MB5HKDhfyNLxzSXdHf1cFWUaiGfUHUl5 { color:#cc2f00;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17.83203125rem;left:3.09375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dBhzarwOln9ICfeSMTXifF049T8qCV32 { color:#cc2f00;display:block;width:18.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:27.71875rem;left:7.59375rem;height:12rem;display:block; }
#wN3GZ0TNsshk7SBNGLhSrmetBbBd5EUc { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:3.125rem;width:3.125rem;top:27.71875rem;left:3.09375rem;display:block; }
#DcUXGxgZLvP57MTEIgzxGrpBSS1LFeFq { color:#cc2f00;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:28.58203125rem;left:3.09375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UV1lPoA3dwuIQl3P5AAVOC5TBGFo7tiQ { color:#cc2f00;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:42.0625rem;left:7.625rem;height:10.5rem;display:block; }
#R0tPMRLnuUp0FJKiX62BVaSpnaaJJkJX { position:absolute;display:block;z-index:100011;background-color:transparent;background-image:none;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:3.125rem;width:3.125rem;top:42.0625rem;left:3.09375rem;display:block; }
#BWPGviEJv0bCxlrWl4c26zKJTVakmsnb { color:#cc2f00;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:42.95703125rem;left:3.09375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-form-header {  }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1rem;font-weight:bold;color:#70182b;width:24.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.5; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:24.1875rem;box-sizing:border-box;height:3.25rem;color:#70182b;font-size:0.875rem;overflow:hidden;font-family:lato; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:24.1875rem;box-sizing:border-box;height:4.375rem;color:#70182b;font-size:0.875rem;overflow:hidden;font-family:lato; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-select { 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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:24.1875rem;box-sizing:border-box;height:3.25rem;color:#70182b;font-family:lato;font-size:0.875rem;overflow:hidden; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .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:transparent;background-image: -webkit-linear-gradient(90deg, #e85400, #cc2f00);background-image: -moz-linear-gradient(90deg, #e85400, #cc2f00);background-image: -ms-linear-gradient(90deg, #e85400, #cc2f00);background-image: -o-linear-gradient(90deg, #e85400, #cc2f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );";background-image: linear-gradient(90deg, #e85400, #cc2f00);background-size:initial !important;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:bold;color:#f2f9ff;width:24.1875rem;height:3.6875rem;font-family:lato;overflow:hidden; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ [class*="-text"]:-moz-placeholder { color:#70182b;font-family:lato;font-size:0.875rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ [class*="-text"]::-moz-placeholder { color:#70182b;font-family:lato;font-size:0.875rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ [class*="-text"]:-ms-input-placeholder { color:#70182b;font-family:lato;font-size:0.875rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ [class*="-text"]::-webkit-input-placeholder { color:#70182b;font-family:lato;font-size:0.875rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .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:lato;line-height:1.3;font-size:0.5625rem;font-weight:300;color:#70182b;vertical-align:top;width:22.75rem;overflow:hidden;font-style:normal; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .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; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .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:lato;font-size:0.75rem;font-weight:300;color:#70182b;overflow:hidden;font-style:normal;line-height:1.3; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-container:first-of-type{padding-top:0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-container:last-of-type{padding-bottom:0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100014;position:absolute;top:15.5rem;left:29.0927734375rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.1875rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#70182b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ {display:block;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100014;position:absolute;top:15.5rem;left:29.0927734375rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #MITRVCcUSaBaGUFbP0pGLnRN1oyIKAKH { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #e99nuWFZluoS0UtOTsxEXS4N0vda91Sr { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #FaU1uhCyEZzlufCQluV7VvDOyZL5yowa { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #RhNaaEr88znhJafVx6ORMOu09Jm37I7K { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #wonV6dA9TCAp5GGXHyrK1cByrqotVNnW { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #df8hF34oeT9N46Hbg7mMUqgLJnNy0Jwa { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #PohHhb5uZbcPrskCWh5CaIRM1S9wstoQ { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #iEWRnQzAMVV0JasKoHXGDJHaqODAcluG { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #SPhCFuCf3GiIEDoBXqRNZg7piT6nvang { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #RTcL9QwvsMJQWkZIBBbFw6l3ukxRbFap { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #xTTMNFJiOIoSLPtaHJugneXg9hpaICDa { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #FQAcO9NxBN1Ebn1IMmu8TFscFyer4SFh { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #cQS2bTQghWRNHaHIbDJLmEDeZTEf3WiH { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #reyiNmQ6CDkXVeGvupT2O7uHqozOc0sg { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #NJR3W1rvuIf6SGO7dnRLH20n55CPFWmk { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #VPCBErGhf1UIW7ShE1ZHoEV5A3cr6bcw { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #i8qKGau84v3W4EAl6rQNm7MKBui4vAmK { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #bRPeicuPfUV0UVs8R7DQ6U9NmhWeOElI { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #TwVLUF7dN0nDfQZoo2GJaNuzZR6Jk7ul { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #VDCFswpfTNWZAQvz3nRUX7mL85pdTzbI { position:relative;z-index:2; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #f1NxMA2S8fPVE0M2IDur1Ta7MTvcAczo { position:relative; }
#zaBNJftmQWD3Txv6OVvh46np247xdUy0 { position:relative;display:block; }
#ytLD0JmrovRphKvZad3eXv0IbKOTHvd8 { position:relative;display:block; }
#vwOfcZtlXPTveWOawITpAIgQZ17Ff7RT { position:relative;display:block; }
#R5S7WrCeCgXclNzvMhFAOQQZEZV4Wn2T { position:relative;display:block; }
#Qkqx5AQWJGZlu80ZQCxizQcbKtq3A3V7 { position:relative;display:block; }
#GOrB3fZ7u28Kg3nCXsV4xnvXs6V5zifV { position:relative;display:block; }
#q87Q2AhVhkB1JetBriWZvkPQOgQNqkdn { position:relative;display:block; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ZpbqmbhgM6hTsRotL3gzeEPdF2oLDV8g { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ryJIIHDyyKlAmC2TNvmDZLLxQfMzAhDc { position:relative; }
#IWM9mZrA3RPWoHiV3duryOyJP8MoWRMt { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:7.3125rem;top:54.4375rem;left:7.59375rem;overflow:hidden;display:block; }
#pV5af23Ec9zEmcNe850kkqwO7COodUve { color:#cc2f00;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:56.9375rem;left:30.5625rem;height:0.9375rem;display:block; }
#DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT > .row .container { background-color: transparent; background-image: none; }#DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT > .row .container > .video-iframe-container { display: none; }#DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT > .row > .video-iframe-container { display: none; }#DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT > .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); }#DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT > .row .container { border-width: 0; border-radius: 0; }#DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT > .row > .video-iframe-container {  }#DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:60rem;position:relative;display:block; }#Lhby6iuCfoAmCdFUcFEn2UpOJEPmUk2z { display:block;width:59.8125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:4.36328125rem;left:0rem;height:1.94921875rem;font-style:normal;color:#2d3142;text-align:center;text-align-last:center;display:block; }
#Om3XXtB1KIqldJCAv6yaGu53IJW1XbeT { display:block;width:59.8125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:0.9746125rem;font-style:normal;color:#2d3142;text-align:center;text-align-last:center;display:block; }
#CoDkVzbr5sTtsOIF6XqiAiU2Nmh9Wal2 { display:block;width:59.8125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:0.556640625rem;left:0rem;height:2.923825rem;font-style:normal;color:#2d3142;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { top:2.1875rem;left:16.1875rem;width:9.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpLi9ok8TqOJVSaSa1fRRT8im7TgU4n5 { width:8rem;height:1.875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqeQnhPoznSkwlau5iTmFfoa6tPlbwi1 { display:block; }
 }@media only screen and (max-width: 763px) { #bKy0ryrs8TDcnrziA0BouaTZm3bgBtxV { width:3.125rem;height:1.875rem;top:2.9375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Bc6uKJfqSFodX1rsUW4O7UJCfQDcxt { display:block; }
 }@media only screen and (max-width: 763px) { #bIT7vlp8qMbrl7fW5hxELGcMkibMrD8o { width:8.9375rem;height:1.875rem;top:2.9375rem;left:36.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqdfFgyqyocnEkvFwVdMAEwQ6lTU7GkN { display:block; }
 }@media only screen and (max-width: 763px) { #gk7oKPNCTde6q3fNuZqRoMz58JRmPcP9 { width:7.5rem;height:2.75rem;top:2.5rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3IEyl259IVsoRzXS2ixR0fE00zGRnEf { display:block; }
 }@media only screen and (max-width: 763px) { #CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { top:12rem;left:0rem;width:30.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { top:14.125rem;left:0rem;width:32.0625rem;height:9.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { top:25.3125rem;left:0rem;width:31.625rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { width:18.125rem;height:4.375rem;top:33.25rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block; }
 }@media only screen and (max-width: 763px) { #e2t2TqWSGPZRoTM9surFepwi4COVUBRR { width:13.5625rem;height:3.6875rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHcgBEDEa0g4IOaTgHLTgSTUQ1VcScw { display:block; }
 }@media only screen and (max-width: 763px) { #mevFa22LUoZD7JgXLnMJx7MT5opyWcQT { display:block; }#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoqvfqivXPg2isxa0RKEDmQsA6wTVs2Z { top:1.75rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG { display:block; }#PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6o2VTofWsKVbPSrSzTs15JGDrKzbNBD { width:40rem;height:12.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeXcDxxI5ekAgTAOUyHSOCwT7QxeJffy { width:15.0625rem;height:5.0625rem;top:5.5625rem;left:2.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQuvgo63q8A71PsctTU69i2b9r8Lyzb { width:19.75rem;height:14.8125rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HghqbLTxACw47ei6HFb5R3DNUFTar89i { width:19.75rem;height:12.8125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFaeHlKN6ilhiiLTi9w9gNuy3ueczWzT { width:13.5rem;height:1.6875rem;top:37.25rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIPm7D5HCudgmsOdufTDQix7UdeT6D0B { width:33.3125rem;height:3.5rem;top:2.0625rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edt8nNH7wIDA2xAfGs9JKZRA3C10b8fF { width:17.9375rem;height:38.375rem;top:0.9375rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywNixNISGTp2KPKsrKzQpDiJeCG2aE4K { width:19.75rem;height:27.6875rem;top:12.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #qro5s1MlJCKpsLMEX9TcLRhptIlSurFa { width:13.5rem;height:6.75rem;top:28.6875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whuWQAyH4PqwKPLkWn1dpJONSatVvegF { display:block; }#whuWQAyH4PqwKPLkWn1dpJONSatVvegF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8OWRXTCkpVewon2IWonVAkvKrDLuMbW { top:2.5625rem;left:9.4375rem;width:3.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFt9HqqgS5ydpOT7TAepFrpQKyQf58vv { top:2.5625rem;left:32.625rem;width:3.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav { display:block; }#Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQTQyeIX5an1sCG6beKSogi0Vbh895dr { width:40rem;height:12.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVPPEL3g4QSTl55hS5uoWlP5bCU64zLM { width:14.0625rem;height:5.0625rem;top:5.625rem;left:2.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8yv0SAJxHWLrrNSZnhROvq8sK3RfMHo { width:19.6875rem;height:19.4375rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rScTZ5zfGLM92lfew8bGGBXAr42NwITw { width:19.75rem;height:19.0625rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3pOgXTaI1IQ2n0Czyfes7XQkyRazetq { width:16.25rem;height:1.6875rem;top:47.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6KXuUrHKXub72LRaGQ6K3o9HnT4PEea { width:38.9375rem;height:3.5rem;top:2.125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4LiRLmCDBLTii53cXwMnq4JHPlWShCM { width:17.9375rem;height:51.1875rem;top:0.9375rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMeFWwz2VHf1yGvRKFKdGSRD5hUDX8uw { width:19.75rem;height:19.75rem;top:12.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAr3lDgFyLdGmHZDzDRIEWha9gXePtiI { width:15.3125rem;height:13.5rem;top:33.25rem;left:0.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgfts7BLmcUBPn2zivfHGWQK9APw2K9J { width:19.75rem;height:19.75rem;top:31.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO { display:block; }#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyxrQ4sV5TGmDh3zBteL5ftkMhrhglTP { top:2.5625rem;left:9.4375rem;width:3.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlffeJNXO3BkPTLTR7K8iTPeo2XzMs9J { top:2.5625rem;left:32.625rem;width:3.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND { display:block; }#OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlXbDOkvA8764kOnZlxzirtE13dBLWdc { width:40rem;height:12.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClLscperP1wsbhLqtrPUhk8MVqGLIIuD { width:12.9375rem;height:10.0625rem;top:5.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGcP3f05TOpO0swcPqvs7VXD6ne1cRtb { width:19.8125rem;height:19.875rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkPkp74VsR1sQ1ATg2wMvtcO3D2aKAXv { width:39.8125rem;height:6.3125rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU4a6XZkBuDtnLxtaUqsFI2lFKliXMXl { width:13.5rem;height:1.6875rem;top:34.3125rem;left:17.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF59xp9VRtZDgXEiNn7hTRZOI7kHSn7h { width:38.9375rem;height:3.25rem;top:2.125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPMLCHqJ5XIrTMyUG3FZWEBHklfyUbwc { width:17.9375rem;height:36.75rem;top:0.9375rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK9PVFkGipmwn6SrJkMiwdJhCOSgQiw2 { width:19.75rem;height:19.75rem;top:12.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp4Q3mo3I9Ehps1qTOkEhtCdwp9ADgdC { width:15.375rem;height:5.0625rem;top:32.625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 { display:block; }#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyul5aXxSuciGiph67nX2gfAUxA6liql { top:2.5625rem;left:9.4375rem;width:3.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdNR9MKyDtTQhFxanLZwOQHkP5kbRNDd { top:2.5625rem;left:32.625rem;width:3.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 { display:block; }#r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nd9HUgNKXcz6zdOmcRG7loS9at4f2v7c { width:40rem;height:12.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7CZhzvuUZ3F5Qx6FKt38UtOvddQBHT6 { width:14.1875rem;height:5.0625rem;top:5.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlcVvRRW5SBm3TXcNoxr9F8mfWEQrB8M { width:24.125rem;height:24.5625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlCG7RPXrliGsPt0KpQk4Lg4eFNVQGx9 { width:15.75rem;height:24rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEdhSyKH4V07yK36KrDUVOK2t3yklhSS { width:13.1875rem;height:3.375rem;top:27.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgdXBqzMPDklO13DWDoVnJnTZZ47H96p { width:35.875rem;height:3.5rem;top:2.125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7osVgNZWNgxoFg0polHHaQarhFCHRn3 { width:17.9375rem;height:35.1875rem;top:0.9375rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaLT7H5ObZkMcPrDfQ0JoU3kp2zopzzV { width:12.5625rem;height:8.4375rem;top:15.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT { display:block; }#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIczWTzeMqplJ1AoUhpdSdueWDPz41E8 { width:18.125rem;height:4.375rem;top:2rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmhoAQrX3dqbZAHTZXRiLGmbbkxLupfo { display:block; }
 }@media only screen and (max-width: 763px) { #TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 { display:block; }#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaGaoENgxvOSQgDXc8O864VH6V6KCfO4 { top:1.75rem;left:0rem;width:47.75rem;height:8.375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { top:1.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { top:4.5rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { top:15.0625rem;left:13.34375rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9uqq9no7WgGhkkTcus51twSpU6cPXL { top:11.1875rem;left:2.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { top:11.3125rem;left:7.875rem;width:16.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { top:15.0625rem;left:7.875rem;width:15.125rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { top:22.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { top:22.0625rem;left:0.78125rem;width:12.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { top:26.375rem;left:0.78125rem;width:13.625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { top:36.875rem;left:34.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { top:11.3125rem;left:29.8125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { top:11.3125rem;left:34.25rem;width:13.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { top:15.0625rem;left:33.0625rem;width:14.6875rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { top:24.0625rem;left:34.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { top:39.75rem;left:22.375rem;width:11.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { top:43.3125rem;left:22.375rem;width:13.5rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ2TRo6GLyHDAaotNcSTq2PpVLuzCXFu { top:37.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { top:36.875rem;left:35.1875rem;width:12.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6NoOZKbsA1zW6habFebEufUwCqlEqnm { top:40.625rem;left:35.1875rem;width:12.5625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODsxtO10vg46ulN2fCUwPx5CHlZkKX3E { top:24.125rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUxmlTZw7bu7qKoToSLqGFpifMXK55hQ { top:26.375rem;left:33.3125rem;width:14.4375rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJG37aKfAKVIvi37nSTUVKEfbWvffRul { top:38.0625rem;left:3.40625rem;width:10rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBoyaxIuKZXcXudHnVZNqrKltKFRvZm { top:39.75rem;left:17.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7DKnneP8mCuOql6Kr4feWFBIp6kPSBs { top:41.8125rem;left:3.40625rem;width:12.5625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL { display:block; }#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqT8gkhSdFT5DI9rcoTlufbweoaMDkTm { top:14.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p32fbJWO9AyZnO9CTCd4PGXq7xJ0Ri9b { top:16.75rem;left:2.3125rem;width:35.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q45ICkN87AKRONKNXD5A3Uw6lGGiASko { top:19.1875rem;left:2.3125rem;width:33.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmufLRR9BHwC9mqk1aVCPi0cT2D0CXlt { top:0.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOLhVydOL1FqHmn5htVTZg538GoHDZFi { top:3.9375rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNd6JQvnPUfbFyXkcwGxy23FCxulb7Le { top:21.5625rem;left:2.3125rem;width:36.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGTeGKc85NpBmtdEciCTkWvPdhtAm18a { top:24rem;left:2.3125rem;width:36rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggis50Ecl0qCuDhtDwhVb3E7mxr9ykJX { top:26.5rem;left:2.3125rem;width:40.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDxe47Mw2h5gqLrHRVqpG3Rnau2wST7u { top:23.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opfXCPZycwHRFfrVJVc3ywddRlkpzH2f { top:25.6875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQzeu4nsNeOEutoS921TcIZRlm5vodq1 { top:16.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7Qis9UPv6JbbxqCOykAw7Cw73cG0Qzd { top:13.6875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmzzLaDyDmVsRLv7L7REEq5tveuuSIpT { top:18.4375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0nLmmkQc0GcUiwTugtizJpsbeAA5lW0 { top:20.9375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rARRZgVttwWZvwy5pqyA21ZUlGq3OANu { top:9.0625rem;left:26.9375rem;width:20.8125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w { display:block; }#adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELpUb2mpSiHtJDQyZnxAlUOdOwp3wymT { width:47.375rem;height:6.75rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZhfJfowCffS9d2qaSHzSQD6HqFgx82T { width:29.875rem;height:2.25rem;top:4.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.9375rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r { width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #fmbwqd7xylUOZOwei142mqQr6rrkgny7 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #UrVnfk0M1TbOTLeeRAItIHGgSPSBWAqO {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #JKgX1yd66twO9EFfDt7mQcUE0PBmOuiW {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #PCpIatEWFmkh0TleLQ5Il2lZTzodhqwW { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #mGTCiQMVMesRdViLz52FsUBhHoxTEMwC {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #EIFHFxsOoVqTMSn4eHxSCzVLsc3plI5A {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #H05VgQx7aATNqleiZshWFJXQguMEu3Vv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #xLFqDSoDTfQw2E8G4gFQer9m24UWGahB {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #CU3Ml8xtoDJmSU7CdrD6Iu7tqf7XzTnJ {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #d1Nbz3FCnpireIAVozJQN21knW9b2XVE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #X9yUB9cKOKR9tRgbTWD38XdTH0StCR1f {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #HLWRViBT4lHwMSaZc08V388qaTNrN1VF {  }
 }@media only screen and (max-width: 763px) { #faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 { display:block; }#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzDMpGkSUCQLotpOXtaaHwUVEmaQ5Tuy { width:18.125rem;height:4.375rem;top:2rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA6e1vM3F27wIQgorx3XvEn8DiT7XEzQ { display:block; }
 }@media only screen and (max-width: 763px) { #d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm { display:block; }#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDzibVSZW9HewFkcfxgEXVvCqLp2FbTU { top:4.625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6WFVQq7hBqA80r7GSDcF9Z08KTeCpTg { top:1.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV { display:block; }#F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCogrqFe2BFVyDU0K5ZZMBbXKCyfPT54 { width:29.5625rem;height:36rem;top:8.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpmu5fCwBt4B6REi8NDVS50L0O1sDs6D { top:8.875rem;left:24.8125rem;width:22.9375rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVvOOgOVu7KyQIPoEE7coHK15tqxATke { top:2.875rem;left:0rem;width:29.9375rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO7yTuoUFEIpocoW9octWyUMrRQhQglc { top:6.5rem;left:0rem;width:21.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa { display:block; }#QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQi6ckV6oOyqpmH4ZsLeLohKOEAogM3d { width:28.3125rem;height:36rem;top:8.875rem;left:19.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1yXI69tbo52c2VXLbDwTiuqcPsqPETR { top:3.0625rem;left:17.5rem;width:30.25rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVr3GTVNypUOzbvSJ4TJInulV8fTJ88T { top:7.125rem;left:23.0625rem;width:21.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn9DKnoLCc59zzuzfra3dBf65ThXiHgD { top:8.8125rem;left:0rem;width:23.375rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWyktMvaAG274CkKuXMPTudtfu0c4eyN { display:block; }#HWyktMvaAG274CkKuXMPTudtfu0c4eyN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts1Nkc46dvXxnEUwEbNxZzxdEP4fOClu { width:18.125rem;height:4.375rem;top:3.3125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQVztuH6k0UI8EkPed5yumSRH9WEBE12 { display:block; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { top:19.5625rem;left:0rem;width:12.25rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irzVki48nN7u2mKz49zGVULCNDU1Wi8O { top:14.875rem;left:0rem;width:11.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { top:20.5rem;left:20.5625rem;width:12.25rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { top:14.875rem;left:20.5625rem;width:12.25rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { top:22.5rem;left:35.5rem;width:12rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { top:14.875rem;left:36.5rem;width:11.25rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOEDv0yLZPfeaTthG1lov8UfT47SJAUS { top:0.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhoJV4Se9DRWVIG49HTbLgK1UCZ8HTnv { top:3.9375rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO7rToTNqgr9ZloegRCuo7WCu9TNwI35 { top:44.5rem;left:0rem;width:13.25rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2uaph93D1SUDWUHTyXvgWwVeBu9pnQJ { top:44.5rem;left:20.5625rem;width:12.25rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HipuTWDEntrFHzwVDxTFXdiO6lFTyshB { top:44.5rem;left:35.5rem;width:12.25rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol7z7MQE5uzDpwmR7fBt4BdZI4DvTEnI { top:38.1875rem;left:0rem;width:11.25rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9sSMFDD5EfWoXt9G6TduWXxh3SgJysW { top:38.1875rem;left:20.5625rem;width:11.25rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcHOTWdRGd8KoTOF5XPilbBabRRt4DH7 { top:38.1875rem;left:36.5rem;width:11.25rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEdTkvxwtZLXgfzVw9O3guWIBNX7RGwM { top:15.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm32TnXfvzUecavFagy5tTedNoeLcAXV { top:15.0625rem;left:17.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQmK5AMBPNEGaqTICCeQPbUldnCRsO3A { top:15.0625rem;left:38.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCVfiMJas0g8hlz1CA45P75TGW4UkhsU { top:38.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSgPJpFHVwe6OAcSqNJQrS3x8L7BffRb { top:38.1875rem;left:17.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXOB9SXNPTtbAF0zHvmJhaRkTSack0vC { top:38.1875rem;left:38.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 { display:block; }#O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcaogkCIDqZC8JIG5dcA3HSqar25EFfB { width:47.375rem;height:6.75rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZG28sINZlVrnATHwtzqPKaZs8iJaoB3 { width:29.875rem;height:2.25rem;top:4.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.9375rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt { width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #AZWQTB1Th6ylIrTR1LiuuXDkel2wq4qy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #N9OUhq7ALGpH53dEO6HhwXkDp0Gkrvtt {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #Tc3FNPiE9ZhpXJyKXc8f5CTy5VgoVcGA {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #d4SF98Zq0RGFpi6zPtzPohOWE3ip6fsb { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #GAuUWOluxPqwOC8kgBHce5Mv968fOzbM {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #WyEl16sgQ7wyhfakXeibaN8eJaWwxFde {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #KvlKHTRGuewLsJCSz1NioZQu17494hu1 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #tsaIAqJCeylqM45V7TTvttETIgAXKMKW {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #vsNiXxqIXuWOXiJOtxyBgVzwuVTJO729 {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #m5UI8qzIAoFqRFoZISS3cSmkoGVzCxEX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #eyhCnBchGFM5PQURi5IgkITwfX4thEiG {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #BTQXCmTsK3eu2KQCTiK2aogqeeIUaHiB {  }
 }@media only screen and (max-width: 763px) { #h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge { display:block; }#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkdFrEZTCGm4l7uRsfaKwq5nxgLcsCh4 { width:18.125rem;height:4.375rem;top:3rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRW3bS17uIpgwGp1DUvXTJHnWmzTEV4l { display:block; }
 }@media only screen and (max-width: 763px) { #GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn { display:block; }#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpTW4tHk3VMMD2OyWbcb5IU2G8Lr1M7P { top:0.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmTMmVR8W6E1ncV02NezVhZH4AumOZIi { top:3.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr { display:block; }#qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFRsuBX0eegCTpy0K6XKi3uf2M5AseCm { width:27.1875rem;height:41.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIcAJgoPkvAWylXimHJ5EpRhGlzrydnK { width:27.1875rem;height:41.6875rem;top:0.625rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvrUezyVC7MFeaSSAwgv0x6PDx2kb3s { width:25.4375rem;height:14rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cay1FQlFzdPncWt7qzUC2QP2stz2slfn { width:25.4375rem;height:14rem;top:1.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZ4L0lAW1B6CB1Roz9TczNLoNiNDPI7 { top:16.5625rem;left:0rem;width:24.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqqPJyfHbKdpfcZ7ylWBDO8gibVJQuia { top:16.5625rem;left:23.375rem;width:24.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppIXXamyhProi1Vl9L4mUT10s3UQi2KA { top:25.5625rem;left:0rem;width:24.75rem;height:16rem;font-size:1rem;display:block; }#ppIXXamyhProi1Vl9L4mUT10s3UQi2KA li:before{  }
 }@media only screen and (max-width: 763px) { #ZskCs6NoFM77EZvNZqv8VuoTQhPhh90R { top:23.6875rem;left:23rem;width:24.75rem;height:6.9375rem;font-size:1rem;display:block; }#ZskCs6NoFM77EZvNZqv8VuoTQhPhh90R li:before{  }
 }@media only screen and (max-width: 763px) { #LlUWcc1hpXaba7i3WTxC6DGP71o5f4W6 { top:19.3125rem;left:0rem;width:21.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVO2BFLzwadAaoMK8dkPwpbofJAZQiUS { top:19.3125rem;left:23.875rem;width:21.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Wp9rpPrwU8QZPxSKpAHPLMgAlsSoPz { top:20.0625rem;left:0rem;width:24.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD7m0fGN7eR0hCgNQ2pZc0u2prNTqELu { top:20.0625rem;left:23rem;width:24.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuuU0BqsiKw6MKqpntWKMwMTgyaOJW25 { top:32.0625rem;left:23rem;width:24.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri { display:block; }#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { top:2.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { top:6rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQhHqFEzXUMcJo20zJo9Z3zuZ5lNkmS0 { top:16.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { top:16.9375rem;left:1.46875rem;width:18.625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB5HKDhfyNLxzSXdHf1cFWUaiGfUHUl5 { top:17.8125rem;left:0rem;width:3.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBhzarwOln9ICfeSMTXifF049T8qCV32 { top:27.6875rem;left:1.46875rem;width:18.0625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN3GZ0TNsshk7SBNGLhSrmetBbBd5EUc { top:27.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcUXGxgZLvP57MTEIgzxGrpBSS1LFeFq { top:28.5625rem;left:0rem;width:3.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV1lPoA3dwuIQl3P5AAVOC5TBGFo7tiQ { top:42.0625rem;left:1.5rem;width:18.5625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0tPMRLnuUp0FJKiX62BVaSpnaaJJkJX { top:42.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWPGviEJv0bCxlrWl4c26zKJTVakmsnb { top:42.9375rem;left:0rem;width:3.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-regular-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-text { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-textarea { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-select { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-button { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-checkbox-label { width:22.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ  { width:24.1875rem;height:auto;top:15.5rem;left:21.0625rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .radio-container { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ {display:block;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ { width:24.1875rem;height:auto;top:15.5rem;left:21.0625rem; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #MITRVCcUSaBaGUFbP0pGLnRN1oyIKAKH {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #e99nuWFZluoS0UtOTsxEXS4N0vda91Sr {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #FaU1uhCyEZzlufCQluV7VvDOyZL5yowa {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #RhNaaEr88znhJafVx6ORMOu09Jm37I7K {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #wonV6dA9TCAp5GGXHyrK1cByrqotVNnW {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #df8hF34oeT9N46Hbg7mMUqgLJnNy0Jwa {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #PohHhb5uZbcPrskCWh5CaIRM1S9wstoQ {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #iEWRnQzAMVV0JasKoHXGDJHaqODAcluG {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #SPhCFuCf3GiIEDoBXqRNZg7piT6nvang {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #RTcL9QwvsMJQWkZIBBbFw6l3ukxRbFap {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #xTTMNFJiOIoSLPtaHJugneXg9hpaICDa {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #FQAcO9NxBN1Ebn1IMmu8TFscFyer4SFh {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #cQS2bTQghWRNHaHIbDJLmEDeZTEf3WiH {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #reyiNmQ6CDkXVeGvupT2O7uHqozOc0sg {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #NJR3W1rvuIf6SGO7dnRLH20n55CPFWmk {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #VPCBErGhf1UIW7ShE1ZHoEV5A3cr6bcw {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #i8qKGau84v3W4EAl6rQNm7MKBui4vAmK {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #bRPeicuPfUV0UVs8R7DQ6U9NmhWeOElI {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #TwVLUF7dN0nDfQZoo2GJaNuzZR6Jk7ul {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #VDCFswpfTNWZAQvz3nRUX7mL85pdTzbI {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #f1NxMA2S8fPVE0M2IDur1Ta7MTvcAczo {  }
 }@media only screen and (max-width: 763px) { #zaBNJftmQWD3Txv6OVvh46np247xdUy0 { display:block; }
 }@media only screen and (max-width: 763px) { #ytLD0JmrovRphKvZad3eXv0IbKOTHvd8 { display:block; }
 }@media only screen and (max-width: 763px) { #vwOfcZtlXPTveWOawITpAIgQZ17Ff7RT { display:block; }
 }@media only screen and (max-width: 763px) { #R5S7WrCeCgXclNzvMhFAOQQZEZV4Wn2T { display:block; }
 }@media only screen and (max-width: 763px) { #Qkqx5AQWJGZlu80ZQCxizQcbKtq3A3V7 { display:block; }
 }@media only screen and (max-width: 763px) { #GOrB3fZ7u28Kg3nCXsV4xnvXs6V5zifV { display:block; }
 }@media only screen and (max-width: 763px) { #q87Q2AhVhkB1JetBriWZvkPQOgQNqkdn { display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ZpbqmbhgM6hTsRotL3gzeEPdF2oLDV8g {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ryJIIHDyyKlAmC2TNvmDZLLxQfMzAhDc {  }
 }@media only screen and (max-width: 763px) { #IWM9mZrA3RPWoHiV3duryOyJP8MoWRMt { top:54.4375rem;left:1.46875rem;width:7.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV5af23Ec9zEmcNe850kkqwO7COodUve { top:56.9375rem;left:24.4375rem;width:18.5625rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT { display:block; }#DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lhby6iuCfoAmCdFUcFEn2UpOJEPmUk2z { width:25.875rem;height:3.875rem;top:7.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om3XXtB1KIqldJCAv6yaGu53IJW1XbeT { width:25.875rem;height:3.875rem;top:7.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoDkVzbr5sTtsOIF6XqiAiU2Nmh9Wal2 { width:25.875rem;height:3.875rem;top:7.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/44df1000-0cb0-47d0-9abc-6b0e9c17a0a7/freshlemonwithgreenleaveswhitebackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.74); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.74); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { width:9.375rem;height:3.3125rem;top:7.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpLi9ok8TqOJVSaSa1fRRT8im7TgU4n5 { width:8rem;height:1.875rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqeQnhPoznSkwlau5iTmFfoa6tPlbwi1 { display:block; }
 }@media only screen and (max-width: 763px) { #bKy0ryrs8TDcnrziA0BouaTZm3bgBtxV { width:3.125rem;height:1.875rem;top:1.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Bc6uKJfqSFodX1rsUW4O7UJCfQDcxt { display:block; }
 }@media only screen and (max-width: 763px) { #bIT7vlp8qMbrl7fW5hxELGcMkibMrD8o { width:8.1875rem;height:1.875rem;top:3.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqdfFgyqyocnEkvFwVdMAEwQ6lTU7GkN { display:block; }
 }@media only screen and (max-width: 763px) { #gk7oKPNCTde6q3fNuZqRoMz58JRmPcP9 { width:7.5rem;height:2.75rem;top:3.125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3IEyl259IVsoRzXS2ixR0fE00zGRnEf { display:block; }
 }@media only screen and (max-width: 763px) { #CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { width:15.75rem;height:2.79980625rem;top:13.125rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { width:20rem;height:4rem;top:17.421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { width:20rem;height:9.375rem;top:22.421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { width:9.625rem;height:3.4375rem;top:38.2353515625rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block; }
 }@media only screen and (max-width: 763px) { #e2t2TqWSGPZRoTM9surFepwi4COVUBRR { width:8.4375rem;height:3.4375rem;top:33.4228515625rem;left:5.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHcgBEDEa0g4IOaTgHLTgSTUQ1VcScw { display:block; }
 }@media only screen and (max-width: 763px) { #mevFa22LUoZD7JgXLnMJx7MT5opyWcQT { display:block; }#mevFa22LUoZD7JgXLnMJx7MT5opyWcQT > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoqvfqivXPg2isxa0RKEDmQsA6wTVs2Z { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG { display:block; }#PZvurF2iStkN6Ce0B5KXwBgvvqvw1DuG > .row .container { width:20rem;height:118.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6o2VTofWsKVbPSrSzTs15JGDrKzbNBD { width:19.75rem;height:13.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeXcDxxI5ekAgTAOUyHSOCwT7QxeJffy { width:9.3125rem;height:2.5996125rem;top:9.1875rem;left:5.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTQuvgo63q8A71PsctTU69i2b9r8Lyzb { width:19.75rem;height:14.8125rem;top:16.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HghqbLTxACw47ei6HFb5R3DNUFTar89i { width:19.75rem;height:13.625rem;top:32.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFaeHlKN6ilhiiLTi9w9gNuy3ueczWzT { width:8.5625rem;height:3.1494125rem;top:42.037109375rem;left:5.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hIPm7D5HCudgmsOdufTDQix7UdeT6D0B { width:18rem;height:4.3994125rem;top:3.25rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Edt8nNH7wIDA2xAfGs9JKZRA3C10b8fF { width:18rem;height:40.793rem;top:76rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ywNixNISGTp2KPKsrKzQpDiJeCG2aE4K { width:19.75rem;height:27.6875rem;top:47.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qro5s1MlJCKpsLMEX9TcLRhptIlSurFa { width:13.5rem;height:6.2988125rem;top:33.974609375rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #whuWQAyH4PqwKPLkWn1dpJONSatVvegF { display:none; }#whuWQAyH4PqwKPLkWn1dpJONSatVvegF > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q8OWRXTCkpVewon2IWonVAkvKrDLuMbW { width:3.4375rem;height:3.4375rem;top:1.25rem;left:8.25rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #hFt9HqqgS5ydpOT7TAepFrpQKyQf58vv { width:3.4375rem;height:3.4375rem;top:5.9375rem;left:8.25rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav { display:block; }#Jza4BzZ29vw7qJHXoQkHdUTHVzR6VMav > .row .container { width:20rem;height:150.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQTQyeIX5an1sCG6beKSogi0Vbh895dr { width:19.75rem;height:13.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVPPEL3g4QSTl55hS5uoWlP5bCU64zLM { width:9.3125rem;height:2.5996125rem;top:9.3125rem;left:5.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u8yv0SAJxHWLrrNSZnhROvq8sK3RfMHo { width:14.8125rem;height:14.8125rem;top:16.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rScTZ5zfGLM92lfew8bGGBXAr42NwITw { width:19.75rem;height:19.5rem;top:32.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3pOgXTaI1IQ2n0Czyfes7XQkyRazetq { width:8.5625rem;height:3.1494125rem;top:46.9375rem;left:5.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E6KXuUrHKXub72LRaGQ6K3o9HnT4PEea { width:18rem;height:4.3994125rem;top:3.375rem;left:0.65625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t4LiRLmCDBLTii53cXwMnq4JHPlWShCM { width:18rem;height:54.390625rem;top:94.3359375rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gMeFWwz2VHf1yGvRKFKdGSRD5hUDX8uw { width:19.75rem;height:19.75rem;top:52.3359375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAr3lDgFyLdGmHZDzDRIEWha9gXePtiI { width:15.3125rem;height:12.597625rem;top:32.703125rem;left:2.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xgfts7BLmcUBPn2zivfHGWQK9APw2K9J { width:19.75rem;height:19.75rem;top:73.3359375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO { display:none; }#WFQpWiLirWBsRVxe77EsC5QsmGEKTVdO > .row .container { width:20rem;height:9.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GyxrQ4sV5TGmDh3zBteL5ftkMhrhglTP { width:3.4375rem;height:3.4375rem;top:1.25rem;left:8.25rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mlffeJNXO3BkPTLTR7K8iTPeo2XzMs9J { width:3.4375rem;height:3.4375rem;top:5.9375rem;left:8.25rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND { display:block; }#OtJXnOLOmCZTFgNvIvio6gBiiAFpOwND > .row .container { width:20rem;height:105.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlXbDOkvA8764kOnZlxzirtE13dBLWdc { width:19.75rem;height:13.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClLscperP1wsbhLqtrPUhk8MVqGLIIuD { width:9.3125rem;height:2.5996125rem;top:9.375rem;left:5.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGcP3f05TOpO0swcPqvs7VXD6ne1cRtb { width:14.8125rem;height:14.8125rem;top:16.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkPkp74VsR1sQ1ATg2wMvtcO3D2aKAXv { width:19.75rem;height:13.625rem;top:32.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU4a6XZkBuDtnLxtaUqsFI2lFKliXMXl { width:8.5625rem;height:3.1494125rem;top:40.5625rem;left:5.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uF59xp9VRtZDgXEiNn7hTRZOI7kHSn7h { width:18rem;height:4.3994125rem;top:3.375rem;left:1.03125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RPMLCHqJ5XIrTMyUG3FZWEBHklfyUbwc { width:18rem;height:37.3935625rem;top:68.0625rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zK9PVFkGipmwn6SrJkMiwdJhCOSgQiw2 { width:19.75rem;height:19.75rem;top:47.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp4Q3mo3I9Ehps1qTOkEhtCdwp9ADgdC { width:15.375rem;height:4.72411875rem;top:32.8125rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 { display:none; }#DTHkWOMPnVMQT1TBSAocnOi3htM7lqT5 > .row .container { width:20rem;height:11.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qyul5aXxSuciGiph67nX2gfAUxA6liql { width:3.4375rem;height:3.4375rem;top:1.25rem;left:8.25rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #zdNR9MKyDtTQhFxanLZwOQHkP5kbRNDd { width:3.4375rem;height:3.4375rem;top:5.9375rem;left:8.25rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 { display:block; }#r2XbIzQ2NL6uJGmeHButXCx0s38hJMK5 > .row .container { width:20rem;height:84.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nd9HUgNKXcz6zdOmcRG7loS9at4f2v7c { width:19.75rem;height:13.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7CZhzvuUZ3F5Qx6FKt38UtOvddQBHT6 { width:9.3125rem;height:2.5996125rem;top:8.8125rem;left:5.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlcVvRRW5SBm3TXcNoxr9F8mfWEQrB8M { width:14.8125rem;height:14.8125rem;top:30.9013671875rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlCG7RPXrliGsPt0KpQk4Lg4eFNVQGx9 { width:19.75rem;height:13.625rem;top:16.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEdhSyKH4V07yK36KrDUVOK2t3yklhSS { width:8.5625rem;height:3.1494125rem;top:25.8779296875rem;left:5.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HgdXBqzMPDklO13DWDoVnJnTZZ47H96p { width:18rem;height:4.3994125rem;top:3.375rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #d7osVgNZWNgxoFg0polHHaQarhFCHRn3 { width:18rem;height:37.3935625rem;top:46.5888671875rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IaLT7H5ObZkMcPrDfQ0JoU3kp2zopzzV { width:12.5625rem;height:7.8735625rem;top:17.1875rem;left:3.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT { display:block; }#iXWPFTTuWyMATZtoAygJ50MkQT5CJrUT > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIczWTzeMqplJ1AoUhpdSdueWDPz41E8 { width:18.125rem;height:4.375rem;top:1.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmhoAQrX3dqbZAHTZXRiLGmbbkxLupfo { display:block; }
 }@media only screen and (max-width: 763px) { #TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 { display:block; }#TmtTKagd3FSHmLOaMhLUQfrHElEC1ly9 > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaGaoENgxvOSQgDXc8O864VH6V6KCfO4 { width:20rem;height:10.3984375rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:20rem;height:149.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { width:20rem;height:2.11230625rem;top:16.3623046875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { width:20rem;height:3rem;top:18.3623046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { width:15.625rem;height:15.625rem;top:0rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9uqq9no7WgGhkkTcus51twSpU6cPXL { width:3.875rem;height:3.875rem;top:22.7998046875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { width:12.5625rem;height:3.57421875rem;top:28.296875rem;left:3.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { width:12.5625rem;height:5.5996125rem;top:31.734375rem;left:3.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { width:3.875rem;height:3.875rem;top:58.640625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { width:12.5625rem;height:3.57421875rem;top:63.83984375rem;left:3.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { width:12.5625rem;height:9.7993125rem;top:67.27734375rem;left:3.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { width:4rem;height:4rem;top:133.7265625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { width:3.625rem;height:3.625rem;top:39.546875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { width:12.5625rem;height:5.361325rem;top:44.58203125rem;left:3.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { width:12.5625rem;height:6.9995rem;top:49.76953125rem;left:3.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { width:3.875rem;height:3.875rem;top:79.384765625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { width:11.6875rem;height:3.57421875rem;top:118.23828125rem;left:4.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { width:13.4375rem;height:9.7993125rem;top:121.67578125rem;left:3.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQ2TRo6GLyHDAaotNcSTq2PpVLuzCXFu { width:3.875rem;height:3.875rem;top:96.04296875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { width:12.5625rem;height:3.57421875rem;top:139.49609375rem;left:3.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6NoOZKbsA1zW6habFebEufUwCqlEqnm { width:12.5625rem;height:5.5996125rem;top:142.93359375rem;left:3.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODsxtO10vg46ulN2fCUwPx5CHlZkKX3E { width:12.5625rem;height:1.7871125rem;top:84.734375rem;left:3.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUxmlTZw7bu7qKoToSLqGFpifMXK55hQ { width:14.4375rem;height:6.9995rem;top:86.421875rem;left:2.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJG37aKfAKVIvi37nSTUVKEfbWvffRul { width:10rem;height:3.57421875rem;top:101.6171875rem;left:5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPBoyaxIuKZXcXudHnVZNqrKltKFRvZm { width:3.875rem;height:3.875rem;top:113.08984375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7DKnneP8mCuOql6Kr4feWFBIp6kPSBs { width:12.5625rem;height:5.5996125rem;top:105.0546875rem;left:3.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL { display:block; }#hvNcSUwBGXzWwa4Gd2VXG0JrT4fkI3eL > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqT8gkhSdFT5DI9rcoTlufbweoaMDkTm { width:11.25rem;height:7.1484375rem;top:17.884765625rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p32fbJWO9AyZnO9CTCd4PGXq7xJ0Ri9b { width:11.25rem;height:7.1484375rem;top:25.759765625rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q45ICkN87AKRONKNXD5A3Uw6lGGiASko { width:11.25rem;height:7.1484375rem;top:34.283203125rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmufLRR9BHwC9mqk1aVCPi0cT2D0CXlt { width:20rem;height:6.3369375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOLhVydOL1FqHmn5htVTZg538GoHDZFi { width:20rem;height:7.7988125rem;top:8.8369375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNd6JQvnPUfbFyXkcwGxy23FCxulb7Le { width:11.25rem;height:5.361325rem;top:42.744140625rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGTeGKc85NpBmtdEciCTkWvPdhtAm18a { width:11.25rem;height:5.361325rem;top:49.2529296875rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggis50Ecl0qCuDhtDwhVb3E7mxr9ykJX { width:11.25rem;height:5.361325rem;top:55.6904296875rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDxe47Mw2h5gqLrHRVqpG3Rnau2wST7u { width:3.125rem;height:3.125rem;top:49.2529296875rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opfXCPZycwHRFfrVJVc3ywddRlkpzH2f { width:3.125rem;height:3.125rem;top:55.6904296875rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQzeu4nsNeOEutoS921TcIZRlm5vodq1 { width:3.125rem;height:3.125rem;top:17.884765625rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7Qis9UPv6JbbxqCOykAw7Cw73cG0Qzd { width:3.125rem;height:3.125rem;top:25.759765625rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmzzLaDyDmVsRLv7L7REEq5tveuuSIpT { width:3.125rem;height:3.125rem;top:34.283203125rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0nLmmkQc0GcUiwTugtizJpsbeAA5lW0 { width:3.125rem;height:3.125rem;top:42.744140625rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rARRZgVttwWZvwy5pqyA21ZUlGq3OANu { width:20rem;height:15.375375375376rem;top:71.627975rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w { display:block; }#adzGNMaPzMT8ZnCnwKvEVxsheOuJTK6w > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELpUb2mpSiHtJDQyZnxAlUOdOwp3wymT { width:19.625rem;height:6.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZhfJfowCffS9d2qaSHzSQD6HqFgx82T { width:15rem;height:3.25rem;top:3.67578125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#000000; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:0.6875rem;position:relative;font-size:0.75rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#gpI9PMcCll7cLbMlVSwsDDsZvDb3319r { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #fmbwqd7xylUOZOwei142mqQr6rrkgny7 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #UrVnfk0M1TbOTLeeRAItIHGgSPSBWAqO {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #JKgX1yd66twO9EFfDt7mQcUE0PBmOuiW {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #PCpIatEWFmkh0TleLQ5Il2lZTzodhqwW { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #mGTCiQMVMesRdViLz52FsUBhHoxTEMwC {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #EIFHFxsOoVqTMSn4eHxSCzVLsc3plI5A {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #H05VgQx7aATNqleiZshWFJXQguMEu3Vv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #xLFqDSoDTfQw2E8G4gFQer9m24UWGahB {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #CU3Ml8xtoDJmSU7CdrD6Iu7tqf7XzTnJ {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #d1Nbz3FCnpireIAVozJQN21knW9b2XVE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #X9yUB9cKOKR9tRgbTWD38XdTH0StCR1f {  }
 }@media only screen and (max-width: 763px) { #gpI9PMcCll7cLbMlVSwsDDsZvDb3319r #HLWRViBT4lHwMSaZc08V388qaTNrN1VF {  }
 }@media only screen and (max-width: 763px) { #faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 { display:block; }#faTmJhWEnSQT5XTQZtCWIT4dkfPp2LR6 > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzDMpGkSUCQLotpOXtaaHwUVEmaQ5Tuy { width:18.125rem;height:4.375rem;top:1.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA6e1vM3F27wIQgorx3XvEn8DiT7XEzQ { display:block; }
 }@media only screen and (max-width: 763px) { #d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm { display:block; }#d725n4ZNEMET2VT1TeFXD8EKpSmXQcpm > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDzibVSZW9HewFkcfxgEXVvCqLp2FbTU { width:20rem;height:5.19921875rem;top:4.61230625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6WFVQq7hBqA80r7GSDcF9Z08KTeCpTg { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV { display:block; }#F0ecJ9GmI6qhXQ5dtwsa8J1XgkRPiITV > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCogrqFe2BFVyDU0K5ZZMBbXKCyfPT54 { width:20rem;height:39.375rem;top:29.7373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpmu5fCwBt4B6REi8NDVS50L0O1sDs6D { width:15.0625rem;height:22.625rem;top:5.3623046875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVvOOgOVu7KyQIPoEE7coHK15tqxATke { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JO7yTuoUFEIpocoW9octWyUMrRQhQglc { width:19.9375rem;height:1.6875rem;top:4.61230625rem;left:0rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa { display:block; }#QCcCTDWUNtQy5ZqGeI8RBM8xRBlZk7Pa > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQi6ckV6oOyqpmH4ZsLeLohKOEAogM3d { width:20rem;height:38.0625rem;top:29.8623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1yXI69tbo52c2VXLbDwTiuqcPsqPETR { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVr3GTVNypUOzbvSJ4TJInulV8fTJ88T { width:19.9375rem;height:1.6875rem;top:4.61230625rem;left:0rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Zn9DKnoLCc59zzuzfra3dBf65ThXiHgD { width:15.0625rem;height:22.625rem;top:5.1748046875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWyktMvaAG274CkKuXMPTudtfu0c4eyN { display:block; }#HWyktMvaAG274CkKuXMPTudtfu0c4eyN > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts1Nkc46dvXxnEUwEbNxZzxdEP4fOClu { width:18.125rem;height:4.375rem;top:1.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQVztuH6k0UI8EkPed5yumSRH9WEBE12 { display:block; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:20rem;height:160.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { width:12.25rem;height:13.125rem;top:27.197265625rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irzVki48nN7u2mKz49zGVULCNDU1Wi8O { width:11.25rem;height:3.57421875rem;top:22.74805rem;left:4.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { width:12.25rem;height:13.125rem;top:54.470703125rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { width:11.25rem;height:7.1484375rem;top:46.32226875rem;left:4.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { width:12.25rem;height:9.1875rem;top:81.93164375rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { width:11.25rem;height:7.1484375rem;top:73.53320625rem;left:4.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOEDv0yLZPfeaTthG1lov8UfT47SJAUS { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhoJV4Se9DRWVIG49HTbLgK1UCZ8HTnv { width:20rem;height:10.3984375rem;top:6.7246125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO7rToTNqgr9ZloegRCuo7WCu9TNwI35 { width:13.25rem;height:13.125rem;top:101.7626953125rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2uaph93D1SUDWUHTyXvgWwVeBu9pnQJ { width:12.25rem;height:10.5rem;top:125.2001953125rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HipuTWDEntrFHzwVDxTFXdiO6lFTyshB { width:12.25rem;height:11.8125rem;top:147.7626953125rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ol7z7MQE5uzDpwmR7fBt4BdZI4DvTEnI { width:11.25rem;height:5.361325rem;top:95.494140625rem;left:4.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9sSMFDD5EfWoXt9G6TduWXxh3SgJysW { width:11.25rem;height:5.361325rem;top:119.08984375rem;left:4.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcHOTWdRGd8KoTOF5XPilbBabRRt4DH7 { width:11.25rem;height:5.361325rem;top:141.7626953125rem;left:4.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEdTkvxwtZLXgfzVw9O3guWIBNX7RGwM { width:3.125rem;height:3.125rem;top:18.998046875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm32TnXfvzUecavFagy5tTedNoeLcAXV { width:3.125rem;height:3.125rem;top:42.259765625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQmK5AMBPNEGaqTICCeQPbUldnCRsO3A { width:3.125rem;height:3.125rem;top:69.783203125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCVfiMJas0g8hlz1CA45P75TGW4UkhsU { width:3.125rem;height:3.125rem;top:92.431640625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSgPJpFHVwe6OAcSqNJQrS3x8L7BffRb { width:3.125rem;height:3.125rem;top:137.9501953125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXOB9SXNPTtbAF0zHvmJhaRkTSack0vC { width:3.125rem;height:3.125rem;top:116.02734375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 { display:block; }#O3yHKxKuk7L4NEdgFDK62PyWcHmOVpF6 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcaogkCIDqZC8JIG5dcA3HSqar25EFfB { width:19.625rem;height:6.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZG28sINZlVrnATHwtzqPKaZs8iJaoB3 { width:15rem;height:3.25rem;top:3.67578125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#000000; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:0.6875rem;position:relative;font-size:0.75rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#c2runK270ABccAEbsWUOkIvJcMDD8BSt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #AZWQTB1Th6ylIrTR1LiuuXDkel2wq4qy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #N9OUhq7ALGpH53dEO6HhwXkDp0Gkrvtt {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #Tc3FNPiE9ZhpXJyKXc8f5CTy5VgoVcGA {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #d4SF98Zq0RGFpi6zPtzPohOWE3ip6fsb { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #GAuUWOluxPqwOC8kgBHce5Mv968fOzbM {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #WyEl16sgQ7wyhfakXeibaN8eJaWwxFde {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #KvlKHTRGuewLsJCSz1NioZQu17494hu1 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #tsaIAqJCeylqM45V7TTvttETIgAXKMKW {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #vsNiXxqIXuWOXiJOtxyBgVzwuVTJO729 {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #m5UI8qzIAoFqRFoZISS3cSmkoGVzCxEX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #eyhCnBchGFM5PQURi5IgkITwfX4thEiG {  }
 }@media only screen and (max-width: 763px) { #c2runK270ABccAEbsWUOkIvJcMDD8BSt #BTQXCmTsK3eu2KQCTiK2aogqeeIUaHiB {  }
 }@media only screen and (max-width: 763px) { #h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge { display:block; }#h3DN9wChHXCOnZsqQB2ln0qg0Ou2fbge > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkdFrEZTCGm4l7uRsfaKwq5nxgLcsCh4 { width:18.125rem;height:4.375rem;top:1.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRW3bS17uIpgwGp1DUvXTJHnWmzTEV4l { display:block; }
 }@media only screen and (max-width: 763px) { #GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn { display:block; }#GpvGJNM9ltd6NKGwgpR0CJvs33xO0nbn > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpTW4tHk3VMMD2OyWbcb5IU2G8Lr1M7P { width:20rem;height:6.3369375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmTMmVR8W6E1ncV02NezVhZH4AumOZIi { width:20rem;height:5.19921875rem;top:8.8369375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr { display:block; }#qk2k2dsdsJMQzJmqRc3GoLWrxZM1UJJr > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFRsuBX0eegCTpy0K6XKi3uf2M5AseCm { width:20rem;height:42.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIcAJgoPkvAWylXimHJ5EpRhGlzrydnK { width:20rem;height:36.6875rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvrUezyVC7MFeaSSAwgv0x6PDx2kb3s { width:18.8125rem;height:14rem;top:1.875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cay1FQlFzdPncWt7qzUC2QP2stz2slfn { width:20rem;height:14rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZ4L0lAW1B6CB1Roz9TczNLoNiNDPI7 { width:18.5625rem;height:1.7871125rem;top:17.1875rem;left:0.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqqPJyfHbKdpfcZ7ylWBDO8gibVJQuia { width:17.5625rem;height:3.57421875rem;top:60.17578125rem;left:0.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppIXXamyhProi1Vl9L4mUT10s3UQi2KA { width:18.5625rem;height:17.5rem;top:25.1875rem;left:0.71875rem;font-size:1rem;display:block; }#ppIXXamyhProi1Vl9L4mUT10s3UQi2KA li:before{  }
 }@media only screen and (max-width: 763px) { #ZskCs6NoFM77EZvNZqv8VuoTQhPhh90R { width:19.125rem;height:6.9375rem;top:70rem;left:0.4375rem;font-size:1rem;display:block; }#ZskCs6NoFM77EZvNZqv8VuoTQhPhh90R li:before{  }
 }@media only screen and (max-width: 763px) { #LlUWcc1hpXaba7i3WTxC6DGP71o5f4W6 { width:19.9375rem;height:1.6875rem;top:19.9375rem;left:0rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TVO2BFLzwadAaoMK8dkPwpbofJAZQiUS { width:19.9375rem;height:1.6875rem;top:63.6875rem;left:0rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #S6Wp9rpPrwU8QZPxSKpAHPLMgAlsSoPz { width:18.9375rem;height:4.5rem;top:19.9375rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD7m0fGN7eR0hCgNQ2pZc0u2prNTqELu { width:18.875rem;height:4.5rem;top:64.51171875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuuU0BqsiKw6MKqpntWKMwMTgyaOJW25 { width:19rem;height:3rem;top:77.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri { display:block; }#cPuzwz0puWIhVzG3t2qBhTa8iSqn0Lri > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DJgrWaNk/bg5.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.adaptive-delivery-prevent-bg, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyload, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyloading { background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:20rem;height:120.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { width:20rem;height:7.7988125rem;top:4.61230625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQhHqFEzXUMcJo20zJo9Z3zuZ5lNkmS0 { width:3.125rem;height:3.125rem;top:13.66018125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { width:14.75rem;height:12rem;top:18.16018125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB5HKDhfyNLxzSXdHf1cFWUaiGfUHUl5 { width:3.25rem;height:1.4624rem;top:14.5547125rem;left:8.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBhzarwOln9ICfeSMTXifF049T8qCV32 { width:13.6875rem;height:16.5rem;top:35.91018125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN3GZ0TNsshk7SBNGLhSrmetBbBd5EUc { width:3.125rem;height:3.125rem;top:31.41018125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcUXGxgZLvP57MTEIgzxGrpBSS1LFeFq { width:3.25rem;height:1.4624rem;top:32.2734625rem;left:8.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV1lPoA3dwuIQl3P5AAVOC5TBGFo7tiQ { width:14.875rem;height:13.5rem;top:58.16018125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0tPMRLnuUp0FJKiX62BVaSpnaaJJkJX { width:3.125rem;height:3.125rem;top:53.66018125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWPGviEJv0bCxlrWl4c26zKJTVakmsnb { width:3.25rem;height:1.4624rem;top:54.5547125rem;left:8.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.75rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.75rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:3.9375rem;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:1rem;overflow:hidden; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-checkbox-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ  { width:21.4375rem;height:auto;top:72.84765625rem;left:0rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ {display:block;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ { width:21.4375rem;height:auto;top:72.84765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #MITRVCcUSaBaGUFbP0pGLnRN1oyIKAKH {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #e99nuWFZluoS0UtOTsxEXS4N0vda91Sr {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #FaU1uhCyEZzlufCQluV7VvDOyZL5yowa {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #RhNaaEr88znhJafVx6ORMOu09Jm37I7K {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #wonV6dA9TCAp5GGXHyrK1cByrqotVNnW {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #df8hF34oeT9N46Hbg7mMUqgLJnNy0Jwa {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #PohHhb5uZbcPrskCWh5CaIRM1S9wstoQ {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #iEWRnQzAMVV0JasKoHXGDJHaqODAcluG {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #SPhCFuCf3GiIEDoBXqRNZg7piT6nvang {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #RTcL9QwvsMJQWkZIBBbFw6l3ukxRbFap {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #xTTMNFJiOIoSLPtaHJugneXg9hpaICDa {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #FQAcO9NxBN1Ebn1IMmu8TFscFyer4SFh {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #cQS2bTQghWRNHaHIbDJLmEDeZTEf3WiH {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #reyiNmQ6CDkXVeGvupT2O7uHqozOc0sg {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #NJR3W1rvuIf6SGO7dnRLH20n55CPFWmk {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #VPCBErGhf1UIW7ShE1ZHoEV5A3cr6bcw {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #i8qKGau84v3W4EAl6rQNm7MKBui4vAmK {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #bRPeicuPfUV0UVs8R7DQ6U9NmhWeOElI {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #TwVLUF7dN0nDfQZoo2GJaNuzZR6Jk7ul {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #VDCFswpfTNWZAQvz3nRUX7mL85pdTzbI {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #f1NxMA2S8fPVE0M2IDur1Ta7MTvcAczo {  }
 }@media only screen and (max-width: 763px) { #zaBNJftmQWD3Txv6OVvh46np247xdUy0 { display:block; }
 }@media only screen and (max-width: 763px) { #ytLD0JmrovRphKvZad3eXv0IbKOTHvd8 { display:block; }
 }@media only screen and (max-width: 763px) { #vwOfcZtlXPTveWOawITpAIgQZ17Ff7RT { display:block; }
 }@media only screen and (max-width: 763px) { #R5S7WrCeCgXclNzvMhFAOQQZEZV4Wn2T { display:block; }
 }@media only screen and (max-width: 763px) { #Qkqx5AQWJGZlu80ZQCxizQcbKtq3A3V7 { display:block; }
 }@media only screen and (max-width: 763px) { #GOrB3fZ7u28Kg3nCXsV4xnvXs6V5zifV { display:block; }
 }@media only screen and (max-width: 763px) { #q87Q2AhVhkB1JetBriWZvkPQOgQNqkdn { display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ZpbqmbhgM6hTsRotL3gzeEPdF2oLDV8g {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ryJIIHDyyKlAmC2TNvmDZLLxQfMzAhDc {  }
 }@media only screen and (max-width: 763px) { #IWM9mZrA3RPWoHiV3duryOyJP8MoWRMt { width:7.3125rem;height:2.5625rem;top:114.93359375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV5af23Ec9zEmcNe850kkqwO7COodUve { width:18.5625rem;height:0.9375rem;top:111.97265625rem;left:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT { display:block; }#DBVXRtfKp2S8vOdALLKlGSlHPJXs6ZGT > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lhby6iuCfoAmCdFUcFEn2UpOJEPmUk2z { width:20rem;height:4.87305rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om3XXtB1KIqldJCAv6yaGu53IJW1XbeT { width:20rem;height:2.923825rem;top:7.623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoDkVzbr5sTtsOIF6XqiAiU2Nmh9Wal2 { width:20rem;height:8.7715rem;top:12.0458984375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }