.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:238,228,246;--color-primary-1:190,151,221;--color-primary-2:171,120,211;--color-primary-3:147,82,199;--color-primary-4:155,110,162;--color-secondary-0:250,249,248;--color-secondary-1:238,235,230;--color-secondary-2:221,215,205;--color-secondary-3:111,108,103;--color-secondary-4:33,32,31;--color-tertiary-0:255,255,255;--color-tertiary-1:241,236,230;--color-tertiary-2:145,142,138;--color-tertiary-3:87,85,83;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}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); }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row .container { background-color: transparent; background-image: none; }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row .container > .video-iframe-container { display: none; }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row > .video-iframe-container { display: none; }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .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); }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row .container { border-width: 0; border-radius: 0; }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.375rem;width:75rem;overflow:visible;position:relative;display:block; }#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .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; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#9e050d;padding-top:0.403125rem;padding-right:0.35625rem;padding-bottom:0.403125rem;padding-left:0.35625rem;display:block;align-items:center;width:2.133125rem;min-width:2.133125rem;height:2.164375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.61125rem;font-weight:700;line-height:34.63px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .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.251875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.844375rem;height:0.855625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.60375rem;font-weight:400;line-height:13.69px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.375rem;height:4.078125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.21875002235174rem;left:57.000001907349rem;z-index:15002; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #A8pFtOJKFpJrH5ECu0dpkHGbnyt99cAn { display:flex;position:relative;top:0rem;left:0rem; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #TvuwU8douJWOBLmTqqtEvzQqFsgywoxe { width:auto; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #sThs4TgHumFmn596vMQPQkVN7QVI2cHU {  }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #q320kDDRLXmOv5xwLufyslINBQTHSXdB { display:flex;position:relative;top:0rem;left:0rem; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #RygDwn474aDhPGhyKgJXBNKXmo500ePl {  }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #ryu4IJbeM2VvNie5H0RhTboausotwWPD {  }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #vLQ2qZnfXMJrAQ5whvooCU0iiL5sdlSA { display:flex;position:relative;top:0rem;left:0rem; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #DWdQH7U40cfat5vluxygmkEteThxUohV {  }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #Iml7IReMctN3Htd7mdnhyq3yuWhXswv0 {  }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #z6kz3uhgFPBANlB50xmmpNuwDAcSCPEo { display:flex;position:relative;top:0rem;left:0rem; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #PvOwL0SDaSIXEMfIA2Fv7NpoAV03T2uJ {  }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #sgxsC6xTInb3mSoUNmzaWZasp1hTSLJL {  }
#gaz8z1Nae7fG8TakXe2o6zepNEukRhSq { color:#342536;display:block;width:42.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:1.287109375rem;left:1.625rem;height:;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; }
#FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R { position:relative;display:block; }#FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R { background-color: transparent; background-image: none; }#FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R > .row .container > .video-iframe-container { display: none; }#FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R > .row > .video-iframe-container { display: none; }#FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R > .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); }#FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R { border-width: 0; border-radius: 0; }#FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R > .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; }#FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R > .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:48.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UuyMOXZdzWv6VMHFNqT5kUtcLJ25Q58B { color:rgba(var(--color-tertiary-4),1);display:block;width:45.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:14.8125rem;height:4.7119125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CX1JpWOnIkll7EAtoyHIeKUevtdBulfa { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:1.3125rem;left:22.21875rem;height:2.25036875rem;text-align:center;text-align-last:center;display:block; }
#KwqUTkxMvr25Upe0COc4PDn6KUo84Any { position:absolute;display:block;z-index:15046;height:38.3125rem;width:68.4375rem;top:10.3125rem;left:3.28125rem;display:block; }
#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;background-image:url("https://images.assets-landingi.com/uc/7f7b9a3e-9d61-4911-acc5-48533c399925/latomockupzbiorczy3.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg.adaptive-delivery-prevent-bg, #FEm8ftFZRaOSoMI5XZolzkminAMTvcxg.lazyload, #FEm8ftFZRaOSoMI5XZolzkminAMTvcxg.lazyloading { background-image: none; }#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg > .row .container { background-color: transparent; background-image: none; }#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg > .row .container > .video-iframe-container { display: none; }#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg > .row > .video-iframe-container { display: none; }#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg > .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); }#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg > .row .container { border-width: 0; border-radius: 0; }#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#L6cbh8LlThhcDhslxxcJaN4LL1aw0BeM { color:rgba(var(--color-secondary-2),1);display:block;width:43.624875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.593505859375rem;left:15.687255859375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUv1hnM9CtZEtv1dBEytoQA99X6g0sZU { color:rgba(var(--color-secondary-0),1);display:block;width:40.999125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.468505859375rem;left:17.000122070312rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#IX8egODJLl33NBuAUHFoTVWKPXlUctvs { box-sizing:content-box;height:16.437375rem;width:62.24975rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.74);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4993896484375rem;left:6.373291015625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hqZeo600uuIwnfNGecV9s7LEIKoNU6KA { position:relative;display:block; }#hqZeo600uuIwnfNGecV9s7LEIKoNU6KA { background-color: transparent; background-image: none; }#hqZeo600uuIwnfNGecV9s7LEIKoNU6KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqZeo600uuIwnfNGecV9s7LEIKoNU6KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqZeo600uuIwnfNGecV9s7LEIKoNU6KA > .row .container > .video-iframe-container { display: none; }#hqZeo600uuIwnfNGecV9s7LEIKoNU6KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqZeo600uuIwnfNGecV9s7LEIKoNU6KA > .row > .video-iframe-container { display: none; }#hqZeo600uuIwnfNGecV9s7LEIKoNU6KA > .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); }#hqZeo600uuIwnfNGecV9s7LEIKoNU6KA { border-width: 0; border-radius: 0; }#hqZeo600uuIwnfNGecV9s7LEIKoNU6KA > .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; }#hqZeo600uuIwnfNGecV9s7LEIKoNU6KA > .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:83.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TRQwTTThLKkoRLhi2D37nSiRaf5cd4F8 { color:#840b00;display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.2490234375rem;left:14.0625rem;height:5.36230625rem;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;text-align:center;text-align-last:center;display:block; }
#zRd1VKKVAqrveWV53pc5AlaCULtvvobe { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:34.875rem;left:20.6875rem;height:;font-style:normal;display:block; }#zRd1VKKVAqrveWV53pc5AlaCULtvvobe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zRd1VKKVAqrveWV53pc5AlaCULtvvobe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df9d30451b78e1616ada911243b44a1bc09784ed.svg); }
#Rpb5r7nh9Xf5GrQnJJA3JDhUGIKI7EE8 { color:#157400;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:69.687133789062rem;left:17.8125rem;height:4.7119125rem;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;text-align:center;text-align-last:center;display:block; }
#svyA6gZxVM4TVUK7TMr8qTMH7fFvmeGt { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:68.062377929688rem;left:17.8125rem;height:3.0871625rem;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;text-align:center;text-align-last:center;display:block; }
#NOD2LD0TgVLO6OuRknL14ldK26027GD9 { box-sizing:content-box;height:13.8125rem;width:42.125rem;position:absolute;display:block;z-index:15021;background-color:#eddad9;background-image:none;top:66.874633789062rem;left:16.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#zouq8TxBLWTEE6aTxJ1Q5g64tw5cknAl { box-sizing:content-box;height:5.125rem;width:16.25rem;position:absolute;display:block;z-index:15026;background-color:#840b00;background-image:none;top:58.812133789062rem;left:20.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wAnOOE0mpO3vQGgXPZJ1HbJTXmUaFVUI { box-sizing:content-box;height:5.1245125rem;width:16.25rem;position:absolute;display:block;z-index:15027;background-color:#840b00;background-image:none;top:58.812133789062rem;left:38.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oxMcHZFdganK1wWHONs6RGyOOZRVRgXg { color:rgba(var(--color-tertiary-0),1);display:block;width:10.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:60.937377929688rem;left:42.8125rem;height:2.2749rem;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; }
#NEaTGe1iAnGv97phIev5U5MVoqLwLGiq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.186375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:59.62451171875rem;left:42.8125rem;height:1.29980625rem;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; }
#wmEUZHxKG0AySH01I118f6Ha7PFyQe3d { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:59.687377929688rem;left:25.625rem;height:1.29980625rem;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; }
#RSe55rPNOin43GJqL2S5VurhfWiZhglR { color:rgba(var(--color-tertiary-0),1);display:block;width:10.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:60.937377929688rem;left:25.625rem;height:2.2749rem;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; }
#mDJBldTTMwrL54s8F0ZzHEpImTFnKpTy { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:59.8125rem;left:21.5625rem; }
#Br6p85Cr11lq2oL1ivssUC7CbiRDKNP6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:59.8125rem;left:39.125rem; }
#VbtceHR1XL7FOc71DyFTvIdlmbD1zmoL { box-sizing:content-box;height:31.5rem;width:42.125rem;position:absolute;display:block;z-index:15019;background-color:#f1ece6;background-image:none;top:33.937377929688rem;left:16.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#NofSJ6kJc8RIea156RKIWphBNfVmaBIN { color:#157400;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:72.5625rem;left:17.9375rem;height:1.86865rem;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;text-align:center;text-align-last:center;display:block; }
#fUCO0BTHzkCFGcZqEPozy2McD8v6C2LS { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:60rem;top:6.064453125rem;left:7.5rem;overflow:hidden;display:block; }
#T9iAhxpEqVynysN7mddPM06n8CpAcbsb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4183c, #840b00);background-image: -moz-linear-gradient(180deg, #e4183c, #840b00);background-image: -ms-linear-gradient(180deg, #e4183c, #840b00);background-image: -o-linear-gradient(180deg, #e4183c, #840b00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4183c', endColorstr='#840b00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4183c', endColorstr='#840b00' );";background-image: linear-gradient(180deg, #e4183c, #840b00);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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:75.49951171875rem;left:24.4375rem;display:block; }
#lX049e9vO5gxB5RJpPFWB6qHsn6ZeGsU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 { 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; }#r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 > .row .container { background-color: transparent; background-image: none; }#r2U3SpGcCiK33JzqCVyppbvz2ImHcg74::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 > .row .container > .video-iframe-container { display: none; }#r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 > .row > .video-iframe-container { display: none; }#r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 > .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); }#r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 > .row .container { border-width: 0; border-radius: 0; }#r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#vd746Xo5OIul3ZqfFU8Tw2JIEP3sdrM9 { 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:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#G8soQACfCaZrAbD8rp14xExoQcVBr383 { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;height:1.224975rem;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;font-style:normal;display:block; }
#vu1zhTzgPpMmCRLz2SdCSxVv4FyK0NnP { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.3999rem;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;font-style:normal;display:block; }
#fUI8T2y8cXyaDR7w9cv9kUsVCTRkzGrl { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.3999rem;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;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g30hVT5fNJ8giaywBiDThB4TxQ8apr5g { display:block; }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .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; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;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; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #A8pFtOJKFpJrH5ECu0dpkHGbnyt99cAn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #TvuwU8douJWOBLmTqqtEvzQqFsgywoxe {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #sThs4TgHumFmn596vMQPQkVN7QVI2cHU {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #q320kDDRLXmOv5xwLufyslINBQTHSXdB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #RygDwn474aDhPGhyKgJXBNKXmo500ePl {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #ryu4IJbeM2VvNie5H0RhTboausotwWPD {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #vLQ2qZnfXMJrAQ5whvooCU0iiL5sdlSA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #DWdQH7U40cfat5vluxygmkEteThxUohV {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #Iml7IReMctN3Htd7mdnhyq3yuWhXswv0 {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #z6kz3uhgFPBANlB50xmmpNuwDAcSCPEo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #PvOwL0SDaSIXEMfIA2Fv7NpoAV03T2uJ {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #sgxsC6xTInb3mSoUNmzaWZasp1hTSLJL {  }
 }@media only screen and (max-width: 763px) { #gaz8z1Nae7fG8TakXe2o6zepNEukRhSq { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R { display:block; }#FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuyMOXZdzWv6VMHFNqT5kUtcLJ25Q58B { width:45.375rem;height:4.6875rem;top:4.125rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX1JpWOnIkll7EAtoyHIeKUevtdBulfa { top:1.3125rem;left:8.59375rem;width:30.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwqUTkxMvr25Upe0COc4PDn6KUo84Any { top:10.3125rem;left:0rem;width:47.75rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEm8ftFZRaOSoMI5XZolzkminAMTvcxg { display:block; }#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6cbh8LlThhcDhslxxcJaN4LL1aw0BeM { top:4.5625rem;left:2.062255859375rem;width:43.5625rem;height:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUv1hnM9CtZEtv1dBEytoQA99X6g0sZU { top:11.4375rem;left:3.3751220703125rem;width:40.9375rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX8egODJLl33NBuAUHFoTVWKPXlUctvs { top:2.4375rem;left:0rem;width:47.75rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqZeo600uuIwnfNGecV9s7LEIKoNU6KA { display:block; }#hqZeo600uuIwnfNGecV9s7LEIKoNU6KA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRQwTTThLKkoRLhi2D37nSiRaf5cd4F8 { top:1.1875rem;left:0.4375rem;width:45.125rem;height:5.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRd1VKKVAqrveWV53pc5AlaCULtvvobe { top:34.875rem;left:7.0625rem;width:36.0625rem;height:;font-size:0.875rem;display:block; }#zRd1VKKVAqrveWV53pc5AlaCULtvvobe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df9d30451b78e1616ada911243b44a1bc09784ed.svg); }
 }@media only screen and (max-width: 763px) { #Rpb5r7nh9Xf5GrQnJJA3JDhUGIKI7EE8 { top:69.625rem;left:4.1875rem;width:39.375rem;height:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svyA6gZxVM4TVUK7TMr8qTMH7fFvmeGt { top:68rem;left:4.1875rem;width:39.375rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOD2LD0TgVLO6OuRknL14ldK26027GD9 { top:66.8125rem;left:2.75rem;width:42.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zouq8TxBLWTEE6aTxJ1Q5g64tw5cknAl { top:58.75rem;left:7rem;width:16.25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAnOOE0mpO3vQGgXPZJ1HbJTXmUaFVUI { top:58.75rem;left:24.5625rem;width:16.25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxMcHZFdganK1wWHONs6RGyOOZRVRgXg { top:60.875rem;left:29.1875rem;width:10.625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEaTGe1iAnGv97phIev5U5MVoqLwLGiq { top:59.5625rem;left:29.1875rem;width:9.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmEUZHxKG0AySH01I118f6Ha7PFyQe3d { top:59.625rem;left:12rem;width:9.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSe55rPNOin43GJqL2S5VurhfWiZhglR { top:60.875rem;left:12rem;width:10.625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDJBldTTMwrL54s8F0ZzHEpImTFnKpTy { top:59.8125rem;left:7.9375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br6p85Cr11lq2oL1ivssUC7CbiRDKNP6 { top:59.8125rem;left:25.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbtceHR1XL7FOc71DyFTvIdlmbD1zmoL { top:33.875rem;left:2.75rem;width:42.125rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NofSJ6kJc8RIea156RKIWphBNfVmaBIN { top:72.5625rem;left:4.3125rem;width:39.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCO0BTHzkCFGcZqEPozy2McD8v6C2LS { top:6.0625rem;left:0rem;width:47.75rem;height:20.840885416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9iAhxpEqVynysN7mddPM06n8CpAcbsb { width:28.5rem;height:3.125rem;top:75.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX049e9vO5gxB5RJpPFWB6qHsn6ZeGsU { display:block; }
 }@media only screen and (max-width: 763px) { #r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 { display:block; }#r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vd746Xo5OIul3ZqfFU8Tw2JIEP3sdrM9 { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8soQACfCaZrAbD8rp14xExoQcVBr383 { width:25.9375rem;height:1.1875rem;top:2.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu1zhTzgPpMmCRLz2SdCSxVv4FyK0NnP { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUI8T2y8cXyaDR7w9cv9kUsVCTRkzGrl { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g30hVT5fNJ8giaywBiDThB4TxQ8apr5g { display:block; }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .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; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-text.counter-number { padding-top:0.41125rem;padding-right:0.3725rem;padding-bottom:0.41125rem;padding-left:0.3725rem;width:2.233125rem;min-width:2.233125rem;height:2.209375rem;font-size:1.645rem;line-height:35.35px;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; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.256875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.978125rem;height:0.8725rem;font-size:0.61625rem;line-height:13.96px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM { display:flex;width:15.9375rem;height:4.16125rem;top:3.59814453125rem;left:2.03125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #A8pFtOJKFpJrH5ECu0dpkHGbnyt99cAn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #TvuwU8douJWOBLmTqqtEvzQqFsgywoxe {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #sThs4TgHumFmn596vMQPQkVN7QVI2cHU {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #q320kDDRLXmOv5xwLufyslINBQTHSXdB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #RygDwn474aDhPGhyKgJXBNKXmo500ePl {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #ryu4IJbeM2VvNie5H0RhTboausotwWPD {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #vLQ2qZnfXMJrAQ5whvooCU0iiL5sdlSA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #DWdQH7U40cfat5vluxygmkEteThxUohV {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #Iml7IReMctN3Htd7mdnhyq3yuWhXswv0 {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #z6kz3uhgFPBANlB50xmmpNuwDAcSCPEo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #PvOwL0SDaSIXEMfIA2Fv7NpoAV03T2uJ {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #sgxsC6xTInb3mSoUNmzaWZasp1hTSLJL {  }
 }@media only screen and (max-width: 763px) { #gaz8z1Nae7fG8TakXe2o6zepNEukRhSq { width:16.0625rem;height:2.39868125rem;top:0.62451171875rem;left:1.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R { display:block; }#FRBTcIc1ODeE4vK2ZxXddJMRdsqdQm4R > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuyMOXZdzWv6VMHFNqT5kUtcLJ25Q58B { width:20rem;height:6.8994375rem;top:2.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CX1JpWOnIkll7EAtoyHIeKUevtdBulfa { width:20rem;height:1.31286875rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwqUTkxMvr25Upe0COc4PDn6KUo84Any { width:20rem;height:11.9375rem;top:10.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEm8ftFZRaOSoMI5XZolzkminAMTvcxg { display:block; }#FEm8ftFZRaOSoMI5XZolzkminAMTvcxg > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6cbh8LlThhcDhslxxcJaN4LL1aw0BeM { width:18.18725rem;height:7.1484375rem;top:2.5933837890625rem;left:0.9051513671875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nUv1hnM9CtZEtv1dBEytoQA99X6g0sZU { width:17.749625rem;height:6.4971875rem;top:11.468994140625rem;left:0.9361572265625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IX8egODJLl33NBuAUHFoTVWKPXlUctvs { width:20rem;height:18.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqZeo600uuIwnfNGecV9s7LEIKoNU6KA { display:block; }#hqZeo600uuIwnfNGecV9s7LEIKoNU6KA > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRQwTTThLKkoRLhi2D37nSiRaf5cd4F8 { width:18.624875rem;height:7.473125rem;top:1.9759521484375rem;left:0.68603515625rem;font-size:1.4375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zRd1VKKVAqrveWV53pc5AlaCULtvvobe { width:18.81225rem;height:20.8996875rem;top:20.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }#zRd1VKKVAqrveWV53pc5AlaCULtvvobe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df9d30451b78e1616ada911243b44a1bc09784ed.svg); }
 }@media only screen and (max-width: 763px) { #Rpb5r7nh9Xf5GrQnJJA3JDhUGIKI7EE8 { width:17.999875rem;height:3.736575rem;top:58.4375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svyA6gZxVM4TVUK7TMr8qTMH7fFvmeGt { width:20rem;height:2.76245rem;top:56.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOD2LD0TgVLO6OuRknL14ldK26027GD9 { width:20rem;height:12.8125rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zouq8TxBLWTEE6aTxJ1Q5g64tw5cknAl { width:16.25rem;height:4.375rem;top:41.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAnOOE0mpO3vQGgXPZJ1HbJTXmUaFVUI { width:16.25rem;height:4.375rem;top:46.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxMcHZFdganK1wWHONs6RGyOOZRVRgXg { width:10.625rem;height:1.950075rem;top:48.125rem;left:7.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEaTGe1iAnGv97phIev5U5MVoqLwLGiq { width:9.12475rem;height:1.13769375rem;top:47rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmEUZHxKG0AySH01I118f6Ha7PFyQe3d { width:9.12475rem;height:1.13769375rem;top:41.9375rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSe55rPNOin43GJqL2S5VurhfWiZhglR { width:10.625rem;height:1.950075rem;top:43.25rem;left:7.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDJBldTTMwrL54s8F0ZzHEpImTFnKpTy { display:flex;width:2.5rem;height:2.5rem;top:42.25rem;left:3.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Br6p85Cr11lq2oL1ivssUC7CbiRDKNP6 { display:flex;width:2.5rem;height:2.5rem;top:47.25rem;left:3.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #VbtceHR1XL7FOc71DyFTvIdlmbD1zmoL { width:20rem;height:53.5625rem;top:0.5621337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NofSJ6kJc8RIea156RKIWphBNfVmaBIN { width:20rem;height:2.598875rem;top:60.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCO0BTHzkCFGcZqEPozy2McD8v6C2LS { width:20rem;height:8.7291666666667rem;top:9.4482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9iAhxpEqVynysN7mddPM06n8CpAcbsb { width:19rem;height:3.125rem;top:63.875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX049e9vO5gxB5RJpPFWB6qHsn6ZeGsU { display:block; }
 }@media only screen and (max-width: 763px) { #r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 { display:block; }#r2U3SpGcCiK33JzqCVyppbvz2ImHcg74 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vd746Xo5OIul3ZqfFU8Tw2JIEP3sdrM9 { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8soQACfCaZrAbD8rp14xExoQcVBr383 { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu1zhTzgPpMmCRLz2SdCSxVv4FyK0NnP { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUI8T2y8cXyaDR7w9cv9kUsVCTRkzGrl { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }