.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:254,246,223;--color-primary-1:253,226,149;--color-primary-2:250,197,42;--color-primary-3:125,99,21;--color-primary-4:38,30,6;--color-secondary-0:245,214,223;--color-secondary-1:224,133,160;--color-secondary-2:203,51,97;--color-secondary-3:190,0,57;--color-secondary-4:157,29,54;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a > .row .container { background-color: transparent; background-image: none; }#FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a > .row .container > .video-iframe-container { display: none; }#FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a > .row > .video-iframe-container { display: none; }#FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a > .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); }#FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a > .row .container { border-width: 0; border-radius: 0; }#FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#y7zx0Xa6I9hPCVRTvbbB4LxNPGcS58V0 { box-sizing:content-box;color:rgba(var(--color-tertiary-2),1);font-size:4.0625rem;font-weight:400;line-height:1;height:5.8115234375rem;width:5.8115234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:6.6259765625rem;left:27.09375rem;display:block; }
#ityABMzMXTWclM22i7QvleTTLs09W8Jt { color:rgba(var(--color-tertiary-2),1);display:block;width:35.436580657959rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3118104934692rem;left:12.280559539795rem;height:3.08769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf .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; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf .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.805rem;padding-right:0.700625rem;padding-bottom:0.805rem;padding-left:0.700625rem;display:block;align-items:center;width:4.2025rem;min-width:4.2025rem;height:4.326875rem;position:relative;font-family:var(--headlines-font-family);font-size:3.220625rem;font-weight:700;line-height:69.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf .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.503125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.60375rem;height:1.71rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.2075rem;font-weight:400;line-height:27.36px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf { 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:26.4375rem;height:8.15rem;padding-top:1.00625rem;padding-right:1.000625rem;padding-bottom:1.00625rem;padding-left:1.000625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.436340332031rem;left:15.500076293945rem;z-index:15023; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #BbcZT6UgXCNZVhrJbXErFRKQeenw0iM1 { display:flex;position:relative;top:0rem;left:0rem; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #hbBditbFBokItFm32ZrIPE31kior3D0B { width:auto; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #sgxhJCSnrQH6zqvoCnd9N24nTdSBiDQo {  }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #gZx37mSfWg40FR63oGaOa1xwyi9wD9dN { display:flex;position:relative;top:0rem;left:0rem; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #O9PG8hs7qTpTR9CyiT5HfssQx657FzcT {  }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #RCDpZ3AsNfJFcAPXhSlL4tzvpvbhxvLz {  }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #yW7mM8FxvezC4BgQogv6p3sma4Mzqq0k { display:flex;position:relative;top:0rem;left:0rem; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #mF8X3qhQHadLFT9zTfF8uXffopLMZqzF {  }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #T7FRHu6TfkEu770kb655q6eSAv479dPi {  }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #Fdftdrc3zdF2AWF1sm4iq7wS7KheKMzQ { display:flex;position:relative;top:0rem;left:0rem; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #Nw50Icer5aT4eukeK2cT2IQuq9Mb7VsU {  }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #SLziMmeZbXalJlfctqcnprR8FQQPUNi5 {  }
#u107WS8PkqkouBblR9vKo8Sscr85xpD2 { position:absolute;display:block;z-index:15024;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:26rem;width:15.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#W26DD07KK3IqDDg6du6NIUFNZmKDTrxd { position:relative;display:block; }#W26DD07KK3IqDDg6du6NIUFNZmKDTrxd { background-color: transparent; background-image: none; }#W26DD07KK3IqDDg6du6NIUFNZmKDTrxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W26DD07KK3IqDDg6du6NIUFNZmKDTrxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W26DD07KK3IqDDg6du6NIUFNZmKDTrxd > .row .container > .video-iframe-container { display: none; }#W26DD07KK3IqDDg6du6NIUFNZmKDTrxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W26DD07KK3IqDDg6du6NIUFNZmKDTrxd > .row > .video-iframe-container { display: none; }#W26DD07KK3IqDDg6du6NIUFNZmKDTrxd > .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); }#W26DD07KK3IqDDg6du6NIUFNZmKDTrxd { border-width: 0; border-radius: 0; }#W26DD07KK3IqDDg6du6NIUFNZmKDTrxd > .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; }#W26DD07KK3IqDDg6du6NIUFNZmKDTrxd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zgi9TSK57AQQ8V0068L6Gyzre64ly6Ha { color:rgba(var(--color-tertiary-2),1);display:block;width:19.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:6.24840259552rem;left:35.341632843017rem;height:8.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d9HRzgOFycL7WJ0yUTlq60NJnrAmMEJM { position:absolute;display:block;z-index:15007;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:21.49975rem;width:21.49975rem;top:1.4055204391479rem;left:5.9255428314209rem;overflow:hidden;display:block; }
#DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa { position:relative;display:block; }#DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa { background-color: transparent; background-image: none; }#DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa > .row .container > .video-iframe-container { display: none; }#DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa > .row > .video-iframe-container { display: none; }#DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa > .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); }#DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa { border-width: 0; border-radius: 0; }#DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa > .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; }#DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RUOV5NKiyx59QWKrmQqnAkxOUS2zrAWb { color:rgba(var(--color-primary-2),1);display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-2),1);top:0rem;left:2.7183570861816rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb > .row .container { background-color: transparent; background-image: none; }#onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb > .row .container > .video-iframe-container { display: none; }#onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb > .row > .video-iframe-container { display: none; }#onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb > .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); }#onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb > .row .container { border-width: 0; border-radius: 0; }#onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#iTWfrMDhXJ15yQDBbnMGVk2Kz5SZkOeQ { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:1.6555557250976rem;left:0rem;height:2.099725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zvCQQG1KuzRvr9C8d3DIlOTB1Mpz9PrE { color:rgba(var(--color-tertiary-2),1);display:block;width:47.749309539795rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:5.4756393432617rem;left:6.1236209869385rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#zvCQQG1KuzRvr9C8d3DIlOTB1Mpz9PrE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zvCQQG1KuzRvr9C8d3DIlOTB1Mpz9PrE li:before{  }
#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/i4CnR9zC/Projekt_bez_tytu_u_14.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci.adaptive-delivery-prevent-bg, #ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci.lazyload, #ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci.lazyloading { background-image: none; }#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci > .row .container { background-color: transparent; background-image: none; }#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci > .row .container > .video-iframe-container { display: none; }#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci > .row > .video-iframe-container { display: none; }#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci > .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); }#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci > .row .container { border-width: 0; border-radius: 0; }#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vT1wsITx/Projekt_bez_tytu_u_15.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5.adaptive-delivery-prevent-bg, #QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5.lazyload, #QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5.lazyloading { background-image: none; }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 > .row .container { background-color: transparent; background-image: none; }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 > .row .container > .video-iframe-container { display: none; }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 > .row > .video-iframe-container { display: none; }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 > .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); }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 > .row .container { border-width: 0; border-radius: 0; }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { background-color: transparent; background-image: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .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); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { border-width: 0; border-radius: 0; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#EW0BWWnhCaIizkPLKdTTksPedGp1I763 { color:rgba(var(--color-tertiary-2),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:4.15625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW > .row .container { background-color: transparent; background-image: none; }#h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW > .row .container > .video-iframe-container { display: none; }#h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW > .row > .video-iframe-container { display: none; }#h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW > .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); }#h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW > .row .container { border-width: 0; border-radius: 0; }#h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:60rem;position:relative;display:block; }#Zqw5AlXKzvuuInSgZ2f966OCTUTNPu2m { position:absolute;display:block;z-index:14999;background-color:#fac52a;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:3.3743104934692rem;width:3.3743104934692rem;top:4.125rem;left:1.375rem;display:block; }
#tVabcuuPpNTHF3R6IOGCKtCl7Ly3Ea9n { position:absolute;display:block;z-index:15003;background-color:#fac52a;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:3.3743104934692rem;width:3.3743104934692rem;top:12.6875rem;left:1.5625rem;display:block; }
#kKndzb64u5GXI5wf8TrTl4eBOnf5hKLC { position:absolute;display:block;z-index:15007;background-color:#fac52a;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:3.3743104934692rem;width:3.3743104934692rem;top:21.875rem;left:1.375rem;display:block; }
#WSydanOTTxwSQ1y8u6G2wGiKmCmxZH4h { position:absolute;display:block;z-index:15003;background-color:#fac52a;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:3.3743104934692rem;width:3.3743104934692rem;top:47.920959472656rem;left:1.3936138153076rem;display:block; }
#Tl6sFvwta0AAHTX0Q90ileNTorIRxJcp { position:absolute;display:block;z-index:15009;background-color:#fac52a;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:3.3743104934692rem;width:3.3743104934692rem;top:30.641082763672rem;left:1.3936138153076rem;display:block; }
#kvHzyZDhZK6oFOExeEeePHc1uWLgZKpg { position:absolute;display:block;z-index:15009;background-color:#fac52a;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:3.3743104934692rem;width:3.3743104934692rem;top:39.232543945312rem;left:1.3936138153076rem;display:block; }
#re4dEA1evzE9t6d4eS8uMDAOoEhUiS7q { position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:56.75rem;top:2.6907348632812rem;left:3.1858921051026rem;display:block; }
#Qav6WdQXaG5tqU0c2cb0UgIpfPWiUINW { color:rgba(var(--color-tertiary-2),1);display:block;width:52.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.2142772674561rem;left:6.5621337890625rem;height:3.41145625rem;display:block; }
#aUJUUSa3iqZ0AG10CDNqcqUCZ3W3JJWT { position:absolute;display:block;z-index:14993;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1868104934692rem;width:56.749767303467rem;top:11.4375rem;left:3.1875rem;display:block; }
#suU3yHMDlSLimmsGCrOcoPgCyXxNERvZ { position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1868104934692rem;width:56.749767303467rem;top:20.4375rem;left:3.0625rem;display:block; }
#V2JN105R8OWvQNnKUmq1OmrUXwSK1vx7 { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1868104934692rem;width:56.749767303467rem;top:29.346282958984rem;left:3.039981842041rem;display:block; }
#HR4aKR0NxubtEJM5quty7yWdLrtAlwOv { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1868104934692rem;width:56.749767303467rem;top:37.919342041016rem;left:3.039981842041rem;display:block; }
#Ppqu2D2aQCiXOIrKHLqdXDa4b2ioXDpx { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1868104934692rem;width:56.749767303467rem;top:46.606628417969rem;left:3.039981842041rem;display:block; }
#yPI3mk7RQcyWDps4s02HVmJPAv0zwy5V { color:rgba(var(--color-tertiary-2),1);display:block;width:52.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.778022436193rem;left:6.5604228973387rem;height:1.70573125rem;display:block; }
#T0Vm84nSFspgogfKMECJpJ9NTt24DahX { color:rgba(var(--color-tertiary-2),1);display:block;width:52.1861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.96523919492rem;left:6.56099319458rem;height:3.41145625rem;display:block; }
#ZQBc0HhTbgS6n5N6eNZeKcNnnVUz2XgS { color:rgba(var(--color-tertiary-2),1);display:block;width:52.185625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:30.77426591306rem;left:6.56099319458rem;height:1.70613125rem;display:block; }
#XHknTfE5eB9OT5SAZvgpesKHVvDTEzD7 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.185625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:40.154284147313rem;left:6.56099319458rem;height:1.70613125rem;display:block; }
#bqAe9Li1JuEdFFz9QHWkk0ZRvz3uwwXw { color:rgba(var(--color-tertiary-2),1);display:block;width:52.185625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:48.795601514867rem;left:6.56099319458rem;height:1.70613125rem;display:block; }
#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/a6rfUf6L/Projekt_bez_tytu_u_16.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl.adaptive-delivery-prevent-bg, #kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl.lazyload, #kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl.lazyloading { background-image: none; }#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl > .row .container { background-color: transparent; background-image: none; }#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl > .row .container > .video-iframe-container { display: none; }#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl > .row > .video-iframe-container { display: none; }#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl > .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); }#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl > .row .container { border-width: 0; border-radius: 0; }#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#xLN1rfBm3xefrpA5ibymI2314ZTaOcF1 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4373625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.3746128082276rem;left:21.249359130859rem;display:block; }
#lGbJtoLat7rTsZtAJveCZG1WRz5eP0iN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SnETB58w2dTLaTad6BxtNKePBORgkOPU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#SnETB58w2dTLaTad6BxtNKePBORgkOPU > .row .container { background-color: transparent; background-image: none; }#SnETB58w2dTLaTad6BxtNKePBORgkOPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnETB58w2dTLaTad6BxtNKePBORgkOPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnETB58w2dTLaTad6BxtNKePBORgkOPU > .row .container > .video-iframe-container { display: none; }#SnETB58w2dTLaTad6BxtNKePBORgkOPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnETB58w2dTLaTad6BxtNKePBORgkOPU > .row > .video-iframe-container { display: none; }#SnETB58w2dTLaTad6BxtNKePBORgkOPU > .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); }#SnETB58w2dTLaTad6BxtNKePBORgkOPU > .row .container { border-width: 0; border-radius: 0; }#SnETB58w2dTLaTad6BxtNKePBORgkOPU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SnETB58w2dTLaTad6BxtNKePBORgkOPU > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:block; }#hnncGv4T6livtwtwE9N1lX7i6EiT1wwi { color:rgba(var(--color-tertiary-2),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.3187255859375rem;left:0rem;height:8.39845rem;font-style:normal;display:block; }
#m6zKRz4opFhuOHMN1Dg7Cbbs67eG9T1H { color:rgba(var(--color-tertiary-2),1);display:block;width:28.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:12.716992378235rem;left:0rem;height:4.7246125rem;font-style:normal;display:block; }
#SWZrHkKvgJ9UeAh9uECx1RQML0EGf0iQ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(var(--color-tertiary-2),0.35) ;height:31.811809539795rem;width:23.812040328979rem;top:3.8299865722656rem;left:36.187959671021rem;display:block; }
#cM4xUgC325ng6ZyAhV3F1VoeDPMG5Pqr { color:#200f43;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.7980346679688rem;left:37.467828750611rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnWaJx0KdetPyaAbGs8FrsmswhelVSae { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.453369140625rem;left:45.610296249389rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bk1T4BiDkoSV3Wb7KUdkJdZo4hmRJl4M { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8740806579587rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.654205322266rem;left:43.655790328979rem;height:2.51823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iAFs2naa3JvFiVvqgG2wHhleMmCf1LHS { position:absolute;display:block;z-index:15007;background-color:#200f43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18727020919323rem;width:5.625rem;top:18.274383544922rem;left:45.247007369995rem;display:block; }
#O6a4kqvR8TxaU72tOP3JfgLcLgGAhRfV { color:#200f43;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:25.739227294922rem;left:37.467828750611rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FyXwuWb4NJvVATyAPAJliThyDk8sXlTO { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:9.6875rem;width:9.6875rem;top:14.72314453125rem;left:43.142232894897rem;display:block; }
#OKF5pwx3F1TTwdx1tJ0z2Oo8Z4lxULSZ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.1870403289795rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.703582763672rem;left:41.999078750611rem;display:block; }
#ky9rfHVZqTt5nOXtZgHgI1Hk6dom6a2V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 .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; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 .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.805rem;padding-right:0.700625rem;padding-bottom:0.805rem;padding-left:0.700625rem;display:block;align-items:center;width:4.2025rem;min-width:4.2025rem;height:4.326875rem;position:relative;font-family:var(--headlines-font-family);font-size:3.220625rem;font-weight:700;line-height:69.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 .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.503125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.60375rem;height:1.71rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.2075rem;font-weight:400;line-height:27.36px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 { 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:26.4375rem;height:8.15rem;padding-top:1.00625rem;padding-right:1.000625rem;padding-bottom:1.00625rem;padding-left:1.000625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:20.339540481568rem;left:0rem;z-index:15024; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #THqGa4Hf3kU27aACLQkSh4aB6A7b1Pt8 { display:flex;position:relative;top:0rem;left:0rem; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #WdK6MqZhRyboJ1EFprQgvewpVk2bH55x { width:auto; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #qb58aySo9oZ7nm3azNS0isK6m9WFQbEg {  }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #c0C1biZfI6PGTan7aGCU3N6XrNJp0ZSm { display:flex;position:relative;top:0rem;left:0rem; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #Rc8XKhFEn2idTb3TJZOMhtlCJKGVDcfr {  }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #umBalE2bNUaRC0wm5frnTb8eVeWJurJ8 {  }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #yPW3hsNdBzoTDzg2C9ErhAs4lyApizZT { display:flex;position:relative;top:0rem;left:0rem; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #tbqnaby4RGcv5NkrwWksQAGfKn2lzmVg {  }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #RE91ALe6bLZOT0g7UXo41sRNJDH9Ar2R {  }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #VROL1dTBSW2iFitVEg1N7LRNXArFF4N6 { display:flex;position:relative;top:0rem;left:0rem; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #pzDbuHm5R9gaCT4hBlmVdTIXB8kKq8cd {  }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #PXSXsSmepCcfSnzv7ds6MM9dTL373Gac {  }
#MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 > .row .container { background-color: transparent; background-image: none; }#MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 > .row .container > .video-iframe-container { display: none; }#MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 > .row > .video-iframe-container { display: none; }#MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 > .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); }#MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 > .row .container { border-width: 0; border-radius: 0; }#MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#EocsZ4eyW2abOwrAPMLmiaKROOam7Mv3 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:1.13741875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a { display:block; }#FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7zx0Xa6I9hPCVRTvbbB4LxNPGcS58V0 { top:6.625rem;left:20.96875rem;width:5.75rem;height:5.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ityABMzMXTWclM22i7QvleTTLs09W8Jt { top:4.25rem;left:6.1550445556641rem;width:35.375rem;height:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf .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; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf .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; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf { display:flex;width:18rem;height:5.0625rem;top:12.375rem;left:9.375076293945rem; }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #BbcZT6UgXCNZVhrJbXErFRKQeenw0iM1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #hbBditbFBokItFm32ZrIPE31kior3D0B {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #sgxhJCSnrQH6zqvoCnd9N24nTdSBiDQo {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #gZx37mSfWg40FR63oGaOa1xwyi9wD9dN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #O9PG8hs7qTpTR9CyiT5HfssQx657FzcT {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #RCDpZ3AsNfJFcAPXhSlL4tzvpvbhxvLz {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #yW7mM8FxvezC4BgQogv6p3sma4Mzqq0k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #mF8X3qhQHadLFT9zTfF8uXffopLMZqzF {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #T7FRHu6TfkEu770kb655q6eSAv479dPi {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #Fdftdrc3zdF2AWF1sm4iq7wS7KheKMzQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #Nw50Icer5aT4eukeK2cT2IQuq9Mb7VsU {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #SLziMmeZbXalJlfctqcnprR8FQQPUNi5 {  }
 }@media only screen and (max-width: 763px) { #u107WS8PkqkouBblR9vKo8Sscr85xpD2 { top:0rem;left:0rem;width:15.8125rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #W26DD07KK3IqDDg6du6NIUFNZmKDTrxd { display:block; }#W26DD07KK3IqDDg6du6NIUFNZmKDTrxd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zgi9TSK57AQQ8V0068L6Gyzre64ly6Ha { top:6.1875rem;left:28.1875rem;width:19.5625rem;height:10.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9HRzgOFycL7WJ0yUTlq60NJnrAmMEJM { top:1.375rem;left:0rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa { display:block; }#DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUOV5NKiyx59QWKrmQqnAkxOUS2zrAWb { top:0rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb { display:block; }#onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTWfrMDhXJ15yQDBbnMGVk2Kz5SZkOeQ { top:1.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvCQQG1KuzRvr9C8d3DIlOTB1Mpz9PrE { top:5.4375rem;left:0rem;width:47.6875rem;height:;font-size:1rem;display:block; }#zvCQQG1KuzRvr9C8d3DIlOTB1Mpz9PrE li:before{  }
 }@media only screen and (max-width: 763px) { #ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci { display:block; }#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 { display:block; }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW0BWWnhCaIizkPLKdTTksPedGp1I763 { top:3.25rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW { display:block; }#h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zqw5AlXKzvuuInSgZ2f966OCTUTNPu2m { top:4.125rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVabcuuPpNTHF3R6IOGCKtCl7Ly3Ea9n { top:12.6875rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKndzb64u5GXI5wf8TrTl4eBOnf5hKLC { top:21.875rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSydanOTTxwSQ1y8u6G2wGiKmCmxZH4h { top:47.875rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl6sFvwta0AAHTX0Q90ileNTorIRxJcp { top:30.625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvHzyZDhZK6oFOExeEeePHc1uWLgZKpg { top:39.1875rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #re4dEA1evzE9t6d4eS8uMDAOoEhUiS7q { top:2.6875rem;left:0rem;width:47.625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qav6WdQXaG5tqU0c2cb0UgIpfPWiUINW { top:4.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUJUUSa3iqZ0AG10CDNqcqUCZ3W3JJWT { top:11.4375rem;left:0rem;width:47.625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suU3yHMDlSLimmsGCrOcoPgCyXxNERvZ { top:20.4375rem;left:0rem;width:47.625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2JN105R8OWvQNnKUmq1OmrUXwSK1vx7 { top:29.3125rem;left:0rem;width:47.625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR4aKR0NxubtEJM5quty7yWdLrtAlwOv { top:37.875rem;left:0rem;width:47.625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppqu2D2aQCiXOIrKHLqdXDa4b2ioXDpx { top:46.5625rem;left:0rem;width:47.625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPI3mk7RQcyWDps4s02HVmJPAv0zwy5V { top:12.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Vm84nSFspgogfKMECJpJ9NTt24DahX { top:21.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQBc0HhTbgS6n5N6eNZeKcNnnVUz2XgS { top:30.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHknTfE5eB9OT5SAZvgpesKHVvDTEzD7 { top:40.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqAe9Li1JuEdFFz9QHWkk0ZRvz3uwwXw { top:48.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl { display:block; }#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLN1rfBm3xefrpA5ibymI2314ZTaOcF1 { width:17.5rem;height:3.375rem;top:3.3125rem;left:15.124359130859rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGbJtoLat7rTsZtAJveCZG1WRz5eP0iN { display:block; }
 }@media only screen and (max-width: 763px) { #SnETB58w2dTLaTad6BxtNKePBORgkOPU { display:block; }#SnETB58w2dTLaTad6BxtNKePBORgkOPU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnncGv4T6livtwtwE9N1lX7i6EiT1wwi { width:28.1875rem;height:7.125rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6zKRz4opFhuOHMN1Dg7Cbbs67eG9T1H { width:28.1875rem;height:11.625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWZrHkKvgJ9UeAh9uECx1RQML0EGf0iQ { width:18.6875rem;height:29.0625rem;top:7.0625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM4xUgC325ng6ZyAhV3F1VoeDPMG5Pqr { top:6.75rem;left:26.5rem;width:21.25rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnWaJx0KdetPyaAbGs8FrsmswhelVSae { top:17.4375rem;left:39.484802246094rem;width:5.5rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk1T4BiDkoSV3Wb7KUdkJdZo4hmRJl4M { width:8.875rem;height:6.125rem;top:11.1875rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAFs2naa3JvFiVvqgG2wHhleMmCf1LHS { top:18.25rem;left:39.122007369995rem;width:5.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6a4kqvR8TxaU72tOP3JfgLcLgGAhRfV { top:25.6875rem;left:26.5625rem;width:21.1875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyXwuWb4NJvVATyAPAJliThyDk8sXlTO { width:9.375rem;height:9.375rem;top:9.3125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKF5pwx3F1TTwdx1tJ0z2Oo8Z4lxULSZ { width:12.1875rem;height:3.1875rem;top:30.125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky9rfHVZqTt5nOXtZgHgI1Hk6dom6a2V { display:block; }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 .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; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 .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; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 { display:flex;width:18rem;height:5.0625rem;top:12.375rem;left:9.375076293945rem; }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #THqGa4Hf3kU27aACLQkSh4aB6A7b1Pt8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #WdK6MqZhRyboJ1EFprQgvewpVk2bH55x {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #qb58aySo9oZ7nm3azNS0isK6m9WFQbEg {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #c0C1biZfI6PGTan7aGCU3N6XrNJp0ZSm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #Rc8XKhFEn2idTb3TJZOMhtlCJKGVDcfr {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #umBalE2bNUaRC0wm5frnTb8eVeWJurJ8 {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #yPW3hsNdBzoTDzg2C9ErhAs4lyApizZT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #tbqnaby4RGcv5NkrwWksQAGfKn2lzmVg {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #RE91ALe6bLZOT0g7UXo41sRNJDH9Ar2R {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #VROL1dTBSW2iFitVEg1N7LRNXArFF4N6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #pzDbuHm5R9gaCT4hBlmVdTIXB8kKq8cd {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #PXSXsSmepCcfSnzv7ds6MM9dTL373Gac {  }
 }@media only screen and (max-width: 763px) { #MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 { display:block; }#MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EocsZ4eyW2abOwrAPMLmiaKROOam7Mv3 { top:3.4375rem;left:0rem;width:26.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a { display:block; }#FdTCQXPk07UGB1XnDiVzi8bsWn1s7X8a > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7zx0Xa6I9hPCVRTvbbB4LxNPGcS58V0 { width:3.75rem;height:3.75rem;top:5.75rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ityABMzMXTWclM22i7QvleTTLs09W8Jt { width:20rem;height:1.70613125rem;top:4.30859375rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf .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; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf .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; }
#vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf { display:flex;width:17.9996875rem;height:5.06249375rem;top:10.061673164367rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #BbcZT6UgXCNZVhrJbXErFRKQeenw0iM1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #hbBditbFBokItFm32ZrIPE31kior3D0B {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #sgxhJCSnrQH6zqvoCnd9N24nTdSBiDQo {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #gZx37mSfWg40FR63oGaOa1xwyi9wD9dN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #O9PG8hs7qTpTR9CyiT5HfssQx657FzcT {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #RCDpZ3AsNfJFcAPXhSlL4tzvpvbhxvLz {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #yW7mM8FxvezC4BgQogv6p3sma4Mzqq0k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #mF8X3qhQHadLFT9zTfF8uXffopLMZqzF {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #T7FRHu6TfkEu770kb655q6eSAv479dPi {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #Fdftdrc3zdF2AWF1sm4iq7wS7KheKMzQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #Nw50Icer5aT4eukeK2cT2IQuq9Mb7VsU {  }
 }@media only screen and (max-width: 763px) { #vtrZlZsAcTvPg63eRabTJ2Qzv3KmoESf #SLziMmeZbXalJlfctqcnprR8FQQPUNi5 {  }
 }@media only screen and (max-width: 763px) { #u107WS8PkqkouBblR9vKo8Sscr85xpD2 { width:15.8125rem;height:26rem;top:18.386098164367rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W26DD07KK3IqDDg6du6NIUFNZmKDTrxd { display:block; }#W26DD07KK3IqDDg6du6NIUFNZmKDTrxd > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zgi9TSK57AQQ8V0068L6Gyzre64ly6Ha { width:20rem;height:6.397875rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9HRzgOFycL7WJ0yUTlq60NJnrAmMEJM { width:20rem;height:20rem;top:10.647724081039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa { display:block; }#DahqpiTu2lwMMJ7JJuymif0Vp8ySiiBa > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUOV5NKiyx59QWKrmQqnAkxOUS2zrAWb { width:20rem;height:5.198825rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;color:#fac52a;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb { display:block; }#onuSFnfCGsC9h6VrAXlfKbSeTUZDZteb > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTWfrMDhXJ15yQDBbnMGVk2Kz5SZkOeQ { width:20rem;height:3.198925rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvCQQG1KuzRvr9C8d3DIlOTB1Mpz9PrE { width:18.375rem;height:20.441625rem;top:5.375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#zvCQQG1KuzRvr9C8d3DIlOTB1Mpz9PrE li:before{  }
 }@media only screen and (max-width: 763px) { #ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci { display:block; }#ClF9NENK89Cxa6Zr6BTLOzM2UsBL1sci > .row .container { width:20rem;height:1.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 { display:block; }#QTLGyLg5Th0SyIoBzWz6B1ubOe1ZOUk5 > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW0BWWnhCaIizkPLKdTTksPedGp1I763 { width:20rem;height:2.5994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW { display:block; }#h1X6KQsIo6G4Hmcb39uQfgiw6nq2IghW > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zqw5AlXKzvuuInSgZ2f966OCTUTNPu2m { width:3.3125rem;height:3.3125rem;top:3.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVabcuuPpNTHF3R6IOGCKtCl7Ly3Ea9n { width:3.3125rem;height:3.3125rem;top:19.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKndzb64u5GXI5wf8TrTl4eBOnf5hKLC { width:3.3125rem;height:3.3125rem;top:34.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSydanOTTxwSQ1y8u6G2wGiKmCmxZH4h { width:3.3125rem;height:3.3125rem;top:71.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl6sFvwta0AAHTX0Q90ileNTorIRxJcp { width:3.3125rem;height:3.3125rem;top:48.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvHzyZDhZK6oFOExeEeePHc1uWLgZKpg { width:3.3125rem;height:3.3125rem;top:60.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #re4dEA1evzE9t6d4eS8uMDAOoEhUiS7q { width:19.875rem;height:12.375rem;top:5.6871073246002rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #Qav6WdQXaG5tqU0c2cb0UgIpfPWiUINW { width:18.3744375rem;height:6.497125rem;top:9.4747076034544rem;left:0.81228095293044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUJUUSa3iqZ0AG10CDNqcqUCZ3W3JJWT { width:19.875rem;height:11rem;top:21.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suU3yHMDlSLimmsGCrOcoPgCyXxNERvZ { width:19.875rem;height:9.5625rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2JN105R8OWvQNnKUmq1OmrUXwSK1vx7 { width:19.875rem;height:7.75rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR4aKR0NxubtEJM5quty7yWdLrtAlwOv { width:19.875rem;height:6.25rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppqu2D2aQCiXOIrKHLqdXDa4b2ioXDpx { width:19.874625rem;height:6.624875rem;top:74.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPI3mk7RQcyWDps4s02HVmJPAv0zwy5V { width:15.062rem;height:5.1976875rem;top:25.0625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0Vm84nSFspgogfKMECJpJ9NTt24DahX { width:14.4995625rem;height:5.1976875rem;top:39.5rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQBc0HhTbgS6n5N6eNZeKcNnnVUz2XgS { width:15.4373125rem;height:3.8982625rem;top:52.1875rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHknTfE5eB9OT5SAZvgpesKHVvDTEzD7 { width:15.2496875rem;height:3.8982625rem;top:63.625rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqAe9Li1JuEdFFz9QHWkk0ZRvz3uwwXw { width:11.624625rem;height:2.59884375rem;top:76.75rem;left:4.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl { display:block; }#kdLdNSEOT56MXTkh4Mvc0LRdqxy4f9nl > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLN1rfBm3xefrpA5ibymI2314ZTaOcF1 { width:13.125rem;height:2.75rem;top:1.875rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGbJtoLat7rTsZtAJveCZG1WRz5eP0iN { display:block; }
 }@media only screen and (max-width: 763px) { #SnETB58w2dTLaTad6BxtNKePBORgkOPU { display:block; }#SnETB58w2dTLaTad6BxtNKePBORgkOPU > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnncGv4T6livtwtwE9N1lX7i6EiT1wwi { width:20rem;height:9.596775rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6zKRz4opFhuOHMN1Dg7Cbbs67eG9T1H { width:20rem;height:5.398475rem;top:16.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SWZrHkKvgJ9UeAh9uECx1RQML0EGf0iQ { width:20rem;height:28.1875rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM4xUgC325ng6ZyAhV3F1VoeDPMG5Pqr { width:20rem;height:4.49891875rem;top:36.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#200f43;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #UnWaJx0KdetPyaAbGs8FrsmswhelVSae { width:5.5615234375rem;height:1.8687rem;top:46.375rem;left:7.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bk1T4BiDkoSV3Wb7KUdkJdZo4hmRJl4M { width:8.8125rem;height:2.5994125rem;top:48.5rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAFs2naa3JvFiVvqgG2wHhleMmCf1LHS { width:5.625rem;height:0.125rem;top:47.125rem;left:7.125rem;background-color:#200f43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #O6a4kqvR8TxaU72tOP3JfgLcLgGAhRfV { width:20rem;height:1.5rem;top:54.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#200f43;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #FyXwuWb4NJvVATyAPAJliThyDk8sXlTO { width:9.6875rem;height:9.6875rem;top:43.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKF5pwx3F1TTwdx1tJ0z2Oo8Z4lxULSZ { width:12.1875rem;height:3.125rem;top:57.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky9rfHVZqTt5nOXtZgHgI1Hk6dom6a2V { display:block; }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 .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; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 .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; }
#yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 { display:flex;width:18rem;height:5.0625rem;top:63.999076843263rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #THqGa4Hf3kU27aACLQkSh4aB6A7b1Pt8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #WdK6MqZhRyboJ1EFprQgvewpVk2bH55x {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #qb58aySo9oZ7nm3azNS0isK6m9WFQbEg {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #c0C1biZfI6PGTan7aGCU3N6XrNJp0ZSm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #Rc8XKhFEn2idTb3TJZOMhtlCJKGVDcfr {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #umBalE2bNUaRC0wm5frnTb8eVeWJurJ8 {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #yPW3hsNdBzoTDzg2C9ErhAs4lyApizZT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #tbqnaby4RGcv5NkrwWksQAGfKn2lzmVg {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #RE91ALe6bLZOT0g7UXo41sRNJDH9Ar2R {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #VROL1dTBSW2iFitVEg1N7LRNXArFF4N6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #pzDbuHm5R9gaCT4hBlmVdTIXB8kKq8cd {  }
 }@media only screen and (max-width: 763px) { #yT4eZVuTWzPdrm85SUdsiJNVwWBHGGk8 #PXSXsSmepCcfSnzv7ds6MM9dTL373Gac {  }
 }@media only screen and (max-width: 763px) { #MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 { display:block; }#MXEtOnFmNSTgsE3ZlDUwn5bkQPMuTOJ6 > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EocsZ4eyW2abOwrAPMLmiaKROOam7Mv3 { width:20rem;height:0.89328125rem;top:1rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }