.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#f5fbfd;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); }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/uc/8903b288-80ad-42d7-b559-a8ddc3a0cdf8/Wykorzystanenalandingukalendarzadwentowybio1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc.adaptive-delivery-prevent-bg, #zIyNStv249eHXIBMfeyDw3SUgJDNcegc.lazyload, #zIyNStv249eHXIBMfeyDw3SUgJDNcegc.lazyloading { background-image: none; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container { background-color: transparent; background-image: none; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container > .video-iframe-container { display: none; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row > .video-iframe-container { display: none; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .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); }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container { border-width: 0; border-radius: 0; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#viz1cT5PW8536WLocm2CJuqx4UK82qth { color:#f4ce83;display:block;width:37.5rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.7699906826019rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#enOx7tp3anZkGoHyiTnBRS9ZCRw3zhb4 { color:#f4ce83;display:block;width:37.5rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:27.714063644409rem;left:0rem;height:5.28125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sUxTdk68tS1hnLO1TwAZMhmOqGNy4GR4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15022;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:17.90625rem;left:15.625rem;overflow:hidden;display:block; }
#v0BzUAH4IothlGOrLusPIqMEINDI3pie { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.875001907349rem;left:32.812501907349rem;overflow:hidden;display:none; }
#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002457;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; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row .container { background-color: transparent; background-image: none; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row .container > .video-iframe-container { display: none; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row > .video-iframe-container { display: none; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .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); }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row .container { border-width: 0; border-radius: 0; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#Uu0yeTnIcB2lTb8ehILO0cAyy81eIJp8 { display:block;width:57.687267303467rem;position:absolute;font-family:"josefin sans";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:2.4368057250976rem;left:8.6236200332644rem;height:5.90625rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002457;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; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row .container { background-color: transparent; background-image: none; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row .container > .video-iframe-container { display: none; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row > .video-iframe-container { display: none; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .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); }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row .container { border-width: 0; border-radius: 0; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#vUeUK9AgkftVLv1yr84A6eBery0h8Qr0 { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:1.3529434204101rem;left:0rem;height:3.9375rem;color:#002457;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AB2Koq4OrTNql8iIguqyrrAXn1tQ8A7J { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:4.8000011444092rem;left:0rem;height:3.15rem;color:#0d94a6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002457;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; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row .container { background-color: transparent; background-image: none; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row .container > .video-iframe-container { display: none; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row > .video-iframe-container { display: none; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .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); }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row .container { border-width: 0; border-radius: 0; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#nhWoVXIae6czTbxpBl9bT1SSQgDQZnTT { display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:0.48750042915344rem;left:21.875rem;height:3.9375rem;color:#0d94a6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002457;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; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container { background-color: transparent; background-image: none; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container > .video-iframe-container { display: none; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row > .video-iframe-container { display: none; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .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); }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container { border-width: 0; border-radius: 0; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#BgGgSgLCtBwUy6bdhE4pJtcavHZCcpBy { background-color:#4bae16;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:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.59375107288361rem;left:28.750001907349rem;display:block; }
#q6iLEGvDG0uGTung1TBgwhBIrU6XBtmP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VKeRtpRKRSeJviTTFs56aqRws1gmTz9c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002457;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; }#VKeRtpRKRSeJviTTFs56aqRws1gmTz9c > .row .container { background-color: transparent; background-image: none; }#VKeRtpRKRSeJviTTFs56aqRws1gmTz9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKeRtpRKRSeJviTTFs56aqRws1gmTz9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKeRtpRKRSeJviTTFs56aqRws1gmTz9c > .row .container > .video-iframe-container { display: none; }#VKeRtpRKRSeJviTTFs56aqRws1gmTz9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKeRtpRKRSeJviTTFs56aqRws1gmTz9c > .row > .video-iframe-container { display: none; }#VKeRtpRKRSeJviTTFs56aqRws1gmTz9c > .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); }#VKeRtpRKRSeJviTTFs56aqRws1gmTz9c > .row .container { border-width: 0; border-radius: 0; }#VKeRtpRKRSeJviTTFs56aqRws1gmTz9c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VKeRtpRKRSeJviTTFs56aqRws1gmTz9c > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#OXmTKG1ZWDmueWrTUpITe1t5ydO8GL8P { display:block;width:60.25rem;position:absolute;font-family:"josefin sans";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:2.5414047241211rem;left:8.62343788147rem;height:7.875rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4ce83;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; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row .container { background-color: transparent; background-image: none; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row .container > .video-iframe-container { display: none; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row > .video-iframe-container { display: none; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .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); }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row .container { border-width: 0; border-radius: 0; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#LA1IBbBBzclQ6DPhGUh9oTMyZaBXmo4J { display:block;width:57.687267303467rem;position:absolute;font-family:"josefin sans";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:2.6125946044922rem;left:8.6236200332644rem;height:5.90625rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#RE4meFX5EzOmkasEsDHXMCsslHWKLTlP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4ce83;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; }#RE4meFX5EzOmkasEsDHXMCsslHWKLTlP > .row .container { background-color: transparent; background-image: none; }#RE4meFX5EzOmkasEsDHXMCsslHWKLTlP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE4meFX5EzOmkasEsDHXMCsslHWKLTlP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE4meFX5EzOmkasEsDHXMCsslHWKLTlP > .row .container > .video-iframe-container { display: none; }#RE4meFX5EzOmkasEsDHXMCsslHWKLTlP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE4meFX5EzOmkasEsDHXMCsslHWKLTlP > .row > .video-iframe-container { display: none; }#RE4meFX5EzOmkasEsDHXMCsslHWKLTlP > .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); }#RE4meFX5EzOmkasEsDHXMCsslHWKLTlP > .row .container { border-width: 0; border-radius: 0; }#RE4meFX5EzOmkasEsDHXMCsslHWKLTlP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RE4meFX5EzOmkasEsDHXMCsslHWKLTlP > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#T5tap80ONP3LiE8Ft7mM9tf6GggkEMAn { display:block;width:57.6866875rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:8.6570320129394rem;height:3.28125rem;text-align:center;text-align-last:center;color:#002457;font-style:normal;display:block; }
#bH0dRsaLi6TxmFHSaKEBw5cWzeKBD67w { position:absolute;display:block;z-index:15048;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.125rem;width:8.6875rem;top:8.8749971389769rem;left:23.687501907349rem;display:block; }
#GOdACKILOhTmEyK8xwez09mVvGpx2VUT { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.125rem;width:8.6875rem;top:8.875rem;left:32.875rem;display:block; }
#TyDbEGB1Le7ihr4oyNUyQyL7om2SQsa1 { position:absolute;display:block;z-index:15050;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.125rem;width:8.6875rem;top:8.875rem;left:42.0625rem;display:block; }
#rpMB5TeVebJgJJztcARRdzMzh3LIW5Oc { position:absolute;display:block;z-index:15049;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:2.3115808963776rem;width:8.6868104934694rem;top:18.0625rem;left:23.6875rem;display:block; }
#PgTa8MCMITdputLtwq12rDofu6q6LbwK { position:absolute;display:block;z-index:15050;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:2.3115808963776rem;width:8.6868104934694rem;top:18.0625rem;left:33.0625rem;display:block; }
#ieJmB0RMGgVLwXkzNaoNB5ySkJp3rOc2 { position:absolute;display:block;z-index:15051;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:2.3115808963776rem;width:8.6868104934694rem;top:18.0625rem;left:42.5rem;display:block; }
#FbXCEBsXUUB8mRmHRgT8n5ooSlNJfdA1 { color:#002457;display:block;width:8.75rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:18.5625rem;left:42.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghkWdI1exIBmugRJUPyTDVHd41yvtiqe { color:#002457;display:block;width:8.75rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:18.5625rem;left:33.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGP9Wu2Rrr9WBCT81SaQlfw4L1i6BPO4 { color:#002457;display:block;width:8.75rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:18.5625rem;left:23.6875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F .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; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#002457;padding-top:0.956875rem;padding-right:0.858125rem;padding-bottom:0.956875rem;padding-left:0.858125rem;display:block;align-items:center;width:5.1475rem;min-width:5.1475rem;height:5.145rem;position:relative;font-family:ubuntu;font-size:3.82875rem;font-weight:400;line-height:82.32px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.598125rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:6.86375rem;height:0;position:relative;font-family:"open sans";font-size:1.43625rem;font-weight:400;line-height:0;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; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.5625rem;height:7.656875rem;padding-top:1.19625rem;padding-right:1.225625rem;padding-bottom:1.19625rem;padding-left:1.225625rem;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:8.0078125rem;left:24.460939407349rem;z-index:15056; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #t6qBvoxGmSsErlmu8ylxsB25tPiyTLEy { display:flex;position:relative;top:0rem;left:0rem; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #pVI1TTzi8xDOkNykK81XSK0nqikxkqa1 { width:auto; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #goMrCow49wp4AogqRq07FQR5PlFMEMnI {  }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #NJuLOf1XaQtsZ2y48VgGh4szXpv95TSg { display:flex;position:relative;top:0rem;left:0rem; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #qZqkfCBRr8XGAD58FBEFEkzCbfLFPPxu {  }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #xKtRrNJE7ToOb1Q82ZsnMdH86vp9wyfo {  }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #NbR4NxaEGGSFtMhd451Wpg5SCzuP7i81 { display:flex;position:relative;top:0rem;left:0rem; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #uCrbKyN8NTezflRqWPghD2oT4UnBwTto {  }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #PU0RTHS5exEudbDWpMbx5w1bgm0ZfV2m {  }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #TFkmPIIWnKCwHimOEVoc9iJLf6aEZJiM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #dmJvPcigCPHIemxHisXi5bkDSXdSKCuO {  }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #FP8MoCqACk4tm8ihLm048KvUMKcaSlo8 {  }
#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002457;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; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container { background-color: transparent; background-image: none; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container > .video-iframe-container { display: none; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row > .video-iframe-container { display: none; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .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); }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container { border-width: 0; border-radius: 0; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#Pozu2ihlbl1SVWgfDCGALUHUGL1WHxTo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:11.25rem;top:5.625rem;left:31.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #zIyNStv249eHXIBMfeyDw3SUgJDNcegc { background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/uc/8903b288-80ad-42d7-b559-a8ddc3a0cdf8/Wykorzystanenalandingukalendarzadwentowybio1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc.adaptive-delivery-prevent-bg, #zIyNStv249eHXIBMfeyDw3SUgJDNcegc.lazyload, #zIyNStv249eHXIBMfeyDw3SUgJDNcegc.lazyloading { background-image: none; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container { background-color: transparent; background-image: none; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container > .video-iframe-container { display: none; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row > .video-iframe-container { display: none; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .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); }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container { width:47.75rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #viz1cT5PW8536WLocm2CJuqx4UK82qth { width:18.75rem;height:4.0625rem;top:4.4450824260712rem;left:2.9044116139412rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #enOx7tp3anZkGoHyiTnBRS9ZCRw3zhb4 { width:18.75rem;height:2.84375rem;top:15.936350107193rem;left:2.9044116139412rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUxTdk68tS1hnLO1TwAZMhmOqGNy4GR4 { width:4.6875rem;height:4.6875rem;top:8.375rem;left:21.500001132488rem;display:none; }
 }@media only screen and (max-width: 1199px) { #v0BzUAH4IothlGOrLusPIqMEINDI3pie { width:4.6875rem;height:4.6875rem;top:10.466451883316rem;left:9.9356611371038rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 { display:block; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Uu0yeTnIcB2lTb8ehILO0cAyy81eIJp8 { width:35.625rem;height:5.0625rem;top:2.348575592041rem;left:6.0282624363899rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp { display:block; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row .container { width:47.75rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vUeUK9AgkftVLv1yr84A6eBery0h8Qr0 { width:36.811809539795rem;height:2.8125rem;top:1.3120422363281rem;left:5.4664519429207rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15002;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AB2Koq4OrTNql8iIguqyrrAXn1tQ8A7J { width:36.8116875rem;height:2.34375rem;top:4.1101551055908rem;left:5.438281416893rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15002;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm { display:block; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row .container { width:47.75rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nhWoVXIae6czTbxpBl9bT1SSQgDQZnTT { width:36.811809539795rem;height:2.8125rem;top:1.1534919738769rem;left:5.4664519429207rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15002;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF { display:block; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container { width:47.75rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BgGgSgLCtBwUy6bdhE4pJtcavHZCcpBy { width:17.5rem;height:3.4375rem;top:1.0615234375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6iLEGvDG0uGTung1TBgwhBIrU6XBtmP { display:block; }
 }@media only screen and (max-width: 1199px) { #VKeRtpRKRSeJviTTFs56aqRws1gmTz9c { display:block; }#VKeRtpRKRSeJviTTFs56aqRws1gmTz9c > .row .container { width:47.75rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OXmTKG1ZWDmueWrTUpITe1t5ydO8GL8P { width:35.625rem;height:8.4375rem;top:1.1948547363281rem;left:6.0282624363899rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF { display:block; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row .container { width:47.75rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LA1IBbBBzclQ6DPhGUh9oTMyZaBXmo4J { width:35.625rem;height:5.0625rem;top:1.2178344726562rem;left:6.0282624363899rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RE4meFX5EzOmkasEsDHXMCsslHWKLTlP { display:block; }#RE4meFX5EzOmkasEsDHXMCsslHWKLTlP > .row .container { width:47.75rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T5tap80ONP3LiE8Ft7mM9tf6GggkEMAn { width:35.625rem;height:2.8125rem;top:2.2173767089844rem;left:6.1328123211861rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bH0dRsaLi6TxmFHSaKEBw5cWzeKBD67w { width:8.687125rem;height:8.124625rem;top:6.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GOdACKILOhTmEyK8xwez09mVvGpx2VUT { width:8.6875rem;height:8.125rem;top:6.5rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TyDbEGB1Le7ihr4oyNUyQyL7om2SQsa1 { width:8.6875rem;height:8.125rem;top:6.5rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rpMB5TeVebJgJJztcARRdzMzh3LIW5Oc { width:8.6875rem;height:2.3125rem;top:16.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PgTa8MCMITdputLtwq12rDofu6q6LbwK { width:8.6875rem;height:2.3125rem;top:16.6875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ieJmB0RMGgVLwXkzNaoNB5ySkJp3rOc2 { width:8.6875rem;height:2.3125rem;top:16.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FbXCEBsXUUB8mRmHRgT8n5ooSlNJfdA1 { width:8.75rem;height:1.3rem;top:17.3125rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghkWdI1exIBmugRJUPyTDVHd41yvtiqe { width:8.75rem;height:1.3rem;top:17.25rem;left:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGP9Wu2Rrr9WBCT81SaQlfw4L1i6BPO4 { width:8.75rem;height:1.3rem;top:17.25rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F .widget-text.counter-number { padding-top:0.919375rem;padding-right:0.82375rem;padding-bottom:0.919375rem;padding-left:0.82375rem;width:4.94rem;min-width:4.94rem;height:4.944375rem;font-size:3.679375rem;line-height:79.11px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.575rem;margin-right:0;margin-bottom:0;margin-left:0;width:6.58625rem;height:1.954375rem;font-size:1.379375rem;line-height:31.27px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F { display:flex;width:22.75rem;height:9.3125rem;top:5.0296878814697rem;left:10.271874785423rem;padding-top:2.09375rem;padding-right:2.195625rem;padding-bottom:2.09375rem;padding-left:2.195625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #t6qBvoxGmSsErlmu8ylxsB25tPiyTLEy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #pVI1TTzi8xDOkNykK81XSK0nqikxkqa1 {  }
 }@media only screen and (max-width: 1199px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #goMrCow49wp4AogqRq07FQR5PlFMEMnI {  }
 }@media only screen and (max-width: 1199px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #NJuLOf1XaQtsZ2y48VgGh4szXpv95TSg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #qZqkfCBRr8XGAD58FBEFEkzCbfLFPPxu {  }
 }@media only screen and (max-width: 1199px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #xKtRrNJE7ToOb1Q82ZsnMdH86vp9wyfo {  }
 }@media only screen and (max-width: 1199px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #NbR4NxaEGGSFtMhd451Wpg5SCzuP7i81 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #uCrbKyN8NTezflRqWPghD2oT4UnBwTto {  }
 }@media only screen and (max-width: 1199px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #PU0RTHS5exEudbDWpMbx5w1bgm0ZfV2m {  }
 }@media only screen and (max-width: 1199px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #TFkmPIIWnKCwHimOEVoc9iJLf6aEZJiM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #dmJvPcigCPHIemxHisXi5bkDSXdSKCuO {  }
 }@media only screen and (max-width: 1199px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #FP8MoCqACk4tm8ihLm048KvUMKcaSlo8 {  }
 }@media only screen and (max-width: 1199px) { #s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW { display:block; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container { width:47.75rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Pozu2ihlbl1SVWgfDCGALUHUGL1WHxTo { width:7.5rem;height:3rem;top:3.5929679870606rem;left:20.125000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zIyNStv249eHXIBMfeyDw3SUgJDNcegc { background-color:#002457;background-image:url("https://images.assets-landingi.com/uc/7ebd7eff-c1bb-4da3-bc02-4f86cc88fba4/6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;display:block; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc.adaptive-delivery-prevent-bg, #zIyNStv249eHXIBMfeyDw3SUgJDNcegc.lazyload, #zIyNStv249eHXIBMfeyDw3SUgJDNcegc.lazyloading { background-image: none; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container { background-color: transparent; background-image: none; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container > .video-iframe-container { display: none; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row > .video-iframe-container { display: none; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .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); }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container { border-width: 0; border-radius: 0; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIyNStv249eHXIBMfeyDw3SUgJDNcegc > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viz1cT5PW8536WLocm2CJuqx4UK82qth { width:20rem;height:3.25rem;top:22.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enOx7tp3anZkGoHyiTnBRS9ZCRw3zhb4 { width:20rem;height:2.4375rem;top:32.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUxTdk68tS1hnLO1TwAZMhmOqGNy4GR4 { width:3.75rem;height:3.75rem;top:27.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0BzUAH4IothlGOrLusPIqMEINDI3pie { width:9.375rem;height:9.375rem;top:11.44140625rem;left:8.5937502384187rem;display:none; }
 }@media only screen and (max-width: 763px) { #mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 { display:block; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uu0yeTnIcB2lTb8ehILO0cAyy81eIJp8 { width:18.125rem;height:6rem;top:1.3079013824463rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp { display:block; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUeUK9AgkftVLv1yr84A6eBery0h8Qr0 { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB2Koq4OrTNql8iIguqyrrAXn1tQ8A7J { width:20rem;height:1.6875rem;top:3.2242183685302rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm { display:block; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhWoVXIae6czTbxpBl9bT1SSQgDQZnTT { width:20rem;height:2.0625rem;top:0.56341743469238rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF { display:block; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgGgSgLCtBwUy6bdhE4pJtcavHZCcpBy { width:15.625rem;height:3.4375rem;top:1.516544342041rem;left:2.1874998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6iLEGvDG0uGTung1TBgwhBIrU6XBtmP { display:block; }
 }@media only screen and (max-width: 763px) { #VKeRtpRKRSeJviTTFs56aqRws1gmTz9c { display:block; }#VKeRtpRKRSeJviTTFs56aqRws1gmTz9c > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXmTKG1ZWDmueWrTUpITe1t5ydO8GL8P { width:18.125rem;height:12rem;top:0rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF { display:block; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LA1IBbBBzclQ6DPhGUh9oTMyZaBXmo4J { width:18.125rem;height:6rem;top:1.2426452636719rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE4meFX5EzOmkasEsDHXMCsslHWKLTlP { display:block; }#RE4meFX5EzOmkasEsDHXMCsslHWKLTlP > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5tap80ONP3LiE8Ft7mM9tf6GggkEMAn { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH0dRsaLi6TxmFHSaKEBw5cWzeKBD67w { width:8.6875rem;height:8.125rem;top:8.8125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOdACKILOhTmEyK8xwez09mVvGpx2VUT { width:8.625rem;height:8.125rem;top:8.875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyDbEGB1Le7ihr4oyNUyQyL7om2SQsa1 { width:8.625rem;height:8.125rem;top:8.875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpMB5TeVebJgJJztcARRdzMzh3LIW5Oc { width:8.625rem;height:2.25rem;top:18.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PgTa8MCMITdputLtwq12rDofu6q6LbwK { width:8.625rem;height:2.25rem;top:18.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieJmB0RMGgVLwXkzNaoNB5ySkJp3rOc2 { width:8.625rem;height:2.25rem;top:18.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbXCEBsXUUB8mRmHRgT8n5ooSlNJfdA1 { width:3.75rem;height:1.1375rem;top:7.1875rem;left:12.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghkWdI1exIBmugRJUPyTDVHd41yvtiqe { width:3.75rem;height:1.1375rem;top:7.1875rem;left:8.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGP9Wu2Rrr9WBCT81SaQlfw4L1i6BPO4 { width:3.75rem;height:1.1375rem;top:7.1829071044925rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F .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; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F .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; }
#BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F { display:flex;width:13.5rem;height:5.0625rem;top:1.66796875rem;left:1.4851561784744rem; }
 }@media only screen and (max-width: 763px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #t6qBvoxGmSsErlmu8ylxsB25tPiyTLEy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #pVI1TTzi8xDOkNykK81XSK0nqikxkqa1 {  }
 }@media only screen and (max-width: 763px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #goMrCow49wp4AogqRq07FQR5PlFMEMnI {  }
 }@media only screen and (max-width: 763px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #NJuLOf1XaQtsZ2y48VgGh4szXpv95TSg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #qZqkfCBRr8XGAD58FBEFEkzCbfLFPPxu {  }
 }@media only screen and (max-width: 763px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #xKtRrNJE7ToOb1Q82ZsnMdH86vp9wyfo {  }
 }@media only screen and (max-width: 763px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #NbR4NxaEGGSFtMhd451Wpg5SCzuP7i81 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #uCrbKyN8NTezflRqWPghD2oT4UnBwTto {  }
 }@media only screen and (max-width: 763px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #PU0RTHS5exEudbDWpMbx5w1bgm0ZfV2m {  }
 }@media only screen and (max-width: 763px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #TFkmPIIWnKCwHimOEVoc9iJLf6aEZJiM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #dmJvPcigCPHIemxHisXi5bkDSXdSKCuO {  }
 }@media only screen and (max-width: 763px) { #BJhv6lPbnc4H9mrXDwZTgC7CdBDFhb8F #FP8MoCqACk4tm8ihLm048KvUMKcaSlo8 {  }
 }@media only screen and (max-width: 763px) { #s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW { display:block; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pozu2ihlbl1SVWgfDCGALUHUGL1WHxTo { width:5.625rem;height:2.25rem;top:2.6252288818359rem;left:7.1541813611981rem;display:block; }
 }