.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O > .row .container { background-color: transparent; background-image: none; }#sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O > .row .container > .video-iframe-container { display: none; }#sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O > .row > .video-iframe-container { display: none; }#sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O > .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); }#sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O > .row .container { border-width: 0; border-radius: 0; }#sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#Vm16EPyGp8FrKAB9TCgtVLc6ohNLKdTK { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.78125rem;left:16.0625rem;height:1.4621125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#sVwEcd98xugC0J45scC323yR5DW64IFt { background-color:#ff3939;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.28125rem;left:51rem;display:block; }
#tODUW32RvCQnqGLUpQ84UCS3vq6gvRZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA .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.255625rem;margin-bottom:0;margin-left:0.255625rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#f9f9f9;padding-top:0.37875rem;padding-right:0.06375rem;padding-bottom:0;padding-left:0.06375rem;display:block;width:2.75rem;height:1.830625rem;position:relative;font-family:roboto;font-size:1.704375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA .widget-text.counter-label { background-color:;background-image:none;color:#f9f9f9;padding-top:0;padding-right:0.06375rem;padding-bottom:0.2525rem;padding-left:0.06375rem;display:block;width:2.75rem;height:0.47375rem;position:relative;font-family:roboto;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA { 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;box-shadow: none;display:block;width:13.75rem;height:3.625rem;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:0.6875rem;left:35.625rem;z-index:15003;display:block; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #aGSnxWMabCMGvsq0fx4QaBurrMQqadnu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #yuqyylrkX8DfLUWu8782x4AqXWuwrlFS { display:block; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #w8gMzivXA9R2SqTm5CoNpS5L0t9PwkLv { display:block; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #OTiPp3mSQpETXFFVHcEbQAkSRHy42z9q { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #tRmfBp1ZdTNt1w5Rp6u8DehiPK0Z1BDe { display:block; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #t8oPHC2643A1DTgZ6bnIM0JXBlLUCDsZ { display:block; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #MmF4S1Gn5h5LP8GvSe5FhSJL1x7q6LSc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #BD8VW2r7IZiOiwFFB7N5m2f8kXoZwXnW { display:block; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #uGLe8qP7oLn6LnctTxf3M2lysIUKwHIk { display:block; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #z3Qcm9E8VP5cX8psetWSVCCVtge94AgN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #kCZIusa69T9KepVws0A0OasfqqHnaOAv { display:block; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #hruztEkzMiru4FC2ZHwe8LIxBH3qNHy7 { display:block; }
#dZgZKy8iqTFuMoeqnABQV3Gu4uiHdJEI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:12.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL.adaptive-delivery-prevent-bg, #TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL.lazyload, #TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL.lazyloading { background-image: none; }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row .container { background-color: transparent; background-image: none; }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row .container > .video-iframe-container { display: none; }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row > .video-iframe-container { display: none; }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .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); }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row .container { border-width: 0; border-radius: 0; }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#s6b1a20a1a7bcf785e5c3983856a6704 { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"roboto condensed";font-size:3.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:7.9985690116881rem;left:0rem;height:8.3995625rem;font-style:normal;display:block; }
#cf286d43b0184f93c1ef0c7c429166ef { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.4987683296204rem;left:0rem;height:2.43675rem;font-style:normal;display:block; }
#oe0826adbac31d7281d8547adcc9ee07 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:32.25rem;top:8.5541911125181rem;left:27.248331069946rem;overflow:hidden;display:block; }
#F36f26d5e56579406111511f2f1611d1 { color:#000000;display:block;width:25.125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:16.436268329621rem;left:0rem;height:3.49810625rem;font-style:normal;display:block; }
#gde55f972b12b733b9d6b3a579bdc384 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:18rem;top:22.999365329742rem;left:0rem;overflow:hidden;display:block; }
#b0e303acef05030c43abd3872d2d4be9 { background-color:#ed5a0a;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.24853181839rem;left:0rem;display:block; }
#X4bdfd6b4f0b1773547e86efbefd3cc8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jf0cf50c2406ef13f27442329fff17ca { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.81075rem;width:9.0609375rem;top:31.746185779571rem;left:4.4678363800049rem;overflow:hidden;display:block; }
#r5736f2848215e37611c99c220936815 { color:#ff4b05;display:block;width:12.496rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:33.368324756622rem;left:30.182493209839rem;height:1.78725625rem;font-style:italic;display:block; }
#b3c6e8d67afd2c1e66223fe7e23b11ba { color:#000000;display:block;width:12.498rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:33.09597826004rem;left:47.186109542847rem;height:3.90065625rem;display:block; }
#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI > .row .container { background-color: transparent; background-image: none; }#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI > .row .container > .video-iframe-container { display: none; }#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI > .row > .video-iframe-container { display: none; }#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI > .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); }#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI > .row .container { border-width: 0; border-radius: 0; }#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#FPXlBz5XZcX86SHnzpI0qwTuCiqiRnNS { color:#242629;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.6555875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#KG1Z6Vm0RrWBQTpICaWsD0nhT4svl7WZ { color:#7a828e;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0.0625rem;height:2.92421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AN5APh727nyVUMWaFp9EnyIF1pPOr5TJ { color:#242629;display:block;width:30rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:16.03125rem;left:0rem;height:9.9585rem;font-style:normal;display:block; }#AN5APh727nyVUMWaFp9EnyIF1pPOr5TJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AN5APh727nyVUMWaFp9EnyIF1pPOr5TJ li:before{  }
#svzk1iuCLLoXbPm8HkfV5DITTF6ZPw7h { position:absolute;display:block;z-index:15004;background-color:#8d8d8d;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;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.8125rem;width:8.6875rem;top:16.5625rem;left:30rem;display:block; }
#kJZ0lSUKyPz80DUBTlJ8u2JeDecZ8PRh { position:absolute;display:block;z-index:15007;background-color:#1f3d5a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.8125rem;width:8.6875rem;top:16.5625rem;left:40.625rem;display:block; }
#FEuWwsUDy8UakQtP30qR9O7CrVvxK0Lk { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fe8c00, #f83600);background-image: -moz-linear-gradient(90deg, #fe8c00, #f83600);background-image: -ms-linear-gradient(90deg, #fe8c00, #f83600);background-image: -o-linear-gradient(90deg, #fe8c00, #f83600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8c00', endColorstr='#f83600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8c00', endColorstr='#f83600' );";background-image: linear-gradient(90deg, #fe8c00, #f83600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.8125rem;width:8.6875rem;top:16.5625rem;left:51.25rem;display:block; }
#tEokrdgmuNO8SxL44qorRwRi8DW3znNl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12400625rem;width:3.12400625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.874325752258rem;left:53.810590744019rem; }
#kyUqkSHGO6s0kvm3Jv3asTAF8g00Tp89 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12400625rem;width:3.12400625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:17.875319004059rem;left:32.999364852905rem; }
#seGMMorT3B7scy7IMX2u2d0v4NMGKhdB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12400625rem;width:3.12400625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17.937023639679rem;left:43.373571395874rem; }
#scL9cRyupxFDFAucD7p9yuOvkdzglCX0 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.186547257006rem;left:29.999605178833rem;height:4.14294375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlZkyTu0k2I5ipRwzPQfdhlNIAUTp8lU { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.186547257006rem;left:40.625005722046rem;height:4.14294375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7QUi7saCfpJnUcO4b93ETZWPQ8avLP2 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.186547257006rem;left:51.249402999878rem;height:4.14294375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5loVP4Tw3ysggqWhVLmo9rTGRss9Zcl { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA.adaptive-delivery-prevent-bg, #JUE7mJyurpT9Htb8RwExyCpcExzx9GUA.lazyload, #JUE7mJyurpT9Htb8RwExyCpcExzx9GUA.lazyloading { background-image: none; }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA > .row .container { background-color: transparent; background-image: none; }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA > .row .container > .video-iframe-container { display: none; }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA > .row > .video-iframe-container { display: none; }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA > .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); }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA > .row .container { border-width: 0; border-radius: 0; }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#BVikXRhhV0aarRBmLWivw6WLA6aDpaKD { color:#222222;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.75rem;left:-0.0032558441162109rem;height:2.25038125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cHSh2bsCZWZfk0et6KK0wa22cF3lxiOa { color:#222222;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:14rem;left:-0.0032558441162109rem;height:1.2504rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EWtXvormp1af8w6XlA18NMwXyN2FkmO3 { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:60rem;top:17.1875rem;left:-0.0032558441162109rem;display:block; }
#WHz2m1aInahU3XTKmLlQmgHWDZGqM5t6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:9.375rem;left:3.375rem;overflow:hidden;display:block; }
#vTyDBU0mPGHBZ9dS4TxzrEioP2KgM8PE { color:#222222;display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.375rem;left:6.875rem;height:2.59795rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DPuEEiNdpAIsp9y820ukwDSLvqTpFziz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:9.8125rem;left:54.625rem;overflow:hidden;display:block; }
#gs4Ziwx9KGv4yoWsU2Pzoun1S9CBHTNy { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:17.75rem;left:30rem;display:block; }
#u7UI4aRG1U2ndwhSDSLfvm3KszZdpudg { color:rgba(34,34,34,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.730035781861rem;left:0.62174415588379rem;height:2.5982rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t4rIV2OnH4InirLDL4d2TxbRfycTMVBg { color:rgba(34,34,34,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.75rem;left:30.625rem;height:2.5982rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HJtSxIGuD0T6OwlaKltbRDIeRNvlA7ho { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.855253219604rem;left:0.62174415588379rem;height:1.4621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kVSSF4o4DzI8gidTyfrQwekvXkVNr6Ti { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.875rem;left:30.625rem;height:1.4621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VoN8GPgdD9fqZOnTvzXWg7SmXNhgD9cx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.124375rem;width:27.811875rem;top:5.9985237121582rem;left:9.8511066436769rem;overflow:hidden;display:block; }
#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/EKVRbRVbGHo/unsplash/sally-crierie-EKVRbRVbGHo-photo-1575500596523-d625dd041614.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS.adaptive-delivery-prevent-bg, #LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS.lazyload, #LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS.lazyloading { background-image: none; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row .container { background-color: transparent; background-image: none; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,75,5,0.71); }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row .container > .video-iframe-container { display: none; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,75,5,0.71); }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row > .video-iframe-container { display: none; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .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); }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row .container { border-width: 0; border-radius: 0; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row .container { font-size:0.875rem;font-family:arial;height:83.75rem;width:60rem;position:relative;display:block; }#gxb7wm6iCuT1y9gimfrAai9MFuKoxboO { position:absolute;display:block;z-index:15008;background-color:#ffffff;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.25rem;top:5.28125rem;left:25.3125rem;display:block; }
#INSalGuRtJyXZD4oISNN6wlpLH5TFmcT { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.8125rem;left:41.5rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#USgbcZhtAZk5G3tIHxDihdNl0EMNkCrI { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: none;height:21.9375rem;width:39rem;top:5.9375rem;left:0.625rem;display:block; }
#oLHIUbQOqMhK86DrXz3fv4mH2SVJ2Z2f { position:absolute;display:block;z-index:15009;background-color:#ffffff;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:14.53125rem;left:0rem;display:block; }
#vCWT42sTvUlV5n6XddnPeDVUrs4TIl5T { background-color:#ff3939;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.375rem;left:42rem;display:block; }
#p3h7Ls0ONPE6ZxeVksca1ZLLthbvDhu7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AuIZ4MKmTTaqd5DTvkbcSOzzyBGP04xS { color:#ffffff;display:block;width:58.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:28.655776977539rem;left:0.62420463562012rem;height:10.6835rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DE5Rqw3lzo0Oa4H8faQVAJHzu1q7cxRA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem #000000 ;height:31.062125rem;width:33.9366875rem;top:47.000248908997rem;left:26.062540054321rem;overflow:hidden;display:block; }
#S5CaR4JFznynTxRJtN4BvHwJ6hbxTOlG { position:absolute;display:block;z-index:15009;background-color:#000000;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.624205rem;width:11.249625rem;top:83.125602722169rem;left:0rem;display:block; }
#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd > .row .container { background-color: transparent; background-image: none; }#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd > .row .container > .video-iframe-container { display: none; }#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd > .row > .video-iframe-container { display: none; }#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd > .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); }#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd > .row .container { border-width: 0; border-radius: 0; }#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:block; }#H6KAhUuBDOgTRRwA0JF8e7TB54mrdk8K { color:#313131;display:block;width:59.9991875rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6846780776977rem;left:0rem;height:3.98173125rem;text-align:center;text-align-last:center;display:block; }
#i1zK62EtOGKriB8MWXq7iCM6sv9Q0aH8 { color:#31841a;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:3.248375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tq8NmZQ2aobbNx0lUsqCtHCcbVZL5QAa { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:20.249366760254rem;left:0.62420463562012rem;height:8.996875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCyGgNuxqou60Ml8ZUaak4CBLeJQxhUa { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.6875rem;left:20.625rem;height:1.62511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITFp5St94JzqJUMi3UGQtmiWmPGvgNaK { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:20.249366760254rem;left:20.624601364136rem;height:10.79625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DT6NFWAJy2GTObZRSWsrOK8Py53D2MPE { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.6875rem;left:40.625rem;height:1.62511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqlqz7638uCWeFOZy0d9Vz5vsc3eTTyg { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:20.249366760254rem;left:40.625005722046rem;height:10.79625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nd9QS5ezUE6tNRzkZBaDMhTV1EEStcry { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.81174375rem;width:4.81174375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.029024362564rem;left:7.5918407440188rem; }
#RSLaaMhcGhz9V3pJCWOCqEPkIazUbNvo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9986875rem;width:3.9986875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.029024362564rem;left:27.998769760132rem; }
#kGZPf6oibNTkDDCbmIf6wcZBo6At6L21 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.030018091202rem;left:47.998174667358rem; }
#XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU { position:relative;display:block; }#XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU { background-color: transparent; background-image: none; }#XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU > .row .container > .video-iframe-container { display: none; }#XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU > .row > .video-iframe-container { display: none; }#XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU > .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); }#XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU { border-width: 0; border-radius: 0; }#XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU > .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:30.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M459732d6ae4063bf4637510c000c6a5 { color:#000000;display:block;width:11.6243125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.124881744385rem;left:3.1240062713623rem;height:9.745125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ge2d237f1793cd28758ffe6f6ef2969e { color:#000000;display:block;width:14.43725rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.124881744385rem;left:43.37428855896rem;height:6.49675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b0d5d23bd20179f993ec3ec9473b24a7 { color:#000000;display:block;width:14.43725rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.124881744385rem;left:22.812303543091rem;height:4.62935625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U664cd343e4d236538eb873a6d413cd2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.12400625rem;width:6.06214375rem;top:13.312143325806rem;left:16.24920463562rem;overflow:hidden;display:block; }
#zc028f5b0f86dfc1b0fea63a832ff3db { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.12400625rem;width:6.06214375rem;top:13.312143325806rem;left:37.374761581421rem;overflow:hidden;display:block; }
#A216216066c7bdeb8c16a291c1cf91fb { position:absolute;display:block;z-index:15005;background-color:#313131;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;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.93714375rem;width:2.93714375rem;top:13.374762535095rem;left:7.9367427825925rem;display:block; }
#U9804d9ea11bffc74fb8560de960a901 { position:absolute;display:block;z-index:15008;background-color:#313131;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;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.93714375rem;width:2.93714375rem;top:13.374762535095rem;left:28.562341690064rem;display:block; }
#Re5a0093be8176a3ee5db1888e8a62ec { position:absolute;display:block;z-index:15011;background-color:#e0842a;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;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.93714375rem;width:2.93714375rem;top:13.374762535095rem;left:49.124326705933rem;display:block; }
#w9d254831032d63876b4e5645736691d { color:#ffffff;display:block;width:2.4998rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.937341690064rem;left:8.1246013641356rem;height:1.62511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6db5ab56e6ef64a5873d4b463ab97f9 { color:#ffffff;display:block;width:2.4998rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.937341690064rem;left:28.811826705932rem;height:1.62511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b48cd24b2c5d2306acdf5c99d1c65f0a { color:#ffffff;display:block;width:2.4998rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.937341690064rem;left:49.374807357788rem;height:1.62511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c9666534a60532f8b434db3ff6d21193 { color:#313131;display:block;width:59.9991875rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.187460899353rem;left:0rem;height:3.98173125rem;text-align:center;text-align-last:center;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; }
#m84d5f2b3e6b14f528cc1c3002ac2aff { position:absolute;display:block;z-index:15003;background-color:#fcc289;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1867875rem;width:1.1867875rem;top:5.062301158905rem;left:29.749128341675rem;display:block; }
#x94bfe62bfad23fbe6c8d2961aaaa8cc { position:absolute;display:block;z-index:15002;background-color:#e0842a;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.37464375rem;width:1.37464375rem;top:4.3744831085205rem;left:29.062303543091rem;display:block; }
#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/YRjJsGRIUeM/unsplash/mauro-lima-YRjJsGRIUeM-photo-1670382393761-2e58bb3929e7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT.adaptive-delivery-prevent-bg, #qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT.lazyload, #qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT.lazyloading { background-image: none; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row .container { background-color: transparent; background-image: none; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,75,5,0.36); }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row .container > .video-iframe-container { display: none; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,75,5,0.36); }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row > .video-iframe-container { display: none; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .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); }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row .container { border-width: 0; border-radius: 0; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row .container { font-size:0.875rem;font-family:arial;height:62.375rem;width:60rem;position:relative;display:block; }#e02efc94760a9e57891ccc5b10895944 { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.49471125rem;height:3.4318925rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:55.811874389649rem;left:46.502271652222rem;display:block; }
#ed6ce7159d7831c8655a1072cd0a873d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RoySBDDuN5eJiaWXFnuUNRhsRtOr5XZV { box-sizing:content-box;height:26.25rem;width:26.6875rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:25.25rem;left:0rem;border-top-right-radius:2.5625rem;border-bottom-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-top-left-radius:2.5625rem;display:block; }
#ZXorUNdkLTW0oLlFl920btJTCw6n1qyw { color:#ffffff;display:block;width:33.8124375rem;position:absolute;font-family:arial;font-size:6.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:-0.0625rem -0.0625rem 0.125rem #000000;top:4.4167866706848rem;left:13.434320449829rem;height:8.5309375rem;text-align:center;text-align-last:center;display:block; }
#tzU0MzSbMvBJvLgvlmI6MwndNrtDIaGC { color:#000000;display:block;width:23.4365rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:35.3125rem;left:1.625rem;height:2.27516875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vFPNwyqDgGC1SkDrdRVaeFT8DVpHV1Tb { color:#000000;display:block;width:25.061625rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:37.625rem;left:0.8125rem;height:2.27516875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bGegxNT6BUClh52JNAMkJgKFhwUTTRlu { color:#000000;display:block;width:23.4355rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:29.75rem;left:1.625rem;height:3.1682375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VZdCbE0P8NHiKXctN6rJT4IG9lCRvMOF { z-index:15022;top:43.1875rem;left:7.0625rem;background-color:#12cc94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MkRiyLHsv1PMuocT2sBcBFPuZIqyuchA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dMFidwHf0UWc0idnyOZi1qSwMHcTbSRZ { box-sizing:content-box;height:26.25rem;width:26.6875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:25.25rem;left:33.3125rem;border-top-right-radius:2.5625rem;border-bottom-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-top-left-radius:2.5625rem;display:block; }
#f6Xwku7138JIefFI56GHz4KIib1AcgrE { color:#000000;display:block;width:25.061625rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:37.625rem;left:34.125rem;height:2.27516875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TvrFlVKRLaWMK3KHTsRmgH9NErwZ4SP1 { z-index:15027;top:43.1875rem;left:40.375rem;background-color:#12cc94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cUky7wFnf19SX4LW5qq12HAlaFONasmH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DqcTpBD7lse9CrI5ByI52Tky0Ecp3s4A { color:#000000;display:block;width:23.4365rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:35.3125rem;left:34.9375rem;height:2.27516875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4y9TTfTnCqIB4PeD66nl1IJLZeUyGqI { color:#000000;display:block;width:23.4355rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:29.75rem;left:34.9375rem;height:3.1682375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aeb205ab71f279ba0b623b3dafa1797c { position:absolute;display:block;z-index:15010;background-color:#000000;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.624205rem;width:11.249625rem;top:61.683962345123rem;left:48.749601364136rem;display:block; }
#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk { position:relative;display:block; }#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk { background-color: transparent; background-image: none; }#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk > .row .container > .video-iframe-container { display: none; }#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk > .row > .video-iframe-container { display: none; }#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk > .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); }#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk { border-width: 0; border-radius: 0; }#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk > .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:28.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p8wQ4iAXaGPNzesK34yBfifFgahxctup { position:absolute;display:block;z-index:15000;height:21.74975rem;width:38.749375rem;top:3.2790794372559rem;left:13.122217178345rem;display:block; }
#Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L > .row .container { background-color: transparent; background-image: none; }#Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L > .row .container > .video-iframe-container { display: none; }#Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L > .row > .video-iframe-container { display: none; }#Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L > .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); }#Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L > .row .container { border-width: 0; border-radius: 0; }#Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:60rem;position:relative;display:block; }#lmlsIGTdGzPrihXMZJ64mSevPZ8dRLT4 { color:#0d25ae;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.412375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tpiFRtmaZ6urLZZQpe6ikHtoO27ymPgZ { color:#868686;display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.625rem;left:8.3125rem;height:2.5982rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ieDKAz6NBksiAw4fTJD3CRkXl0kIW33k { position:absolute;display:block;z-index:15005;background-color:#0d25ae;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:27.0625rem;width:20rem;top:15.75rem;left:20rem;display:block; }
#qlBEZJIAbrL6vIVxe5T43uFu5plrRHAv { position:absolute;display:block;z-index:15004;background-color:#071d97;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: none;height:24rem;width:18.75rem;top:16.75rem;left:1.2412109375rem;display:block; }
#zEF83q2waxLkG6z462go5EbLxhAasHGl { color:#e8f7ff;display:block;width:17.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:17.849609375rem;left:1.125rem;height:1.21790625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nwN8lkLdQFux6fO7EUHdPcEy2Sz7NduE { color:#e8f7ff;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.84375rem;left:1.28125rem;height:4.46814375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9AhMFfrohrNiWG5zVHFEel6yaBK7Sbs { color:#e8f7ff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:27.0615234375rem;left:3.75rem;height:5.99635625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#e9AhMFfrohrNiWG5zVHFEel6yaBK7Sbs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e9AhMFfrohrNiWG5zVHFEel6yaBK7Sbs li:before{  }
#PI3iaMJkG7ag7Lw4FdA2ewky76zZ1eNf { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #ff6554;border-left:0.1875rem solid #ff6554;border-right:0.1875rem solid #ff6554;border-bottom:0.1875rem solid #ff6554;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.9375rem;left:3.6875rem;display:block; }
#zBVBJLskXQUoffOHaS06J0dqeC35Cux4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z40ta27o2MF2ryHP7ux72eSEAOBf46v1 { position:absolute;display:block;z-index:15011;background-color:#ff6554;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:7.625rem;left:25.875rem;display:block; }
#J8lOmslLvI4eWO0cOEw6AiwK7s88fmV4 { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.6875rem;left:20.3125rem;height:1.38098125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H61UbfEi7zsSQ2WPxHPRaHTu8b47L4Qf { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(110deg, #ffbbb5, #ff6554);background-image: -moz-linear-gradient(110deg, #ffbbb5, #ff6554);background-image: -ms-linear-gradient(110deg, #ffbbb5, #ff6554);background-image: -o-linear-gradient(110deg, #ffbbb5, #ff6554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbb5', endColorstr='#ff6554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbb5', endColorstr='#ff6554' );";background-image: linear-gradient(110deg, #ffbbb5, #ff6554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:5.0625rem;top:17.0498046875rem;left:34.9443359375rem;display:block; }
#fEQXHEPqo2CtGAdxhhlmIPfeDJuhwSB9 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.630859375rem;left:36.7119140625rem;height:1.62511875rem;font-style:normal;display:block; }
#HWHdC2BMLULBcitfaLUzi6Ji6zkhhqGg { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.875rem;left:20.3125rem;height:1.62511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izqdEyta9RD2fg1bGT3e9HNIOMfBCN1k { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.625rem;left:20.3125rem;height:4.874425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LyNaynRoAAcVFlBzlMXURxJP2ZtiANZX { color:#e8f7ff;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:25.5615234375rem;left:21.34375rem;height:9.1496875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LyNaynRoAAcVFlBzlMXURxJP2ZtiANZX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LyNaynRoAAcVFlBzlMXURxJP2ZtiANZX li:before{  }
#RCaVaLSi8TndaWlqrF2TnwAMwr5U56oB { background-color:#ff6554;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.0498046875rem;left:23.6865234375rem;display:block; }
#wmR966WmR8UyeCRGh1NmKdEMKuuuSxuC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PT5KgpJGFSxA9L2Kq3pHGfHuOEonO2Eb { position:absolute;display:block;z-index:15003;background-color:#071d97;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:24rem;width:18.75rem;top:16.71875rem;left:40.0244140625rem;display:block; }
#bOJRCvL2s36PfHTIzBswycckU5Wn7ePV { color:#e8f7ff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:17.849609375rem;left:41.40625rem;height:1.21790625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OAimLzhVETBXdtZTM9lTVhXE9qFdZtEb { color:#e8f7ff;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.84375rem;left:41.59375rem;height:4.46814375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ql6dJdHS5sQz2FDCu6cAnXXSrqNtzZmJ { color:#e8f7ff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:27.0615234375rem;left:42.4052734375rem;height:5.99635625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ql6dJdHS5sQz2FDCu6cAnXXSrqNtzZmJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ql6dJdHS5sQz2FDCu6cAnXXSrqNtzZmJ li:before{  }
#mpQT7u6sav76Z4fSLip7QnoElCmBHLO8 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #ff6554;border-left:0.1875rem solid #ff6554;border-right:0.1875rem solid #ff6554;border-bottom:0.1875rem solid #ff6554;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.575rem;height:2.95rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.93359375rem;left:43.1181640625rem;display:block; }
#G9JDcNZ3iTPNL4kPMcOf5SWPoPUr2dwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a983ed97-c626-4a34-8976-589dac8b266b/cleanupnearmehoardingservices.crop_1586x637_0,1608.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts.adaptive-delivery-prevent-bg, #u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts.lazyload, #u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts.lazyloading { background-image: none; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row .container { background-color: transparent; background-image: none; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row .container > .video-iframe-container { display: none; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row > .video-iframe-container { display: none; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .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); }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row .container { border-width: 0; border-radius: 0; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#wIqUg60MDUubGItrFtOq7LxcfmGkecFz { position:absolute;display:block;z-index:15005;background-color:#9b6a0f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(0,0,0,0.65);border-left:0.625rem solid rgba(0,0,0,0.65);border-right:0.625rem solid rgba(0,0,0,0.65);border-bottom:0.625rem solid rgba(0,0,0,0.65);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.624625rem;width:7.624625rem;top:6.0625rem;left:3rem;display:block; }
#Q8v4Hah8uUafANWyTMgTdw9vWlJq0n6W { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:signika;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.125rem 0rem rgba(0,0,0,0.5);top:9.2488870620725rem;left:3.6239643096924rem;height:2.5495rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lhf57ITWvxvuMnlvcSkPVdIzVXIlbiKA { color:#1f0b40;display:block;width:29.3118125rem;position:absolute;font-family:signika;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.1867055892944rem;left:29.749128341675rem;height:5.4009125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DU4t1NlHD6yILccgLUALOlBaD8rM0iHb { color:#ffffff;display:block;width:11rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.061944007874rem;left:27.499048233033rem;height:1.65028125rem;font-style:normal;display:block; }
#oq9zMDHqW3Jk9Z9id271we7KB5eg3ce8 { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.061944007874rem;left:42.624090194702rem;height:1.65028125rem;font-style:normal;display:block; }
#Oq8TAZQofFZNyo8xTvv6h1v0dwwyAHpc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.749524116516rem;left:24.936628341675rem;height:1.4621125rem;font-style:normal;display:block; }
#DA6LLquEnDcGELzwA1tZkUkkli6Iw8Wc { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:17.186785697937rem;left:23.749841690064rem;overflow:hidden;display:block; }
#hDuccMEfA7pBlOmc2C2XANVnKIcUWi1F { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:17.186785697937rem;left:29.562498092651rem;overflow:hidden;display:block; }
#g3x9CovAf3VByrBiU3PRk30uuw7bIQOO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:17.186785697937rem;left:35.874128341675rem;overflow:hidden;display:block; }
#STzBs25qusMZEBfCgVBFTLRTQSraaM28 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:17.186785697937rem;left:41.624166488647rem;overflow:hidden;display:block; }
#U7J67G0zXgMCPafePXk7arFTgUT1KVWK { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:12.104683876037rem;left:25.374959945679rem;filter: drop-shadow(0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#BqQ2W0ovAEtpasfKlx0I8ta1g5AnqoeP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:12.104683876037rem;left:40.499006271362rem; }
#e9l5rcnNTSdok9kGKJwGKQouDPHXMSi8 { color:#ffffff;display:block;width:59.9991875rem;position:absolute;font-family:signika;font-size:4.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.375rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.500876426697rem;left:0rem;height:9.624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oWneoQMX08dXUQ0qTwOVT9B7FqfdmP3l { color:#1f0b40;display:block;width:10.999125rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2.7115144729614rem;left:1.8815593719482rem;height:3.3005625rem;font-style:normal;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) { #sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O { display:block; }#sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vm16EPyGp8FrKAB9TCgtVLc6ohNLKdTK { top:1.75rem;left:9.9375rem;width:16.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVwEcd98xugC0J45scC323yR5DW64IFt { width:9rem;height:2.4375rem;top:1.25rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tODUW32RvCQnqGLUpQ84UCS3vq6gvRZD { display:block; }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA .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.255625rem;margin-bottom:0;margin-left:0.255625rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA .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.37875rem;padding-right:0.06375rem;padding-bottom:0;padding-left:0.06375rem;display:block;width:2.75rem;height:1.830625rem;position:relative;font-family:"open sans";font-size:1.704375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.06375rem;padding-bottom:0.2525rem;padding-left:0.06375rem;display:block;width:2.75rem;height:0.47375rem;position:relative;font-family:"open sans";font-size:0.37875rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA { width:13.75rem;height:3.625rem;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:0.6875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #aGSnxWMabCMGvsq0fx4QaBurrMQqadnu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #yuqyylrkX8DfLUWu8782x4AqXWuwrlFS {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #w8gMzivXA9R2SqTm5CoNpS5L0t9PwkLv {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #OTiPp3mSQpETXFFVHcEbQAkSRHy42z9q { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #tRmfBp1ZdTNt1w5Rp6u8DehiPK0Z1BDe {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #t8oPHC2643A1DTgZ6bnIM0JXBlLUCDsZ {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #MmF4S1Gn5h5LP8GvSe5FhSJL1x7q6LSc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #BD8VW2r7IZiOiwFFB7N5m2f8kXoZwXnW {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #uGLe8qP7oLn6LnctTxf3M2lysIUKwHIk {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #z3Qcm9E8VP5cX8psetWSVCCVtge94AgN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #kCZIusa69T9KepVws0A0OasfqqHnaOAv {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #hruztEkzMiru4FC2ZHwe8LIxBH3qNHy7 {  }
 }@media only screen and (max-width: 763px) { #dZgZKy8iqTFuMoeqnABQV3Gu4uiHdJEI { top:0rem;left:0rem;width:12.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL { display:block; }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6b1a20a1a7bcf785e5c3983856a6704 { top:7.9375rem;left:0rem;width:36.375rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf286d43b0184f93c1ef0c7c429166ef { top:5.4375rem;left:0rem;width:32.4375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe0826adbac31d7281d8547adcc9ee07 { width:32.25rem;height:23.061857193522rem;top:8.5rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F36f26d5e56579406111511f2f1611d1 { top:16.375rem;left:0rem;width:25.125rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gde55f972b12b733b9d6b3a579bdc384 { top:22.9375rem;left:0rem;width:18rem;height:4.3118923029379rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0e303acef05030c43abd3872d2d4be9 { width:18rem;height:4.1875rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4bdfd6b4f0b1773547e86efbefd3cc8 { display:block; }
 }@media only screen and (max-width: 763px) { #Jf0cf50c2406ef13f27442329fff17ca { top:31.6875rem;left:0rem;width:9rem;height:4.7774092084842rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5736f2848215e37611c99c220936815 { top:33.3125rem;left:24.057493209839rem;width:12.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3c6e8d67afd2c1e66223fe7e23b11ba { width:12.4375rem;height:3.875rem;top:33.0625rem;left:35.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI { display:block; }#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPXlBz5XZcX86SHnzpI0qwTuCiqiRnNS { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG1Z6Vm0RrWBQTpICaWsD0nhT4svl7WZ { width:47.75rem;height:2.875rem;top:5.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN5APh727nyVUMWaFp9EnyIF1pPOr5TJ { width:29.9375rem;height:;top:16rem;left:0rem;font-size:1rem;display:block; }#AN5APh727nyVUMWaFp9EnyIF1pPOr5TJ li:before{  }
 }@media only screen and (max-width: 763px) { #svzk1iuCLLoXbPm8HkfV5DITTF6ZPw7h { width:8.6875rem;height:8.8125rem;top:16.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJZ0lSUKyPz80DUBTlJ8u2JeDecZ8PRh { width:8.6875rem;height:8.8125rem;top:16.5625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEuWwsUDy8UakQtP30qR9O7CrVvxK0Lk { width:8.6875rem;height:8.8125rem;top:16.5625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEokrdgmuNO8SxL44qorRwRi8DW3znNl { top:17.8125rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyUqkSHGO6s0kvm3Jv3asTAF8g00Tp89 { top:17.875rem;left:26.874364852905rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seGMMorT3B7scy7IMX2u2d0v4NMGKhdB { top:17.875rem;left:37.248571395874rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scL9cRyupxFDFAucD7p9yuOvkdzglCX0 { width:8.6875rem;height:4.125rem;top:21.125rem;left:23.874605178833rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlZkyTu0k2I5ipRwzPQfdhlNIAUTp8lU { width:8.6875rem;height:4.125rem;top:21.125rem;left:34.500005722046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7QUi7saCfpJnUcO4b93ETZWPQ8avLP2 { width:8.6875rem;height:4.125rem;top:21.125rem;left:39.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5loVP4Tw3ysggqWhVLmo9rTGRss9Zcl { display:none; }
 }@media only screen and (max-width: 763px) { #JUE7mJyurpT9Htb8RwExyCpcExzx9GUA { display:block; }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVikXRhhV0aarRBmLWivw6WLA6aDpaKD { width:47.75rem;height:2.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHSh2bsCZWZfk0et6KK0wa22cF3lxiOa { width:47.75rem;height:1.25rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWtXvormp1af8w6XlA18NMwXyN2FkmO3 { width:47.625rem;height:9.5rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHz2m1aInahU3XTKmLlQmgHWDZGqM5t6 { width:2.8125rem;height:2rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyDBU0mPGHBZ9dS4TxzrEioP2KgM8PE { width:46.25rem;height:2.5rem;top:9.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPuEEiNdpAIsp9y820ukwDSLvqTpFziz { width:2.8125rem;height:2rem;top:9.8125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs4Ziwx9KGv4yoWsU2Pzoun1S9CBHTNy { width:0.125rem;height:7.5rem;top:17.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7UI4aRG1U2ndwhSDSLfvm3KszZdpudg { width:28.75rem;height:2.5rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4rIV2OnH4InirLDL4d2TxbRfycTMVBg { width:28.75rem;height:2.5rem;top:19.75rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJtSxIGuD0T6OwlaKltbRDIeRNvlA7ho { width:28.75rem;height:1.4375rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVSSF4o4DzI8gidTyfrQwekvXkVNr6Ti { width:28.75rem;height:1.375rem;top:23.875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoN8GPgdD9fqZOnTvzXWg7SmXNhgD9cx { top:5.9375rem;left:3.7261066436767rem;width:27.75rem;height:11.099625834288rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS { display:block; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxb7wm6iCuT1y9gimfrAai9MFuKoxboO { width:11.25rem;height:0.625rem;top:5.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INSalGuRtJyXZD4oISNN6wlpLH5TFmcT { width:18.5rem;height:6rem;top:5.8125rem;left:29.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #USgbcZhtAZk5G3tIHxDihdNl0EMNkCrI { width:39rem;height:21.9375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLHIUbQOqMhK86DrXz3fv4mH2SVJ2Z2f { width:0.625rem;height:11.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCWT42sTvUlV5n6XddnPeDVUrs4TIl5T { width:13.5rem;height:3.4375rem;top:24.375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3h7Ls0ONPE6ZxeVksca1ZLLthbvDhu7 { display:block; }
 }@media only screen and (max-width: 763px) { #AuIZ4MKmTTaqd5DTvkbcSOzzyBGP04xS { width:47.75rem;height:10.625rem;top:28.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE5Rqw3lzo0Oa4H8faQVAJHzu1q7cxRA { top:47rem;left:13.875rem;width:33.875rem;height:31.00566265859rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5CaR4JFznynTxRJtN4BvHwJ6hbxTOlG { width:11.1875rem;height:0.5625rem;top:83.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd { display:block; }#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6KAhUuBDOgTRRwA0JF8e7TB54mrdk8K { top:2.625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1zK62EtOGKriB8MWXq7iCM6sv9Q0aH8 { width:18.75rem;height:3.25rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq8NmZQ2aobbNx0lUsqCtHCcbVZL5QAa { width:18.75rem;height:9rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCyGgNuxqou60Ml8ZUaak4CBLeJQxhUa { width:18.75rem;height:1.625rem;top:16.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITFp5St94JzqJUMi3UGQtmiWmPGvgNaK { width:18.75rem;height:10.75rem;top:20.1875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6NFWAJy2GTObZRSWsrOK8Py53D2MPE { width:18.75rem;height:1.625rem;top:16.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqlqz7638uCWeFOZy0d9Vz5vsc3eTTyg { width:18.75rem;height:10.75rem;top:20.1875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9QS5ezUE6tNRzkZBaDMhTV1EEStcry { top:10rem;left:5.5293407440186rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSLaaMhcGhz9V3pJCWOCqEPkIazUbNvo { top:10rem;left:21.811269760132rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGZPf6oibNTkDDCbmIf6wcZBo6At6L21 { top:10rem;left:37.685674667358rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU { display:block; }#XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M459732d6ae4063bf4637510c000c6a5 { top:18.0625rem;left:0rem;width:11.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge2d237f1793cd28758ffe6f6ef2969e { top:18.0625rem;left:33.375rem;width:14.375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0d5d23bd20179f993ec3ec9473b24a7 { top:18.0625rem;left:16.687303543091rem;width:14.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U664cd343e4d236538eb873a6d413cd2 { top:13.25rem;left:10.12420463562rem;width:6rem;height:3.0919816937696rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc028f5b0f86dfc1b0fea63a832ff3db { top:13.25rem;left:31.249761581421rem;width:6rem;height:3.0919816937696rem;display:block; }
 }@media only screen and (max-width: 763px) { #A216216066c7bdeb8c16a291c1cf91fb { top:13.3125rem;left:1.8117427825927rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9804d9ea11bffc74fb8560de960a901 { top:13.3125rem;left:22.437341690064rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re5a0093be8176a3ee5db1888e8a62ec { top:13.3125rem;left:42.999326705933rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9d254831032d63876b4e5645736691d { top:13.875rem;left:1.9996013641357rem;width:2.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6db5ab56e6ef64a5873d4b463ab97f9 { top:13.875rem;left:22.686826705932rem;width:2.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b48cd24b2c5d2306acdf5c99d1c65f0a { top:13.875rem;left:43.249807357788rem;width:2.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9666534a60532f8b434db3ff6d21193 { top:6.125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m84d5f2b3e6b14f528cc1c3002ac2aff { top:5rem;left:23.624128341675rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x94bfe62bfad23fbe6c8d2961aaaa8cc { top:4.3125rem;left:22.937303543091rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT { display:block; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e02efc94760a9e57891ccc5b10895944 { width:13.4375rem;height:3.375rem;top:55.75rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed6ce7159d7831c8655a1072cd0a873d { display:block; }
 }@media only screen and (max-width: 763px) { #RoySBDDuN5eJiaWXFnuUNRhsRtOr5XZV { top:25.25rem;left:0rem;width:26.625rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXorUNdkLTW0oLlFl920btJTCw6n1qyw { top:4.375rem;left:7.3093204498294rem;width:33.75rem;height:8.5rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzU0MzSbMvBJvLgvlmI6MwndNrtDIaGC { top:35.3125rem;left:0rem;width:23.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFPNwyqDgGC1SkDrdRVaeFT8DVpHV1Tb { top:37.625rem;left:0rem;width:25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGegxNT6BUClh52JNAMkJgKFhwUTTRlu { top:29.75rem;left:0rem;width:23.375rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZdCbE0P8NHiKXctN6rJT4IG9lCRvMOF { top:43.1875rem;left:0.9375rem;width:12.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkRiyLHsv1PMuocT2sBcBFPuZIqyuchA { display:block; }
 }@media only screen and (max-width: 763px) { #dMFidwHf0UWc0idnyOZi1qSwMHcTbSRZ { top:25.25rem;left:21.125rem;width:26.625rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6Xwku7138JIefFI56GHz4KIib1AcgrE { top:37.625rem;left:22.75rem;width:25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvrFlVKRLaWMK3KHTsRmgH9NErwZ4SP1 { top:43.1875rem;left:34.25rem;width:12.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUky7wFnf19SX4LW5qq12HAlaFONasmH { display:block; }
 }@media only screen and (max-width: 763px) { #DqcTpBD7lse9CrI5ByI52Tky0Ecp3s4A { top:35.3125rem;left:24.375rem;width:23.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4y9TTfTnCqIB4PeD66nl1IJLZeUyGqI { top:29.75rem;left:24.375rem;width:23.375rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeb205ab71f279ba0b623b3dafa1797c { width:11.1875rem;height:0.5625rem;top:61.625rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk { display:block; }#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8wQ4iAXaGPNzesK34yBfifFgahxctup { top:3.25rem;left:6.997217178345rem;width:38.6875rem;height:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L { display:block; }#Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmlsIGTdGzPrihXMZJ64mSevPZ8dRLT4 { top:3.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpiFRtmaZ6urLZZQpe6ikHtoO27ymPgZ { top:10.625rem;left:0rem;width:43.375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieDKAz6NBksiAw4fTJD3CRkXl0kIW33k { top:15.75rem;left:11.75rem;width:20rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlBEZJIAbrL6vIVxe5T43uFu5plrRHAv { top:16.75rem;left:0rem;width:18.75rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEF83q2waxLkG6z462go5EbLxhAasHGl { top:17.8125rem;left:0rem;width:17.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwN8lkLdQFux6fO7EUHdPcEy2Sz7NduE { top:20.8125rem;left:0rem;width:17.375rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9AhMFfrohrNiWG5zVHFEel6yaBK7Sbs { top:27rem;left:0.6875rem;width:15.1875rem;height:6rem;font-size:1rem;display:block; }#e9AhMFfrohrNiWG5zVHFEel6yaBK7Sbs li:before{  }
 }@media only screen and (max-width: 763px) { #PI3iaMJkG7ag7Lw4FdA2ewky76zZ1eNf { width:12.625rem;height:3rem;top:34.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBVBJLskXQUoffOHaS06J0dqeC35Cux4 { display:block; }
 }@media only screen and (max-width: 763px) { #Z40ta27o2MF2ryHP7ux72eSEAOBf46v1 { top:7.625rem;left:19.6875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8lOmslLvI4eWO0cOEw6AiwK7s88fmV4 { top:16.6875rem;left:12.375rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H61UbfEi7zsSQ2WPxHPRaHTu8b47L4Qf { width:5.0625rem;height:2.625rem;top:17rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEQXHEPqo2CtGAdxhhlmIPfeDJuhwSB9 { top:17.625rem;left:28.5rem;width:3.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWHdC2BMLULBcitfaLUzi6Ji6zkhhqGg { top:18.875rem;left:12.375rem;width:19.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izqdEyta9RD2fg1bGT3e9HNIOMfBCN1k { top:20.5625rem;left:12.4375rem;width:19.3125rem;height:4.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNaynRoAAcVFlBzlMXURxJP2ZtiANZX { top:25.5rem;left:14.4375rem;width:17.3125rem;height:8.9375rem;font-size:1rem;display:block; }#LyNaynRoAAcVFlBzlMXURxJP2ZtiANZX li:before{  }
 }@media only screen and (max-width: 763px) { #RCaVaLSi8TndaWlqrF2TnwAMwr5U56oB { width:12.625rem;height:3rem;top:36rem;left:17.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmR966WmR8UyeCRGh1NmKdEMKuuuSxuC { display:block; }
 }@media only screen and (max-width: 763px) { #PT5KgpJGFSxA9L2Kq3pHGfHuOEonO2Eb { top:16.6875rem;left:28.875rem;width:18.75rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOJRCvL2s36PfHTIzBswycckU5Wn7ePV { top:17.8125rem;left:30.4375rem;width:17.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAimLzhVETBXdtZTM9lTVhXE9qFdZtEb { top:20.8125rem;left:30.8125rem;width:16.75rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql6dJdHS5sQz2FDCu6cAnXXSrqNtzZmJ { top:27rem;left:32.0927734375rem;width:15.1875rem;height:6rem;font-size:1rem;display:block; }#ql6dJdHS5sQz2FDCu6cAnXXSrqNtzZmJ li:before{  }
 }@media only screen and (max-width: 763px) { #mpQT7u6sav76Z4fSLip7QnoElCmBHLO8 { width:12.5625rem;height:2.9375rem;top:34.875rem;left:32.8056640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9JDcNZ3iTPNL4kPMcOf5SWPoPUr2dwE { display:block; }
 }@media only screen and (max-width: 763px) { #u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts { display:block; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIqUg60MDUubGItrFtOq7LxcfmGkecFz { width:7.5625rem;height:7.5625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8v4Hah8uUafANWyTMgTdw9vWlJq0n6W { width:7.5rem;height:2.5rem;top:9.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhf57ITWvxvuMnlvcSkPVdIzVXIlbiKA { width:29.25rem;height:5.375rem;top:2.125rem;left:18.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU4t1NlHD6yILccgLUALOlBaD8rM0iHb { width:10.9375rem;height:1.625rem;top:12rem;left:21.374048233033rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq9zMDHqW3Jk9Z9id271we7KB5eg3ce8 { width:12.5rem;height:3.25rem;top:12rem;left:35.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq8TAZQofFZNyo8xTvv6h1v0dwwyAHpc { width:12.4375rem;height:1.4375rem;top:15.6875rem;left:18.811628341675rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA6LLquEnDcGELzwA1tZkUkkli6Iw8Wc { width:6.375rem;height:6.375rem;top:17.125rem;left:17.624841690064rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDuccMEfA7pBlOmc2C2XANVnKIcUWi1F { width:6.375rem;height:6.375rem;top:17.125rem;left:23.437498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3x9CovAf3VByrBiU3PRk30uuw7bIQOO { width:6.375rem;height:6.375rem;top:17.125rem;left:29.749128341675rem;display:block; }
 }@media only screen and (max-width: 763px) { #STzBs25qusMZEBfCgVBFTLRTQSraaM28 { width:6.375rem;height:6.375rem;top:17.125rem;left:35.499166488647rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7J67G0zXgMCPafePXk7arFTgUT1KVWK { top:12.0625rem;left:19.249959945679rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqQ2W0ovAEtpasfKlx0I8ta1g5AnqoeP { top:12.0625rem;left:34.374006271362rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9l5rcnNTSdok9kGKJwGKQouDPHXMSi8 { width:47.75rem;height:9.625rem;top:26.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWneoQMX08dXUQ0qTwOVT9B7FqfdmP3l { width:10.9375rem;height:;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O { position:relative;z-index:auto;display:block; }#sWEcL05X6zxGg5lXKrfE3Li0g3O7OI0O > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vm16EPyGp8FrKAB9TCgtVLc6ohNLKdTK { width:13.5rem;height:1.1370875rem;top:3.71875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sVwEcd98xugC0J45scC323yR5DW64IFt { width:6.25rem;height:2.4375rem;top:3rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tODUW32RvCQnqGLUpQ84UCS3vq6gvRZD { display:block; }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA .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.265625rem;margin-bottom:0;margin-left:0.265625rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.364375rem;padding-right:0.053125rem;padding-bottom:0;padding-left:0.053125rem;display:block;width:3.079375rem;height:2.083125rem;position:relative;font-size:1.458125rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#f9f9f9;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA .widget-text.counter-label { background-color:;background-image:none;color:#e3e3e3;padding-top:0;padding-right:0.053125rem;padding-bottom:0.260625rem;padding-left:0.053125rem;display:block;width:3.079375rem;height:0.573125rem;position:relative;font-size:0.75rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA { 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;box-shadow: none;display:block;width:15.625rem;height:4.0625rem;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:5.96875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #aGSnxWMabCMGvsq0fx4QaBurrMQqadnu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #yuqyylrkX8DfLUWu8782x4AqXWuwrlFS {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #w8gMzivXA9R2SqTm5CoNpS5L0t9PwkLv {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #OTiPp3mSQpETXFFVHcEbQAkSRHy42z9q { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #tRmfBp1ZdTNt1w5Rp6u8DehiPK0Z1BDe {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #t8oPHC2643A1DTgZ6bnIM0JXBlLUCDsZ {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #MmF4S1Gn5h5LP8GvSe5FhSJL1x7q6LSc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #BD8VW2r7IZiOiwFFB7N5m2f8kXoZwXnW {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #uGLe8qP7oLn6LnctTxf3M2lysIUKwHIk {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #z3Qcm9E8VP5cX8psetWSVCCVtge94AgN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #kCZIusa69T9KepVws0A0OasfqqHnaOAv {  }
 }@media only screen and (max-width: 763px) { #ReTbZ38wiSHmBHTVp4To7Vlb48nuTcAA #hruztEkzMiru4FC2ZHwe8LIxBH3qNHy7 {  }
 }@media only screen and (max-width: 763px) { #dZgZKy8iqTFuMoeqnABQV3Gu4uiHdJEI { width:12.3125rem;height:4.9997522767191rem;top:11.281010422516rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL.adaptive-delivery-prevent-bg, #TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL.lazyload, #TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL.lazyloading { background-image: none; }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row .container { background-color: transparent; background-image: none; }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row .container > .video-iframe-container { display: none; }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row > .video-iframe-container { display: none; }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .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); }#TvqentIF7K3wbdqTiDuqdrOfDHnIz5qL > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6b1a20a1a7bcf785e5c3983856a6704 { width:16.5rem;height:8.101375rem;top:3.7498836517334rem;left:1.7493638992309rem;font-size:2.25rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #cf286d43b0184f93c1ef0c7c429166ef { width:20rem;height:1.62511875rem;top:1.7490482330323rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oe0826adbac31d7281d8547adcc9ee07 { width:15.311875rem;height:10.9375rem;top:19.807769775391rem;left:2.3427562713623rem;display:block; }
 }@media only screen and (max-width: 763px) { #F36f26d5e56579406111511f2f1611d1 { width:16.999625rem;height:4.72160625rem;top:13.748608589173rem;left:1.4968988895416rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gde55f972b12b733b9d6b3a579bdc384 { width:16.25rem;height:4.625rem;top:44.250958442688rem;left:1.8726146221161rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0e303acef05030c43abd3872d2d4be9 { width:16.25rem;height:3.125rem;top:48.874885559082rem;left:1.8746025562286rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4bdfd6b4f0b1773547e86efbefd3cc8 { display:block; }
 }@media only screen and (max-width: 763px) { #Jf0cf50c2406ef13f27442329fff17ca { width:8.9993125rem;height:4.77795rem;top:52.747341156006rem;left:5.4995632171631rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5736f2848215e37611c99c220936815 { width:11.8748125rem;height:1.2991rem;top:31.309638977051rem;left:3.4639396667481rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3c6e8d67afd2c1e66223fe7e23b11ba { width:9.934625rem;height:5.8509875rem;top:35.369157314301rem;left:5.0314092636108rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI { display:block; }#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI > .row .container { width:20rem;height:57.684279375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPXlBz5XZcX86SHnzpI0qwTuCiqiRnNS { width:20rem;height:7.7975625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG1Z6Vm0RrWBQTpICaWsD0nhT4svl7WZ { width:20rem;height:4.87163125rem;top:10.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN5APh727nyVUMWaFp9EnyIF1pPOr5TJ { width:18.3125rem;height:13.805125rem;top:18.125rem;left:0.8125rem;font-size:0.875rem;display:block; }#AN5APh727nyVUMWaFp9EnyIF1pPOr5TJ li:before{  }
 }@media only screen and (max-width: 763px) { #svzk1iuCLLoXbPm8HkfV5DITTF6ZPw7h { width:8.6871875rem;height:8.7498125rem;top:35.123888969421rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJZ0lSUKyPz80DUBTlJ8u2JeDecZ8PRh { width:8.6871875rem;height:8.7498125rem;top:45.771592140197rem;left:5.6556143760681rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEuWwsUDy8UakQtP30qR9O7CrVvxK0Lk { width:8.6875rem;height:8.75rem;top:35.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEokrdgmuNO8SxL44qorRwRi8DW3znNl { display:flex;width:3.06238125rem;height:3.06238125rem;top:46.998292922974rem;left:8.5008354187013rem; }
 }@media only screen and (max-width: 763px) { #kyUqkSHGO6s0kvm3Jv3asTAF8g00Tp89 { display:flex;width:3.0625rem;height:3.0625rem;top:36.372855186463rem;left:3.0610291957855rem; }
 }@media only screen and (max-width: 763px) { #seGMMorT3B7scy7IMX2u2d0v4NMGKhdB { display:flex;width:3.06238125rem;height:3.06238125rem;top:36.434481620789rem;left:14.186507225037rem; }
 }@media only screen and (max-width: 763px) { #scL9cRyupxFDFAucD7p9yuOvkdzglCX0 { width:8.7498125rem;height:3.896925rem;top:39.978055953979rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlZkyTu0k2I5ipRwzPQfdhlNIAUTp8lU { width:8.7498125rem;height:3.896925rem;top:39.853055953979rem;left:11.312103271484rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7QUi7saCfpJnUcO4b93ETZWPQ8avLP2 { width:8.7498125rem;height:3.896925rem;top:50.56282043457rem;left:5.6234102249146rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5loVP4Tw3ysggqWhVLmo9rTGRss9Zcl { top:57.373174667358rem;left:0.62420487403869rem;width:18.75rem;height:0.3121025rem;z-index:15020;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JUE7mJyurpT9Htb8RwExyCpcExzx9GUA { display:block; }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVikXRhhV0aarRBmLWivw6WLA6aDpaKD { width:20rem;height:1.2504rem;top:2.6866340637207rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHSh2bsCZWZfk0et6KK0wa22cF3lxiOa { width:20rem;height:1.2504rem;top:20.874567747116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWtXvormp1af8w6XlA18NMwXyN2FkmO3 { width:20.0625rem;height:20.0625rem;top:24.375000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHz2m1aInahU3XTKmLlQmgHWDZGqM5t6 { width:2.875rem;height:2rem;top:7.4370670318606rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyDBU0mPGHBZ9dS4TxzrEioP2KgM8PE { width:20rem;height:5.1959125rem;top:10.686849355698rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPuEEiNdpAIsp9y820ukwDSLvqTpFziz { width:2.875rem;height:2rem;top:18.186850309372rem;left:17.121312201023rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs4Ziwx9KGv4yoWsU2Pzoun1S9CBHTNy { width:0.125rem;height:7.5rem;top:17.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7UI4aRG1U2ndwhSDSLfvm3KszZdpudg { width:20rem;height:3.89730625rem;top:26.749132871627rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4rIV2OnH4InirLDL4d2TxbRfycTMVBg { width:20rem;height:3.89730625rem;top:35.999352216721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJtSxIGuD0T6OwlaKltbRDIeRNvlA7ho { width:20rem;height:1.4621125rem;top:31.810982465744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVSSF4o4DzI8gidTyfrQwekvXkVNr6Ti { width:20rem;height:1.4621125rem;top:41.062283277512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoN8GPgdD9fqZOnTvzXWg7SmXNhgD9cx { width:20rem;height:8rem;top:45.814027885742rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS { background-color:transparent;background-image:url("https://images.assets-landingi.com/EKVRbRVbGHo/unsplash/sally-crierie-EKVRbRVbGHo-photo-1575500596523-d625dd041614.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS.adaptive-delivery-prevent-bg, #LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS.lazyload, #LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS.lazyloading { background-image: none; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row .container { background-color: transparent; background-image: none; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,75,5,0.71); }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row .container > .video-iframe-container { display: none; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,75,5,0.71); }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row > .video-iframe-container { display: none; }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .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); }#LUUJppRZPoUspZ0sS69ZLceFAQxJrPJS > .row .container { width:20rem;height:74.392995625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxb7wm6iCuT1y9gimfrAai9MFuKoxboO { width:7.5rem;height:0.375rem;top:20.749125480652rem;left:10.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #INSalGuRtJyXZD4oISNN6wlpLH5TFmcT { width:18rem;height:4.79895rem;top:4.7495231628418rem;left:0.99992060661319rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:rgba(255,255,255,0.91);display:block; }
 }@media only screen and (max-width: 763px) { #USgbcZhtAZk5G3tIHxDihdNl0EMNkCrI { height:10.75rem;width:19.25rem;top:21.062224388123rem;left:0.37472170591354rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLHIUbQOqMhK86DrXz3fv4mH2SVJ2Z2f { width:0.375rem;height:6.25rem;top:24.812422752381rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCWT42sTvUlV5n6XddnPeDVUrs4TIl5T { width:13.5rem;height:3.4375rem;top:14.187024116516rem;left:3.24924492836rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3h7Ls0ONPE6ZxeVksca1ZLLthbvDhu7 { display:block; }
 }@media only screen and (max-width: 763px) { #AuIZ4MKmTTaqd5DTvkbcSOzzyBGP04xS { width:18rem;height:17.8465rem;top:34.561429977417rem;left:0.99992060661319rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DE5Rqw3lzo0Oa4H8faQVAJHzu1q7cxRA { width:20rem;height:18.305926292895rem;top:54.839183052368rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5CaR4JFznynTxRJtN4BvHwJ6hbxTOlG { width:11.187rem;height:0.561585625rem;top:73.832111835481rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd { display:block; }#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6KAhUuBDOgTRRwA0JF8e7TB54mrdk8K { width:19.9984375rem;height:2.27516875rem;top:2.8055419921875rem;left:0.00099396705627444rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1zK62EtOGKriB8MWXq7iCM6sv9Q0aH8 { width:18.75rem;height:3.248375rem;top:11.061782836914rem;left:0.62420487403869rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tq8NmZQ2aobbNx0lUsqCtHCcbVZL5QAa { width:18.75rem;height:6.396125rem;top:14.624130249024rem;left:0.62420487403869rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCyGgNuxqou60Ml8ZUaak4CBLeJQxhUa { width:18.75rem;height:1.2991rem;top:28.562385559082rem;left:0.62420487403869rem;text-align:center;text-align-last:center;color:#31841a;display:block; }
 }@media only screen and (max-width: 763px) { #ITFp5St94JzqJUMi3UGQtmiWmPGvgNaK { width:18.75rem;height:7.995125rem;top:30.1875rem;left:0.62420487403869rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DT6NFWAJy2GTObZRSWsrOK8Py53D2MPE { width:18.75rem;height:1.2991rem;top:47.499252319336rem;left:0.62420487403869rem;text-align:center;text-align-last:center;color:#31841a;display:block; }
 }@media only screen and (max-width: 763px) { #iqlqz7638uCWeFOZy0d9Vz5vsc3eTTyg { width:18.75rem;height:7.995125rem;top:49.124366760254rem;left:0.62420487403869rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9QS5ezUE6tNRzkZBaDMhTV1EEStcry { display:flex;width:3.6249625rem;height:3.6249625rem;top:6.7490081787113rem;left:8.1862287521363rem; }
 }@media only screen and (max-width: 763px) { #RSLaaMhcGhz9V3pJCWOCqEPkIazUbNvo { display:flex;width:3.9375rem;height:3.9375rem;top:24.001113891601rem;left:8.0291833877562rem; }
 }@media only screen and (max-width: 763px) { #kGZPf6oibNTkDDCbmIf6wcZBo6At6L21 { display:flex;width:5rem;height:5rem;top:42.124923706055rem;left:7.4984102249144rem; }
 }@media only screen and (max-width: 763px) { #XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU { display:block; }#XwtGaLsFB1T2mSq82IVTClw7hdtWSGUU > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M459732d6ae4063bf4637510c000c6a5 { width:5.6875rem;height:9.74325rem;top:11.875rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ge2d237f1793cd28758ffe6f6ef2969e { width:5.6875rem;height:10.9611875rem;top:11.875rem;left:14.3125rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #b0d5d23bd20179f993ec3ec9473b24a7 { width:5.6875rem;height:7.30744375rem;top:11.875rem;left:7.15625rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #U664cd343e4d236538eb873a6d413cd2 { width:3.8125rem;height:2rem;top:8.59375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc028f5b0f86dfc1b0fea63a832ff3db { width:3.8125rem;height:2rem;top:8.59375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A216216066c7bdeb8c16a291c1cf91fb { width:2.9375rem;height:2.9375rem;top:8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9804d9ea11bffc74fb8560de960a901 { width:2.9375rem;height:2.9375rem;top:8.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re5a0093be8176a3ee5db1888e8a62ec { width:2.9375rem;height:2.9375rem;top:8.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9d254831032d63876b4e5645736691d { width:2.5rem;height:1.62511875rem;top:8.6875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6db5ab56e6ef64a5873d4b463ab97f9 { width:2.5rem;height:1.62511875rem;top:8.6875rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b48cd24b2c5d2306acdf5c99d1c65f0a { width:2.5rem;height:1.62511875rem;top:8.6875rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9666534a60532f8b434db3ff6d21193 { width:20rem;height:2.27516875rem;top:3.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m84d5f2b3e6b14f528cc1c3002ac2aff { width:1.1875rem;height:1.1875rem;top:2.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #x94bfe62bfad23fbe6c8d2961aaaa8cc { width:1.375rem;height:1.375rem;top:1.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT { background-color:transparent;background-image:url("https://images.assets-landingi.com/YRjJsGRIUeM/unsplash/mauro-lima-YRjJsGRIUeM-photo-1670382393761-2e58bb3929e7.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT.adaptive-delivery-prevent-bg, #qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT.lazyload, #qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT.lazyloading { background-image: none; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row .container { background-color: transparent; background-image: none; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1f0b40; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row .container > .video-iframe-container { display: none; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1f0b40; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row > .video-iframe-container { display: none; }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .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); }#qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT > .row .container { width:20rem;height:67.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e02efc94760a9e57891ccc5b10895944 { width:13.4375rem;height:3.375rem;top:0rem;left:3.24924492836rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed6ce7159d7831c8655a1072cd0a873d { display:block; }
 }@media only screen and (max-width: 763px) { #RoySBDDuN5eJiaWXFnuUNRhsRtOr5XZV { width:20rem;height:26.1875rem;top:10.534168193359rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXorUNdkLTW0oLlFl920btJTCw6n1qyw { width:19.999375rem;height:2.5988875rem;top:6.6849681933594rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzU0MzSbMvBJvLgvlmI6MwndNrtDIaGC { width:19.999375rem;height:2.27460625rem;top:20.59698862793rem;left:0.00062499999999943rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFPNwyqDgGC1SkDrdRVaeFT8DVpHV1Tb { width:19.999375rem;height:2.27460625rem;top:22.908931682129rem;left:0.00062499999999943rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGegxNT6BUClh52JNAMkJgKFhwUTTRlu { width:19.999375rem;height:2.5988875rem;top:15.033817241211rem;left:0.00062499999999943rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZdCbE0P8NHiKXctN6rJT4IG9lCRvMOF { top:28.095737457276rem;left:3.7785885930061rem;width:12.4371875rem;height:2.74984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkRiyLHsv1PMuocT2sBcBFPuZIqyuchA { display:block; }
 }@media only screen and (max-width: 763px) { #dMFidwHf0UWc0idnyOZi1qSwMHcTbSRZ { width:20rem;height:26.1875rem;top:37.971668193359rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6Xwku7138JIefFI56GHz4KIib1AcgrE { width:19.999375rem;height:2.27460625rem;top:50.346431682129rem;left:0.00062499999999943rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvrFlVKRLaWMK3KHTsRmgH9NErwZ4SP1 { top:55.283884525299rem;left:3.7785885930061rem;width:12.4371875rem;height:2.74984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUky7wFnf19SX4LW5qq12HAlaFONasmH { display:block; }
 }@media only screen and (max-width: 763px) { #DqcTpBD7lse9CrI5ByI52Tky0Ecp3s4A { width:19.999375rem;height:2.27460625rem;top:48.03448862793rem;left:0.00062499999999943rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4y9TTfTnCqIB4PeD66nl1IJLZeUyGqI { width:19.999375rem;height:2.5988875rem;top:42.471317241211rem;left:0.00062499999999943rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeb205ab71f279ba0b623b3dafa1797c { width:11.1875rem;height:0.5625rem;top:4.8733825683594rem;left:4.3744039535522rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk { display:block; }#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk > .row .container { width:20rem;height:27.305533813477rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8wQ4iAXaGPNzesK34yBfifFgahxctup { top:5.5572395324707rem;left:0.71664285659787rem;width:18.562125rem;height:21.74975rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L { display:block; }#Q2m0GIow1Gan1nWKoLAl2Ny7VgKssV6L > .row .container { width:20rem;height:93.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmlsIGTdGzPrihXMZJ64mSevPZ8dRLT4 { width:20rem;height:2.5992rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpiFRtmaZ6urLZZQpe6ikHtoO27ymPgZ { width:20rem;height:5.19640625rem;top:7.974609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieDKAz6NBksiAw4fTJD3CRkXl0kIW33k { width:20rem;height:26.1875rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlBEZJIAbrL6vIVxe5T43uFu5plrRHAv { width:20rem;height:25.3125rem;top:42.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEF83q2waxLkG6z462go5EbLxhAasHGl { width:20rem;height:1.21790625rem;top:72.3818359375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwN8lkLdQFux6fO7EUHdPcEy2Sz7NduE { width:20rem;height:3.25rem;top:74.2568359375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9AhMFfrohrNiWG5zVHFEel6yaBK7Sbs { width:17.1875rem;height:6.807625rem;top:78.603515625rem;left:1.3427734375rem;font-size:1rem;display:block; }#e9AhMFfrohrNiWG5zVHFEel6yaBK7Sbs li:before{  }
 }@media only screen and (max-width: 763px) { #PI3iaMJkG7ag7Lw4FdA2ewky76zZ1eNf { width:12.625rem;height:3rem;top:62.5625rem;left:3.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBVBJLskXQUoffOHaS06J0dqeC35Cux4 { display:block; }
 }@media only screen and (max-width: 763px) { #Z40ta27o2MF2ryHP7ux72eSEAOBf46v1 { width:8.25rem;height:0.375rem;top:6.349609375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8lOmslLvI4eWO0cOEw6AiwK7s88fmV4 { width:20rem;height:1.38098125rem;top:17.36328125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H61UbfEi7zsSQ2WPxHPRaHTu8b47L4Qf { width:5.0625rem;height:2.625rem;top:16.8251953125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEQXHEPqo2CtGAdxhhlmIPfeDJuhwSB9 { width:3.3125rem;height:1.4621125rem;top:17.431640625rem;left:16.685546875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWHdC2BMLULBcitfaLUzi6Ji6zkhhqGg { width:20rem;height:1.38098125rem;top:19.4765625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izqdEyta9RD2fg1bGT3e9HNIOMfBCN1k { width:20rem;height:3.1682375rem;top:20.7490234375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNaynRoAAcVFlBzlMXURxJP2ZtiANZX { width:17.3125rem;height:9.7179375rem;top:24.875rem;left:1.34375rem;font-size:1rem;display:block; }#LyNaynRoAAcVFlBzlMXURxJP2ZtiANZX li:before{  }
 }@media only screen and (max-width: 763px) { #RCaVaLSi8TndaWlqrF2TnwAMwr5U56oB { width:12.625rem;height:3rem;top:36.125rem;left:3.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmR966WmR8UyeCRGh1NmKdEMKuuuSxuC { display:block; }
 }@media only screen and (max-width: 763px) { #PT5KgpJGFSxA9L2Kq3pHGfHuOEonO2Eb { width:20rem;height:24.125rem;top:68.825286865238rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOJRCvL2s36PfHTIzBswycckU5Wn7ePV { width:20rem;height:1.21790625rem;top:45.6240234375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAimLzhVETBXdtZTM9lTVhXE9qFdZtEb { width:20rem;height:3.24930625rem;top:47.525390625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql6dJdHS5sQz2FDCu6cAnXXSrqNtzZmJ { width:17.125rem;height:6.807625rem;top:52.8330078125rem;left:1.53125rem;font-size:1rem;display:block; }#ql6dJdHS5sQz2FDCu6cAnXXSrqNtzZmJ li:before{  }
 }@media only screen and (max-width: 763px) { #mpQT7u6sav76Z4fSLip7QnoElCmBHLO8 { width:12.5625rem;height:2.9375rem;top:88.623046875rem;left:3.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9JDcNZ3iTPNL4kPMcOf5SWPoPUr2dwE { display:block; }
 }@media only screen and (max-width: 763px) { #u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a983ed97-c626-4a34-8976-589dac8b266b/cleanupnearmehoardingservices.crop_1586x637_0,1608.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts.adaptive-delivery-prevent-bg, #u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts.lazyload, #u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts.lazyloading { background-image: none; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row .container { background-color: transparent; background-image: none; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row .container > .video-iframe-container { display: none; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row > .video-iframe-container { display: none; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .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); }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row .container { border-width: 0; border-radius: 0; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u0qua2Q9Agn4dTaKR0JNlVPRTh7wC9ts > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIqUg60MDUubGItrFtOq7LxcfmGkecFz { width:7.62425rem;height:7.62425rem;top:11.3125rem;left:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8v4Hah8uUafANWyTMgTdw9vWlJq0n6W { width:8.7499375rem;height:2.9241rem;top:14.243089675903rem;left:6.2479498982429rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #lhf57ITWvxvuMnlvcSkPVdIzVXIlbiKA { width:17.9359375rem;height:1.42384375rem;top:8.9084048271181rem;left:0.967177093029rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;font-weight:400;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #DU4t1NlHD6yILccgLUALOlBaD8rM0iHb { width:17.9375rem;height:1.80030625rem;top:29.125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oq9zMDHqW3Jk9Z9id271we7KB5eg3ce8 { width:18rem;height:1.27475rem;top:31.5625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Oq8TAZQofFZNyo8xTvv6h1v0dwwyAHpc { width:12.499625rem;height:1.95033125rem;top:33.992387294769rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DA6LLquEnDcGELzwA1tZkUkkli6Iw8Wc { width:4.5rem;height:4.5rem;top:35.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDuccMEfA7pBlOmc2C2XANVnKIcUWi1F { width:4.5rem;height:4.5rem;top:35.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3x9CovAf3VByrBiU3PRk30uuw7bIQOO { width:4.5rem;height:4.5rem;top:35.3125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STzBs25qusMZEBfCgVBFTLRTQSraaM28 { width:4.5rem;height:4.5rem;top:35.3125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7J67G0zXgMCPafePXk7arFTgUT1KVWK { width:1.56175625rem;height:1.56175625rem;top:29.241897583007rem;left:2.4933281540871rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqQ2W0ovAEtpasfKlx0I8ta1g5AnqoeP { width:1.56175625rem;height:1.56175625rem;top:31.417732238769rem;left:2.4933281540871rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9l5rcnNTSdok9kGKJwGKQouDPHXMSi8 { width:19.6244375rem;height:5.2303875rem;top:4.4270186424256rem;left:0.18636685609817rem;text-align:center;text-align-last:center;font-size:1.9375rem;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #oWneoQMX08dXUQ0qTwOVT9B7FqfdmP3l { width:10.9350625rem;height:5.4009125rem;top:14.359569072723rem;left:1.6223238110542rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;font-weight:400;font-style:normal;display:none; }
 }