.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:255,57,57;--color-primary-1:224,132,42;--color-primary-2:254,140,0;--color-primary-3:248,54,0;--color-primary-4:237,90,10;--color-secondary-0:216,220,242;--color-secondary-1:139,151,216;--color-secondary-2:61,81,190;--color-secondary-3:13,37,174;--color-secondary-4:31,61,90;--color-tertiary-0:255,255,255;--color-tertiary-1:88,88,88;--color-tertiary-2:36,38,41;--color-tertiary-3:34,34,34;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-0),1);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:rgba(var(--color-tertiary-0),1);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; }
#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; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb .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;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;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; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.41875rem;padding-right:0.361875rem;padding-bottom:0.41875rem;padding-left:0.361875rem;display:block;align-items:center;width:2.16625rem;min-width:2.16625rem;height:2.2525rem;position:relative;font-family:var(--headlines-font-family);font-size:1.67875rem;font-weight:700;line-height:36.04px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.261875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.889375rem;height:1.103125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.911875rem;font-weight:400;line-height:17.65px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.1874375rem;height:4.124675rem;padding-top:0.4775rem;padding-right:0.47125rem;padding-bottom:0.4775rem;padding-left:0.47125rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:32.873630523682rem;z-index:15019; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #BmSq1Bl4m2eP1XTgFfXe1ISI2izADQth { display:flex;position:relative;top:0rem;left:0rem; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #BVvC8TXPXZFFhbA0J1s4G5ZQASIEobWZ { width:auto; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #cQJ5ObbRRLz2ZeqzNgKZOwazaT2k9Sk6 {  }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #BBpQXvQc04yBNmC3plcdds3cfd71C9Mw { display:flex;position:relative;top:0rem;left:0rem; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #oH2nld4fZdfr1bVUpvzsvwGvkkZ5l0as {  }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #ytnInVTZTxhT9NycUEXl7u4lyqKcqXLq {  }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #wh9n9IOcn2TK6H9PuI4NPuyWInwgORrI { display:flex;position:relative;top:0rem;left:0rem; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #AW0SoPkIPg45vbDLwTsS6K205TdmTfc7 {  }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #G5BmVT3aCtCf02QVeo39CT9ZgoC90WsL {  }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #VUQTlA4Lt6cHb78cFKTux02LPoDfEP7x { display:flex;position:relative;top:0rem;left:0rem; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #MwGLtrotrl0EThbffJAOpT8kTPSqpRCv {  }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #JSbvzif7L3gpxeVHpiRVfWSimc2UcCAJ {  }
#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:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:7.9985690116881rem;left:0rem;height:7.9496875rem;font-style:normal;display:block; }
#cf286d43b0184f93c1ef0c7c429166ef { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.4987683296204rem;left:0rem;height:2.43693125rem;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:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:15.873569488526rem;left:0rem;height:6.9984375rem;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:rgba(var(--color-primary-4),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);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.7868875rem;font-style:italic;display:block; }
#b3c6e8d67afd2c1e66223fe7e23b11ba { color:rgba(var(--color-tertiary-4),1);display:block;width:12.498rem;position:absolute;font-family:var(--headlines-font-family);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.89879375rem;display:block; }
#GpMsh4hwT86cTdIZnXKyXzaT6cyMEqXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-2),1);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.655775rem;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.923725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AN5APh727nyVUMWaFp9EnyIF1pPOr5TJ { color:rgba(var(--color-tertiary-2),1);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.9571875rem;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:rgba(var(--color-secondary-4),1);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, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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:rgba(var(--color-tertiary-0),1);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.14181875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlZkyTu0k2I5ipRwzPQfdhlNIAUTp8lU { color:rgba(var(--color-tertiary-0),1);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.14181875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7QUi7saCfpJnUcO4b93ETZWPQ8avLP2 { color:rgba(var(--color-tertiary-0),1);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.14181875rem;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; }
#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6846780776977rem;left:0rem;height:3.98079375rem;text-align:center;text-align-last:center;display:block; }
#i1zK62EtOGKriB8MWXq7iCM6sv9Q0aH8 { color:#31841a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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.2502375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tq8NmZQ2aobbNx0lUsqCtHCcbVZL5QAa { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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.9978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCyGgNuxqou60Ml8ZUaak4CBLeJQxhUa { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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.797375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DT6NFWAJy2GTObZRSWsrOK8Py53D2MPE { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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.797375rem;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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:11.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);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.7506875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ge2d237f1793cd28758ffe6f6ef2969e { color:rgba(var(--color-tertiary-4),1);display:block;width:14.43725rem;position:absolute;font-family:var(--paragraphs-font-family);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.500475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b0d5d23bd20179f993ec3ec9473b24a7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.43725rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-1),1);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:rgba(var(--color-tertiary-0),1);display:block;width:2.4998rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:2.4998rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:2.4998rem;position:absolute;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.187460899353rem;left:0rem;height:3.98079375rem;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:rgba(var(--color-primary-1),1);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; }
#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q { position:relative;display:block; }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q { background-color: transparent; background-image: none; }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row .container > .video-iframe-container { display: none; }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row > .video-iframe-container { display: none; }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .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); }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q { border-width: 0; border-radius: 0; }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .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; }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),0.79);background-image:none;font-size:0.875rem;font-family:arial;height:70.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; }#CzDgkxIbnsmqlKckAyUnxSwtrIktV6Dx { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:66.3125rem;width:36.4995625rem;top:1.6869888305664rem;left:11.748569488526rem;overflow:hidden;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; }#RoySBDDuN5eJiaWXFnuUNRhsRtOr5XZV { box-sizing:content-box;height:26.25rem;width:26.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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 rgba(var(--color-tertiary-4),1);top:4.4167866706848rem;left:13.434320449829rem;height:8.530375rem;text-align:center;text-align-last:center;display:block; }
#tzU0MzSbMvBJvLgvlmI6MwndNrtDIaGC { color:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),1);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.124374389649rem;left:1.6243743896484rem;height:3.16898125rem;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; }
#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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),1);display:block;width:23.4355rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:29.124374389649rem;left:34.937084197998rem;height:5.85043125rem;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; }
#aeb205ab71f279ba0b623b3dafa1797c { position:absolute;display:block;z-index:15010;background-color:#12cc94;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.746223449707rem;left:48.74910736084rem;display:block; }
#kok2yGDtmuEgEWlg06ls07Ggwld5qqei { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:27.371930122376rem;left:7.0931243896488rem;height:1.29935rem;text-align:center;text-align-last:center;display:block; }
#rVZ1Hz2Kw1WPeqDvGyeolQ3ETzG5ZdSG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:27.371930122376rem;left:40.405090332031rem;height:1.29935rem;text-align:center;text-align-last:center;display:block; }
#Z40ta27o2MF2ryHP7ux72eSEAOBf46v1 { position:absolute;display:block;z-index:15032;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.374225rem;width:8.249375rem;top:28.796660423279rem;left:9.2184524536131rem;display:block; }
#TudnzfCs14bgxeUtE9CwamQdsGi3CaHa { position:absolute;display:block;z-index:15036;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.374225rem;width:8.249375rem;top:28.795624732971rem;left:42.655654907226rem;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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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 rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);display:block;width:56.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.905776977539rem;left:1.3125rem;height:6.41175rem;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 rgba(var(--color-tertiary-4),1) ;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:rgba(var(--color-tertiary-4),1);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; }
#OHZh9krea3KLfudD6Zzq43M0bLMTu9SG { box-sizing:content-box;height:9rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.468273162842rem;left:-0.076185226440431rem;display:block; }
#siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP { 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; }#siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP > .row .container { background-color: transparent; background-image: none; }#siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP > .row .container > .video-iframe-container { display: none; }#siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP > .row > .video-iframe-container { display: none; }#siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP > .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); }#siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP > .row .container { border-width: 0; border-radius: 0; }#siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#e2VaqJ4K9x3nUXhUfeTcaQ9J96aJTKIJ { position:absolute;display:block;z-index:15000;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:13.75rem;width:15.125rem;top:9.2343444824219rem;left:2.4056243896484rem;overflow:hidden;display:block; }
#Fw8zXEOfDx2S5Lbm45mPynDlLFRUHIos { color:#585858;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:24.374794006347rem;left:0.62470245361328rem;height:3.2502375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iUx3Tkhy3F3SXEs9IrmbS85yg02t9qJ3 { 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:24.374794006347rem;left:20.624851226807rem;height:3.2502375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XwFbAJNlfLUH5q6yt7UbuyZc6HfU7xs8 { 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:27.874015808106rem;left:0.62470245361328rem;height:7.19825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyQ8rO2tKpASopB83sI4E9KkJhdnZzz3 { 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:27.874015808106rem;left:20.624851226807rem;height:7.19825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWa9Fy43OWaDHBdrCsIDo9cOcky1FlP3 { 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:26.624610900879rem;left:40.624256134033rem;height:5.398675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFlCEOcPQobOGDgCBem4ekx66s8DdAUo { 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:24.374794006347rem;left:40.624256134033rem;height:1.62511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#clMRXqu1EZdEN3Z3rAaZoaizTmkD9eyu { color:#585858;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.2502375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ppHkTnUwTBzkeoSbiXkXiqllH3UOoXLF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:12.437375rem;width:17.4365rem;top:10.639312744141rem;left:41.281013488769rem;overflow:hidden;display:block; }
#TudvrcvRJ6hepkycEI1p1T1useEJvOmT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:13.6249375rem;width:17.249375rem;top:9.2959814071656rem;left:21.374794006347rem;overflow:hidden;display:block; }
#fPVI2gqUDG3Ov3Xnz06IOy6C1aRy2il9 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:41.5rem;width:52.25rem;display:none; }
#M988rKshoprpIPewKfGeqM5ZLptQ1J2v { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#L8BXT3xlAx9lDVCiRr0KPkkSb38JKfn8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#DtEtQpe8FTAwXkHbi80pds6QOxaMHJkP { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#DrZncf9b3pDz0OLDTqA4XsIlwLx0gUGN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68699375rem;width:1.68699375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:24.373808860779rem;left:42.498363494873rem; }
#UvF3uw3nV3lQQKchubD7IWyfqu1sP9ex { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:13.81125rem;width:14.7490625rem;top:24.384969711304rem;left:9.1841621398925rem;display:none; }
#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#p8wQ4iAXaGPNzesK34yBfifFgahxctup { position:absolute;display:block;z-index:15000;height:21.749rem;width:38.7486875rem;top:5.2495832443238rem;left:10.625150680542rem;display:block; }
#mWmot8V738ArW78bPVLqm75E5huul9Zl { position:relative;display:block; }#mWmot8V738ArW78bPVLqm75E5huul9Zl { background-color: transparent; background-image: none; }#mWmot8V738ArW78bPVLqm75E5huul9Zl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWmot8V738ArW78bPVLqm75E5huul9Zl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWmot8V738ArW78bPVLqm75E5huul9Zl > .row .container > .video-iframe-container { display: none; }#mWmot8V738ArW78bPVLqm75E5huul9Zl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWmot8V738ArW78bPVLqm75E5huul9Zl > .row > .video-iframe-container { display: none; }#mWmot8V738ArW78bPVLqm75E5huul9Zl > .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); }#mWmot8V738ArW78bPVLqm75E5huul9Zl { border-width: 0; border-radius: 0; }#mWmot8V738ArW78bPVLqm75E5huul9Zl > .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; }#mWmot8V738ArW78bPVLqm75E5huul9Zl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.75rem;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; }#e02efc94760a9e57891ccc5b10895944 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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.399017625rem;height:3.335967625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.206916809082rem;left:23.30033493042rem;display:block; }
#ed6ce7159d7831c8655a1072cd0a873d { 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:#525ded;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),0.65);border-left:0.1875rem solid rgba(var(--color-tertiary-4),0.65);border-right:0.1875rem solid rgba(var(--color-tertiary-4),0.65);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),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:6.8125rem;width:6.8125rem;top:6.9419136047362rem;left:3.8861236572266rem;display:block; }
#Q8v4Hah8uUafANWyTMgTdw9vWlJq0n6W { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:signika;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0rem rgba(var(--color-tertiary-4),0.5);top:9.2488870620725rem;left:3.6239643096924rem;height:2.5987rem;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(var(--color-tertiary-4),0.5);top:2.1867055892944rem;left:29.749128341675rem;height:5.398675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DU4t1NlHD6yILccgLUALOlBaD8rM0iHb { color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.5);top:12.061944007874rem;left:27.499048233033rem;height:1.648975rem;font-style:normal;display:block; }
#oq9zMDHqW3Jk9Z9id271we7KB5eg3ce8 { color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.5);top:12.061944007874rem;left:42.624090194702rem;height:1.648975rem;font-style:normal;display:block; }
#Oq8TAZQofFZNyo8xTvv6h1v0dwwyAHpc { color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),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:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.5);top:26.500876426697rem;left:0rem;height:9.624rem;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; }
#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.29795rem;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) { #dZgZKy8iqTFuMoeqnABQV3Gu4uiHdJEI { top:0rem;left:0rem;width:12.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb { display:flex;width:18rem;height:5.0625rem;top:1.6875rem;left:28.8125rem; }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #BmSq1Bl4m2eP1XTgFfXe1ISI2izADQth { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #BVvC8TXPXZFFhbA0J1s4G5ZQASIEobWZ {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #cQJ5ObbRRLz2ZeqzNgKZOwazaT2k9Sk6 {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #BBpQXvQc04yBNmC3plcdds3cfd71C9Mw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #oH2nld4fZdfr1bVUpvzsvwGvkkZ5l0as {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #ytnInVTZTxhT9NycUEXl7u4lyqKcqXLq {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #wh9n9IOcn2TK6H9PuI4NPuyWInwgORrI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #AW0SoPkIPg45vbDLwTsS6K205TdmTfc7 {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #G5BmVT3aCtCf02QVeo39CT9ZgoC90WsL {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #VUQTlA4Lt6cHb78cFKTux02LPoDfEP7x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #MwGLtrotrl0EThbffJAOpT8kTPSqpRCv {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #JSbvzif7L3gpxeVHpiRVfWSimc2UcCAJ {  }
 }@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:7.9375rem;font-size:3.3125rem;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:15.8125rem;left:0rem;width:30.1875rem;height:6.9375rem;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:3.625rem;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) { #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) { #y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q { display:block; }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzDgkxIbnsmqlKckAyUnxSwtrIktV6Dx { top:1.625rem;left:5.6235694885254rem;width:36.4375rem;height:66.199744688721rem;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) { #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.25rem;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.0625rem;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.25rem;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.0625rem;left:24.375rem;width:23.375rem;height:5.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeb205ab71f279ba0b623b3dafa1797c { width:11.1875rem;height:0.5625rem;top:61.6875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kok2yGDtmuEgEWlg06ls07Ggwld5qqei { top:27.3125rem;left:0.96812438964844rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVZ1Hz2Kw1WPeqDvGyeolQ3ETzG5ZdSG { top:27.3125rem;left:34.280090332031rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z40ta27o2MF2ryHP7ux72eSEAOBf46v1 { top:28.75rem;left:3.0934524536133rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TudnzfCs14bgxeUtE9CwamQdsGi3CaHa { top:28.75rem;left:36.530654907226rem;width:8.1875rem;height:0.3125rem;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:6.375rem;top:30.875rem;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) { #OHZh9krea3KLfudD6Zzq43M0bLMTu9SG { top:29.4375rem;left:0rem;width:47.75rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP { display:block; }#siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2VaqJ4K9x3nUXhUfeTcaQ9J96aJTKIJ { width:15.125rem;height:13.749545448911rem;top:9.1875rem;left:0.34312438964844rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw8zXEOfDx2S5Lbm45mPynDlLFRUHIos { width:18.6875rem;height:3.25rem;top:24.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUx3Tkhy3F3SXEs9IrmbS85yg02t9qJ3 { width:18.6875rem;height:3.25rem;top:24.3125rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwFbAJNlfLUH5q6yt7UbuyZc6HfU7xs8 { width:18.6875rem;height:7.1875rem;top:27.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyQ8rO2tKpASopB83sI4E9KkJhdnZzz3 { width:18.6875rem;height:7.1875rem;top:27.8125rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWa9Fy43OWaDHBdrCsIDo9cOcky1FlP3 { width:18.6875rem;height:5.375rem;top:26.5625rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFlCEOcPQobOGDgCBem4ekx66s8DdAUo { width:18.6875rem;height:1.625rem;top:24.3125rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clMRXqu1EZdEN3Z3rAaZoaizTmkD9eyu { width:47.75rem;height:3.25rem;top:2.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppHkTnUwTBzkeoSbiXkXiqllH3UOoXLF { width:17.375rem;height:12.393507333754rem;top:10.625rem;left:30.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TudvrcvRJ6hepkycEI1p1T1useEJvOmT { width:17.1875rem;height:13.576063670785rem;top:9.25rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPVI2gqUDG3Ov3Xnz06IOy6C1aRy2il9 { width:47.75rem;height:37.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M988rKshoprpIPewKfGeqM5ZLptQ1J2v { display:none; }
 }@media only screen and (max-width: 763px) { #L8BXT3xlAx9lDVCiRr0KPkkSb38JKfn8 { display:none; }
 }@media only screen and (max-width: 763px) { #DtEtQpe8FTAwXkHbi80pds6QOxaMHJkP { display:none; }
 }@media only screen and (max-width: 763px) { #DrZncf9b3pDz0OLDTqA4XsIlwLx0gUGN { top:24.3125rem;left:32.185863494873rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvF3uw3nV3lQQKchubD7IWyfqu1sP9ex { width:14.6875rem;height:13.753601923851rem;top:24.375rem;left:3.0591621398926rem;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) { #p8wQ4iAXaGPNzesK34yBfifFgahxctup { top:5.1875rem;left:4.500150680542rem;width:38.6875rem;height:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWmot8V738ArW78bPVLqm75E5huul9Zl { display:block; }#mWmot8V738ArW78bPVLqm75E5huul9Zl > .row .container { width:47.75rem;position:relative;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) { #e02efc94760a9e57891ccc5b10895944 { width:13.375rem;height:3.3125rem;top:1.1875rem;left:17.17533493042rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed6ce7159d7831c8655a1072cd0a873d { 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:6.8125rem;height:6.8125rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8v4Hah8uUafANWyTMgTdw9vWlJq0n6W { width:7.5rem;height:2.5625rem;top:9.1875rem;left:0rem;font-size:1rem;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.5625rem;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:18.1543796875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vm16EPyGp8FrKAB9TCgtVLc6ohNLKdTK { width:13.5rem;height:1.13758125rem;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) { #dZgZKy8iqTFuMoeqnABQV3Gu4uiHdJEI { width:12.3125rem;height:4.9997522767191rem;top:13.156010422516rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb .widget-text.counter-number { padding-top:0.404375rem;padding-right:0.351875rem;padding-bottom:0.404375rem;padding-left:0.351875rem;width:2.109375rem;min-width:2.109375rem;height:2.1725rem;font-size:1.616875rem;line-height:34.76px;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; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2525rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.8125rem;height:0.85875rem;font-size:0.656875rem;line-height:13.74px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb { display:flex;width:14.374875rem;height:3.99943125rem;top:6.3726148605344rem;left:2.4324608445168rem;padding-top:0.38625rem;padding-right:0.37875rem;padding-bottom:0.38625rem;padding-left:0.37875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #BmSq1Bl4m2eP1XTgFfXe1ISI2izADQth { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #BVvC8TXPXZFFhbA0J1s4G5ZQASIEobWZ {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #cQJ5ObbRRLz2ZeqzNgKZOwazaT2k9Sk6 {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #BBpQXvQc04yBNmC3plcdds3cfd71C9Mw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #oH2nld4fZdfr1bVUpvzsvwGvkkZ5l0as {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #ytnInVTZTxhT9NycUEXl7u4lyqKcqXLq {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #wh9n9IOcn2TK6H9PuI4NPuyWInwgORrI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #AW0SoPkIPg45vbDLwTsS6K205TdmTfc7 {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #G5BmVT3aCtCf02QVeo39CT9ZgoC90WsL {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #VUQTlA4Lt6cHb78cFKTux02LPoDfEP7x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #MwGLtrotrl0EThbffJAOpT8kTPSqpRCv {  }
 }@media only screen and (max-width: 763px) { #F9ITHBlqrOvgbycI6Z0DCIOSylxLp1Mb #JSbvzif7L3gpxeVHpiRVfWSimc2UcCAJ {  }
 }@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:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6b1a20a1a7bcf785e5c3983856a6704 { width:16.5rem;height:8.098rem;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:23.307073593139rem;left:2.3422592282295rem;display:block; }
 }@media only screen and (max-width: 763px) { #F36f26d5e56579406111511f2f1611d1 { width:16.999625rem;height:9.4465625rem;top:12.810413360596rem;left:1.4968989491463rem;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:47.750956773758rem;left:1.8726146817208rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0e303acef05030c43abd3872d2d4be9 { width:16.25rem;height:3.125rem;top:52.374346971512rem;left:1.8741055130959rem;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:56.247051239014rem;left:5.4993143677711rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5736f2848215e37611c99c220936815 { width:11.8745625rem;height:1.29935rem;top:34.80898475647rem;left:4.0620527863503rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3c6e8d67afd2c1e66223fe7e23b11ba { width:9.934125rem;height:5.84819375rem;top:38.868680953979rem;left:5.0319061875343rem;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.684282474365rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPXlBz5XZcX86SHnzpI0qwTuCiqiRnNS { width:20rem;height:7.7983125rem;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.87535625rem;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.8098125rem;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.89805rem;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.89805rem;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.89805rem;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) { #k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd { display:block; }#k6fkN0SQ9zJMv4plTsEFVEpgoxJymmDd > .row .container { width:20rem;height:57.8125rem;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.2502375rem;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.29935rem;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.29935rem;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.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M459732d6ae4063bf4637510c000c6a5 { width:5.6875rem;height:9.7506875rem;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.96955625rem;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.3130375rem;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) { #y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q { background-color:rgba(var(--color-primary-4),0.79);background-image:none;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; }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row .container { background-color: transparent; background-image: none; }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row .container > .video-iframe-container { display: none; }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row > .video-iframe-container { display: none; }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .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); }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row .container { border-width: 0; border-radius: 0; }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7zWdXr6GvfHPecp7daniHdV5NCZtf3Q > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzDgkxIbnsmqlKckAyUnxSwtrIktV6Dx { width:20rem;height:36.336051973226rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtNFNR9fMf5d2S9tU9VeWss2a4AcBpAT { background-color:#1f0b40;background-image:none;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; }#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(0,0,0,0); }#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(0,0,0,0); }#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 > .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 { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoySBDDuN5eJiaWXFnuUNRhsRtOr5XZV { width:20rem;height:26.1875rem;top:10.534168193359rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZXorUNdkLTW0oLlFl920btJTCw6n1qyw { width:19.9986875rem;height:2.59944375rem;top:2.758975982666rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzU0MzSbMvBJvLgvlmI6MwndNrtDIaGC { width:19.999375rem;height:2.27516875rem;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.27516875rem;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.59944375rem;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.27516875rem;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.27516875rem;top:48.03448862793rem;left:0.00062499999999943rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4y9TTfTnCqIB4PeD66nl1IJLZeUyGqI { width:19.999375rem;height:4.79931875rem;top:42.471317241211rem;left:0.00062499999999943rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeb205ab71f279ba0b623b3dafa1797c { width:11.18725rem;height:0.5620825rem;top:6.1851453781128rem;left:4.4057136178017rem;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) { #kok2yGDtmuEgEWlg06ls07Ggwld5qqei { width:12.5rem;height:1.29935rem;top:39.344818115234rem;left:3.7497020363808rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVZ1Hz2Kw1WPeqDvGyeolQ3ETzG5ZdSG { width:12.5rem;height:1.29935rem;top:11.769325256347rem;left:3.7497020363808rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z40ta27o2MF2ryHP7ux72eSEAOBf46v1 { width:8.25rem;height:0.375rem;top:13.411643981934rem;left:5.8742848038673rem;display:block; }
 }@media only screen and (max-width: 763px) { #TudnzfCs14bgxeUtE9CwamQdsGi3CaHa { width:8.1875rem;height:0.3125rem;top:41.006324768066rem;left:5.8742848038673rem;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:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxb7wm6iCuT1y9gimfrAai9MFuKoxboO { width:7.5rem;height:0.375rem;top:17.811096191406rem;left:10.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #INSalGuRtJyXZD4oISNN6wlpLH5TFmcT { width:18rem;height:4.79931875rem;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:18.124176025391rem;left:0.37422472238541rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLHIUbQOqMhK86DrXz3fv4mH2SVJ2Z2f { width:0.375rem;height:6.25rem;top:23.562133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCWT42sTvUlV5n6XddnPeDVUrs4TIl5T { width:13.404267625rem;height:3.341930125rem;top:66.623941421506rem;left:3.1861284375191rem;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:10.4104375rem;top:31.623870849609rem;left:0.99967199563981rem;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:45.213714599609rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5CaR4JFznynTxRJtN4BvHwJ6hbxTOlG { width:11.187rem;height:0.561585625rem;top:65.956863403319rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHZh9krea3KLfudD6Zzq43M0bLMTu9SG { width:20rem;height:10.6875rem;top:31.454620361328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP { display:block; }#siTLM8bHDNrGlBXSInRdWJLTBwfUOxtP > .row .container { width:20rem;height:111.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2VaqJ4K9x3nUXhUfeTcaQ9J96aJTKIJ { width:17.8121875rem;height:16.1870625rem;top:5.1213626861572rem;left:1.0913645625114rem;overflow:hidden;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #Fw8zXEOfDx2S5Lbm45mPynDlLFRUHIos { width:18.75rem;height:2.5987rem;top:22.186637878418rem;left:0.62395638227463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iUx3Tkhy3F3SXEs9IrmbS85yg02t9qJ3 { width:18.75rem;height:1.29935rem;top:50.999378204346rem;left:0.62395638227463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwFbAJNlfLUH5q6yt7UbuyZc6HfU7xs8 { width:18.75rem;height:4.79708125rem;top:25.061904907226rem;left:0.62470179796219rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyQ8rO2tKpASopB83sI4E9KkJhdnZzz3 { width:18.75rem;height:6.7971875rem;top:52.623752593994rem;left:0.62395638227463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qWa9Fy43OWaDHBdrCsIDo9cOcky1FlP3 { width:18.75rem;height:4.79708125rem;top:80.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFlCEOcPQobOGDgCBem4ekx66s8DdAUo { width:18.75rem;height:1.29935rem;top:79.3125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #clMRXqu1EZdEN3Z3rAaZoaizTmkD9eyu { width:20rem;height:2.43693125rem;top:1.2495422363281rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppHkTnUwTBzkeoSbiXkXiqllH3UOoXLF { top:64.024215698244rem;left:0.34142416715622rem;width:19.3113125rem;height:13.873875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TudvrcvRJ6hepkycEI1p1T1useEJvOmT { top:32.683157920838rem;left:7.655144274235rem;width:19.875rem;height:15.75rem;z-index:15010;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fPVI2gqUDG3Ov3Xnz06IOy6C1aRy2il9 { top:34.125719070434rem;left:0rem;width:20rem;height:15.875rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M988rKshoprpIPewKfGeqM5ZLptQ1J2v { top:31.235481262207rem;left:9.49949413538rem;width:0.999675rem;height:0.999675rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #L8BXT3xlAx9lDVCiRr0KPkkSb38JKfn8 { top:61.108700752258rem;left:9.49949413538rem;width:0.999675rem;height:0.999675rem;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DtEtQpe8FTAwXkHbi80pds6QOxaMHJkP { top:87.357236862181rem;left:9.4980025887488rem;width:0.999675rem;height:0.999675rem;z-index:15014;background-color:rgba(233,26,24,0.87);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DrZncf9b3pDz0OLDTqA4XsIlwLx0gUGN { display:flex;top:79.359888076781rem;left:3.2463920712471rem;width:1.4375rem;height:1.4375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #UvF3uw3nV3lQQKchubD7IWyfqu1sP9ex { top:90.641622543338rem;left:0rem;width:19.999375rem;height:18.74925rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JUE7mJyurpT9Htb8RwExyCpcExzx9GUA { display:block; }#JUE7mJyurpT9Htb8RwExyCpcExzx9GUA > .row .container { width:20rem;height:27.305701660156rem;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) { #mWmot8V738ArW78bPVLqm75E5huul9Zl { display:block; }#mWmot8V738ArW78bPVLqm75E5huul9Zl > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk { display:block; }#qBSnqUa4zyQENDNUNJlVPuoOsAaHu0tk > .row .container { width:20rem;height:9.3362183105469rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e02efc94760a9e57891ccc5b10895944 { width:13.150017625rem;height:3.087723875rem;top:6.249875rem;left:3.4246783852577rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed6ce7159d7831c8655a1072cd0a873d { 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.811685986328rem;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.79955625rem;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.9494rem;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.23094375rem;top:1.9890899658203rem;left:0.18562144041061rem;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; }
 }