.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,225,230;--color-primary-1:255,154,171;--color-primary-2:255,53,87;--color-primary-3:128,27,44;--color-primary-4:38,8,13;--color-secondary-0:225,232,244;--color-secondary-1:157,178,217;--color-secondary-2:58,101,179;--color-secondary-3:29,51,90;--color-secondary-4:9,15,27;--color-tertiary-0:255,255,255;--color-tertiary-1:187,188,190;--color-tertiary-2:142,143,146;--color-tertiary-3:114,115,119;--color-tertiary-4:0,0,0;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@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-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/xaf2ecQb/section1_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;position:relative;z-index:auto;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:39rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:rgba(var(--color-tertiary-0),0.8);display:block;width:37.9375rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:8.1875rem;left:0rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { color:rgba(var(--color-tertiary-0),1);display:block;width:59rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:20.5rem;left:0rem;height:3.824575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:35.5625rem;left:28.75rem;overflow:hidden;display:block; }
#xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.31225625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.327392578125rem;left:25.748291015625rem;display:block; }
#dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { position:absolute;display:block;z-index:15024;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:2.5rem;width:8.5618125rem;top:10.37464427948rem;left:41.186079025269rem;overflow:hidden;display:block; }
#Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { position:absolute;display:block;z-index:15006;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:6.875rem;width:19.75rem;top:8.1875rem;left:40.25rem;display:block; }
#ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:27.5rem;left:19.1875rem;height:3.6002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { 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:2.375rem;width:2.375rem;top:28.0625rem;left:14.9375rem;overflow:hidden;display:block; }
#sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.6);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:2.87435rem;width:0.124783125rem;top:27.862415313721rem;left:12.1875rem;display:block; }
#iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:27.374267578125rem;left:35.12451171875rem;height:3.6002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { position:absolute;display:block;z-index:15013;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:2.375rem;width:2.375rem;top:27.9375rem;left:30.875rem;overflow:hidden;display:block; }
#lX4MtiXEms6buB81sfUUKNJTgStkdzGz { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.6);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:2.875rem;width:0.125rem;top:27.8125rem;left:28.1875rem;display:block; }
#b7eHwOBWV6EccolgEw4CJKGmlTobmdTh { position:absolute;display:block;z-index:15023;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.249825rem;width:8.3123125rem;top:9.4992895126344rem;left:50.743070602417rem;overflow:hidden;display:block; }
#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { 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/zc00c6fd/bg_licznik.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; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.adaptive-delivery-prevent-bg, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyload, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyloading { background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .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); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { border-width: 0; border-radius: 0; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.625rem;width:20rem;top:0.5rem;left:40.0625rem;display:block; }
#K12VHG2ITCfs8TXqy17HWzlgkh66JL6d { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),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.4375rem;width:19.8125rem;top:0.061847686767578rem;left:40.249565124512rem;display:block; }
#e60RB3foyEabr37tB91TvcUCi8nPQc3V { position:absolute;display:block;z-index:15024;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.0625rem;width:19.9375rem;top:13.937321662903rem;left:40.125rem;overflow:hidden;display:block; }
#UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.4635429382324rem;left:43.8125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qusf1mwbvSEIANwpnGqtTkK4hMQy9thk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),1);top:16.375rem;left:43.6875rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2wrKyyqSq509WERMVouI4dUQbmcqsBp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),1);top:20.875rem;left:44.875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WSIitP1n7wSEs5oKimDVETQ51XdryJfX { 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:13.4375rem;width:20.25rem;top:0.5rem;left:20rem;overflow:hidden;display:block; }
#gqPuU3JHIMN6RbDbJcQLzxm2TGz0fXiK { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),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.4375rem;width:20.25rem;top:0.062255859375rem;left:20rem;display:block; }
#vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { position:absolute;display:block;z-index:15016;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:13.25rem;width:20.1875rem;top:13.75rem;left:20.062255859375rem;display:block; }
#LNM9UaETbIIa4WXovKoL0SLQF9acXiEO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),1);top:2.635498046875rem;left:23.75rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W37qfCWiEPXlJ0wJAdrFlc1FrmTPs1wc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8111875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),1);top:7.83984375rem;left:24.487499237061rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJp76CysykqwaPSEbXTV1hHlXkitJT2x { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:14.956596374512rem;left:23.75rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.5625rem;width:20rem;top:0.5rem;left:0rem;display:block; }
#eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),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.4375rem;width:20rem;top:0.0625rem;left:0rem;display:block; }
#viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4373125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.4637584686279rem;left:2.2797317504883rem;height:3.8984375rem;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; }
#dsHIMHEIO0x78INgXafeO19AKMxHNLpQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),1);top:16.374219894409rem;left:3.75rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4coCkIDprtuHZuU507DdPy1ST34RAfI { position:absolute;display:block;z-index:15024;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.25rem;width:20.1875rem;top:13.747179269791rem;left:0rem;overflow:hidden;display:block; }
#WFZhTKZxTRDBTw6PfpBuneWoPOzN2Q4I { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),1);top:20.875rem;left:4.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lV6NtfSwMy4swGnuNDoCOJf9349iOpT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.99975rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:6.593017578125rem;left:1.998291015625rem;height:5.25390625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#lV6NtfSwMy4swGnuNDoCOJf9349iOpT8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lV6NtfSwMy4swGnuNDoCOJf9349iOpT8 li:before{  }
#Fvs9EhwfFTlrPoHC58SUQCDK8ecBTSi1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4358125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:19.586181640625rem;left:22.281494140625rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Fvs9EhwfFTlrPoHC58SUQCDK8ecBTSi1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fvs9EhwfFTlrPoHC58SUQCDK8ecBTSi1 li:before{  }
#WnhZBqabqifTAiDdbfmGxgpTyv43ADTU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.437rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:6.4697265625rem;left:42.34375rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WnhZBqabqifTAiDdbfmGxgpTyv43ADTU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WnhZBqabqifTAiDdbfmGxgpTyv43ADTU li:before{  }
#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { 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/MZ9w2ATR/section3_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !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; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.adaptive-delivery-prevent-bg, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyload, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyloading { background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { background-color: transparent; background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .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); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { border-width: 0; border-radius: 0; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:block; }#ZOgB8KTaDnkourVooBfyBQ7baNOEppQh { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:24.0625rem;left:4.6875rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#nnSixSA8lg10XtTx8wzTtCORmtHTsiTW { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:26.6875rem;left:13.75rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#PuSIk4NoDHuUvLJl2TxPwwEpMRqSDVSs { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:24.0625rem;left:28.4375rem;display:block; }
#oiexg2VNqEGRCOWLqdKZw1aT6UEu4p7v { position:absolute;display:block;z-index:15038;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.5625rem;width:1.5625rem;top:24.75rem;left:29.125rem;overflow:hidden;display:block; }
#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:23.875000476837rem;left:32.25rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK li:before{  }
#A6meLnQRSmt5TuUx1N6GymsQW0bCoU9l { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:40.062502384186rem;left:4.6875rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#q6mGwc3wSHLuz8me9QhTAzJRA6neGMiq { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:42.687502384186rem;left:13.75rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#VWPN1KUve6QBHaVe24G8HBt2PW0Mve8v { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:40.062502384186rem;left:28.375rem;display:block; }
#wglkyAJEzKRbpFAddcRfnDbUsvooH8Bd { position:absolute;display:block;z-index:15044;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.5625rem;width:1.5625rem;top:40.750002384186rem;left:29.0625rem;overflow:hidden;display:block; }
#i2IxndK2UBHuXF0AsB4O8KimvMbnRaOE { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:40.062255859375rem;left:32.249755859375rem;height:5.4375rem;text-align:left;text-align-last:left;display:block; }#i2IxndK2UBHuXF0AsB4O8KimvMbnRaOE li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#i2IxndK2UBHuXF0AsB4O8KimvMbnRaOE li:before{  }
#WxH59Cm9rvlMwhTVu5UXVCQ2IdeExhIR { position:absolute;display:block;z-index:15045;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-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:48.25rem;left:28.4375rem;display:block; }
#zDD4JglCJuzhGPaQ5JnGz707bXCL6tp3 { position:absolute;display:block;z-index:15046;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.81206875rem;width:1.81206875rem;top:48.842233657837rem;left:29.155385255814rem;overflow:hidden;display:block; }
#Jl32DGXwK0hiPZBoOtHtGvL8B0quyo12 { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:48.9375rem;left:33.1875rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#EmLdrtXTqPKZATKNFnTz1QqJTu14wtVD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:32rem;left:4.6875rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#Kl2UMaMC4sM8WBdPFRTRtyS5AOB756Jd { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:34.625rem;left:13.75rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#oD3V6WOVoahDL8scbtIockPwNtUfFpgV { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:32rem;left:28.4375rem;display:block; }
#UDNAH0fVSnnTFSTsTQC71t4dSUFSoZQC { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:31.999755859375rem;left:32.249755859375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }#UDNAH0fVSnnTFSTsTQC71t4dSUFSoZQC li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#UDNAH0fVSnnTFSTsTQC71t4dSUFSoZQC li:before{  }
#bAHHND9XMZ7eMOcSoGnXuLELPsif0d23 { position:absolute;display:block;z-index:15047;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.5625rem;width:1.5625rem;top:32.6875rem;left:29.25rem;overflow:hidden;display:block; }
#czNR4ct8P04i1q8MZGoFWMTrt8KFZP0x { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:12.25rem;left:13.75rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#A4k0rR7gTxaFlXdTN3mPrVdSx1e4nkrA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:9.6240234375rem;left:1.9375rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#e13K0k30ZOKAffdH5SzFSgrpruX6k7VP { position:absolute;display:block;z-index:15044;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.5625rem;width:1.5625rem;top:10.3125rem;left:29.125rem;overflow:hidden;display:block; }
#yLxeQ9dKUrgZ4eWCnr0s1XvdlZrO2vFc { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:9.625rem;left:28.4375rem;display:block; }
#OTZqimTyyzEDCuKaqqgWG1MqXOw25eoG { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0615rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:9.6240234375rem;left:32.24853515625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }#OTZqimTyyzEDCuKaqqgWG1MqXOw25eoG li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#OTZqimTyyzEDCuKaqqgWG1MqXOw25eoG li:before{  }
#f99NfqVR2WsKE5eKiANZBVkLnqEu2mw2 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6248125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.686254501342rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fd2WVX94Ck6pFKyTAztFSMCU697CSAHi { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;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:36.125rem;width:0.125rem;top:12.560764312744rem;left:29.90625rem;display:block; }
#r0RhCv9DDoS59r6rNTauKvzL4OIgGBal { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:17.375000476837rem;left:32.25rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }#r0RhCv9DDoS59r6rNTauKvzL4OIgGBal li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#r0RhCv9DDoS59r6rNTauKvzL4OIgGBal li:before{  }
#qiPOJJiq7xNs0WpWhpKsJHeR1J2NtWBW { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:19.375rem;left:13.75rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#X2d7KIFuSA2xPFhzQ8qTKQ2U8WxFpuGM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15039;line-height:1.1;letter-spacing:0;top:16.75rem;left:4.6875rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#GManXRxhGUWNQwxhi1DT9hf4hghH792w { position:absolute;display:block;z-index:15043;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.5625rem;width:1.5625rem;top:17.4375rem;left:29.125rem;overflow:hidden;display:block; }
#d02m3MedIiaTICOf7nDnpy4scq9nbbJc { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-2),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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:16.75rem;left:28.4375rem;display:block; }
#FriE4thTXtcWVQbtUUyWinNzDmGu7zxD { color:rgba(var(--color-tertiary-3),1);display:block;width:45.4375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:52.1494140625rem;left:7.28125rem;height:1.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#heoyzS7QRMySqmpfr6bynCyAgxG9TCht { position:relative;display:block; }#heoyzS7QRMySqmpfr6bynCyAgxG9TCht { background-color: transparent; background-image: none; }#heoyzS7QRMySqmpfr6bynCyAgxG9TCht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heoyzS7QRMySqmpfr6bynCyAgxG9TCht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heoyzS7QRMySqmpfr6bynCyAgxG9TCht > .row .container > .video-iframe-container { display: none; }#heoyzS7QRMySqmpfr6bynCyAgxG9TCht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heoyzS7QRMySqmpfr6bynCyAgxG9TCht > .row > .video-iframe-container { display: none; }#heoyzS7QRMySqmpfr6bynCyAgxG9TCht > .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); }#heoyzS7QRMySqmpfr6bynCyAgxG9TCht { border-width: 0; border-radius: 0; }#heoyzS7QRMySqmpfr6bynCyAgxG9TCht > .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; }#heoyzS7QRMySqmpfr6bynCyAgxG9TCht > .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:33.625rem;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; }#QqGwfAl12PJTANyp7W2X2PUTcTLE1KvQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.5625rem;width:60rem;top:0rem;left:0rem;display:block; }
#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { background-color: transparent; background-image: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .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); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { border-width: 0; border-radius: 0; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#rEP84XVGXxT4sRc7DZJ4fpuH5ei4EhAb { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:55.75rem;top:7.59375rem;left:2.0625rem;display:block; }
#Pv2E73vVsysPSxt9Zxh6RUrxLNJlu0oW { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),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:5.4375rem;width:26.8125rem;top:5.1250004768372rem;left:16.4375rem;display:block; }
#dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.18725rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.34326171875rem;left:5.904541015625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.76125rem;padding-right:0.665rem;padding-bottom:0.76125rem;padding-left:0.665rem;display:block;align-items:center;width:3.990625rem;min-width:3.990625rem;height:4.09125rem;position:relative;font-family:"open sans";font-size:3.045rem;font-weight:700;line-height:65.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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.47625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.31875rem;height:1.6175rem;position:relative;font-family:"open sans";font-size:1.141875rem;font-weight:400;line-height:25.88px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg { 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:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.3125rem;height:7.7075rem;padding-top:0.95125rem;padding-right:0.949375rem;padding-bottom:0.95125rem;padding-left:0.949375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.0364570617676rem;left:16.391929626465rem;z-index:15004; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #tcDQsMK7FNT04LP6qta7G0uQOcsavEv0 { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #bAfJySG6QmSf2no8nMVdhQTXCNBoTbKF { width:auto; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #cyFrRfygiWrEBBIPzltwTWU4qhBtTu2k {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #TxKiTiCaZTXcdEUQX5lGSTSgy221XGUI { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #HILiIFwcEU2MBIgDPxxhBcAhJWa83XCm {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #AVhPuwq8BTQ1Ha7utE3W0ForamVAVEuS {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #XkO0fspBLklCdVo85sr55GHG4S7Koyeb { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #LdEzbcQtPVkXIDHqvvEiVlzb2x2GeBNe {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #WygJu8ltsG0NmT7DQW6FbKT2KCCefrZ3 {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #V2cUybTZE2hCCgcfH7zMHye8dzZkdBGL { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #L9Q5Rh4zwgtZEo8mQcoml5Svl8R3rGgU {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #IF7To361z4H0nTzKGqhon7ZPl5UuucRA {  }
#pnfzno5J190StLZk6MIXloZmv4paLPed { 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; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { background-color: transparent; background-image: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .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); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { border-width: 0; border-radius: 0; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { color:rgba(var(--color-tertiary-4),1);display:block;width:59.87425rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.498779296875rem;left:0rem;height:2.37521875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { 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; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { background-color: transparent; background-image: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container > .video-iframe-container { display: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container { display: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .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); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { border-width: 0; border-radius: 0; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { position:absolute;display:block;z-index:15009;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:18.0625rem;width:13.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;top:1.3115234375rem;left:18.936767578125rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C76vvRr1WEE95xx0fAyGeqzzQNh1u1FO { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:3.749267578125rem;left:18.936767578125rem;height:2.0247375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C1sqNhsFZF7qch9HscMphOFFgodFMbuS { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:6.6875rem;left:18.936767578125rem;height:10.1220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WhipWOThEazARgEkPTabTKzKZGT0f18V { 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: 1.125rem 0.25rem 4rem rgba(var(--color-tertiary-4),0.07) ;height:18.0625rem;width:60rem;top:0rem;left:0rem;display:block; }
#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { 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; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { background-color: transparent; background-image: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container > .video-iframe-container { display: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container { display: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .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); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { border-width: 0; border-radius: 0; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { 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:18.375rem;width:12.25rem;top:0rem;left:47.75rem;overflow:hidden;display:block; }
#TdSR3Z6pOIcur4n4GDIr6Jlf2OKWnVbs { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:2.4990234375rem;left:2.1240234375rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDqWf2lKefWkyV8nyLXdyhTdMv8ElSym { color:rgba(var(--color-tertiary-3),1);display:block;width:40.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:5.124755859375rem;left:2.1240234375rem;height:2.0247375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ht6FdmI41abvypZf2ZPKo9O4zlCTNe29 { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:8.4375rem;left:2.125rem;height:8.097625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { 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/huz0dXcO/section5_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !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; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.adaptive-delivery-prevent-bg, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyload, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyloading { background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { background-color: transparent; background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .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); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { border-width: 0; border-radius: 0; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:4.25rem;left:0.125rem;height:2.3754875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.375rem;left:0rem;overflow:hidden;display:block; }
#bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:10.8740234375rem;left:3.3740234375rem;height:3.6002625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:10.875rem;left:25.875rem;height:3.6002625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UvFIXIK3waO7H89W4cSvwq5BNF7dhRy8 { 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: none;height:2.5rem;width:2.5rem;top:11.37451171875rem;left:39.68505859375rem;overflow:hidden;display:block; }
#JMONWaNZm6GKN1DJL8vwLTwbh7R5pB53 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.62425rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:11.973876953125rem;left:42.81005859375rem;height:1.30005rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m5E5DnMZ2fAG7rEw97znyy5rArIoOmSo { 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: none;height:2.375rem;width:2.375rem;top:11.4375rem;left:22.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:37.9375rem;height:11.25rem;top:8.1875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:47.75rem;height:3.8125rem;top:20.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:1.5625rem;height:1.5625rem;top:35.5625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:7.5rem;height:1.25rem;top:34.3125rem;left:19.623291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:8.5rem;height:2.4819511055632rem;top:10.3125rem;left:35.061079025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:19.6875rem;height:6.875rem;top:8.1875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:10.75rem;height:3.5625rem;top:27.5rem;left:13.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { width:2.375rem;height:2.375rem;top:28.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { width:0.0625rem;height:2.8125rem;top:27.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:17rem;height:3.625rem;top:27.3125rem;left:28.99951171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { width:2.375rem;height:2.375rem;top:27.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.125rem;height:2.875rem;top:27.8125rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7eHwOBWV6EccolgEw4CJKGmlTobmdTh { width:8.25rem;height:4.2179665706745rem;top:9.4375rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:20rem;height:13.625rem;top:0.5rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K12VHG2ITCfs8TXqy17HWzlgkh66JL6d { width:19.8125rem;height:0.4375rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e60RB3foyEabr37tB91TvcUCi8nPQc3V { width:19.9375rem;height:13.06230602901rem;top:13.875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { width:12.4375rem;height:3.875rem;top:1.4375rem;left:35.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qusf1mwbvSEIANwpnGqtTkK4hMQy9thk { width:12.5rem;height:5.25rem;top:16.3125rem;left:35.25rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2wrKyyqSq509WERMVouI4dUQbmcqsBp { width:10.375rem;height:2.875rem;top:20.875rem;left:37.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSIitP1n7wSEs5oKimDVETQ51XdryJfX { width:20.25rem;height:13.4375rem;top:0.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqPuU3JHIMN6RbDbJcQLzxm2TGz0fXiK { width:20.25rem;height:0.4375rem;top:0rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { width:20.1875rem;height:13.25rem;top:13.75rem;left:13.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNM9UaETbIIa4WXovKoL0SLQF9acXiEO { width:12.5rem;height:5.25rem;top:2.625rem;left:17.625rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W37qfCWiEPXlJ0wJAdrFlc1FrmTPs1wc { width:11.75rem;height:2.75rem;top:7.8125rem;left:18.3623046875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:12.5rem;height:3.875rem;top:14.9375rem;left:17.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:20rem;height:13.5625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { width:20rem;height:0.4375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { width:15.375rem;height:3.875rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsHIMHEIO0x78INgXafeO19AKMxHNLpQ { width:12.5rem;height:5.25rem;top:16.3125rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4coCkIDprtuHZuU507DdPy1ST34RAfI { width:20.1875rem;height:13.25rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFZhTKZxTRDBTw6PfpBuneWoPOzN2Q4I { width:10.375rem;height:2.875rem;top:20.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV6NtfSwMy4swGnuNDoCOJf9349iOpT8 { width:15.9375rem;height:5.25rem;top:6.5625rem;left:0rem;font-size:1.1875rem;display:block; }#lV6NtfSwMy4swGnuNDoCOJf9349iOpT8 li:before{  }
 }@media only screen and (max-width: 763px) { #Fvs9EhwfFTlrPoHC58SUQCDK8ecBTSi1 { width:15.375rem;height:5.4375rem;top:19.5625rem;left:16.156494140625rem;font-size:1.25rem;display:block; }#Fvs9EhwfFTlrPoHC58SUQCDK8ecBTSi1 li:before{  }
 }@media only screen and (max-width: 763px) { #WnhZBqabqifTAiDdbfmGxgpTyv43ADTU { width:15.375rem;height:5.4375rem;top:6.4375rem;left:32.375rem;font-size:1.25rem;display:block; }#WnhZBqabqifTAiDdbfmGxgpTyv43ADTU li:before{  }
 }@media only screen and (max-width: 763px) { #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOgB8KTaDnkourVooBfyBQ7baNOEppQh { width:22.125rem;height:2.0625rem;top:24.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnSixSA8lg10XtTx8wzTtCORmtHTsiTW { width:12.5rem;height:1.625rem;top:26.6875rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuSIk4NoDHuUvLJl2TxPwwEpMRqSDVSs { width:3rem;height:3rem;top:24.0625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiexg2VNqEGRCOWLqdKZw1aT6UEu4p7v { width:1.5625rem;height:1.5625rem;top:24.75rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK { width:23.0625rem;height:3.375rem;top:23.875rem;left:24.6875rem;font-size:1rem;display:block; }#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK li:before{  }
 }@media only screen and (max-width: 763px) { #A6meLnQRSmt5TuUx1N6GymsQW0bCoU9l { width:22.125rem;height:2.0625rem;top:40.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6mGwc3wSHLuz8me9QhTAzJRA6neGMiq { width:12.5rem;height:1.625rem;top:42.6875rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWPN1KUve6QBHaVe24G8HBt2PW0Mve8v { width:3rem;height:3rem;top:40.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wglkyAJEzKRbpFAddcRfnDbUsvooH8Bd { width:1.5625rem;height:1.5625rem;top:40.75rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2IxndK2UBHuXF0AsB4O8KimvMbnRaOE { width:23.75rem;height:5.4375rem;top:40rem;left:24rem;font-size:1rem;display:block; }#i2IxndK2UBHuXF0AsB4O8KimvMbnRaOE li:before{  }
 }@media only screen and (max-width: 763px) { #WxH59Cm9rvlMwhTVu5UXVCQ2IdeExhIR { width:3rem;height:3rem;top:48.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDD4JglCJuzhGPaQ5JnGz707bXCL6tp3 { width:1.75rem;height:1.75rem;top:48.8125rem;left:23.030385255814rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl32DGXwK0hiPZBoOtHtGvL8B0quyo12 { width:23.0625rem;height:1.6875rem;top:48.9375rem;left:24.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmLdrtXTqPKZATKNFnTz1QqJTu14wtVD { width:22.125rem;height:2.0625rem;top:32rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl2UMaMC4sM8WBdPFRTRtyS5AOB756Jd { width:12.5rem;height:1.625rem;top:34.625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD3V6WOVoahDL8scbtIockPwNtUfFpgV { width:3rem;height:3rem;top:32rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDNAH0fVSnnTFSTsTQC71t4dSUFSoZQC { width:23.0625rem;height:;top:31.9375rem;left:24.6875rem;font-size:1rem;display:block; }#UDNAH0fVSnnTFSTsTQC71t4dSUFSoZQC li:before{  }
 }@media only screen and (max-width: 763px) { #bAHHND9XMZ7eMOcSoGnXuLELPsif0d23 { width:1.5625rem;height:1.5625rem;top:32.6875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czNR4ct8P04i1q8MZGoFWMTrt8KFZP0x { width:12.5rem;height:1.625rem;top:12.25rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4k0rR7gTxaFlXdTN3mPrVdSx1e4nkrA { width:24.75rem;height:1.8125rem;top:9.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e13K0k30ZOKAffdH5SzFSgrpruX6k7VP { width:1.5625rem;height:1.5625rem;top:10.3125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLxeQ9dKUrgZ4eWCnr0s1XvdlZrO2vFc { width:3rem;height:3rem;top:9.625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTZqimTyyzEDCuKaqqgWG1MqXOw25eoG { width:23rem;height:3.375rem;top:9.5625rem;left:24.6875rem;font-size:1rem;display:block; }#OTZqimTyyzEDCuKaqqgWG1MqXOw25eoG li:before{  }
 }@media only screen and (max-width: 763px) { #f99NfqVR2WsKE5eKiANZBVkLnqEu2mw2 { width:28.5625rem;height:2.8125rem;top:3.75rem;left:9.5603694915769rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd2WVX94Ck6pFKyTAztFSMCU697CSAHi { width:0.125rem;height:36.125rem;top:12.5rem;left:23.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0RhCv9DDoS59r6rNTauKvzL4OIgGBal { width:23.0625rem;height:1.6875rem;top:17.375rem;left:24.6875rem;font-size:1rem;display:block; }#r0RhCv9DDoS59r6rNTauKvzL4OIgGBal li:before{  }
 }@media only screen and (max-width: 763px) { #qiPOJJiq7xNs0WpWhpKsJHeR1J2NtWBW { width:12.5rem;height:1.625rem;top:19.375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2d7KIFuSA2xPFhzQ8qTKQ2U8WxFpuGM { width:22.125rem;height:2.0625rem;top:16.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GManXRxhGUWNQwxhi1DT9hf4hghH792w { width:1.5625rem;height:1.5625rem;top:17.4375rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #d02m3MedIiaTICOf7nDnpy4scq9nbbJc { width:3rem;height:3rem;top:16.75rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FriE4thTXtcWVQbtUUyWinNzDmGu7zxD { top:52.125rem;left:1.15625rem;width:45.4375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heoyzS7QRMySqmpfr6bynCyAgxG9TCht { display:block; }#heoyzS7QRMySqmpfr6bynCyAgxG9TCht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqGwfAl12PJTANyp7W2X2PUTcTLE1KvQ { top:0rem;left:0rem;width:47.75rem;height:26.71015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEP84XVGXxT4sRc7DZJ4fpuH5ei4EhAb { width:47.625rem;height:14.375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv2E73vVsysPSxt9Zxh6RUrxLNJlu0oW { width:26.8125rem;height:5.4375rem;top:5.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { width:47.75rem;height:2.75rem;top:14.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg { display:flex;width:18rem;height:5.0625rem;top:3.125rem;left:7.7999992370606rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #tcDQsMK7FNT04LP6qta7G0uQOcsavEv0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #bAfJySG6QmSf2no8nMVdhQTXCNBoTbKF {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #cyFrRfygiWrEBBIPzltwTWU4qhBtTu2k {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #TxKiTiCaZTXcdEUQX5lGSTSgy221XGUI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #HILiIFwcEU2MBIgDPxxhBcAhJWa83XCm {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #AVhPuwq8BTQ1Ha7utE3W0ForamVAVEuS {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #XkO0fspBLklCdVo85sr55GHG4S7Koyeb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #LdEzbcQtPVkXIDHqvvEiVlzb2x2GeBNe {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #WygJu8ltsG0NmT7DQW6FbKT2KCCefrZ3 {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #V2cUybTZE2hCCgcfH7zMHye8dzZkdBGL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #L9Q5Rh4zwgtZEo8mQcoml5Svl8R3rGgU {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #IF7To361z4H0nTzKGqhon7ZPl5UuucRA {  }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:47.75rem;height:2.3125rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { width:13.8125rem;height:18.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { width:37.5rem;height:2.4375rem;top:1.25rem;left:10.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C76vvRr1WEE95xx0fAyGeqzzQNh1u1FO { width:37.5rem;height:2rem;top:3.6875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1sqNhsFZF7qch9HscMphOFFgodFMbuS { width:37.5rem;height:8.0625rem;top:6.6875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhipWOThEazARgEkPTabTKzKZGT0f18V { width:47.75rem;height:18.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { width:12.25rem;height:18.375rem;top:0rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdSR3Z6pOIcur4n4GDIr6Jlf2OKWnVbs { width:37.5rem;height:2.4375rem;top:2.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDqWf2lKefWkyV8nyLXdyhTdMv8ElSym { width:40.75rem;height:2rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht6FdmI41abvypZf2ZPKo9O4zlCTNe29 { width:37.5rem;height:8.0625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:47.75rem;height:2.375rem;top:4.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { width:2.5rem;height:2.5rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:15.6875rem;height:3.625rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { width:14.4375rem;height:3.5625rem;top:10.875rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFIXIK3waO7H89W4cSvwq5BNF7dhRy8 { width:2.5rem;height:2.5rem;top:11.3125rem;left:33.56005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMONWaNZm6GKN1DJL8vwLTwbh7R5pB53 { width:13.5625rem;height:1.25rem;top:11.9375rem;left:34.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5E5DnMZ2fAG7rEw97znyy5rArIoOmSo { width:2.375rem;height:2.375rem;top:11.4375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/k07WL2Tq/bg_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:17.8125rem;height:6.75rem;top:6.3125rem;left:1.09375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:18.75rem;height:9.795875rem;top:14.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:1.5625rem;height:1.5625rem;top:32.9375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:6.625rem;height:1.3125rem;top:31.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:9.124625rem;height:2.6242875rem;top:1.6548295021057rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:20rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:5.4375rem;height:3.41015625rem;top:26rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { width:1.625rem;height:1.625rem;top:26.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { width:0.124783125rem;height:2.87435rem;top:25.686849594116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:7.0625rem;height:4.8984375rem;top:25.8125rem;left:13rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { width:1.5rem;height:1.5rem;top:26.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.125rem;height:2.875rem;top:25.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7eHwOBWV6EccolgEw4CJKGmlTobmdTh { width:8.3123125rem;height:4.249825rem;top:0.46839487552643rem;left:10.812322020531rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:20rem;height:13.25rem;top:66.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K12VHG2ITCfs8TXqy17HWzlgkh66JL6d { width:0.4375rem;height:13.25rem;top:95.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e60RB3foyEabr37tB91TvcUCi8nPQc3V { width:20rem;height:13.25rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { width:16.4991875rem;height:3.8984375rem;top:67.861721038819rem;left:1.7492187023163rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qusf1mwbvSEIANwpnGqtTkK4hMQy9thk { width:12.5rem;height:5.5253875rem;top:28.1240234375rem;left:3.75rem;font-size:4.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2wrKyyqSq509WERMVouI4dUQbmcqsBp { width:10.375rem;height:3.8984375rem;top:33.6240234375rem;left:4.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSIitP1n7wSEs5oKimDVETQ51XdryJfX { width:20rem;height:13.25rem;top:52.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqPuU3JHIMN6RbDbJcQLzxm2TGz0fXiK { width:0.4375rem;height:13.25rem;top:81.8125rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { width:20rem;height:13.2495rem;top:13.265380859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNM9UaETbIIa4WXovKoL0SLQF9acXiEO { width:12.5rem;height:5.5253875rem;top:55rem;left:3.75rem;font-size:4.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W37qfCWiEPXlJ0wJAdrFlc1FrmTPs1wc { width:12.1875rem;height:2.9243625rem;top:60.525177955627rem;left:3.9062502980233rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:15.3125rem;height:3.8984375rem;top:41.5625rem;left:2.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:20rem;height:13.25rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCldaZIn9pzgDmxO8rnge6vDSvrED4Ng { width:0.4375rem;height:13.25rem;top:68.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { width:16.311875rem;height:3.8984375rem;top:14.5rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsHIMHEIO0x78INgXafeO19AKMxHNLpQ { width:14rem;height:5.5253875rem;top:2.125rem;left:3rem;font-size:4.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4coCkIDprtuHZuU507DdPy1ST34RAfI { width:20rem;height:13.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFZhTKZxTRDBTw6PfpBuneWoPOzN2Q4I { width:10.375rem;height:3.8984375rem;top:7.625rem;left:4.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lV6NtfSwMy4swGnuNDoCOJf9349iOpT8 { width:16.12425rem;height:5.25390625rem;top:19.146728515625rem;left:1.93603515625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#lV6NtfSwMy4swGnuNDoCOJf9349iOpT8 li:before{  }
 }@media only screen and (max-width: 763px) { #Fvs9EhwfFTlrPoHC58SUQCDK8ecBTSi1 { width:15.3735625rem;height:5.5rem;top:45.5rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }#Fvs9EhwfFTlrPoHC58SUQCDK8ecBTSi1 li:before{  }
 }@media only screen and (max-width: 763px) { #WnhZBqabqifTAiDdbfmGxgpTyv43ADTU { width:15.3735625rem;height:5.5rem;top:72.352294921875rem;left:2.31201171875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }#WnhZBqabqifTAiDdbfmGxgpTyv43ADTU li:before{  }
 }@media only screen and (max-width: 763px) { #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MZ9w2ATR/section3_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.adaptive-delivery-prevent-bg, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyload, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyloading { background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { background-color: transparent; background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .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); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { width:20rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOgB8KTaDnkourVooBfyBQ7baNOEppQh { width:15.125rem;height:1.6503875rem;top:30.0625rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nnSixSA8lg10XtTx8wzTtCORmtHTsiTW { width:14.375rem;height:1.29980625rem;top:32.1875rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PuSIk4NoDHuUvLJl2TxPwwEpMRqSDVSs { width:2.375rem;height:2.375rem;top:29.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiexg2VNqEGRCOWLqdKZw1aT6UEu4p7v { width:1.25rem;height:1.25rem;top:30.312503814698rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK { width:15.625rem;height:3rem;top:34.561721801757rem;left:2.6937501430511rem;font-size:1rem;display:block; }#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK li:before{  }
 }@media only screen and (max-width: 763px) { #A6meLnQRSmt5TuUx1N6GymsQW0bCoU9l { width:9.4995rem;height:1.6503875rem;top:51.0625rem;left:4.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q6mGwc3wSHLuz8me9QhTAzJRA6neGMiq { width:15.122625rem;height:1.29980625rem;top:53.061721801757rem;left:4.1882815361023rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VWPN1KUve6QBHaVe24G8HBt2PW0Mve8v { width:2.375rem;height:2.375rem;top:50.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wglkyAJEzKRbpFAddcRfnDbUsvooH8Bd { width:1.25rem;height:1.25rem;top:51.250003814698rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2IxndK2UBHuXF0AsB4O8KimvMbnRaOE { width:16.124125rem;height:4.875rem;top:55.498443603516rem;left:2.8195314407349rem;font-size:1rem;display:block; }#i2IxndK2UBHuXF0AsB4O8KimvMbnRaOE li:before{  }
 }@media only screen and (max-width: 763px) { #WxH59Cm9rvlMwhTVu5UXVCQ2IdeExhIR { width:2.375rem;height:2.375rem;top:63.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDD4JglCJuzhGPaQ5JnGz707bXCL6tp3 { width:1.25rem;height:1.25rem;top:63.9375038147rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl32DGXwK0hiPZBoOtHtGvL8B0quyo12 { width:7.125rem;height:1.6875rem;top:63.6875rem;left:4.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EmLdrtXTqPKZATKNFnTz1QqJTu14wtVD { width:15.1248125rem;height:1.6503875rem;top:40.686721801757rem;left:3.6867189407349rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kl2UMaMC4sM8WBdPFRTRtyS5AOB756Jd { width:15.1248125rem;height:1.29980625rem;top:42.624221801757rem;left:3.7492189407349rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oD3V6WOVoahDL8scbtIockPwNtUfFpgV { width:2.375rem;height:2.375rem;top:40.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDNAH0fVSnnTFSTsTQC71t4dSUFSoZQC { width:15.6239375rem;height:4.5rem;top:45.246871948243rem;left:2.8187501430511rem;font-size:1rem;display:block; }#UDNAH0fVSnnTFSTsTQC71t4dSUFSoZQC li:before{  }
 }@media only screen and (max-width: 763px) { #bAHHND9XMZ7eMOcSoGnXuLELPsif0d23 { width:1.25rem;height:1.25rem;top:40.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czNR4ct8P04i1q8MZGoFWMTrt8KFZP0x { width:12.5rem;height:1.29980625rem;top:12.249221801757rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A4k0rR7gTxaFlXdTN3mPrVdSx1e4nkrA { width:12.9375rem;height:3.298825rem;top:8.5617218017575rem;left:3.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e13K0k30ZOKAffdH5SzFSgrpruX6k7VP { width:1.25rem;height:1.25rem;top:9.5225706100462rem;left:1.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLxeQ9dKUrgZ4eWCnr0s1XvdlZrO2vFc { width:2.375rem;height:2.375rem;top:8.9991321563719rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTZqimTyyzEDCuKaqqgWG1MqXOw25eoG { width:16.3741875rem;height:3rem;top:14.456250190735rem;left:2.42578125rem;font-size:1rem;display:block; }#OTZqimTyyzEDCuKaqqgWG1MqXOw25eoG li:before{  }
 }@media only screen and (max-width: 763px) { #f99NfqVR2WsKE5eKiANZBVkLnqEu2mw2 { width:15.4984375rem;height:4.54900625rem;top:1.9312500953674rem;left:2.2507812976837rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fd2WVX94Ck6pFKyTAztFSMCU697CSAHi { width:0.125rem;height:52.9375rem;top:10.771873474121rem;left:1.7484376430511rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0RhCv9DDoS59r6rNTauKvzL4OIgGBal { width:16.1870625rem;height:1.5rem;top:25.060943603516rem;left:2.4445312023163rem;font-size:1rem;display:block; }#r0RhCv9DDoS59r6rNTauKvzL4OIgGBal li:before{  }
 }@media only screen and (max-width: 763px) { #qiPOJJiq7xNs0WpWhpKsJHeR1J2NtWBW { width:12.5rem;height:1.29980625rem;top:22.686721801757rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X2d7KIFuSA2xPFhzQ8qTKQ2U8WxFpuGM { width:12.5610625rem;height:1.6503875rem;top:20.6875rem;left:3.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GManXRxhGUWNQwxhi1DT9hf4hghH792w { width:1.25rem;height:1.25rem;top:20.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d02m3MedIiaTICOf7nDnpy4scq9nbbJc { width:2.375rem;height:2.375rem;top:20.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FriE4thTXtcWVQbtUUyWinNzDmGu7zxD { width:20rem;height:1.625rem;top:67.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #heoyzS7QRMySqmpfr6bynCyAgxG9TCht { display:block; }#heoyzS7QRMySqmpfr6bynCyAgxG9TCht > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqGwfAl12PJTANyp7W2X2PUTcTLE1KvQ { height:11.25rem;width:20rem;top:4.7683715820312E-7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEP84XVGXxT4sRc7DZJ4fpuH5ei4EhAb { width:20rem;height:10.5rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv2E73vVsysPSxt9Zxh6RUrxLNJlu0oW { width:18.0625rem;height:4.4375rem;top:2.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { width:14.9375rem;height:3.8984375rem;top:8.9375rem;left:2.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-text.counter-number { padding-top:0.413125rem;padding-right:0.36rem;padding-bottom:0.413125rem;padding-left:0.36rem;width:2.159375rem;min-width:2.159375rem;height:2.21875rem;font-size:1.65125rem;line-height:35.5px;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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.879375rem;height:0.8775rem;font-size:0.619375rem;line-height:14.04px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg { display:flex;width:15.5rem;height:4.180625rem;top:2.125rem;left:1.875rem;padding-top:0.785625rem;padding-right:0.78125rem;padding-bottom:0.785625rem;padding-left:0.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #tcDQsMK7FNT04LP6qta7G0uQOcsavEv0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #bAfJySG6QmSf2no8nMVdhQTXCNBoTbKF {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #cyFrRfygiWrEBBIPzltwTWU4qhBtTu2k {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #TxKiTiCaZTXcdEUQX5lGSTSgy221XGUI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #HILiIFwcEU2MBIgDPxxhBcAhJWa83XCm {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #AVhPuwq8BTQ1Ha7utE3W0ForamVAVEuS {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #XkO0fspBLklCdVo85sr55GHG4S7Koyeb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #LdEzbcQtPVkXIDHqvvEiVlzb2x2GeBNe {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #WygJu8ltsG0NmT7DQW6FbKT2KCCefrZ3 {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #V2cUybTZE2hCCgcfH7zMHye8dzZkdBGL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #L9Q5Rh4zwgtZEo8mQcoml5Svl8R3rGgU {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #IF7To361z4H0nTzKGqhon7ZPl5UuucRA {  }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:20rem;height:34.29296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { width:8.375rem;height:11rem;top:1.3109376430511rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { width:20rem;height:2.47514375rem;top:13.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C76vvRr1WEE95xx0fAyGeqzzQNh1u1FO { width:20rem;height:1.79980625rem;top:15.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C1sqNhsFZF7qch9HscMphOFFgodFMbuS { width:17.6875rem;height:16.19825rem;top:18.10546875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhipWOThEazARgEkPTabTKzKZGT0f18V { width:20rem;height:29.5625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { width:7.75rem;height:11.75rem;top:1.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdSR3Z6pOIcur4n4GDIr6Jlf2OKWnVbs { width:20rem;height:2.47514375rem;top:13.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDqWf2lKefWkyV8nyLXdyhTdMv8ElSym { width:20rem;height:3.5996125rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht6FdmI41abvypZf2ZPKo9O4zlCTNe29 { width:18.0625rem;height:14.3984375rem;top:21.0625rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:20rem;height:3.75rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { width:2.5rem;height:2.5rem;top:10.37353515625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:11.62475rem;height:4.798825rem;top:14.061279296875rem;left:4.185791015625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { width:15.49925rem;height:3.199225rem;top:24.437255859375rem;left:2.24853515625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFIXIK3waO7H89W4cSvwq5BNF7dhRy8 { width:2.5rem;height:2.5rem;top:29.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMONWaNZm6GKN1DJL8vwLTwbh7R5pB53 { width:18.4375rem;height:1.40014375rem;top:32.935791015625rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5E5DnMZ2fAG7rEw97znyy5rArIoOmSo { width:2.375rem;height:2.375rem;top:20.875rem;left:8.8125rem;display:block; }
 }