.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b6a285d-bc45-4bd1-862f-faeae15c847a/Voucherprzykad5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyloading { background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { border-width: 0; border-radius: 0; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container {  }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;overflow:visible;position:relative;display:block; }#CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { background-color:#da291c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.1875rem;left:28.375rem;display:block; }
#SGuxuXmW6zGIyeZM9QcHDWgi6BD6H1FL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { background-color: transparent; background-image: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .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); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { border-width: 0; border-radius: 0; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container {  }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { color:#001871;display:block;width:31.5rem;position:absolute;font-family:"zilla slab";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:3.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uze1X6n459WAF0CAARac4IW0ULNhLM7T { color:#001871;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.8125rem;left:3.8125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:12.4375rem;width:18.625rem;top:5.625rem;left:37.3125rem;overflow:hidden;display:block; }
#AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { position:absolute;display:block;z-index:15007;background-color:#da291c;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;height:0.125rem;width:12.5rem;top:10.4375rem;left:3.8125rem;display:block; }
#wWALoU7bwzaE9Le7sSl7Kbm2ds6aK4x3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:18.75rem;top:18.8125rem;left:37.3125rem;overflow:hidden;display:block; }
#xquU2CT9TluuTDa6VkRmMltUfgSs3kRZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:18.75rem;top:18.8125rem;left:56.25rem;overflow:hidden;display:block; }
#PuPqhIe12vrHiXx5WGZsQmc4wTqT3pRn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:12.375rem;width:18.625rem;top:5.625rem;left:56.375rem;overflow:hidden;display:block; }
#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { position:relative;display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { background-color: transparent; background-image: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .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); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { border-width: 0; border-radius: 0; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container > .video-iframe-container {  }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#biCbecu0OTztxZK9RRLU3mOwh2etKleD { color:#001871;display:block;width:75rem;position:absolute;font-family:"zilla slab";font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wc3vpXvo3m9U1PNzpSLHI9Fwx5PV17cX { color:#da291c;display:block;width:3.9375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:13.60546875rem;left:17.5625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N09UoXRa9N52PLd2JLvp7r14k8WJ9i9u { color:#da291c;display:block;width:3.9375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:18.3125rem;left:17.5625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ql4CEf7XInh4lTEBvqaN7y1i2Ilk90pN { color:#da291c;display:block;width:3.9375rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:18.3125rem;left:41rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mwV4D23U22GEmh9cBp2fuUyfQgqFwbWN { color:#da291c;display:block;width:3.9375rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:13.60546875rem;left:41rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { color:#001871;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.60546875rem;left:21.4375rem;height:2.761725rem;display:block; }
#zsQhS8CCD5Vx91N4uG20R0pompbehThn { color:#001871;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.60546875rem;left:44.375rem;height:5.5234375rem;display:block; }
#PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { color:#001871;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.3125rem;left:21.5rem;height:5.5234375rem;text-align:left;text-align-last:left;display:block; }
#I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { color:#001871;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.3125rem;left:44.9375rem;height:2.7625rem;text-align:left;text-align-last:left;display:block; }
#pb9CBRSLWShnoolzTnza1XBNA6TytJet { position:absolute;display:block;z-index:15008;background-color:#da291c;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;height:0.125rem;width:12.5rem;top:8.8125rem;left:31.25rem;display:block; }
#zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR > .row .container { background-color: transparent; background-image: none; }#zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR > .row .container > .video-iframe-container { display: none; }#zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR > .row > .video-iframe-container { display: none; }#zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR > .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); }#zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR > .row .container { border-width: 0; border-radius: 0; }#zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR > .row > .video-iframe-container {  }#zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#onTLIBo7ngKTmySVPpAwMezKpwB4epOn { color:#091466;display:block;width:75rem;position:absolute;font-family:"zilla slab";font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:;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; }
#xkQ2PbBg8KpP3SNZEPvKFTWo2OIU7KsW { background-color:#091466;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:33.75rem;left:40.78125rem;display:block; }
#Sla4rX3NwPxOBQ158kPSgUlz8SXcy3kb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DJ0cNRBoTG7NJruTNilPzTPfSaRxOHFm { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #001871, #0a31b5);background-image: -moz-linear-gradient(180deg, #001871, #0a31b5);background-image: -ms-linear-gradient(180deg, #001871, #0a31b5);background-image: -o-linear-gradient(180deg, #001871, #0a31b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001871', endColorstr='#0a31b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001871', endColorstr='#0a31b5' );";background-image: linear-gradient(180deg, #001871, #0a31b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:16.5625rem;top:15.5rem;left:20rem;display:block; }
#JTUBn0q7tZshPdXTmPm3IabivrPOTpTk { background-color:#001871;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:33.75rem;left:22.03125rem;display:block; }
#l9umOJPHUdRDFkUsInBQ5ffGJNwkDEXx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SqnnW3vvPSyIQskXu6itWRNFqDXzaAO9 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #001871, #0a31b5);background-image: -moz-linear-gradient(180deg, #001871, #0a31b5);background-image: -ms-linear-gradient(180deg, #001871, #0a31b5);background-image: -o-linear-gradient(180deg, #001871, #0a31b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001871', endColorstr='#0a31b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001871', endColorstr='#0a31b5' );";background-image: linear-gradient(180deg, #001871, #0a31b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:16.5625rem;top:15.5rem;left:57.5rem;display:block; }
#TrkVKpPuoQOMp6zKOqOPmJ5oMQGshRaO { background-color:#001871;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.625rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:33.75rem;left:59.53125rem;display:block; }
#ATH7HevOGidQo5GTfuuD43MOqSmHNoaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jq5aorTxcZSiVQTGzqn6t81C9V7emx9b { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #001871, #0a31b5);background-image: -moz-linear-gradient(180deg, #001871, #0a31b5);background-image: -ms-linear-gradient(180deg, #001871, #0a31b5);background-image: -o-linear-gradient(180deg, #001871, #0a31b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001871', endColorstr='#0a31b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001871', endColorstr='#0a31b5' );";background-image: linear-gradient(180deg, #001871, #0a31b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:16.5625rem;top:15.5rem;left:38.75rem;display:block; }
#NNtkL8v9Xkr3gA57VdbEBbGED0dwNWuE { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:25.2490234375rem;left:2.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#NNtkL8v9Xkr3gA57VdbEBbGED0dwNWuE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NNtkL8v9Xkr3gA57VdbEBbGED0dwNWuE li:before{  }
#Mi7uQvm5OyNNmnKa3MktxTBQbTuIgp9s { background-color:#001871;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:33.75rem;left:3.3125rem;display:block; }
#xTHBob2StxmSiM9USTiXRJ4sOdm7E0Of { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CyNZAcqO5z3QZCFzscZ52AJmtMnXX5x9 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:19.5146484375rem;left:1.5625rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8kASnKacUA1eU34lse6UvSHQBmt1e8D { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #001871, #0a31b5);background-image: -moz-linear-gradient(180deg, #001871, #0a31b5);background-image: -ms-linear-gradient(180deg, #001871, #0a31b5);background-image: -o-linear-gradient(180deg, #001871, #0a31b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001871', endColorstr='#0a31b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001871', endColorstr='#0a31b5' );";background-image: linear-gradient(180deg, #001871, #0a31b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:16.5625rem;top:15.5rem;left:1.25rem;display:block; }
#FZWhXo6DMo3NGTgouBhnoUnTgveNKTkg { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:16.375rem;left:1.5625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6uFO32cAv00dogxmBRkHQ3uRvd4NPU9 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:16.375rem;left:20.15625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFlTWcmCEDLLxoJRUxKg65DaM8KOtSK5 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:19.5146484375rem;left:20.15625rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fyId2qgH1c4gIVTE4rnlO6GHhzkfbHw6 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:16.375rem;left:39.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CiIvarwxLfiEkM9yhGOLgnmEe5QXS2PH { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:19.5146484375rem;left:39rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZTyosw5kCQROisUlo4QGDJMciXnoVD7 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16.375rem;left:57.65625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hSaaAo9Cc6lMpuMMTuwZNxKOHskIXVPm { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:19.513671875rem;left:57.65625rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SvdHi16gGBShX5X2GssbsTiurvFBd2v5 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:25.2490234375rem;left:20.84375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#SvdHi16gGBShX5X2GssbsTiurvFBd2v5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SvdHi16gGBShX5X2GssbsTiurvFBd2v5 li:before{  }
#sxvUiLvaUSULVVIq8Q6y8bnkFm83iOZg { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:25.2490234375rem;left:39.6875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sxvUiLvaUSULVVIq8Q6y8bnkFm83iOZg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sxvUiLvaUSULVVIq8Q6y8bnkFm83iOZg li:before{  }
#y3iOLRdEtXEESTfwNsZ4fFQdDNst6i82 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:25.5625rem;left:58.34375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#y3iOLRdEtXEESTfwNsZ4fFQdDNst6i82 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y3iOLRdEtXEESTfwNsZ4fFQdDNst6i82 li:before{  }
#UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 > .row .container { background-color: transparent; background-image: none; }#UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 > .row .container > .video-iframe-container { display: none; }#UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 > .row > .video-iframe-container { display: none; }#UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 > .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); }#UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 > .row .container { border-width: 0; border-radius: 0; }#UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 > .row > .video-iframe-container {  }#UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#ETG1EmTbkNQRxvDy8r5zlvwvFHxIVewy { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:15rem;left:11.625rem;display:block; }
#Ru2oVdaNSsvJ3iqXtkc0Lg0s5syTNTIS { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15rem;left:15.5rem;display:block; }
#b7HSinwHsf0nlQzoMJdKQpoLDl5lOyF1 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:15rem;left:19.4375rem;display:block; }
#igyz7poQqW6ivBy7CyVQOg9y17TK3qup { color:#001871;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:8.5638008117675rem;left:7.21875rem;height:1.225rem;font-style:normal;display:block; }
#bqMxa99uKLMhLQ66LRWbV2MGEeDsO4h5 { color:#001871;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.03125rem;left:60.187503814698rem;height:3.67383125rem;font-style:normal;display:block; }
#HaiHnQyJ7BtsQPCR7etyT9TwB2b5efpR { position:absolute;display:block;z-index:15015;background-color:#001871;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;height:0.0625rem;width:35.625rem;top:11rem;left:31.875rem;display:block; }
#v7ffTIgXRWR90dJR03411UD1qAywWTTX { box-sizing:content-box;color:#001871;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:5.84375rem;left:58rem;display:block; }
#GT4NCTraT69sypn6mJC1yByWbf53Kbvr { color:#001871;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:49.875rem;height:1.225rem;font-style:normal;display:block; }
#vn7H7n2Ov5fQ6F16lFVbKocW9vu265UP { box-sizing:content-box;color:#001871;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:5.9375rem;left:47.0625rem;display:block; }
#Iv4b7Mg25V4CUor5Cnosx3JXHsIRrLof { color:#001871;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:35.000003814698rem;height:1.225rem;font-style:normal;display:block; }
#Hdd6heXGKOz5BFKIPz4uOx7KUUGUq1OC { box-sizing:content-box;color:#001871;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:5.6875rem;left:32.1875rem;display:block; }
#ddsGly6bewlmHmXtBEOBWtemrW8XOoS8 { color:#001871;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12.25rem;left:7.21875rem;height:1.05rem;font-style:normal;display:block; }
#KlfnEEzkw81zhHFtUhhaQVg20zCOk7a3 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.05rem;font-style:normal;display:block; }
#vHVwPGqITEmHu70DUsH8TEu6iTtMBMJU { position:absolute;display:block;z-index:15016;background-color:#001871;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;height:0.0625rem;width:20rem;top:11rem;left:7rem;display:block; }
#DWZ6lx9RdiBJsOwOxW7IvMKAdSObxRyg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.9375rem;top:3.6796875rem;left:7.21875rem;overflow:hidden;display:block; }
#UeglHV0gvaGysH7Jzio8kmzTwpPXFcCK { position:absolute;display:block;z-index:15002;background-color:#001871;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.75rem;left:15.1875rem;display:block; }
#vtCF0mDk9hK6pdvhXyp9eFfJKT7axSzy { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:15.25rem;left:7.8125rem;display:block; }
#Uuc3yPUObAbZLTcbuhUAn6HNqBbuvJq2 { position:absolute;display:block;z-index:15003;background-color:#001871;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.75rem;left:11.3125rem;display:block; }
#J8EmfX8ZlAhlWPtF8eRSuGlLTzWA4o1v { position:absolute;display:block;z-index:15003;background-color:#001871;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.6875rem;left:19.125rem;display:block; }
#gyv2XFCDo5TpcPvIAp1SQSzBHHcwk4he { position:absolute;display:block;z-index:15004;background-color:#001871;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.75rem;left:7.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:47.75rem;height:4.1875rem;top:12.5625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { width:18.3125rem;height:3.75rem;top:24.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGuxuXmW6zGIyeZM9QcHDWgi6BD6H1FL { display:block; }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:31.5rem;height:;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:28.3125rem;height:7.5rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { top:5.625rem;left:23.6875rem;width:18.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWALoU7bwzaE9Le7sSl7Kbm2ds6aK4x3 { width:18.75rem;height:12.5rem;top:18.8125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xquU2CT9TluuTDa6VkRmMltUfgSs3kRZ { width:18.75rem;height:12.5rem;top:18.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuPqhIe12vrHiXx5WGZsQmc4wTqT3pRn { top:5.625rem;left:29.125rem;width:18.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biCbecu0OTztxZK9RRLU3mOwh2etKleD { width:47.75rem;height:;top:4.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc3vpXvo3m9U1PNzpSLHI9Fwx5PV17cX { top:13.5625rem;left:3.9375rem;width:3.9375rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09UoXRa9N52PLd2JLvp7r14k8WJ9i9u { top:18.3125rem;left:3.9375rem;width:3.9375rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql4CEf7XInh4lTEBvqaN7y1i2Ilk90pN { top:18.3125rem;left:27.375rem;width:3.9375rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwV4D23U22GEmh9cBp2fuUyfQgqFwbWN { top:13.5625rem;left:27.375rem;width:3.9375rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { top:13.5625rem;left:7.8125rem;width:15.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsQhS8CCD5Vx91N4uG20R0pompbehThn { top:13.5625rem;left:30.75rem;width:15.625rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { top:18.3125rem;left:7.875rem;width:15.625rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { top:18.3125rem;left:31.3125rem;width:15.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb9CBRSLWShnoolzTnza1XBNA6TytJet { top:8.8125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR { display:block; }#zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR > .row .container { width:47.75rem;height:129.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onTLIBo7ngKTmySVPpAwMezKpwB4epOn { width:47.75rem;height:2.03125rem;top:5.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkQ2PbBg8KpP3SNZEPvKFTWo2OIU7KsW { width:12.5rem;height:3.625rem;top:121.125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sla4rX3NwPxOBQ158kPSgUlz8SXcy3kb { display:block; }
 }@media only screen and (max-width: 763px) { #DJ0cNRBoTG7NJruTNilPzTPfSaRxOHFm { width:15.9375rem;height:76.3125rem;top:18.3125rem;left:5.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JTUBn0q7tZshPdXTmPm3IabivrPOTpTk { width:12.5rem;height:3.625rem;top:85.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9umOJPHUdRDFkUsInBQ5ffGJNwkDEXx { display:block; }
 }@media only screen and (max-width: 763px) { #SqnnW3vvPSyIQskXu6itWRNFqDXzaAO9 { width:15.9375rem;height:76.3125rem;top:18.3125rem;left:5.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TrkVKpPuoQOMp6zKOqOPmJ5oMQGshRaO { width:12.5rem;height:3.625rem;top:85.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATH7HevOGidQo5GTfuuD43MOqSmHNoaO { display:block; }
 }@media only screen and (max-width: 763px) { #Jq5aorTxcZSiVQTGzqn6t81C9V7emx9b { width:15.9375rem;height:76.3125rem;top:18.3125rem;left:5.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #NNtkL8v9Xkr3gA57VdbEBbGED0dwNWuE { width:12.5rem;height:3.25rem;top:34.5625rem;left:29.25rem;font-size:1.25rem;display:block; }#NNtkL8v9Xkr3gA57VdbEBbGED0dwNWuE li:before{  }
 }@media only screen and (max-width: 763px) { #Mi7uQvm5OyNNmnKa3MktxTBQbTuIgp9s { width:12.5rem;height:3.625rem;top:85.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHBob2StxmSiM9USTiXRJ4sOdm7E0Of { display:block; }
 }@media only screen and (max-width: 763px) { #CyNZAcqO5z3QZCFzscZ52AJmtMnXX5x9 { width:15.625rem;height:5.35936875rem;top:20.4375rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8kASnKacUA1eU34lse6UvSHQBmt1e8D { width:15.9375rem;height:76.3125rem;top:18.3125rem;left:5.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FZWhXo6DMo3NGTgouBhnoUnTgveNKTkg { width:15.625rem;height:5.35936875rem;top:20.4375rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6uFO32cAv00dogxmBRkHQ3uRvd4NPU9 { width:15.625rem;height:5.35936875rem;top:20.4375rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFlTWcmCEDLLxoJRUxKg65DaM8KOtSK5 { width:15.625rem;height:5.35936875rem;top:20.4375rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyId2qgH1c4gIVTE4rnlO6GHhzkfbHw6 { width:15.625rem;height:5.35936875rem;top:20.4375rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiIvarwxLfiEkM9yhGOLgnmEe5QXS2PH { width:15.625rem;height:5.35936875rem;top:20.4375rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZTyosw5kCQROisUlo4QGDJMciXnoVD7 { width:15.625rem;height:5.35936875rem;top:20.4375rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSaaAo9Cc6lMpuMMTuwZNxKOHskIXVPm { width:15.625rem;height:5.35936875rem;top:20.4375rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvdHi16gGBShX5X2GssbsTiurvFBd2v5 { width:12.5rem;height:3.25rem;top:34.5625rem;left:29.25rem;font-size:1.25rem;display:block; }#SvdHi16gGBShX5X2GssbsTiurvFBd2v5 li:before{  }
 }@media only screen and (max-width: 763px) { #sxvUiLvaUSULVVIq8Q6y8bnkFm83iOZg { width:12.5rem;height:3.25rem;top:34.5625rem;left:29.25rem;font-size:1.25rem;display:block; }#sxvUiLvaUSULVVIq8Q6y8bnkFm83iOZg li:before{  }
 }@media only screen and (max-width: 763px) { #y3iOLRdEtXEESTfwNsZ4fFQdDNst6i82 { width:12.5rem;height:3.25rem;top:34.5625rem;left:29.25rem;font-size:1.25rem;display:block; }#y3iOLRdEtXEESTfwNsZ4fFQdDNst6i82 li:before{  }
 }@media only screen and (max-width: 763px) { #UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 { display:block; }#UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETG1EmTbkNQRxvDy8r5zlvwvFHxIVewy { top:15rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2oVdaNSsvJ3iqXtkc0Lg0s5syTNTIS { top:15rem;left:1.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7HSinwHsf0nlQzoMJdKQpoLDl5lOyF1 { top:15rem;left:5.8125rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igyz7poQqW6ivBy7CyVQOg9y17TK3qup { top:8.5625rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqMxa99uKLMhLQ66LRWbV2MGEeDsO4h5 { top:6rem;left:39.25rem;width:8.5rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaiHnQyJ7BtsQPCR7etyT9TwB2b5efpR { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7ffTIgXRWR90dJR03411UD1qAywWTTX { top:5.8125rem;left:44.375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT4NCTraT69sypn6mJC1yByWbf53Kbvr { top:6.125rem;left:36.25rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn7H7n2Ov5fQ6F16lFVbKocW9vu265UP { top:5.9375rem;left:33.4375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv4b7Mg25V4CUor5Cnosx3JXHsIRrLof { top:6.0625rem;left:21.375rem;width:10.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdd6heXGKOz5BFKIPz4uOx7KUUGUq1OC { top:5.6875rem;left:18.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddsGly6bewlmHmXtBEOBWtemrW8XOoS8 { top:12.25rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlfnEEzkw81zhHFtUhhaQVg20zCOk7a3 { top:4.0625rem;left:18.812503814698rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHVwPGqITEmHu70DUsH8TEu6iTtMBMJU { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWZ6lx9RdiBJsOwOxW7IvMKAdSObxRyg { width:3.9375rem;height:3.75rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeglHV0gvaGysH7Jzio8kmzTwpPXFcCK { top:14.75rem;left:1.5625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtCF0mDk9hK6pdvhXyp9eFfJKT7axSzy { top:15.25rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuc3yPUObAbZLTcbuhUAn6HNqBbuvJq2 { top:14.75rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8EmfX8ZlAhlWPtF8eRSuGlLTzWA4o1v { top:14.6875rem;left:5.5rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyv2XFCDo5TpcPvIAp1SQSzBHHcwk4he { top:14.75rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b6a285d-bc45-4bd1-862f-faeae15c847a/Voucherprzykad5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyloading { background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:20rem;height:4.875rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { width:14.375rem;height:3.75rem;top:12.375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGuxuXmW6zGIyeZM9QcHDWgi6BD6H1FL { display:block; }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:19.375rem;height:9.1875rem;top:4.6875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { width:18.125rem;height:12.0625rem;top:14.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { width:12.5rem;height:0.125rem;top:3.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWALoU7bwzaE9Le7sSl7Kbm2ds6aK4x3 { width:18.75rem;height:12.5rem;top:41.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xquU2CT9TluuTDa6VkRmMltUfgSs3kRZ { width:18.75rem;height:12.5rem;top:55.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuPqhIe12vrHiXx5WGZsQmc4wTqT3pRn { width:18.625rem;height:12.375rem;top:69.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biCbecu0OTztxZK9RRLU3mOwh2etKleD { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc3vpXvo3m9U1PNzpSLHI9Fwx5PV17cX { width:2.5rem;height:2rem;top:6.625rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09UoXRa9N52PLd2JLvp7r14k8WJ9i9u { width:2.5rem;height:2rem;top:12.38671875rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql4CEf7XInh4lTEBvqaN7y1i2Ilk90pN { width:2.5rem;height:2rem;top:28.0078125rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwV4D23U22GEmh9cBp2fuUyfQgqFwbWN { width:2.5rem;height:2rem;top:20.697265625rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { width:17rem;height:2.5996125rem;top:8.625rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zsQhS8CCD5Vx91N4uG20R0pompbehThn { width:15.75rem;height:3.89941875rem;top:24.109375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { width:17.0625rem;height:3.8994125rem;top:15.82421875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { width:17.0625rem;height:1.29980625rem;top:31.0703125rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pb9CBRSLWShnoolzTnza1XBNA6TytJet { width:12.5rem;height:0.125rem;top:5.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR { display:block; }#zcEeqOabOsUTWJm7hZWZN4QEIR4amBQR > .row .container { width:20rem;height:122.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onTLIBo7ngKTmySVPpAwMezKpwB4epOn { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkQ2PbBg8KpP3SNZEPvKFTWo2OIU7KsW { width:12.5rem;height:3.625rem;top:82.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sla4rX3NwPxOBQ158kPSgUlz8SXcy3kb { display:block; }
 }@media only screen and (max-width: 763px) { #DJ0cNRBoTG7NJruTNilPzTPfSaRxOHFm { width:20rem;height:26.25rem;top:36.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTUBn0q7tZshPdXTmPm3IabivrPOTpTk { width:12.5rem;height:3.625rem;top:53.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9umOJPHUdRDFkUsInBQ5ffGJNwkDEXx { display:block; }
 }@media only screen and (max-width: 763px) { #SqnnW3vvPSyIQskXu6itWRNFqDXzaAO9 { width:20rem;height:28.125rem;top:91.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrkVKpPuoQOMp6zKOqOPmJ5oMQGshRaO { width:12.5rem;height:3.625rem;top:109.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATH7HevOGidQo5GTfuuD43MOqSmHNoaO { display:block; }
 }@media only screen and (max-width: 763px) { #Jq5aorTxcZSiVQTGzqn6t81C9V7emx9b { width:20rem;height:26.25rem;top:63.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNtkL8v9Xkr3gA57VdbEBbGED0dwNWuE { width:16.25rem;height:8.75rem;top:19.3115234375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#NNtkL8v9Xkr3gA57VdbEBbGED0dwNWuE li:before{  }
 }@media only screen and (max-width: 763px) { #Mi7uQvm5OyNNmnKa3MktxTBQbTuIgp9s { width:12.5rem;height:3.625rem;top:29.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHBob2StxmSiM9USTiXRJ4sOdm7E0Of { display:block; }
 }@media only screen and (max-width: 763px) { #CyNZAcqO5z3QZCFzscZ52AJmtMnXX5x9 { width:16.25rem;height:4.0625rem;top:13.8896484375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8kASnKacUA1eU34lse6UvSHQBmt1e8D { width:19.4375rem;height:25rem;top:9.8125rem;left:0.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZWhXo6DMo3NGTgouBhnoUnTgveNKTkg { width:16.25rem;height:2.03125rem;top:10.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6uFO32cAv00dogxmBRkHQ3uRvd4NPU9 { width:16.25rem;height:2.03125rem;top:36.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFlTWcmCEDLLxoJRUxKg65DaM8KOtSK5 { width:16.25rem;height:4.0625rem;top:39.9521484375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyId2qgH1c4gIVTE4rnlO6GHhzkfbHw6 { width:16.25rem;height:2.03125rem;top:64.3125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiIvarwxLfiEkM9yhGOLgnmEe5QXS2PH { width:16.25rem;height:4.0625rem;top:67.8271484375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZTyosw5kCQROisUlo4QGDJMciXnoVD7 { width:16.25rem;height:2.03125rem;top:92.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSaaAo9Cc6lMpuMMTuwZNxKOHskIXVPm { width:16.25rem;height:4.0625rem;top:95.263671875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvdHi16gGBShX5X2GssbsTiurvFBd2v5 { width:14.875rem;height:5.1875rem;top:45.8740234375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#SvdHi16gGBShX5X2GssbsTiurvFBd2v5 li:before{  }
 }@media only screen and (max-width: 763px) { #sxvUiLvaUSULVVIq8Q6y8bnkFm83iOZg { width:14.875rem;height:4.875rem;top:73.5615234375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#sxvUiLvaUSULVVIq8Q6y8bnkFm83iOZg li:before{  }
 }@media only screen and (max-width: 763px) { #y3iOLRdEtXEESTfwNsZ4fFQdDNst6i82 { width:14.875rem;height:3.5625rem;top:101.8125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#y3iOLRdEtXEESTfwNsZ4fFQdDNst6i82 li:before{  }
 }@media only screen and (max-width: 763px) { #UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 { display:block; }#UmaGFtv5yKWIbzwkEsV06zRyqpCaayb2 > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETG1EmTbkNQRxvDy8r5zlvwvFHxIVewy { width:2rem;height:2rem;top:41.287109375rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2oVdaNSsvJ3iqXtkc0Lg0s5syTNTIS { width:2rem;height:2rem;top:45.599609375rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7HSinwHsf0nlQzoMJdKQpoLDl5lOyF1 { width:2rem;height:2rem;top:49.912109375rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igyz7poQqW6ivBy7CyVQOg9y17TK3qup { width:14.625rem;height:1.2246125rem;top:5.6875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqMxa99uKLMhLQ66LRWbV2MGEeDsO4h5 { width:11.4375rem;height:4.1982375rem;top:26.07129375rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaiHnQyJ7BtsQPCR7etyT9TwB2b5efpR { width:18.75rem;height:0.0625rem;top:32.83105625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7ffTIgXRWR90dJR03411UD1qAywWTTX { width:2rem;height:2rem;top:20.34668125rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT4NCTraT69sypn6mJC1yByWbf53Kbvr { width:7.3125rem;height:1.3994125rem;top:17.69824375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn7H7n2Ov5fQ6F16lFVbKocW9vu265UP { width:2rem;height:2rem;top:14.44824375rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv4b7Mg25V4CUor5Cnosx3JXHsIRrLof { width:11.375rem;height:1.3994125rem;top:11.79980625rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdd6heXGKOz5BFKIPz4uOx7KUUGUq1OC { width:2rem;height:2rem;top:8.54980625rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddsGly6bewlmHmXtBEOBWtemrW8XOoS8 { width:20rem;height:1.04980625rem;top:34.14355625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlfnEEzkw81zhHFtUhhaQVg20zCOk7a3 { width:20rem;height:1.04980625rem;top:7.5615234375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHVwPGqITEmHu70DUsH8TEu6iTtMBMJU { width:18.75rem;height:0.0625rem;top:31.51855625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWZ6lx9RdiBJsOwOxW7IvMKAdSObxRyg { width:3.9375rem;height:3.75rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeglHV0gvaGysH7Jzio8kmzTwpPXFcCK { width:3.0625rem;height:3.0625rem;top:45.0683625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtCF0mDk9hK6pdvhXyp9eFfJKT7axSzy { width:2rem;height:2rem;top:36.9433625rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuc3yPUObAbZLTcbuhUAn6HNqBbuvJq2 { width:3.0625rem;height:3.0625rem;top:40.7558625rem;left:8.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #J8EmfX8ZlAhlWPtF8eRSuGlLTzWA4o1v { width:3.0625rem;height:3.0625rem;top:49.3808625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyv2XFCDo5TpcPvIAp1SQSzBHHcwk4he { width:3.0625rem;height:3.0625rem;top:36.4433625rem;left:8.4375rem;display:block; }
 }