.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;
}
@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;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); }#Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr { background-color:#84b741;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; }#Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr > .row .container { background-color: transparent; background-image: none; }#Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr > .row .container > .video-iframe-container { display: none; }#Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr > .row > .video-iframe-container { display: none; }#Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr > .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); }#Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr > .row .container { border-width: 0; border-radius: 0; }#Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr > .row .container { font-size:0.875rem;font-family:lato;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#ZxBCN4teTTH0Ekhfi9FWFcQnZ0pVe27w { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.78125rem;left:49.25rem;display:block; }
#wKwlSwCLTgbXd032u78LRcmtnwQ6yM0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XO2s7KSOMJAn5UV3Xq8UVX3cZdDQ64tP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.78125rem;left:36.5rem;display:block; }
#csquTaraDA9vxW2xyWzqTc5QeJ84IrtR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJtQ8DySWrcS4xrkpv6UomvZKWiqPfZR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.78125rem;left:25.90625rem;display:block; }
#uknZa2XzWgw3BnStXVDWctnbrcTEXct5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oCyIuEaCyR1QA90uzT5W0icW4mvDsz49 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.78125rem;left:12.625rem;display:block; }
#KhRwVvUMAoAzDbw3SsONCVxy1VuQLmEM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AaUO55TKSc5aQ2Tkdnqf8lqWPtl5sT7V { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.0625rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;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; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container { background-color: transparent; background-image: none; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container > .video-iframe-container { display: none; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row > .video-iframe-container { display: none; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .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); }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container { border-width: 0; border-radius: 0; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:60rem;position:relative;display:block; }#pUs9pDmH790xXvqbTRPJar1ieT9vlWp1 { color:#ea272a;display:block;width:35.8125rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.15625rem;left:0.875rem;height:9.375rem;display:block; }
#vsz21DPm5dKVgLdWblhTA39hVTZdc00R { position:absolute;display:block;z-index:15004;background-color:#7ea94e;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:5.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:13.375rem;left:34.25rem;display:block; }
#mxp0XMyuZzN6miO6ESD7myma0Zdab7kF { position:absolute;display:block;z-index:14995;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:9.4375rem;width:8.125rem;top:6.25rem;left:49.0625rem;overflow:hidden;display:block; }
#yXvOAXEC1aXTcu3baBgl8GqPnEnDBXEy { position:absolute;display:block;z-index:15007;background-color:#0a70b1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.5625rem;left:32.8125rem;display:block; }
#zp56doROhvOHDtf0vrebOGycXQfaKyLT { position:absolute;display:block;z-index:15009;background-color:#0a70b1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.5625rem;left:35.625rem;display:block; }
#EdfUxxxXTvCKm51y09Zo2mX2S2E1EcIi { position:absolute;display:block;z-index:15008;background-color:#0a70b1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.5625rem;left:34.25rem;display:block; }
#HtiNiN1nbom9sOxon2kghxi0lSxmxDRw { position:absolute;display:block;z-index:15010;background-color:#ff6b6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.5625rem;left:37rem;display:block; }
#WBNUpKVzouAaZHSuL1JCcHbbumiIF7ZJ { position:absolute;display:block;z-index:15012;background-color:#ff6b6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:14.4375rem;left:32.8125rem;display:block; }
#mkqdOw9qaFlwMTV0fnS3l8xbGs4ecwEF { position:absolute;display:block;z-index:15013;background-color:#ff6b6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:14.4375rem;left:34.25rem;display:block; }
#WoFcL6fRIw6oZMq9VGcyytF4Z5DdEkIm { position:absolute;display:block;z-index:15014;background-color:#ffe66d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:14.4375rem;left:35.625rem;display:block; }
#IgLJBRuf0ywegGwuDTc9DFAnZ8gecqq3 { position:absolute;display:block;z-index:15015;background-color:#ffe66d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:14.4375rem;left:37rem;display:block; }
#JJGSvf9RMlt5QEUVrEOZgfDeDGCTdQUK { position:absolute;display:block;z-index:15020;background-color:#ff6b6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:12.625rem;left:37rem;display:block; }
#GIZRxFm9rMqg8bpSkUkAKTFi9qBchJmZ { position:absolute;display:block;z-index:15019;background-color:#0a70b1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:12.625rem;left:35.625rem;display:block; }
#WhhRsrHbtGFQZxxkWeroAHFa4zK3L6JT { position:absolute;display:block;z-index:15018;background-color:#0a70b1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:12.625rem;left:34.25rem;display:block; }
#WC0ZHq4T2O9qyr1tPFdxyRpPCHdGT2cT { position:absolute;display:block;z-index:15037;background-color:#ff6b6b;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:20.75rem;left:56rem;display:block; }
#OiHATcQbtn7FJK5PWKiCMFKmfLf7nFUa { position:absolute;display:block;z-index:14996;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:15.75rem;width:19.75rem;top:7.6865234375rem;left:31.7177734375rem;overflow:hidden;display:block; }
#iVihu1UtxXsG7PgDUAQlMSDCoTcIrJBr { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ea272a;border-left:0.125rem solid #ea272a;border-right:0.125rem solid #ea272a;border-bottom:0.125rem solid #ea272a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:18.25rem;top:20.34375rem;left:20.875rem;display:block; }
#si9n0UHpydd4JeSgX0JueFZPvFDFzNbP { position:absolute;display:block;z-index:15035;background-color:#ffffff;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:19.5625rem;width:16rem;top:21.71875rem;left:2.5rem;display:block; }
#NvyCcnK6PZCEJfqd6C0XkynCVlNXJMqL { position:absolute;display:block;z-index:15035;background-color:#ea272a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ea272a;border-left:0.125rem solid #ea272a;border-right:0.125rem solid #ea272a;border-bottom:0.125rem solid #ea272a;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.75rem;width:18.25rem;top:20.34375rem;left:20.875rem;display:block; }
#e5y8HuT0dVNli9TMX8HsHnmViirJqhgH { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.7;letter-spacing:0;top:30.6875rem;left:22.34375rem;height:;display:block; }#e5y8HuT0dVNli9TMX8HsHnmViirJqhgH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e5y8HuT0dVNli9TMX8HsHnmViirJqhgH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#hDWP0ec4HGGaR4npF1NfbWNvDViWI8bc { color:#ea272a;display:block;width:18.5625rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:23.09375rem;left:20.875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xS5bPtONahKFTJzZ6GB4tOIEDtKcdfaV { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15040;line-height:2.1;letter-spacing:0;top:25.6875rem;left:21.46875rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#NHCMT6blu9uWdaMR4QwTKObHnJcz2u7S { color:#0c0a0a;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15041;line-height:2.1;letter-spacing:0;top:34.375rem;left:21.40625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lnn1ndfdcJG8Tz0Sk0znouLdmACWP0It { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15042;line-height:2.1;letter-spacing:0;top:35.75rem;left:21.4375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TrWP1CDdfAi9d1CD9PyUHmQlhBXCPT62 { color:#ea272a;display:block;width:18.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15043;line-height:2.1;letter-spacing:0;top:20.34375rem;left:20.75rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#v8RUChuh66zrXUAZ0d3A3fpFi5z2mhea { background-color:#ea272a;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:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:4.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:38.90625rem;left:24.40625rem;display:block; }
#brV7Vqp7NaFGzDJV7lRXzyC2GxN8znkp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#St0JFzLNI7uoDICLGKrKJVBPVt7RMz5c { color:#ea272a;display:block;width:16.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:23.5625rem;left:2.375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L4ffrwDP7IhoTkFuDPGpNHDTAqqL69Xp { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15041;line-height:2.1;letter-spacing:0;top:25.9375rem;left:3.1875rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#FRPFwrArSrwROeQrmchcLdGtMRqOMwqd { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.7;letter-spacing:0;top:30.3125rem;left:3.25rem;height:1.4375rem;display:block; }#FRPFwrArSrwROeQrmchcLdGtMRqOMwqd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FRPFwrArSrwROeQrmchcLdGtMRqOMwqd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#xmaknLNHms2RKzve4B83FuLOlv01RrvF { color:#0c0a0a;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15043;line-height:2.1;letter-spacing:0;top:32.25rem;left:2.5rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dz5EwwAmGQS073F3Ed0EAJWdFNGeDmeC { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15044;line-height:2.1;letter-spacing:0;top:33.125rem;left:2.5rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EndT6ZBrzG2HqhrkfbT4BqfTFh8kECg5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ea272a;border-left:0.125rem solid #ea272a;border-right:0.125rem solid #ea272a;border-bottom:0.125rem solid #ea272a;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:#ea272a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.3125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:36.6875rem;left:5.8125rem;display:block; }
#LDKN3OGs8XINAZ8pDpIu8F8xub1hRDTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NkWws0Hc95kZIenip4rdHFBtyVarGePb { position:absolute;display:block;z-index:15042;background-color:#ffffff;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:19.375rem;width:16rem;top:21.75rem;left:41.125rem;display:block; }
#RTOingyMlQ2HlM5FCNMVToGHaOaSVkfq { color:#ea272a;display:block;width:16.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:23.21875rem;left:41.09375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukm57iGH77wbck0uMdvdPn3vI1O4Ftxp { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15048;line-height:2.1;letter-spacing:0;top:25.9375rem;left:41.8125rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#qBFZ6ce1uAtwmUfVzqakGVeUOOSzGcMW { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.7;letter-spacing:0;top:30.0625rem;left:41.9375rem;height:2.875rem;display:block; }#qBFZ6ce1uAtwmUfVzqakGVeUOOSzGcMW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qBFZ6ce1uAtwmUfVzqakGVeUOOSzGcMW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#Bxd7g58AEcFqp3zPPwfKsINVXENqW1Nk { color:#0c0808;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15050;line-height:2.1;letter-spacing:0;top:32.6875rem;left:41.0625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wsJJNbWq8TQN8S1KcDJpealvUDo33iO5 { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15051;line-height:2.1;letter-spacing:0;top:33.375rem;left:41.03125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfXyISJufZ3tLV0SPvAX0nuEvH7PLiAs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ea272a;border-left:0.125rem solid #ea272a;border-right:0.125rem solid #ea272a;border-bottom:0.125rem solid #ea272a;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:#ea272a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.3125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:36.5rem;left:44.5rem;display:block; }
#PmQ7QOa2fqKg2ZrgsB71GTCiWFNAFOX0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr { display:block; }#Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxBCN4teTTH0Ekhfi9FWFcQnZ0pVe27w { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKwlSwCLTgbXd032u78LRcmtnwQ6yM0D { display:block; }
 }@media only screen and (max-width: 763px) { #XO2s7KSOMJAn5UV3Xq8UVX3cZdDQ64tP { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csquTaraDA9vxW2xyWzqTc5QeJ84IrtR { display:block; }
 }@media only screen and (max-width: 763px) { #LJtQ8DySWrcS4xrkpv6UomvZKWiqPfZR { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uknZa2XzWgw3BnStXVDWctnbrcTEXct5 { display:block; }
 }@media only screen and (max-width: 763px) { #oCyIuEaCyR1QA90uzT5W0icW4mvDsz49 { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhRwVvUMAoAzDbw3SsONCVxy1VuQLmEM { display:block; }
 }@media only screen and (max-width: 763px) { #AaUO55TKSc5aQ2Tkdnqf8lqWPtl5sT7V { top:0.4375rem;left:0rem;width:9.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbLvsDVphvt4IL2fr3HML6HOHCC1elFE { display:block; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUs9pDmH790xXvqbTRPJar1ieT9vlWp1 { top:3.125rem;left:0rem;width:35.8125rem;height:9.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsz21DPm5dKVgLdWblhTA39hVTZdc00R { top:13.375rem;left:28.125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxp0XMyuZzN6miO6ESD7myma0Zdab7kF { top:6.25rem;left:39.625rem;width:8.125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXvOAXEC1aXTcu3baBgl8GqPnEnDBXEy { top:13.5625rem;left:26.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp56doROhvOHDtf0vrebOGycXQfaKyLT { top:13.5625rem;left:29.5rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdfUxxxXTvCKm51y09Zo2mX2S2E1EcIi { top:13.5625rem;left:28.125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtiNiN1nbom9sOxon2kghxi0lSxmxDRw { top:13.5625rem;left:30.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBNUpKVzouAaZHSuL1JCcHbbumiIF7ZJ { top:14.4375rem;left:26.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkqdOw9qaFlwMTV0fnS3l8xbGs4ecwEF { top:14.4375rem;left:28.125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoFcL6fRIw6oZMq9VGcyytF4Z5DdEkIm { top:14.4375rem;left:29.5rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgLJBRuf0ywegGwuDTc9DFAnZ8gecqq3 { top:14.4375rem;left:30.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJGSvf9RMlt5QEUVrEOZgfDeDGCTdQUK { top:12.625rem;left:30.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIZRxFm9rMqg8bpSkUkAKTFi9qBchJmZ { top:12.625rem;left:29.5rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhhRsrHbtGFQZxxkWeroAHFa4zK3L6JT { top:12.625rem;left:28.125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC0ZHq4T2O9qyr1tPFdxyRpPCHdGT2cT { top:20.75rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiHATcQbtn7FJK5PWKiCMFKmfLf7nFUa { top:7.625rem;left:25.5927734375rem;width:19.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVihu1UtxXsG7PgDUAQlMSDCoTcIrJBr { top:20.3125rem;left:14.75rem;width:18.25rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #si9n0UHpydd4JeSgX0JueFZPvFDFzNbP { top:21.6875rem;left:0rem;width:16rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvyCcnK6PZCEJfqd6C0XkynCVlNXJMqL { top:20.3125rem;left:14.75rem;width:18.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5y8HuT0dVNli9TMX8HsHnmViirJqhgH { top:30.6875rem;left:16.21875rem;width:15.3125rem;height:;font-size:1rem;display:block; }#e5y8HuT0dVNli9TMX8HsHnmViirJqhgH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #hDWP0ec4HGGaR4npF1NfbWNvDViWI8bc { top:23.0625rem;left:14.75rem;width:18.5625rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS5bPtONahKFTJzZ6GB4tOIEDtKcdfaV { top:25.6875rem;left:15.34375rem;width:17.1875rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHCMT6blu9uWdaMR4QwTKObHnJcz2u7S { top:34.375rem;left:15.28125rem;width:17.1875rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnn1ndfdcJG8Tz0Sk0znouLdmACWP0It { top:35.75rem;left:15.3125rem;width:17.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWP1CDdfAi9d1CD9PyUHmQlhBXCPT62 { top:20.3125rem;left:14.625rem;width:18.5rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8RUChuh66zrXUAZ0d3A3fpFi5z2mhea { width:11.1875rem;height:4.0625rem;top:38.875rem;left:18.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brV7Vqp7NaFGzDJV7lRXzyC2GxN8znkp { display:block; }
 }@media only screen and (max-width: 763px) { #St0JFzLNI7uoDICLGKrKJVBPVt7RMz5c { top:23.5625rem;left:0rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4ffrwDP7IhoTkFuDPGpNHDTAqqL69Xp { top:25.9375rem;left:0rem;width:14.625rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRPFwrArSrwROeQrmchcLdGtMRqOMwqd { top:30.3125rem;left:0rem;width:15.3125rem;height:;font-size:0.875rem;display:block; }#FRPFwrArSrwROeQrmchcLdGtMRqOMwqd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #xmaknLNHms2RKzve4B83FuLOlv01RrvF { top:32.25rem;left:0rem;width:16.125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz5EwwAmGQS073F3Ed0EAJWdFNGeDmeC { top:33.125rem;left:0rem;width:16.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EndT6ZBrzG2HqhrkfbT4BqfTFh8kECg5 { width:9.25rem;height:3.3125rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDKN3OGs8XINAZ8pDpIu8F8xub1hRDTe { display:block; }
 }@media only screen and (max-width: 763px) { #NkWws0Hc95kZIenip4rdHFBtyVarGePb { top:21.75rem;left:31.75rem;width:16rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTOingyMlQ2HlM5FCNMVToGHaOaSVkfq { top:23.1875rem;left:31.6875rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukm57iGH77wbck0uMdvdPn3vI1O4Ftxp { top:25.9375rem;left:33.125rem;width:14.625rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBFZ6ce1uAtwmUfVzqakGVeUOOSzGcMW { top:30.0625rem;left:32.4375rem;width:15.3125rem;height:2.875rem;font-size:0.875rem;display:block; }#qBFZ6ce1uAtwmUfVzqakGVeUOOSzGcMW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #Bxd7g58AEcFqp3zPPwfKsINVXENqW1Nk { top:32.6875rem;left:31.625rem;width:16.125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsJJNbWq8TQN8S1KcDJpealvUDo33iO5 { top:33.375rem;left:31.5625rem;width:16.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfXyISJufZ3tLV0SPvAX0nuEvH7PLiAs { width:9.25rem;height:3.3125rem;top:36.5rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmQ7QOa2fqKg2ZrgsB71GTCiWFNAFOX0 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr { display:block; }#Az6O9Mt2614Mpag2mIxQ5ShDDsbXoxqr > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxBCN4teTTH0Ekhfi9FWFcQnZ0pVe27w { width:6.9375rem;height:2.1875rem;top:6.1875rem;left:11.03125rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wKwlSwCLTgbXd032u78LRcmtnwQ6yM0D { display:block; }
 }@media only screen and (max-width: 763px) { #XO2s7KSOMJAn5UV3Xq8UVX3cZdDQ64tP { width:6.1875rem;height:2.1875rem;top:6.1875rem;left:2.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #csquTaraDA9vxW2xyWzqTc5QeJ84IrtR { display:block; }
 }@media only screen and (max-width: 763px) { #LJtQ8DySWrcS4xrkpv6UomvZKWiqPfZR { width:7.375rem;height:2.1875rem;top:4rem;left:10.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uknZa2XzWgw3BnStXVDWctnbrcTEXct5 { display:block; }
 }@media only screen and (max-width: 763px) { #oCyIuEaCyR1QA90uzT5W0icW4mvDsz49 { width:7.375rem;height:2.1875rem;top:4rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhRwVvUMAoAzDbw3SsONCVxy1VuQLmEM { display:block; }
 }@media only screen and (max-width: 763px) { #AaUO55TKSc5aQ2Tkdnqf8lqWPtl5sT7V { width:7.4375rem;height:3.5rem;top:0.5625rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbLvsDVphvt4IL2fr3HML6HOHCC1elFE { display:block; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container { width:20rem;height:109.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUs9pDmH790xXvqbTRPJar1ieT9vlWp1 { width:17.375rem;height:8.4375rem;top:1.3125rem;left:1.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vsz21DPm5dKVgLdWblhTA39hVTZdc00R { width:1.9375rem;height:1.9375rem;top:79.4384765625rem;left:3.4697265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxp0XMyuZzN6miO6ESD7myma0Zdab7kF { width:5.5rem;height:6.5rem;top:10.75rem;left:7.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #yXvOAXEC1aXTcu3baBgl8GqPnEnDBXEy { width:0.3125rem;height:0.3125rem;top:79.6259765625rem;left:2.0322265625rem;background-color:#ff6b6b;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) { #zp56doROhvOHDtf0vrebOGycXQfaKyLT { width:0.3125rem;height:0.3125rem;top:79.6259765625rem;left:4.8447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdfUxxxXTvCKm51y09Zo2mX2S2E1EcIi { width:0.3125rem;height:0.3125rem;top:79.6259765625rem;left:3.4697265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtiNiN1nbom9sOxon2kghxi0lSxmxDRw { width:0.3125rem;height:0.3125rem;top:79.6259765625rem;left:6.2197265625rem;background-color:#0a70b1;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) { #WBNUpKVzouAaZHSuL1JCcHbbumiIF7ZJ { width:0.3125rem;height:0.3125rem;top:80.5009765625rem;left:2.0322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkqdOw9qaFlwMTV0fnS3l8xbGs4ecwEF { width:0.3125rem;height:0.3125rem;top:80.5009765625rem;left:3.4697265625rem;background-color:#ff6b6b;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) { #WoFcL6fRIw6oZMq9VGcyytF4Z5DdEkIm { width:0.3125rem;height:0.3125rem;top:80.5009765625rem;left:4.8447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgLJBRuf0ywegGwuDTc9DFAnZ8gecqq3 { width:0.3125rem;height:0.3125rem;top:80.5009765625rem;left:6.2197265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJGSvf9RMlt5QEUVrEOZgfDeDGCTdQUK { width:0.3125rem;height:0.3125rem;top:78.6884765625rem;left:6.2197265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIZRxFm9rMqg8bpSkUkAKTFi9qBchJmZ { width:0.3125rem;height:0.3125rem;top:78.6884765625rem;left:4.8447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhhRsrHbtGFQZxxkWeroAHFa4zK3L6JT { width:0.3125rem;height:0.3125rem;top:78.6884765625rem;left:3.4697265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC0ZHq4T2O9qyr1tPFdxyRpPCHdGT2cT { width:1.6875rem;height:1.6875rem;top:106.8125rem;left:9.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiHATcQbtn7FJK5PWKiCMFKmfLf7nFUa { width:18.125rem;height:14.5rem;top:90.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVihu1UtxXsG7PgDUAQlMSDCoTcIrJBr { width:18.25rem;height:23.625rem;top:40.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #si9n0UHpydd4JeSgX0JueFZPvFDFzNbP { width:16rem;height:18.5rem;top:18.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvyCcnK6PZCEJfqd6C0XkynCVlNXJMqL { width:18.25rem;height:1.75rem;top:40.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5y8HuT0dVNli9TMX8HsHnmViirJqhgH { width:15.3125rem;height:3.6875rem;top:48.75rem;left:2.34375rem;font-size:1rem;display:block; }#e5y8HuT0dVNli9TMX8HsHnmViirJqhgH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #hDWP0ec4HGGaR4npF1NfbWNvDViWI8bc { width:18.5625rem;height:2.125rem;top:42.5rem;left:0.71875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xS5bPtONahKFTJzZ6GB4tOIEDtKcdfaV { width:17.1875rem;height:4.125rem;top:44.625rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHCMT6blu9uWdaMR4QwTKObHnJcz2u7S { width:17.1875rem;height:2.0625rem;top:52.96875rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnn1ndfdcJG8Tz0Sk0znouLdmACWP0It { width:17.1875rem;height:3.375rem;top:53.96875rem;left:1.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWP1CDdfAi9d1CD9PyUHmQlhBXCPT62 { width:18.5rem;height:1.8125rem;top:45.5625rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8RUChuh66zrXUAZ0d3A3fpFi5z2mhea { width:11.1875rem;height:4.0625rem;top:58.5rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brV7Vqp7NaFGzDJV7lRXzyC2GxN8znkp { display:block; }
 }@media only screen and (max-width: 763px) { #St0JFzLNI7uoDICLGKrKJVBPVt7RMz5c { width:16.0625rem;height:1.875rem;top:19.90625rem;left:1.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #L4ffrwDP7IhoTkFuDPGpNHDTAqqL69Xp { width:14.625rem;height:3.625rem;top:22.46875rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRPFwrArSrwROeQrmchcLdGtMRqOMwqd { width:15.3125rem;height:1.4375rem;top:26.65625rem;left:2.34375rem;font-size:0.875rem;display:block; }#FRPFwrArSrwROeQrmchcLdGtMRqOMwqd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #xmaknLNHms2RKzve4B83FuLOlv01RrvF { width:16.125rem;height:2.0625rem;top:28.125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz5EwwAmGQS073F3Ed0EAJWdFNGeDmeC { width:16.1875rem;height:3.375rem;top:28.875rem;left:1.90625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EndT6ZBrzG2HqhrkfbT4BqfTFh8kECg5 { width:9.25rem;height:3.3125rem;top:32.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDKN3OGs8XINAZ8pDpIu8F8xub1hRDTe { display:block; }
 }@media only screen and (max-width: 763px) { #NkWws0Hc95kZIenip4rdHFBtyVarGePb { width:16rem;height:20.9375rem;top:67.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTOingyMlQ2HlM5FCNMVToGHaOaSVkfq { width:16.0625rem;height:1.875rem;top:67.8125rem;left:1.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukm57iGH77wbck0uMdvdPn3vI1O4Ftxp { width:14.625rem;height:3.625rem;top:69.6875rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBFZ6ce1uAtwmUfVzqakGVeUOOSzGcMW { width:15.3125rem;height:2.875rem;top:74.125rem;left:2.34375rem;font-size:0.875rem;display:block; }#qBFZ6ce1uAtwmUfVzqakGVeUOOSzGcMW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #Bxd7g58AEcFqp3zPPwfKsINVXENqW1Nk { width:16.125rem;height:2.0625rem;top:78.7509765625rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsJJNbWq8TQN8S1KcDJpealvUDo33iO5 { width:16.1875rem;height:3.375rem;top:79.9384765625rem;left:1.90625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfXyISJufZ3tLV0SPvAX0nuEvH7PLiAs { width:9.25rem;height:3.3125rem;top:84.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmQ7QOa2fqKg2ZrgsB71GTCiWFNAFOX0 { display:block; }
 }