.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,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,38;--color-secondary-0:235,218,242;--color-secondary-1:188,132,212;--color-secondary-2:120,9,169;--color-secondary-3:60,5,85;--color-secondary-4:18,1,25;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr { 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/uc/1d279df5-bdad-4a16-ab22-27a57dc14977/opinie_bg.svg");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; }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr.adaptive-delivery-prevent-bg, #Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr.lazyload, #Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr.lazyloading { background-image: none; }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr > .row .container { background-color: transparent; background-image: none; }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr > .row .container > .video-iframe-container { display: none; }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr > .row > .video-iframe-container { display: none; }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr > .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); }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr > .row .container { border-width: 0; border-radius: 0; }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:60rem;position:relative;display:block; }#auK3pUbbA9D91rNUQeb6szz9DWcnap3B { box-sizing:content-box;height:4.5rem;width:23.625rem;position:absolute;display:block;z-index:15001;background-color:#7809a9;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:11.3125rem;left:30.125rem;display:block; }
#PPGUPJ6RfSozQsBRKhBKKkPX8gW2ADmZ { box-sizing:content-box;height:4.5rem;width:23.625rem;position:absolute;display:block;z-index:15000;background-color:#7809a9;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:11.3125rem;left:6.25rem;display:block; }
#auO8LUqCHHezxWqn2hWEpcBzqZ5D9ILJ { box-sizing:content-box;height:10.3125rem;width:23.625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);top:16.062507629394rem;left:6.25rem;display:block; }
#l2pOgyzMCPMVnH5wovaXDn2xOOPkMzDO { box-sizing:content-box;height:10.3125rem;width:23.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);top:16.062507629394rem;left:30.125001907349rem;display:block; }
#INxRrpc9LdOikukDmHFgDXcsC9uvBvxb { box-sizing:content-box;height:10.9375rem;width:23.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);top:26.593753814698rem;left:6.2620735168456rem;display:block; }
#d4osUc7nhzSZPZbKBq7XMmpJQs7vPMSw { box-sizing:content-box;height:10.9375rem;width:23.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);top:26.625003814698rem;left:30.125001907349rem;display:block; }
#cFeJGOBURCqryqTSJn3fVznLLBL5avMg { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.609375rem;left:8.125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#hanQEQVJq9tBDHFv46uFyAPWkGE5fhyJ { color:rgba(var(--color-primary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.609375rem;left:30.125rem;height:;text-align:center;text-align-last:center;display:block; }
#Q3EDDKGf84OPn33HWNpH34bIUWMsS0I8 { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.91845703125rem;left:8.125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#I16cIsmwxJLDfwr7qGR8C6EKTWXRz4fL { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.8935546875rem;left:32rem;height:;text-align:center;text-align-last:center;display:block; }
#wQvGDHIQVxGePqnagTyMyTHa1A31rGhe { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.9375rem;left:8.125rem;height:;text-align:center;text-align-last:center;display:block; }
#WG5tSDNMbrzTZTxQr5nONxJ1ZmC4WE6x { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:27.9375rem;left:32rem;height:;text-align:center;text-align-last:center;display:block; }
#sKERip2zfduTm8u1uG4qsWO7xyovGTa6 { color:#f10808;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.46875rem;left:32rem;height:;text-align:center;text-align-last:center;display:block; }
#i1tqRv7UKWrNCpiBdRDMHraMbiSuPXdJ { color:#f10808;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.35498046875rem;left:8.125rem;height:;text-align:center;text-align-last:center;display:block; }
#Igu30pUQzdLK006Dp8pzi5l5NWLBaEHu { z-index:15004;top:31.65625rem;left:10.268751144409rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hw5VN5GM8QkLIzEE00wGdtv9kq3vVqfi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bIETFG4VETZ929xcAz35bkkF8D38pFzg { z-index:15005;top:33.031250953674rem;left:34.389204025269rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qy8QBJgCgny2QpmtqMxNTGZq9G7BOPH1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WrCWJoTd79aJlmMByOWpmy5BGJWyy0GA { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.5rem;left:8.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#LCFnFmhKBMIGoQBIu9VVeknuTi3ln0kM { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:29.5rem;left:31.9375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#VbBNOTnpzuTudqPzqz0niMnKiQRyXlFE { color:#f10808;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:31.25rem;left:31.9375rem;height:1.05610625rem;text-align:center;text-align-last:center;display:block; }
#VfuZuA9GkktZUUcbN43MtMlxs9rBAXuP { color:#f10808;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20rem;left:32rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#helg9I7CMHnTrGPQ0TtOf81aU6QPX72G { z-index:15005;top:20.387499809265rem;left:10.331251144409rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BIcMbGecvIfCpEvhwRh60GWIaZ0Wgh4d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sp8Xs8UkoiJLs89GX71oEKK9EcQVmmBx { z-index:15006;top:21.659090995789rem;left:34.389204025269rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mkdpcZi8TZlQtansHMsZaqNIy4JtVqz2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e .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; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e { 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),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.84375rem;left:20.375001907349rem;z-index:15023; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #fm8JBPpG0Lh7GMXZJPfkA2qgP1m2VAtr { display:flex;position:relative;top:0rem;left:0rem; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #WFuTRk3NzS0WfOaDcXw41KLT847LxTJC { width:auto; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #RDzGWtSHcQZmG3WKo7MIAkJI3ufkEqXB {  }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #clK3aGAGfPXJgPgQAKvrDRadRwuLeBri { display:flex;position:relative;top:0rem;left:0rem; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #bzqODLlu5ZzizlcfK7rfmnTwedWHia1l {  }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #vL3y1CBSfD2EqRuTcusXq9whT6QTXmcK {  }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #FmTyq4p4zQr6aNiFMAk1wKBcq2J09MXA { display:flex;position:relative;top:0rem;left:0rem; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #z6WzlFNJHpZl3fGRuTqew5uO01TWw8oU {  }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #K7Inwyc4cz7OiRqIbJ961hs1EoU5tNhO {  }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #v55f2fc4HKyyxOQo34Zpb0H6IZ2DTWvU { display:flex;position:relative;top:0rem;left:0rem; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #c8lF69eewk7sWvr7UUnwtyu1aTkvn2LF {  }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #SRs4AviKOgRDCubT6VK22O93OT63ZwRw {  }
#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao { 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/uc/1d279df5-bdad-4a16-ab22-27a57dc14977/opinie_bg.svg");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:none; }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao.adaptive-delivery-prevent-bg, #BTPSSOF1CTkDVMlATtPiyvw83t2qvFao.lazyload, #BTPSSOF1CTkDVMlATtPiyvw83t2qvFao.lazyloading { background-image: none; }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao > .row .container { border-width: 0; border-radius: 0; }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao > .row .container { font-size:0.875rem;font-family:arial;height:67.4375rem;width:60rem;position:relative;display:none; }#d6vx7BqZewCL8f08TFWhEe27W5Igi2SM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#KP1uxhPxqG8Lp9fuSkx4Z4exmfP18NOS { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:6rem;left:0rem;display:none; }
#HaQpwvyT5kXGG2UGuA53gcFEETHe5Zdf { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#sXhzLz7vnCUDeeGI3lPpxTHlb1NvaQbV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#mVTkk7tPpXHiaKROD2QwIvLe4QB9wr1z { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:8.4375rem;left:0rem;display:none; }
#gDed0DVM0VNKEIE2dqUzgBzLyDaeJyhK { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:17.9375rem;left:0rem;display:none; }
#RtIFgoIorazg4TtvWrpfVsP5dR7rLf1h { z-index:15003;top:40.6875rem;left:8.75rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#MDDHrNdoHO2aqXCLL8k43Vv0fFeHpRdv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0b4IWLbwQzT7yCOr9QWJxFx2mchvvT6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#EuODo8aN8LOaqpTdbm2wAwuJ0rdHKp5i { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:27.3125rem;left:0rem;display:none; }
#mrguIzSDtME0qkOiIHw2lrK1wNJsgmTe { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#xrPNUhQi8nwNSyLpHsnRTdvr9Aa9fqu9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Cugty3ZoFvphyOdmnzCUZnEZDdo8Ik45 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:29.875rem;left:0rem;display:none; }
#SLf5s1TIlJg2bvH7U4UcGPZ0fks3TtXf { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:40.1875rem;left:0rem;display:none; }
#v68EXPbUEbUxIeIcfPN4TqLTUcREIcSp { z-index:15003;top:40.6875rem;left:8.75rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#XH28iC9N2Loq4dp2QnJpkX66f2MN3UIa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7Dq8GxhXH9o7xSFNuPc7yCxg2cfy8m9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:10.5rem;left:0rem;display:none; }
#TPpfQbLN5Po1dJuli4X8GxozmRRTygCg { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:19.0625rem;left:0rem;display:none; }
#lCR4gFBKWSergp2ITo8vdhFTaTky0BdZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:31.75rem;left:0rem;display:none; }
#ORPHia81uWSdThavPPotHJn1B77bbtkV { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:41.4375rem;left:0rem;display:none; }
#OdwwiAW05GLLs1g6gTsGec2Wk3dCn85x { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:42.5rem;left:0rem;display:none; }
#D1lbclk384qrWASCMM5imbVncFaDpr7z { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:32.9375rem;left:0rem;display:none; }
#wwXAHugJQS3f62CnyD9DecLl7zeTkTCz { z-index:15003;top:40.6875rem;left:8.75rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#usChQtg5dn67RGUtnW0xJizqCB2Zu0xe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BeHDSHTsdxdCTiZNgZQwwAKkedD7nJk7 { z-index:15003;top:40.6875rem;left:8.75rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#DmqIBOQVpRZhorTK9ogxrWIyNQW4zVHy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv .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; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv { 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),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.6875019073486rem;left:19.670454025269rem;z-index:15024; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #cGKtIhy4DMK6hm8p7JP8IkztVxc8xHv9 { display:flex;position:relative;top:0rem;left:0rem; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #gaSwOLwGly4Oy3V2JcbQ061bqyGmq4fQ { width:auto; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #f121M0IyVWwRHoTgTVietHrCBlCcFgFB {  }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #VEUNTCnk030638uwxoR0vs6CSJJ5Ar5V { display:flex;position:relative;top:0rem;left:0rem; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #FfF1kQxodXGeLCNA5o0HmkcmmkN0FS31 {  }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #kfuFFX3CsK9y6hViHfpaDKXSqR2lgniF {  }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #cqZGIocm5K9tdrAOJaTxmqtOXfh6NWvC { display:flex;position:relative;top:0rem;left:0rem; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #JreXEuHNWGJryzAKT5oTRyESDv4TNQVW {  }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #V4DE7FdoBd15g7HLGhd4cVAFkTMnnU8G {  }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #NE04P8lmbBGvTCVXFdVLwBwco9u0lCRM { display:flex;position:relative;top:0rem;left:0rem; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #mL8P8iGnfrr38Zw9cZ10GN6w1PDwKB3Q {  }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #qKRCvRMhMzHeo688O6JBaaGb1U96OET1 {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr { display:block; }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auK3pUbbA9D91rNUQeb6szz9DWcnap3B { top:11.3125rem;left:24rem;width:23.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPGUPJ6RfSozQsBRKhBKKkPX8gW2ADmZ { top:11.3125rem;left:0.125rem;width:23.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #auO8LUqCHHezxWqn2hWEpcBzqZ5D9ILJ { top:16.0625rem;left:0.125rem;width:23.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2pOgyzMCPMVnH5wovaXDn2xOOPkMzDO { top:16.0625rem;left:24rem;width:23.5625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INxRrpc9LdOikukDmHFgDXcsC9uvBvxb { top:26.5625rem;left:0.1370735168457rem;width:23.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4osUc7nhzSZPZbKBq7XMmpJQs7vPMSw { top:26.625rem;left:24.000001907349rem;width:23.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFeJGOBURCqryqTSJn3fVznLLBL5avMg { top:12.5625rem;left:2rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hanQEQVJq9tBDHFv46uFyAPWkGE5fhyJ { top:12.5625rem;left:23.9375rem;width:23.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3EDDKGf84OPn33HWNpH34bIUWMsS0I8 { top:16.875rem;left:2rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I16cIsmwxJLDfwr7qGR8C6EKTWXRz4fL { top:16.875rem;left:25.875rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQvGDHIQVxGePqnagTyMyTHa1A31rGhe { top:27.9375rem;left:2rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG5tSDNMbrzTZTxQr5nONxJ1ZmC4WE6x { top:27.9375rem;left:25.875001907349rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKERip2zfduTm8u1uG4qsWO7xyovGTa6 { top:18.4375rem;left:25.875001907349rem;width:20rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1tqRv7UKWrNCpiBdRDMHraMbiSuPXdJ { top:18.3125rem;left:2rem;width:20rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igu30pUQzdLK006Dp8pzi5l5NWLBaEHu { top:31.625rem;left:4.1437511444092rem;width:15.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw5VN5GM8QkLIzEE00wGdtv9kq3vVqfi { display:block; }
 }@media only screen and (max-width: 763px) { #bIETFG4VETZ929xcAz35bkkF8D38pFzg { top:33rem;left:28.264204025269rem;width:15.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy8QBJgCgny2QpmtqMxNTGZq9G7BOPH1 { display:block; }
 }@media only screen and (max-width: 763px) { #WrCWJoTd79aJlmMByOWpmy5BGJWyy0GA { top:29.5rem;left:1.9375rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCFnFmhKBMIGoQBIu9VVeknuTi3ln0kM { top:29.5rem;left:25.8125rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbBNOTnpzuTudqPzqz0niMnKiQRyXlFE { top:31.25rem;left:25.8125rem;width:20rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfuZuA9GkktZUUcbN43MtMlxs9rBAXuP { top:20rem;left:25.875rem;width:20rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #helg9I7CMHnTrGPQ0TtOf81aU6QPX72G { top:20.375rem;left:4.2062511444092rem;width:15.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIcMbGecvIfCpEvhwRh60GWIaZ0Wgh4d { display:block; }
 }@media only screen and (max-width: 763px) { #Sp8Xs8UkoiJLs89GX71oEKK9EcQVmmBx { top:21.625rem;left:28.264204025269rem;width:15.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkdpcZi8TZlQtansHMsZaqNIy4JtVqz2 { display:block; }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e .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; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e .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; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e { display:flex;width:18rem;height:5.0625rem;top:1.9375rem;left:14.250001907349rem; }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #fm8JBPpG0Lh7GMXZJPfkA2qgP1m2VAtr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #WFuTRk3NzS0WfOaDcXw41KLT847LxTJC {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #RDzGWtSHcQZmG3WKo7MIAkJI3ufkEqXB {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #clK3aGAGfPXJgPgQAKvrDRadRwuLeBri { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #bzqODLlu5ZzizlcfK7rfmnTwedWHia1l {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #vL3y1CBSfD2EqRuTcusXq9whT6QTXmcK {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #FmTyq4p4zQr6aNiFMAk1wKBcq2J09MXA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #z6WzlFNJHpZl3fGRuTqew5uO01TWw8oU {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #K7Inwyc4cz7OiRqIbJ961hs1EoU5tNhO {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #v55f2fc4HKyyxOQo34Zpb0H6IZ2DTWvU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #c8lF69eewk7sWvr7UUnwtyu1aTkvn2LF {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #SRs4AviKOgRDCubT6VK22O93OT63ZwRw {  }
 }@media only screen and (max-width: 763px) { #BTPSSOF1CTkDVMlATtPiyvw83t2qvFao { display:none; }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d6vx7BqZewCL8f08TFWhEe27W5Igi2SM { display:none; }
 }@media only screen and (max-width: 763px) { #KP1uxhPxqG8Lp9fuSkx4Z4exmfP18NOS { top:6rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HaQpwvyT5kXGG2UGuA53gcFEETHe5Zdf { display:none; }
 }@media only screen and (max-width: 763px) { #sXhzLz7vnCUDeeGI3lPpxTHlb1NvaQbV { display:none; }
 }@media only screen and (max-width: 763px) { #mVTkk7tPpXHiaKROD2QwIvLe4QB9wr1z { top:8.4375rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDed0DVM0VNKEIE2dqUzgBzLyDaeJyhK { top:17.9375rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtIFgoIorazg4TtvWrpfVsP5dR7rLf1h { top:40.6875rem;left:2.625rem;width:15.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDDHrNdoHO2aqXCLL8k43Vv0fFeHpRdv { display:block; }
 }@media only screen and (max-width: 763px) { #n0b4IWLbwQzT7yCOr9QWJxFx2mchvvT6 { display:none; }
 }@media only screen and (max-width: 763px) { #EuODo8aN8LOaqpTdbm2wAwuJ0rdHKp5i { top:27.3125rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrguIzSDtME0qkOiIHw2lrK1wNJsgmTe { display:none; }
 }@media only screen and (max-width: 763px) { #xrPNUhQi8nwNSyLpHsnRTdvr9Aa9fqu9 { display:none; }
 }@media only screen and (max-width: 763px) { #Cugty3ZoFvphyOdmnzCUZnEZDdo8Ik45 { top:29.875rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLf5s1TIlJg2bvH7U4UcGPZ0fks3TtXf { top:40.1875rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v68EXPbUEbUxIeIcfPN4TqLTUcREIcSp { top:40.6875rem;left:2.625rem;width:15.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XH28iC9N2Loq4dp2QnJpkX66f2MN3UIa { display:block; }
 }@media only screen and (max-width: 763px) { #u7Dq8GxhXH9o7xSFNuPc7yCxg2cfy8m9 { top:10.5rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPpfQbLN5Po1dJuli4X8GxozmRRTygCg { top:19.0625rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCR4gFBKWSergp2ITo8vdhFTaTky0BdZ { top:31.75rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORPHia81uWSdThavPPotHJn1B77bbtkV { top:41.4375rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdwwiAW05GLLs1g6gTsGec2Wk3dCn85x { top:42.5rem;left:0rem;width:20rem;height:;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1lbclk384qrWASCMM5imbVncFaDpr7z { top:32.9375rem;left:0rem;width:20rem;height:;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwXAHugJQS3f62CnyD9DecLl7zeTkTCz { top:40.6875rem;left:2.625rem;width:15.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #usChQtg5dn67RGUtnW0xJizqCB2Zu0xe { display:block; }
 }@media only screen and (max-width: 763px) { #BeHDSHTsdxdCTiZNgZQwwAKkedD7nJk7 { top:40.6875rem;left:2.625rem;width:15.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmqIBOQVpRZhorTK9ogxrWIyNQW4zVHy { display:block; }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv .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; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv .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; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv { display:flex;width:18rem;height:5.0625rem;top:1.9375rem;left:14.250001907349rem; }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #cGKtIhy4DMK6hm8p7JP8IkztVxc8xHv9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #gaSwOLwGly4Oy3V2JcbQ061bqyGmq4fQ {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #f121M0IyVWwRHoTgTVietHrCBlCcFgFB {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #VEUNTCnk030638uwxoR0vs6CSJJ5Ar5V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #FfF1kQxodXGeLCNA5o0HmkcmmkN0FS31 {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #kfuFFX3CsK9y6hViHfpaDKXSqR2lgniF {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #cqZGIocm5K9tdrAOJaTxmqtOXfh6NWvC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #JreXEuHNWGJryzAKT5oTRyESDv4TNQVW {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #V4DE7FdoBd15g7HLGhd4cVAFkTMnnU8G {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #NE04P8lmbBGvTCVXFdVLwBwco9u0lCRM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #mL8P8iGnfrr38Zw9cZ10GN6w1PDwKB3Q {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #qKRCvRMhMzHeo688O6JBaaGb1U96OET1 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84ae53bb-694e-4323-b74d-b4bd9c5b54da/Frame130.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr.adaptive-delivery-prevent-bg, #Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr.lazyload, #Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr.lazyloading { background-image: none; }#Ag2ZmXTKHLDnN02po8PyGcyvyV9u72kr > .row .container { width:20rem;height:135rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #auK3pUbbA9D91rNUQeb6szz9DWcnap3B { width:20rem;height:3.375rem;top:7.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPGUPJ6RfSozQsBRKhBKKkPX8gW2ADmZ { width:20rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auO8LUqCHHezxWqn2hWEpcBzqZ5D9ILJ { width:19.875rem;height:3.375rem;top:11.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2pOgyzMCPMVnH5wovaXDn2xOOPkMzDO { width:19.875rem;height:3.375rem;top:16.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INxRrpc9LdOikukDmHFgDXcsC9uvBvxb { width:19.875rem;height:3.375rem;top:21.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4osUc7nhzSZPZbKBq7XMmpJQs7vPMSw { width:19.875rem;height:3.375rem;top:26.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFeJGOBURCqryqTSJn3fVznLLBL5avMg { width:20rem;height:1.78693125rem;top:49.84375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hanQEQVJq9tBDHFv46uFyAPWkGE5fhyJ { width:20rem;height:1.78693125rem;top:52.84375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3EDDKGf84OPn33HWNpH34bIUWMsS0I8 { width:20rem;height:1.46235625rem;top:55.84375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I16cIsmwxJLDfwr7qGR8C6EKTWXRz4fL { width:20rem;height:1.46235625rem;top:58.53125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQvGDHIQVxGePqnagTyMyTHa1A31rGhe { width:20rem;height:1.46235625rem;top:59.78125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG5tSDNMbrzTZTxQr5nONxJ1ZmC4WE6x { width:20rem;height:1.46235625rem;top:62.46875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKERip2zfduTm8u1uG4qsWO7xyovGTa6 { width:20rem;height:1.21875rem;top:89.6933625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1tqRv7UKWrNCpiBdRDMHraMbiSuPXdJ { width:20rem;height:1.21875rem;top:87.2558625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igu30pUQzdLK006Dp8pzi5l5NWLBaEHu { top:101.8808625rem;left:2.125rem;width:15.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw5VN5GM8QkLIzEE00wGdtv9kq3vVqfi { display:block; }
 }@media only screen and (max-width: 763px) { #bIETFG4VETZ929xcAz35bkkF8D38pFzg { top:106.9433625rem;left:2.125rem;width:15.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy8QBJgCgny2QpmtqMxNTGZq9G7BOPH1 { display:block; }
 }@media only screen and (max-width: 763px) { #WrCWJoTd79aJlmMByOWpmy5BGJWyy0GA { width:20rem;height:1.21875rem;top:114.2558625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCFnFmhKBMIGoQBIu9VVeknuTi3ln0kM { width:20rem;height:1.21875rem;top:116.6933625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbBNOTnpzuTudqPzqz0niMnKiQRyXlFE { width:20rem;height:1.05610625rem;top:119.1308625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfuZuA9GkktZUUcbN43MtMlxs9rBAXuP { width:20rem;height:1.05610625rem;top:112.0058625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #helg9I7CMHnTrGPQ0TtOf81aU6QPX72G { top:121.3808625rem;left:2.125rem;width:15.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIcMbGecvIfCpEvhwRh60GWIaZ0Wgh4d { display:block; }
 }@media only screen and (max-width: 763px) { #Sp8Xs8UkoiJLs89GX71oEKK9EcQVmmBx { top:126.4433625rem;left:2.125rem;width:15.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkdpcZi8TZlQtansHMsZaqNIy4JtVqz2 { display:block; }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e .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; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e .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; }
#JXTB4xOpQyNHT930gpBHfIiv387sZQ7e { display:flex;width:18rem;height:5.0625rem;top:1.6306757926941rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #fm8JBPpG0Lh7GMXZJPfkA2qgP1m2VAtr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #WFuTRk3NzS0WfOaDcXw41KLT847LxTJC {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #RDzGWtSHcQZmG3WKo7MIAkJI3ufkEqXB {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #clK3aGAGfPXJgPgQAKvrDRadRwuLeBri { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #bzqODLlu5ZzizlcfK7rfmnTwedWHia1l {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #vL3y1CBSfD2EqRuTcusXq9whT6QTXmcK {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #FmTyq4p4zQr6aNiFMAk1wKBcq2J09MXA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #z6WzlFNJHpZl3fGRuTqew5uO01TWw8oU {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #K7Inwyc4cz7OiRqIbJ961hs1EoU5tNhO {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #v55f2fc4HKyyxOQo34Zpb0H6IZ2DTWvU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #c8lF69eewk7sWvr7UUnwtyu1aTkvn2LF {  }
 }@media only screen and (max-width: 763px) { #JXTB4xOpQyNHT930gpBHfIiv387sZQ7e #SRs4AviKOgRDCubT6VK22O93OT63ZwRw {  }
 }@media only screen and (max-width: 763px) { #BTPSSOF1CTkDVMlATtPiyvw83t2qvFao { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84ae53bb-694e-4323-b74d-b4bd9c5b54da/Frame130.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao.adaptive-delivery-prevent-bg, #BTPSSOF1CTkDVMlATtPiyvw83t2qvFao.lazyload, #BTPSSOF1CTkDVMlATtPiyvw83t2qvFao.lazyloading { background-image: none; }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao > .row .container { background-color: transparent; background-image: none; }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao > .row .container > .video-iframe-container { display: none; }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao > .row > .video-iframe-container { display: none; }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao > .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); }#BTPSSOF1CTkDVMlATtPiyvw83t2qvFao > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6vx7BqZewCL8f08TFWhEe27W5Igi2SM { top:13.25rem;left:1rem;width:18.0625rem;height:2.1875rem;z-index:15017;background-color:#7809a9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KP1uxhPxqG8Lp9fuSkx4Z4exmfP18NOS { top:13.6875rem;left:0rem;width:20rem;height:1.29971875rem;z-index:15018;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #HaQpwvyT5kXGG2UGuA53gcFEETHe5Zdf { top:15.625rem;left:1rem;width:18.0625rem;height:7.625rem;z-index:15018;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sXhzLz7vnCUDeeGI3lPpxTHlb1NvaQbV { top:23.4375rem;left:1rem;width:18.0625rem;height:8.9375rem;z-index:15019;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mVTkk7tPpXHiaKROD2QwIvLe4QB9wr1z { top:17.0625rem;left:0rem;width:20rem;height:1.137075rem;z-index:15019;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDed0DVM0VNKEIE2dqUzgBzLyDaeJyhK { top:25.625rem;left:0rem;width:20rem;height:1.137075rem;z-index:15020;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtIFgoIorazg4TtvWrpfVsP5dR7rLf1h { top:28.9375rem;left:2.1875rem;width:15.6875rem;height:2.1875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #MDDHrNdoHO2aqXCLL8k43Vv0fFeHpRdv { display:block; }
 }@media only screen and (max-width: 763px) { #n0b4IWLbwQzT7yCOr9QWJxFx2mchvvT6 { top:34.875rem;left:1rem;width:18.0625rem;height:2.1875rem;z-index:15018;background-color:#7809a9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EuODo8aN8LOaqpTdbm2wAwuJ0rdHKp5i { top:35.3125rem;left:0rem;width:20rem;height:1.29971875rem;z-index:15019;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #mrguIzSDtME0qkOiIHw2lrK1wNJsgmTe { top:37.25rem;left:1rem;width:18.0625rem;height:8.8125rem;z-index:15019;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xrPNUhQi8nwNSyLpHsnRTdvr9Aa9fqu9 { top:46.1875rem;left:1rem;width:18.0625rem;height:9rem;z-index:15020;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Cugty3ZoFvphyOdmnzCUZnEZDdo8Ik45 { top:38.125rem;left:0rem;width:20rem;height:1.137075rem;z-index:15020;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLf5s1TIlJg2bvH7U4UcGPZ0fks3TtXf { top:47.875rem;left:0rem;width:20rem;height:1.137075rem;z-index:15021;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v68EXPbUEbUxIeIcfPN4TqLTUcREIcSp { top:52.0625rem;left:2.1875rem;width:15.6875rem;height:2.1875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #XH28iC9N2Loq4dp2QnJpkX66f2MN3UIa { display:block; }
 }@media only screen and (max-width: 763px) { #u7Dq8GxhXH9o7xSFNuPc7yCxg2cfy8m9 { top:18.25rem;left:0rem;width:20rem;height:0.97443125rem;z-index:15020;text-align:center;text-align-last:center;color:#f40303;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPpfQbLN5Po1dJuli4X8GxozmRRTygCg { top:26.75rem;left:0rem;width:20rem;height:0.97443125rem;z-index:15021;text-align:center;text-align-last:center;color:#f40303;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCR4gFBKWSergp2ITo8vdhFTaTky0BdZ { top:39.4375rem;left:0rem;width:20rem;height:0.97443125rem;z-index:15021;text-align:center;text-align-last:center;color:#f40303;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORPHia81uWSdThavPPotHJn1B77bbtkV { top:49.125rem;left:0rem;width:20rem;height:0.97443125rem;z-index:15022;text-align:center;text-align-last:center;color:#f40303;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdwwiAW05GLLs1g6gTsGec2Wk3dCn85x { top:50.1875rem;left:0rem;width:20rem;height:0.89346875rem;z-index:15023;text-align:center;text-align-last:center;color:#f40303;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lbclk384qrWASCMM5imbVncFaDpr7z { top:40.625rem;left:0rem;width:20rem;height:0.89346875rem;z-index:15024;text-align:center;text-align-last:center;color:#f40303;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwXAHugJQS3f62CnyD9DecLl7zeTkTCz { top:20rem;left:2.1875rem;width:15.6875rem;height:2.1875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #usChQtg5dn67RGUtnW0xJizqCB2Zu0xe { display:block; }
 }@media only screen and (max-width: 763px) { #BeHDSHTsdxdCTiZNgZQwwAKkedD7nJk7 { top:42.5rem;left:2.1875rem;width:15.6875rem;height:2.1875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #DmqIBOQVpRZhorTK9ogxrWIyNQW4zVHy { display:block; }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv .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; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv .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; }
#h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv { display:flex;width:18rem;height:5.0625rem;top:3.6860799789429rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #cGKtIhy4DMK6hm8p7JP8IkztVxc8xHv9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #gaSwOLwGly4Oy3V2JcbQ061bqyGmq4fQ {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #f121M0IyVWwRHoTgTVietHrCBlCcFgFB {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #VEUNTCnk030638uwxoR0vs6CSJJ5Ar5V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #FfF1kQxodXGeLCNA5o0HmkcmmkN0FS31 {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #kfuFFX3CsK9y6hViHfpaDKXSqR2lgniF {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #cqZGIocm5K9tdrAOJaTxmqtOXfh6NWvC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #JreXEuHNWGJryzAKT5oTRyESDv4TNQVW {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #V4DE7FdoBd15g7HLGhd4cVAFkTMnnU8G {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #NE04P8lmbBGvTCVXFdVLwBwco9u0lCRM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #mL8P8iGnfrr38Zw9cZ10GN6w1PDwKB3Q {  }
 }@media only screen and (max-width: 763px) { #h7C1uEaKD61HTxyhQyTm47HmvCTwy3Pv #qKRCvRMhMzHeo688O6JBaaGb1U96OET1 {  }
 }