.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO > .row .container { background-color: transparent; background-image: none; }#d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO > .row .container > .video-iframe-container { display: none; }#d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO > .row > .video-iframe-container { display: none; }#d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO > .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); }#d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO > .row .container { border-width: 0; border-radius: 0; }#d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#DqBzkxTRQIrQamsTx3SXXvR56n5zSAkI { 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:6.875rem;width:7.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#UPJV40GOOTfu4onxCgQiKcxM2DPf1UNL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4d5054;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.75rem;left:11.5rem;display:block; }
#CmyktJXbuE4SFmhhn2d3DQdxbOVk1wNn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pNfiOf0SeFPv1z2oz2dN8pdvzBtITwbF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4d5054;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.75rem;left:34.809375762939rem;display:block; }
#HoEGOwkXBgbbkcIwF6w750SzGEUtrtkf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xHZJ8dOQP3rSwVtZiEPTzTTymvdF2Obi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4d5054;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.78125rem;left:20.309375762939rem;display:block; }
#kgz0CZAMtrbav6LIoBnMPo4B7naS8Tam { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wf6effy1gWCA9z5cEV2qhTUcZQZUuhQb { background-color:transparent;background-image:none;border-top:0.0625rem solid #97c740;border-left:0.0625rem solid #97c740;border-right:0.0625rem solid #97c740;border-bottom:0.0625rem solid #97c740;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:#4d5054;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.75rem;left:48.9375rem;display:block; }
#hebvsq1WoBmocUKbZbCF0TmSTU6T9eV6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pf17w8avWloWi5WWiE4Mcqhs9b3OhTEG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4d5054;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.75rem;left:15.875rem;display:block; }
#KfAhligKL8qEwlonF4f1ipTfXZ00qQ2V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhQqhh1inhteLrl2qhwESQS0eaySOC9t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4d5054;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.74895625rem;height:3.49895625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.7510414123535rem;left:43.621875762939rem;display:block; }
#p840UmDeHe5bI4H5KkzaSUKWGCVR1Wuv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#APIum5afrAC9ghr8DMhs6pDoLzZG9h3L { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.25rem;left:12.15625rem;height:1.3rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3de193, #6cc1bf);background-image: -moz-linear-gradient(180deg, #3de193, #6cc1bf);background-image: -ms-linear-gradient(180deg, #3de193, #6cc1bf);background-image: -o-linear-gradient(180deg, #3de193, #6cc1bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3de193', endColorstr='#6cc1bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3de193', endColorstr='#6cc1bf' );";background-image: linear-gradient(180deg, #3de193, #6cc1bf);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#cPJdmweGz4U9xfTmaL63Zl3wpBI6n2IR { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:4.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:5.5240875rem;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; }
#Bu1Vvav1hwco1uvn0AdlXHd6fFSnRMe2 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.078450202942rem;left:0rem;height:5.36376875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e3qyS6mnPGBAWOlE9HuvJCtsN3NAdl8X { background-color:#ca6035;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:19.061686515808rem;left:0rem;display:block; }
#ZvbNBfELlTHOiq40gCzP92LBizthog1r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#axWcW4wLqdJEIWkciv0Ii99JMpap7D6I { background-color:#e8d15b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:32.416178703308rem;left:0rem;display:block; }
#fWv5DLpEwiwWlnsK6nd8zK39obyWcflC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOHp5uAwTENBXRHeVHoRND1dt6vUTb4c { background-color:#e8d15b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:32.416667938233rem;left:41.937501907349rem;display:block; }
#e0EX31LLzAXccDHzFN0MIRavsqNZ9ThA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZfZaqnbkrPVXENx4LNFMX1F3kwhThH5C { background-color:#8bc752;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:17.375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.166338920593rem;left:0rem;display:block; }
#CXN2OCSrU01KJZbIehnTQzIostNcsI9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZPO9XhrfeDBzdhQscE4lvocf2lVdcrlX { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8bc752;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:17.9375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:37.165367126465rem;left:41.937501907349rem;display:block; }
#lNVCI5hpa9GgeBHuVxeZTHNNGTGR8iyM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W3ziENV2Nv9uaqPwwpTq30pkKq9ITmey { position:absolute;display:block;z-index:15027;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:8rem;width:17.3125rem;top:23.40625rem;left:0rem;overflow:hidden;display:block; }
#t7UcEl1st6qqd4f6O1QguoktFWPeOLTT { position:absolute;display:block;z-index:15028;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:8.1875rem;width:18.0625rem;top:23.34375rem;left:41.937501907349rem;overflow:hidden;display:block; }
#ozlq2HxGhOE40v2ySwKMGRDJwqycZTIC { position:absolute;display:block;z-index:15031;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:8.1875rem;width:18rem;top:23.405760765076rem;left:20.781248092651rem;overflow:hidden;display:block; }
#DkNktIaTsfuxTuO6lGToG1fkpXGaK0Iw { background-color:#e8d15b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.25rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:32.416178703308rem;left:20.718587875366rem;display:block; }
#nXylFLlEaEKmdg4AIld6TcldX1TJwUPs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HwLNyB5U93yUfhT2NxJM3nTw499HGNFL { color:#d05555;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.773274421692rem;left:0rem;height:2.923175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iADvlL8heeTwlA4ebgwwCOEVHeIuaOwz { color:#d05555;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8984375rem;left:0rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QT3xUVVDi49fsyZBFtEVZLzqTKX5Zrcv { background-color:#ca6035;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4375rem;height:2.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:7.0055341720581rem;left:18.998208999634rem;display:block; }
#Qac4JgKDwSNXXA7ihlOPwhcoJDWvvxRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#andbK6TC3tLrCpn8amw8E2Dc4UPdLoRR { background-color:#ca6035;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:19.062499046326rem;left:41.750486373901rem;display:block; }
#RzLCOAaEOxCWwov5PQuAhIrD2O4PfUgs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fS0Jnp52sxSFHISc2KBvnnMU7yAT3zI9 { background-color:#ca6035;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:19.062499046326rem;left:20.780435562134rem;display:block; }
#m9wM8FI2xnI6vrig2FyEP1P3a3xZUS2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#utXVVG5M7GTOWH3vm5mdhtbbDOfqlTPw { background-color:#ca6035;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.166340827942rem;left:20.343587875366rem;display:block; }
#XVVeGxT0RABSWHakPN4HhIDS3suc8SUJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#97c740;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; }#wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC > .row .container { background-color: transparent; background-image: none; }#wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC > .row .container > .video-iframe-container { display: none; }#wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC > .row > .video-iframe-container { display: none; }#wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC > .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); }#wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC > .row .container { border-width: 0; border-radius: 0; }#wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#EDrakkB8hFG7cP55AxnivsJxTT5MJtTB { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#4d5054;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:4.875rem;left:42.5rem;display:block; }
#BQ9GxXBls7VXHqT4NWDOIz4BWDbBKdxg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ONoqNFcKn2CrDl6ZZyD9ho4BQDyXvNZB { background-color:rgba(255,255,255,0.8);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:#4d5054;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.875rem;left:21.25rem;display:block; }
#hitpbx3ODPf2OhQGX0lhwltoLeKEX4AO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bAKtcMyNLpHK1cWQ6I4ggy7a31B8TZvX { background-color:rgba(255,255,255,0.8);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:#4d5054;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.9375rem;left:0rem;display:block; }
#uqmKI2hoZ1JPIGHosw5JVJKCsFCNRIqa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J83sOMtlNQZq40TPCGyJlUmc8fN4AeTi { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:3.412275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL > .row .container { background-color: transparent; background-image: none; }#BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL > .row .container > .video-iframe-container { display: none; }#BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL > .row > .video-iframe-container { display: none; }#BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL > .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); }#BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL > .row .container { border-width: 0; border-radius: 0; }#BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#GT0sNuvJt41cJ6BsMpwFx9m4JzQaTJN8 { color:#03a99d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6250019073486rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hgCUDrawWrz9xHDA7L0eMsgzRbi3ffwn { color:#616161;display:block;width:29.9375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:6.0026054382324rem;left:0rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uefGMiuVEo1rZ12owBEXWCtVzh515Nam { color:#616161;display:block;width:29.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.500001907349rem;left:0rem;height:11.6926875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qzm04Cf4TGi13LfZTINvfv2VwcoLEMim { color:#616161;display:block;width:29.8125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:22.1875rem;left:0rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FENrqvz5bdvBh64ftEDEv1F4AHXFgemM { background-color:#03a99d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.1875rem;left:32.0625rem;display:block; }
#AQJLMioiw9TGVAS0cxNyy98bAltZIiy5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdFhvuqlV5I5WCfK7fg8iSPFyxPE2PBk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.6875rem;width:29.75rem;top:1.6250019073486rem;left:30rem;display:block; }
#sdWB3XnaOW43iJffBUy7mZ2PW9fHNab9 { color:#616161;display:block;width:29.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9375rem;left:30.0625rem;height:1.4615875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/T2vwkHSx/Projekt_bez_tytu_u_1_.jpg");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; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86.adaptive-delivery-prevent-bg, #i48P8nPbP9ZUTtwude9T6paoBbfv2L86.lazyload, #i48P8nPbP9ZUTtwude9T6paoBbfv2L86.lazyloading { background-image: none; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row .container { background-color: transparent; background-image: none; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row .container > .video-iframe-container { display: none; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row > .video-iframe-container { display: none; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .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); }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row .container { border-width: 0; border-radius: 0; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#lsDmRttzBRQdV7k8Zg3IDIQN5mCiEX5a { color:#ffffff;display:block;width:45.1248125rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:7.484848976135rem;left:7.4359798431394rem;height:3.898925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lKWgOH7BKs6tzXJV9Jm1DUypoJKZiLg4 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.3125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CimTiRd92To8MVaEixDBJpOSXNTJQrfI { position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.5rem;top:7.46826171875rem;left:38.124267578125rem;display:block; }
#TqLN7fvnIdA2otqre6beTRxhzpsNLXK0 { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:28.9375rem;left:32.25rem;height:4.3847625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aSuTVrOpkqPpKMkXSim1ZICEnhn2e7Ch { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:28.9375rem;left:47.25rem;height:4.3847625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZOWa8bTEZEk2qafnE2nE6zHPIi4ObZXB { background-color:transparent;background-image:none;border-top:0.125rem solid #97c740;border-left:0.125rem solid #97c740;border-right:0.125rem solid #97c740;border-bottom:0.125rem solid #97c740;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:#97c740;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:36.375rem;left:23.1875rem;display:block; }
#pMMFq46QUi4SnrsV0ULLf3PfgZS0adlc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ek7nVXV9iOIi6nqCNoUZxByhrf8TPNoT { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.5rem;left:30.0625rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wCMicoWwqf0TfOhHdNf6tFBB73DEw56i { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:23.5rem;left:45.25rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gRgVdhIiA9g6vNVkUPsDczmbrTutfGVs { position:absolute;display:block;z-index:15025;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:5.4375rem;top:18.15625rem;left:34.78125rem;overflow:hidden;display:block; }
#MvAzDHM4qanbXJ64q3elTGTz3mLCqNxO { position:absolute;display:block;z-index:15028;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.8125rem;width:5.75rem;top:18rem;left:49.65625rem;overflow:hidden;display:block; }
#sgI3PEQipAUV9RzNT5TrzKP7BrhXpfTL { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:28.9375rem;left:18.5625rem;height:4.3847625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h9BfJhTkqQfd9ffe7QZbGZPEaplg2o1O { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:23.5rem;left:15.0625rem;height:3.4114625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D4QTFe95XkBEwseWi1TKRnuWw1RStgHD { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:0.0625rem;height:3.4114625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQhR3pksdN4QT3Ocd4sC2Nga8OLpzzO3 { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:28.9375rem;left:1.9375rem;height:4.3847625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTXEkCLOQS5AgwRUKs1pQX7SncOIq1yn { position:absolute;display:block;z-index:15022;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.625rem;width:5.5625rem;top:18.09375rem;left:19.71875rem;overflow:hidden;display:block; }
#iRb4LTVI5ogxJd4RygLTzWZOTPuxd39B { position:absolute;display:block;z-index:15019;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.1875rem;width:5.0625rem;top:18.3125rem;left:5rem;overflow:hidden;display:block; }
#U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn > .row .container { background-color: transparent; background-image: none; }#U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn > .row .container > .video-iframe-container { display: none; }#U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn > .row > .video-iframe-container { display: none; }#U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn > .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); }#U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn > .row .container { border-width: 0; border-radius: 0; }#U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#HcyHX69aDEoTrbOI8yCXDnBb02iBxTgu { color:#03a99d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wzygtsyreGFHJ8zKHlXsny5W8uEVdzyF { color:#616161;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GpkTo3N5FpdP4uV7TDoQtBEqNayvh93o { color:#d05555;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.2701826095581rem;left:0rem;height:2.923175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh > .row .container { background-color: transparent; background-image: none; }#owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh > .row .container > .video-iframe-container { display: none; }#owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh > .row > .video-iframe-container { display: none; }#owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh > .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); }#owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh > .row .container { border-width: 0; border-radius: 0; }#owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;position:relative;display:block; }#T5HG4W1PBTe31ENcICntTKTh4RDpr94v { position:absolute;display:block;z-index:14999;background-color:#dedede;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.125rem;width:19.125rem;top:2.3125rem;left:1.25rem;display:block; }
#lLkkSJoAWBuXE400ZHTt3TegtsoiuJ4G { position:absolute;display:block;z-index:14993;background-color:transparent;background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.3) ;height:14.0625rem;width:56.5625rem;top:2.3125rem;left:1.25rem;display:block; }
#IAW3ZZy2xvfLKh43tS4yqVHndWDT84px { color:#464646;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0.8125rem;height:3.73535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELFd85ds2gFMSHrJuz32DZUPnCwNF0Ac { color:#464646;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0.8125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t8AE61HZp7Vyfk5XcU55tJVKpauK4cBe { position:absolute;display:block;z-index:15006;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:4rem;width:4.875rem;top:8.25rem;left:8.375rem;overflow:hidden;display:block; }
#ZWM3QzqXXXLfJZqqvoXhPvs32HgSfMeX { color:#757575;display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:4.34326171875rem;left:22.62451171875rem;height:10.119625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EtemDXaGdZkMuoGboJxvIl6qbR70oRdE { background-color:#97c740;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.26513671875rem;left:42.625rem;display:block; }
#SyNz6E7LJTVKFTMyCwUexmN5UyhSsGZ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iDhH9PilKOITBOuzpkqh0Ht0ekRDSDJ3 { color:#757575;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.8;letter-spacing:0;top:12.6171875rem;left:43.75rem;height:2.023925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTKs5M6Bw4SK0TtKQ5FoXXvrpyGy5ihD { position:absolute;display:block;z-index:15021;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.5625rem;width:5.5rem;top:11.248779296875rem;left:51.41357421875rem;overflow:hidden;display:block; }
#dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo > .row .container { background-color: transparent; background-image: none; }#dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo > .row .container > .video-iframe-container { display: none; }#dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo > .row > .video-iframe-container { display: none; }#dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo > .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); }#dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo > .row .container { border-width: 0; border-radius: 0; }#dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo > .row .container { font-size:0.875rem;font-family:arial;height:78.3125rem;width:60rem;position:relative;display:block; }#lWcoWlxZ5GkWBHeO55EtQTDqZ6zJZeMA { color:#757575;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.8;letter-spacing:0;top:1.09375rem;left:2.25rem;height:4.04785rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CzLNAUxHs85Jwxb9gpMS43b9KG1tqNtf { color:#757575;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.8;letter-spacing:0;top:7.40625rem;left:2.25rem;height:10.1196125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PDJRSxnw5nXC5bidrfykTJMVhMPat3mt { color:#757575;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.8;letter-spacing:0;top:48.6875rem;left:2.25rem;height:12.14355rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#duvQEql1XTiTmHNWxRvMIRkeNTTHWCVe { color:#757575;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.8;letter-spacing:0;top:62.5rem;left:2.25rem;height:13.3935625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#duvQEql1XTiTmHNWxRvMIRkeNTTHWCVe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#duvQEql1XTiTmHNWxRvMIRkeNTTHWCVe li:before{  }
#VCVEQ3xksxUyGqTA22IloCu98pgCEAL3 { color:#757575;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.8;letter-spacing:0;top:40.5625rem;left:2.25rem;height:6.071775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GPndwvvgM4BQrFngbHoF31JJHI1ECeKd { position:absolute;display:block;z-index:15030;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:6rem;width:7.1875rem;top:21.9375rem;left:6.4375rem;overflow:hidden;display:block; }
#Zvb4IS7sAamV1CAtWX1rUvQk1iBAUSNk { position:absolute;display:block;z-index:15031;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:6.625rem;width:7.9375rem;top:21.625rem;left:26.03125rem;overflow:hidden;display:block; }
#wCad2f1awvhz9pBl7mNciGlcsXpJf5sC { position:absolute;display:block;z-index:15032;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:5.375rem;width:6.4375rem;top:22.25rem;left:46.34375rem;overflow:hidden;display:block; }
#zmXk7901MvShZCTHrJbJutGJma9MB6qI { color:#757575;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.8;letter-spacing:0;top:29.9375rem;left:2.25rem;height:2.023925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PSP6mqTKmRB7l65EFe1NnN8U9HzyJpBE { color:#757575;display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.8;letter-spacing:0;top:29.9375rem;left:21.625rem;height:2.023925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M3loFxHqi6B429T2flT7blKWmW2x5USz { color:#757575;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.8;letter-spacing:0;top:30rem;left:41.3125rem;height:2.023925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BkRdFscbRzeSAwaKDlDqNWpJ9rWhVV0F { color:#757575;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.8;letter-spacing:0;top:31.9375rem;left:2.25rem;height:4.7246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AAbZ8Mc4DrLGUwSbADKvR2lK1QPGTtOi { color:#757575;display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.8;letter-spacing:0;top:31.9375rem;left:21.625rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihq6PpAncc5KGxMmUduvedIr2VvxF1U6 { color:#757575;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.8;letter-spacing:0;top:31.9375rem;left:41.3125rem;height:4.7246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t > .row .container { background-color: transparent; background-image: none; }#XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t > .row .container > .video-iframe-container { display: none; }#XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t > .row > .video-iframe-container { display: none; }#XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t > .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); }#XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t > .row .container { border-width: 0; border-radius: 0; }#XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#bCUp999GOdNwfZwBl4up2pw3Et7yUcVc { position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.3) ;height:13.875rem;width:56.5625rem;top:0.875rem;left:1.25rem;display:block; }
#aXw7mdwTx7gHoCqG169VwHfu7RrhTUGZ { position:absolute;display:block;z-index:14997;background-color:#dedede;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:19.125rem;top:0.75rem;left:1.125rem;display:block; }
#XepJw4fCnHs7ItoCSFi5p2G2IDKCFkmP { color:#464646;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.75rem;height:3.73535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1qDAXVRmwoZ5g4BHxr3JGDiFhP9bh9o { position:absolute;display:block;z-index:15022;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.6875rem;width:5.6875rem;top:6.25rem;left:7.84375rem;overflow:hidden;display:block; }
#g6NRHTZmPDG0hpyWtx6Ogwg8hdlOd5Jq { color:#464646;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:11.3125rem;left:0.65625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hz1wDmeBbe9H0nCMEtXkclbClGQEpKtK { color:#757575;display:block;width:18rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.8;letter-spacing:0;top:4.03125rem;left:22.5rem;height:8.0957rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MX9HbMkuh830z8KUN19RpeWtkuk1e1rs { background-color:#97c740;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:2.70263671875rem;left:42.625rem;display:block; }
#bqHKqi2bH4Eq0V1LyOOl1KC5eu2batDI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yGoerzEefGs98KANGzmZMiiH8oUSp8VR { color:#757575;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.8;letter-spacing:0;top:10.9375rem;left:43.75rem;height:2.023925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z2RJ3NVkEsl1h9qrwVxLPfvOtl1gTPMs { position:absolute;display:block;z-index:15022;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.56176875rem;width:5.49926875rem;top:9.561767578125rem;left:51.56005859375rem;overflow:hidden;display:block; }
#amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ > .row .container { background-color: transparent; background-image: none; }#amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ > .row .container > .video-iframe-container { display: none; }#amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ > .row > .video-iframe-container { display: none; }#amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ > .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); }#amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ > .row .container { border-width: 0; border-radius: 0; }#amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;position:relative;display:block; }#smBFPKIUSZ1eJeqgf5Z3hLBv5JOkxuSt { color:#757575;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.8;letter-spacing:0;top:4.21875rem;left:2.25rem;height:8.0957rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p4gmvnrN1f3IbqQ4T9Wce5GVHT56fSss { color:#757575;display:block;width:55.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.8;letter-spacing:0;top:14.968536376953rem;left:2.0625rem;height:19.4653125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#p4gmvnrN1f3IbqQ4T9Wce5GVHT56fSss li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p4gmvnrN1f3IbqQ4T9Wce5GVHT56fSss li:before{  }
#GnZT48dLMGzqI2hhOPIIOcmPGC8rPGk0 { color:#757575;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.8;letter-spacing:0;top:11.09375rem;left:2.25rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 > .row .container { background-color: transparent; background-image: none; }#lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 > .row .container > .video-iframe-container { display: none; }#lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 > .row > .video-iframe-container { display: none; }#lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 > .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); }#lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 > .row .container { border-width: 0; border-radius: 0; }#lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#cP0DTtvOO3dXPTimpfNlc3f8G0t43oMN { position:absolute;display:block;z-index:14994;background-color:#03a99d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:13.93675rem;width:56.5625rem;top:1.561279296875rem;left:1.25rem;display:block; }
#O9kKTvGpqrPQKh3ZtIwRg84bhDPD1LWH { color:#ffffff;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.73046875rem;left:0.74761199951175rem;height:3.73535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCyGSTm9FrzpaEEOvcFT6ASKmetTzQ1x { position:absolute;display:block;z-index:15014;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:3.3125rem;width:4rem;top:7.2808170318606rem;left:8.3723945617675rem;overflow:hidden;display:block; }
#UtsaToZqUs1M8z2QAPzKKSWv1KRhbSD0 { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:11.09375rem;left:0.71875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fKdtEZHCge7e9p7tkTEo5yV2Z7fDIBQJ { color:#ffffff;display:block;width:18rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:3.564453125rem;left:22.936199188233rem;height:8.0956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nmHa53ORI9XrqFS1t1fyhr5FqRRHJpuC { background-color:#ffffff;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#03a99d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.9296875rem;left:42.62451171875rem;display:block; }
#IuQdAUUivTJI4z3uHJm3UEulXK8W7FpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F846VFnkltTLMKiz8QDZXWHGIJqMEy1n { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.8;letter-spacing:0;top:11.5234375rem;left:43.625732421875rem;height:2.023925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p915BIk0OdE9Gh0A7nyRG6D2uqbJCtrS { position:absolute;display:block;z-index:15020;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.624025rem;width:5.561525rem;top:10.186767578125rem;left:51.341552734375rem;overflow:hidden;display:block; }
#Wzv9o7LQo3bMWVychEKASqeBbn18ZexD { position:absolute;display:block;z-index:14995;background-color:#58c3bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:14rem;width:19.125rem;top:1.5266933441162rem;left:1.25rem;display:block; }
#uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN > .row .container { background-color: transparent; background-image: none; }#uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN > .row .container > .video-iframe-container { display: none; }#uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN > .row > .video-iframe-container { display: none; }#uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN > .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); }#uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN > .row .container { border-width: 0; border-radius: 0; }#uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#VXWT6eTB4P3EehtUEz3PuKKU2HrRFRMw { color:#757575;display:block;width:22.374125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.8;letter-spacing:0;top:4.6875rem;left:8.1875rem;height:4.04785rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g0qfoTCBDEKmCKbmVCTAbNuxDC7tiOCo { color:#757575;display:block;width:55.499125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.8;letter-spacing:0;top:1.8478736877441rem;left:1.8804244995118rem;height:2.023925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s3SZN4Dhgg4E0iG7iAuFeEl72xTmIFT0 { position:absolute;display:block;z-index:15029;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:6.875rem;width:8.186875rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#p6k8eWTHBm3brW4wHguKVQGSX90T31Xp { position:absolute;display:block;z-index:15030;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:6.75rem;width:8.125rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
#EBRUpPiBH7xPpWKnxyy47TOa36pcLT89 { color:#757575;display:block;width:22.4370625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.8;letter-spacing:0;top:17rem;left:8.125rem;height:4.04785rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F0OeiPJXIgi1fLMffDOlmwJMLuQZ8xRO { color:#757575;display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.8;letter-spacing:0;top:11.0625rem;left:8.125rem;height:4.04785rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WCXFbqCqCvTADdnrgkiFzdqToxQ32kT2 { color:#757575;display:block;width:22.561875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.8;letter-spacing:0;top:22.625rem;left:8.0625rem;height:6.071775rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L61eZcy8Rfzkma1CdZDsouk7uqdWiOLk { color:#757575;display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.8;letter-spacing:0;top:4.6875rem;left:37.5rem;height:4.04785rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EO2g3HuQv1Eae6m998ATGDq5FJveq4xc { position:absolute;display:block;z-index:15031;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:5.49913125rem;width:6.624375rem;top:29.4375rem;left:0.3125rem;overflow:hidden;display:block; }
#lvfCukeTFTKRqcUkM9cWfKyodgNcHsXR { color:#757575;display:block;width:22.374125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.8;letter-spacing:0;top:30.125rem;left:7.875rem;height:6.071775rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DsDA6qxkooSmw5RuwncDw9ac0EvDLfQ5 { color:#757575;display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.8;letter-spacing:0;top:10.9375rem;left:37.4375rem;height:4.04785rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MkfCudEfuCJhitwLXWPeTtJzwCaTZioB { color:#757575;display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.8;letter-spacing:0;top:22.625rem;left:37.5rem;height:6.071775rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dpfo8klPJ7SM6HrkyXXRH7JmTXC3kZl6 { color:#757575;display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.8;letter-spacing:0;top:17rem;left:37.5rem;height:4.04785rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cpu6iIERC4XWQaxC3JnEy49w5DvLQ80V { color:#757575;display:block;width:22.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.8;letter-spacing:0;top:30.125rem;left:37.375rem;height:6.071775rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AuLe9RiapEaNmiMpctJQTqlcVSFzEEaL { position:absolute;display:block;z-index:15032;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:5.24956875rem;width:6.25rem;top:23rem;left:30.5625rem;overflow:hidden;display:block; }
#h8BT2JtN6KtkQ1CtDK3m1n7Io3TXClXx { position:absolute;display:block;z-index:15032;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.87413125rem;width:5.81163125rem;top:22.625rem;left:1.0625rem;overflow:hidden;display:block; }
#SxenGxNCqWsSNqKNtmJVinxd7OLTCc2s { position:absolute;display:block;z-index:15033;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:5.18663125rem;width:6.12413125rem;top:4.0625rem;left:30.5625rem;overflow:hidden;display:block; }
#wR5yCDFN77sQTI5xJ7PN9v6mEoc6eLvo { position:absolute;display:block;z-index:15032;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.43685rem;width:5.49913125rem;top:10.8125rem;left:30.9375rem;overflow:hidden;display:block; }
#wOrrP28rnryXafSa6BFZ0OdhNPkfCiOL { position:absolute;display:block;z-index:15030;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:6.75rem;width:8.125rem;top:9.5625rem;left:0rem;overflow:hidden;display:block; }
#xQvk16fThdfbaQDe4EsonqI80exJHahG { position:absolute;display:block;z-index:15033;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.24913125rem;width:5rem;top:16.875rem;left:31.1875rem;overflow:hidden;display:block; }
#Sitqop7NS0RCSR9dxv1nTu8vSNEGSFet { position:absolute;display:block;z-index:15034;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:3.68706875rem;width:4.43685rem;top:30.3125rem;left:31.4375rem;overflow:hidden;display:block; }
#IOLam7SrgWGN5JDHePbLpWppN4pLXOxu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IOLam7SrgWGN5JDHePbLpWppN4pLXOxu > .row .container { background-color: transparent; background-image: none; }#IOLam7SrgWGN5JDHePbLpWppN4pLXOxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOLam7SrgWGN5JDHePbLpWppN4pLXOxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOLam7SrgWGN5JDHePbLpWppN4pLXOxu > .row .container > .video-iframe-container { display: none; }#IOLam7SrgWGN5JDHePbLpWppN4pLXOxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOLam7SrgWGN5JDHePbLpWppN4pLXOxu > .row > .video-iframe-container { display: none; }#IOLam7SrgWGN5JDHePbLpWppN4pLXOxu > .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); }#IOLam7SrgWGN5JDHePbLpWppN4pLXOxu > .row .container { border-width: 0; border-radius: 0; }#IOLam7SrgWGN5JDHePbLpWppN4pLXOxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOLam7SrgWGN5JDHePbLpWppN4pLXOxu > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#n7hP2TdAOUxWgz4vl85g30MhWEr2AQAO { position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.3) ;height:13.875rem;width:56.5625rem;top:0.875rem;left:1.25rem;display:block; }
#PSdpAHVUuI61OyZ6zfq66pyH6eNdkFJ6 { position:absolute;display:block;z-index:14997;background-color:#dedede;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:19.125rem;top:0.75rem;left:1.125rem;display:block; }
#pv4P3CfVIFSqiVFm4MZxHC8BZRyhb7Da { color:#464646;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.75rem;height:3.73535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbxsPXCTU2cbJcqidqSLwX6tPn6CFZeP { color:#464646;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:10.520833969116rem;left:0.65625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i8dd3uURSgtQB4KKyD1KXH03CFOIGiLh { color:#757575;display:block;width:18rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.8;letter-spacing:0;top:2.625rem;left:22.500001907349rem;height:8.0956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B75shzLhn7KZbao2mmOOVGW5I01t7AUs { background-color:#97c740;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:2.70263671875rem;left:42.625rem;display:block; }
#bKTr2fVWuam9CIsRFqzXCdm7iIPIKGdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LrD2G8BETE7zOTktTPtFKzrarn4sL46d { box-sizing:content-box;color:#464646;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:6.2890625rem;left:8.6562519073488rem;display:block; }
#HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu > .row .container { background-color: transparent; background-image: none; }#HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu > .row .container > .video-iframe-container { display: none; }#HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu > .row > .video-iframe-container { display: none; }#HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu > .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); }#HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu > .row .container { border-width: 0; border-radius: 0; }#HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03a99d;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; }#JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 > .row .container { background-color: transparent; background-image: none; }#JS7dJoX3FXn3WzCzB37tumXDWNL9DN13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 > .row .container > .video-iframe-container { display: none; }#JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 > .row > .video-iframe-container { display: none; }#JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 > .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); }#JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 > .row .container { border-width: 0; border-radius: 0; }#JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#xOt6QNEH9QKmLQFIzD1rHvM8hX3ZQfch { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.34375rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I0O2dEgmzA2NNKTEw0l1I4yhMyTciyNU { position:absolute;display:block;z-index:15001;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:14.25rem;width:14rem;top:0.03125rem;left:1.1875rem;overflow:hidden;display:block; }
#lwf4fpyDFxVkaev4nIh3XKLPgC7fiHeD { background-color:#97c740;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:5.4375rem;left:21rem;display:block; }
#DoA7XFso8nckZwleVFy3TURWxFBvaK2E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf > .row .container { background-color: transparent; background-image: none; }#LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf > .row .container > .video-iframe-container { display: none; }#LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf > .row > .video-iframe-container { display: none; }#LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf > .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); }#LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf > .row .container { border-width: 0; border-radius: 0; }#LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#cqrc9MfnbGmGD0sc5JWpy7i1tEvH1Tyg { color:#03a99d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:3.898925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcEI2ZBGW40Gam2hg5ay32ihOFZUQi2O { color:#616161;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8nrIn803iCmQnACGx1Z8IpklaQUnhod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h8nrIn803iCmQnACGx1Z8IpklaQUnhod > .row .container { background-color: transparent; background-image: none; }#h8nrIn803iCmQnACGx1Z8IpklaQUnhod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8nrIn803iCmQnACGx1Z8IpklaQUnhod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8nrIn803iCmQnACGx1Z8IpklaQUnhod > .row .container > .video-iframe-container { display: none; }#h8nrIn803iCmQnACGx1Z8IpklaQUnhod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8nrIn803iCmQnACGx1Z8IpklaQUnhod > .row > .video-iframe-container { display: none; }#h8nrIn803iCmQnACGx1Z8IpklaQUnhod > .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); }#h8nrIn803iCmQnACGx1Z8IpklaQUnhod > .row .container { border-width: 0; border-radius: 0; }#h8nrIn803iCmQnACGx1Z8IpklaQUnhod > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8nrIn803iCmQnACGx1Z8IpklaQUnhod > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:60rem;position:relative;display:block; }#gHXX11UvH2Ef91DM1aGdeFLu8STUzdZ2 { color:#757575;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15026;line-height:1.8;letter-spacing:0;top:2.3125rem;left:2.25rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zpfXB2O2pVdikitmdNXnfHpFT7iOH1sv { color:#757575;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.8;letter-spacing:0;top:37.5625rem;left:2.25rem;height:2.023925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApbnraBr7T2QKa6Q4dlNtobnIhDhN4rm { position:absolute;display:block;z-index:15039;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:6rem;width:7.1875rem;top:10rem;left:6.375rem;overflow:hidden;display:block; }
#fAfVW67w436Xb1c6XqCy707iwc3ueGwK { position:absolute;display:block;z-index:15040;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:6.625rem;width:7.9375rem;top:9.6875rem;left:25.9375rem;overflow:hidden;display:block; }
#nP8AcvztDhhDGf1zcfa3iGcomSgdOXoh { color:#757575;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.8;letter-spacing:0;top:18rem;left:2.1875rem;height:2.023925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WzZQBT7l9L4bFre5O4SNA27DL1B72oqy { color:#757575;display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.8;letter-spacing:0;top:18rem;left:21.5625rem;height:2.023925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpsAig8hGcL2IrOTgWcd8z8nwE06ybfr { color:#757575;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.8;letter-spacing:0;top:20rem;left:2.1875rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z3iZipTVT26se3rD97MLKJohJVrByCLx { color:#757575;display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.8;letter-spacing:0;top:20rem;left:21.5625rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hn95wXWvpa334cmRzS13vSBuXXbbZl6r { color:#757575;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.8;letter-spacing:0;top:18.0625rem;left:41.25rem;height:2.023925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ly1KAW4LQ1rRBchbgxzU1tlV6SUkoPx6 { color:#757575;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.8;letter-spacing:0;top:20rem;left:41.25rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1FvRaEXVTwSdJpGdsAJNG68ENM7hWwV { position:absolute;display:block;z-index:15041;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:5.375rem;width:6.4375rem;top:10.3125rem;left:46.25rem;overflow:hidden;display:block; }
#t5QPgTqRdZsgVf0PnSyplZhUnzno12Ki { color:#757575;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15028;line-height:1.8;letter-spacing:0;top:25.124990463257rem;left:2.25rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tyXc6n2P1fDEMKaR8D7SGUZgU1UybuSI { color:#757575;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.8;letter-spacing:0;top:45.875rem;left:4.0625rem;height:4.04785rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZxAdvoAqqbQPckRDO7R1vNl7vz4ySzb1 { color:#757575;display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15045;line-height:1.8;letter-spacing:0;top:45.875rem;left:23.5rem;height:4.04785rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFz0k6sUTEgituUBFk0V4tAIKDcEegox { color:#757575;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.8;letter-spacing:0;top:45.875rem;left:41.4375rem;height:4.04785rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqGcwzkZE5nfI7b1bsy8lV4eAmSpqfxU { position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:16.4375rem;top:41.625rem;left:2.1875rem;display:block; }
#wU3vnKwJ2Q3bhStoHITFQHNRZyT3dblC { position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:16.4375rem;top:41.5625rem;left:21.6875rem;display:block; }
#OTRK4Z3RF8ImzMT05RFWa51CRbROTxiw { position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:16.4375rem;top:41.5625rem;left:41.3125rem;display:block; }
#HJTTzsP1AbxLJrNE58eVidTdkEKqDbP8 { background-color:#97c740;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:50.75rem;left:2.1875rem;display:block; }
#g1iWM4FIDzV1gFDUBVR5KMPKJpFhQf0x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#InknLsha2cVoWaFA1SghcqRISmRTrrHo { background-color:#03a99d;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:50.75rem;left:21.6875rem;display:block; }
#vZS8l5QfJNWUJxgca7kNQ1v4seTFaigW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hE3UTceRWuR9TRqH9Qy3zzeKm2oxv4VV { background-color:#97c740;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:50.75rem;left:41.3125rem;display:block; }
#U6bTTIKeekRg57MEwF10pbhmyo71ulQq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wESoeIEloNXyfBb1AAmA9afp5AZgywTO { box-sizing:content-box;color:#03a99d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:42.8125rem;left:28.375rem;display:block; }
#pK9FB5bALNcTceix8BceZ1n6WTC8OvnT { box-sizing:content-box;color:#97c740;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:42.8125rem;left:8.875rem;display:block; }
#nA2t6EQFP8xAwTEBQiBSqgsu9wsKbR5S { box-sizing:content-box;color:#97c740;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:42.8125rem;left:48rem;display:block; }
#WFNl3hOQG1hy8ZU0Ax5kN6p8loDKWT68 { color:#757575;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.8;letter-spacing:0;top:5.0625rem;left:3rem;height:2.023925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUyWxKWd2yoFhyVDP7KbRPbgxX0VTMza { color:#757575;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.8;letter-spacing:0;top:27.873708724976rem;left:2.25rem;height:4.04785rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eqc1cuBPuCiABFORRHH51VL1GOWk74rT { color:#757575;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15028;line-height:1.8;letter-spacing:0;top:34.8125rem;left:2.25rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(8,87,227,0.62);background-image:url("https://images.assets-landingi.com/6lwubM3M/Projekt_bez_tytu_u_1_.png");background-position: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; }#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW.adaptive-delivery-prevent-bg, #VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW.lazyload, #VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW.lazyloading { background-image: none; }#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW > .row .container { background-color: transparent; background-image: none; }#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW > .row .container > .video-iframe-container { display: none; }#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW > .row > .video-iframe-container { display: none; }#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW > .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); }#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW > .row .container { border-width: 0; border-radius: 0; }#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#zRyH4Hadz3R4drwshot6oCcFaJgfLWuM { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#paTFtumFVto765Uu5vFNg4TO4XZTESbV { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:16.539721012116rem;left:0rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C4Z6lJIn90zE2tVyZf0LS4izyLbUsO1m { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:31.622179508209rem;left:0rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kZFqJrT18KlxvHWpoM6T4L2gs1N896uI { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:13.625rem;top:7.4375rem;left:15.40625rem;display:block; }
#sgV7otnvPsbdwmo95k9vVD4uGSJngoCW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2rem;text-decoration:none;z-index:15001;text-align:left;text-align-last:left;top:35rem;left:0rem;display:block; }
#agS1QENoET3ZtcpMtVQN45cUlEQr89o4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4gAtayii71ssZXgTpNyQHJ25sfS8ufe { color:#ffffff;display:block;width:29.249125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:19.228523731232rem;left:0rem;height:7.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#H4gAtayii71ssZXgTpNyQHJ25sfS8ufe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H4gAtayii71ssZXgTpNyQHJ25sfS8ufe li:before{  }
#DvUFc4OcNZunHLTmpJcuuOpZbAnk3KCP { position:absolute;display:block;z-index:15000;background-color:#03a99d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.4375rem;width:34rem;top:5.3125rem;left:-3.25rem;display:block; }
#TtEQmgH04gQVr1DMLVSovEW4oBw9gBrs { position:absolute;display:block;z-index:15007;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:11.0625rem;width:10.5625rem;top:0rem;left:32.0625rem;overflow:hidden;display:block; }
#OwKeRDHGa8LT84xC0acAktETpPmL8cmg { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/olgju0gb/Rajd_Bochni_1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:0rem;left:31.5rem;display:none; }#OwKeRDHGa8LT84xC0acAktETpPmL8cmg.adaptive-delivery-prevent-bg, #OwKeRDHGa8LT84xC0acAktETpPmL8cmg.lazyload, #OwKeRDHGa8LT84xC0acAktETpPmL8cmg.lazyloading { background-image: none; }
#VAMd9pKPBGLn4gbbWFiwTaIynowOHMCM { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/OjF1qCwk/foto_Ala_i_Bogna.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:12.5rem;top:0rem;left:43.4375rem;display:block; }#VAMd9pKPBGLn4gbbWFiwTaIynowOHMCM.adaptive-delivery-prevent-bg, #VAMd9pKPBGLn4gbbWFiwTaIynowOHMCM.lazyload, #VAMd9pKPBGLn4gbbWFiwTaIynowOHMCM.lazyloading { background-image: none; }
#RQyZ6AKJ8CfRPIBVq1CJb7eihti4l4TI { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0Jge9bJc/ps_ESA_2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:12.375rem;left:31.5rem;display:block; }#RQyZ6AKJ8CfRPIBVq1CJb7eihti4l4TI.adaptive-delivery-prevent-bg, #RQyZ6AKJ8CfRPIBVq1CJb7eihti4l4TI.lazyload, #RQyZ6AKJ8CfRPIBVq1CJb7eihti4l4TI.lazyloading { background-image: none; }
#Vu67ToN1w4E7gzkfRW5lDsG9HPx7hB32 { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/SkNez5cf/ESA_Ania_i_Dawid.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:24.5625rem;top:24.5rem;left:31.5rem;display:block; }#Vu67ToN1w4E7gzkfRW5lDsG9HPx7hB32.adaptive-delivery-prevent-bg, #Vu67ToN1w4E7gzkfRW5lDsG9HPx7hB32.lazyload, #Vu67ToN1w4E7gzkfRW5lDsG9HPx7hB32.lazyloading { background-image: none; }
#Ks8LKfesAODfJZ5hgiRZSWxim7dh8TCi { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:12.374132633209rem;left:0rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KRLsbUwtaapU4CslbV0parLeeFl1bCSH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#97c740;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; }#KRLsbUwtaapU4CslbV0parLeeFl1bCSH > .row .container { background-color: transparent; background-image: none; }#KRLsbUwtaapU4CslbV0parLeeFl1bCSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRLsbUwtaapU4CslbV0parLeeFl1bCSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRLsbUwtaapU4CslbV0parLeeFl1bCSH > .row .container > .video-iframe-container { display: none; }#KRLsbUwtaapU4CslbV0parLeeFl1bCSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRLsbUwtaapU4CslbV0parLeeFl1bCSH > .row > .video-iframe-container { display: none; }#KRLsbUwtaapU4CslbV0parLeeFl1bCSH > .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); }#KRLsbUwtaapU4CslbV0parLeeFl1bCSH > .row .container { border-width: 0; border-radius: 0; }#KRLsbUwtaapU4CslbV0parLeeFl1bCSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRLsbUwtaapU4CslbV0parLeeFl1bCSH > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#crVFcCaV12ty8bC6t5d0FzGBTX931RV8 { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.1875rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIPoHE8GVIS24p6EzbTh9g7DlmdvvFnV { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:8.9375rem;left:1.25rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-form-header {  }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-regular-label { display:block;width:23.4375rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:23.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-text {padding-top: 0; padding-bottom: 0;}#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:23.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:23.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-select {padding-top: 0; padding-bottom: 0;}#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.1875rem;width:13.8125rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:bold;text-align:center;text-align-last:center;font-size:1.4375rem;background-color:#03a99d;background-image:none;overflow:hidden; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk [class*="-text"]:-moz-placeholder { font-size:1.125rem;font-family:roboto;color:#616161;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk [class*="-text"]::-moz-placeholder { font-size:1.125rem;font-family:roboto;color:#616161;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk [class*="-text"]:-ms-input-placeholder { font-size:1.125rem;font-family:roboto;color:#616161;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem;font-family:roboto;color:#616161;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:37.125rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:11.03125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-container:first-of-type{padding-top:0;}#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-container:last-of-type{padding-bottom:0;}#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:38.5rem;height:auto;left:18.999565124512rem;top:2.5rem;z-index:100005;position:absolute; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .radio-container { width:24.0625rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-info-text { font-size:0.75rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:38.5rem;height:auto;left:18.999565124512rem;top:2.5rem;z-index:15005;position:absolute; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #ifA7fZOKCZ6COARH4F6iE0FnIXtTlhTZ { position:relative; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #RJ1XdBD4u0oKOAldn37vykxWhUPy7sSy { position:relative;display:none; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #MqgcTK1Tkp55ZEcBkeuFqItMsrey71fU { position:relative; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #S8QVblJk74DcFntXnW69kT5rp4ztfAPV { position:relative; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #d0DLHmiEMZDbpPUC52KXzCW1Gug7SZSX { position:relative; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #cJGLByTJDcA3h8Cn1enTnpQme9JoaBgP { position:relative; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #NhW6hUTIr19mCgKrQPi6NTvBRfcOqGmr { position:relative;z-index:2; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #mNc9ZHmOknozI9QEL9wS1fybidT2JZ6b { position:relative; }
#ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx > .row .container { background-color: transparent; background-image: none; }#ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx > .row .container > .video-iframe-container { display: none; }#ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx > .row > .video-iframe-container { display: none; }#ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx > .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); }#ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx > .row .container { border-width: 0; border-radius: 0; }#ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#LcV2HTL2aQ7nBfGoVzzGq2NSo0aqE3oE { color:#03a99d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:3.898925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrQQA9hpwx8qT4sicNBMftXSCAT0RFa1 { color:#616161;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.390380859375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax > .row .container { background-color: transparent; background-image: none; }#XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax > .row .container > .video-iframe-container { display: none; }#XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax > .row > .video-iframe-container { display: none; }#XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax > .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); }#XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax > .row .container { border-width: 0; border-radius: 0; }#XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#w5mRUXIlPO1RXlTfv9WIarsSGy8GG2cZ { 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:13.8125rem;width:29.375rem;top:3rem;left:28.5rem;overflow:hidden;display:block; }
#ZVURgZfUsaGN4XarV2QNtyk4pMTq9bqd { position:absolute;display:block;z-index:14999;background-color:#97c740;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.75rem;width:29.3125rem;top:0.875rem;left:30.625001907349rem;display:block; }
#dkVRzWZJkvgxaAT0tK4x3wdPiWb94o7q { color:#757575;display:block;width:26.74925rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15026;line-height:1.8;letter-spacing:0;top:2.999267578125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#dkVRzWZJkvgxaAT0tK4x3wdPiWb94o7q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dkVRzWZJkvgxaAT0tK4x3wdPiWb94o7q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/D2bJTsAY/ikony_2_.png); }
#e75935oouNar4ndFTNlx5HW1SXKT1BPx { background-color:#03a99d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.458332061767rem;left:3.6536464691162rem;display:block; }
#hNbDWyDecoX6qFIeT9a5ZLEgnWCuwT7U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI > .row .container { background-color: transparent; background-image: none; }#BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI > .row .container > .video-iframe-container { display: none; }#BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI > .row > .video-iframe-container { display: none; }#BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI > .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); }#BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI > .row .container { border-width: 0; border-radius: 0; }#BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#tTUHfFI54THcztuMIhRH7W3F7VTC1Etx { color:#03a99d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:7.79785rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n19sdQTcweoqgRzpgw7sefAvwX2srTet { color:#616161;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.90491437912rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 > .row .container { background-color: transparent; background-image: none; }#I05CsAvb2xDn0mzANuxogLRBuPUvk5M4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 > .row .container > .video-iframe-container { display: none; }#I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 > .row > .video-iframe-container { display: none; }#I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 > .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); }#I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 > .row .container { border-width: 0; border-radius: 0; }#I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#ON1OpZ3hepBOKrasX3UQTdAGd8aArA6z { color:#757575;display:block;width:12.749rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15044;line-height:1.8;letter-spacing:0;top:12.4375rem;left:3.625rem;height:4.04785rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l9lKl7WibiEK1ICkh9sO0Hs3uO9KmWQQ { color:#757575;display:block;width:12.7478125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15045;line-height:1.8;letter-spacing:0;top:12.375rem;left:23.625rem;height:6.071775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3GI2mVnAArvWGytFAyKhnVRZHcFeffr { color:#757575;display:block;width:12.7478125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.8;letter-spacing:0;top:12.4365234375rem;left:43.592529296875rem;height:4.04785rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KU7fWlcnbJ0rIgkLyR97Hppw4w7BNVa7 { position:absolute;display:block;z-index:15047;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:10.5615rem;width:12.5rem;top:1.966552734375rem;left:23.75rem;overflow:hidden;display:block; }
#Ifrl1dcXCku9I0Ww6vVcRQT6VbJbeN0C { position:absolute;display:block;z-index:15048;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:7.4365rem;width:8.93675rem;top:3.218994140625rem;left:5.498046875rem;overflow:hidden;display:block; }
#qydKCiPIvZac8Hqbx5XIVpSom4vAKTHE { position:absolute;display:block;z-index:15048;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:11.5rem;width:13.625rem;top:1.154052734375rem;left:43.59375rem;overflow:hidden;display:block; }
#owiPT4WJ79I7RROFwn8GT0TgBDuPnvI2 { background-color:#03a99d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.999rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.259521484375rem;left:15.499267578125rem;display:block; }
#WskGvsqsCwrfcvwFm8SSLWxBavVi9QZZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e > .row .container { background-color: transparent; background-image: none; }#yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e > .row .container > .video-iframe-container { display: none; }#yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e > .row > .video-iframe-container { display: none; }#yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e > .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); }#yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e > .row .container { border-width: 0; border-radius: 0; }#yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#nciOUbyI9tLyKMTC3Dg3RvJpdsc45wDc { color:#03a99d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:3.898925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fc7aSZ3IayH2Fcw10keMkhM2pczJsr3e { color:#616161;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J > .row .container { background-color: transparent; background-image: none; }#eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J > .row .container > .video-iframe-container { display: none; }#eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J > .row > .video-iframe-container { display: none; }#eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J > .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); }#eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J > .row .container { border-width: 0; border-radius: 0; }#eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:60rem;position:relative;display:block; }#PdNTW25tcvDehThWwxC5DGvZZvK1Dzlz { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:19rem;top:4.9375rem;left:0.5rem;display:block; }
#Ua2cT1ioAev5JruQnmzsBvc2dSaMhlFk { box-sizing:content-box;color:#d9d9d9;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:2.5rem;left:6.78125rem;display:block; }
#AnOfMNe3qHHFamsrKkTRg8c6ywa9gG85 { color:#464646;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.9375rem;left:2.5625rem;height:1.867675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L5Tet9trvBC8gTqkkWTTZlyD8QwnuZu1 { color:#464646;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.375rem;left:2.5625rem;height:5.19856875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vaS9bt1i0P32XpFpG8WFzXxVb1OiAUbv { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/6uCjGBtH/Projekt_bez_tytu_u_2_.jpg");background-position:bottom left !important;background-repeat: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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:8.3735rem;width:8.3735rem;top:20.433994293213rem;left:5.8116321563721rem;display:block; }#vaS9bt1i0P32XpFpG8WFzXxVb1OiAUbv.adaptive-delivery-prevent-bg, #vaS9bt1i0P32XpFpG8WFzXxVb1OiAUbv.lazyload, #vaS9bt1i0P32XpFpG8WFzXxVb1OiAUbv.lazyloading { background-image: none; }
#RchXw6ZLncBMBxZVpiWnbKi35vxDdsKu { position:absolute;display:block;z-index:15005;background-color:#f2f2f2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:19rem;top:4.9375rem;left:20.5rem;display:block; }
#xdNuPwNWRrIlLDgaT9RRRm2NE6oDurto { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2xl1Lsfy/Projekt_bez_tytu_u_5_.jpg");background-position:center left !important;background-repeat: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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:8.3735rem;width:8.3735rem;top:20.435079574585rem;left:25.812717437744rem;display:block; }#xdNuPwNWRrIlLDgaT9RRRm2NE6oDurto.adaptive-delivery-prevent-bg, #xdNuPwNWRrIlLDgaT9RRRm2NE6oDurto.lazyload, #xdNuPwNWRrIlLDgaT9RRRm2NE6oDurto.lazyloading { background-image: none; }
#tthmQWd6qutHqTNDEeV7n6CcmoXzGdbr { color:#464646;display:block;width:15.5620625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:11.592882633209rem;left:21.934677124024rem;height:7.797875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uvdzyKu5KkT2TvyvaUSHokz2toD8BpNC { color:#464646;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:22.5625rem;height:1.867675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hw1Q9aeOApITCdp7Zuxu0AkcT9qWvcOZ { box-sizing:content-box;color:#d9d9d9;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:2.5rem;left:26.8125rem;display:block; }
#Sym8gsIl1Bw8TmlWTZL25VNsggaSUGTO { position:absolute;display:block;z-index:15010;background-color:#f2f2f2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:19rem;top:4.9375rem;left:40.5rem;display:block; }
#HTpiy8CDRmqZRb7hMCdQoBiaLyFT7adt { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/6jhZ5lnU/Projekt_bez_tytu_u_5_.jpg");background-position:top left !important;background-repeat: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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:8.3735rem;width:8.3735rem;top:20.433994293213rem;left:45.812717437744rem;display:block; }#HTpiy8CDRmqZRb7hMCdQoBiaLyFT7adt.adaptive-delivery-prevent-bg, #HTpiy8CDRmqZRb7hMCdQoBiaLyFT7adt.lazyload, #HTpiy8CDRmqZRb7hMCdQoBiaLyFT7adt.lazyloading { background-image: none; }
#TRAsSylb80n7TVuobOCAoxr34awdrzxP { color:#464646;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.9375rem;left:42.5625rem;height:1.867675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HkthW52BaZPyDPAyUqixXsXrDWX1FezC { box-sizing:content-box;color:#d9d9d9;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:2.5rem;left:46.8125rem;display:block; }
#IHrXoTbE0fhfAiJ6WaPWTI53cciyUbNE { color:#464646;display:block;width:18.2498125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11.37478351593rem;left:40.874565124512rem;height:7.797875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 > .row .container { background-color: transparent; background-image: none; }#Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 > .row .container > .video-iframe-container { display: none; }#Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 > .row > .video-iframe-container { display: none; }#Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 > .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); }#Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 > .row .container { border-width: 0; border-radius: 0; }#Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#yubkxENoo8EO7NoiyoGLuyk5VIJqXzMk { color:#03a99d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:3.898925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wFroWfc57wMVDwRGmAlWtgeerLbtskID { color:#616161;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.061633110046rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn > .row .container { background-color: transparent; background-image: none; }#GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn > .row .container > .video-iframe-container { display: none; }#GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn > .row > .video-iframe-container { display: none; }#GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn > .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); }#GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn > .row .container { border-width: 0; border-radius: 0; }#GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#BtBxxgRrixI5t7NTQMzFTTbwIpyTL4Lq { 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:3.8125rem;width:9.875rem;top:3rem;left:5.4375rem;overflow:hidden;display:block; }
#SVhTg6ov5zLXJmpbK6QlpZUEpfwBPVDp { position:absolute;display:block;z-index:15001;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:2.25rem;width:9.875rem;top:3.5625rem;left:25.4375rem;overflow:hidden;display:block; }
#xD03nyHlaaRN1NDhZBrF2ZXBfnkT1V87 { position:absolute;display:block;z-index:15002;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:7.25rem;width:8.5rem;top:1.0625rem;left:46.125rem;overflow:hidden;display:block; }
#UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT > .row .container { background-color: transparent; background-image: none; }#UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT > .row .container > .video-iframe-container { display: none; }#UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT > .row > .video-iframe-container { display: none; }#UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT > .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); }#UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT > .row .container { border-width: 0; border-radius: 0; }#UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#Z1pNvuU9y1WuvGWJ8h9Ux53o9XhilnH2 { 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:3.4375rem;width:9.8125rem;top:2.9361979961395rem;left:14.186197280884rem;overflow:hidden;display:block; }
#HNG9SpEqkgIxRs58OVPuq4lW12uARawO { position:absolute;display:block;z-index:15001;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:7.3123125rem;width:7.3123125rem;top:1.0297298431396rem;left:36.810981750488rem;overflow:hidden;display:block; }
#shl92VK8B1N99hLtGmvy5p7JHGsMPD49 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/N4GgPaQo/Projekt_bez_tytu_u_1_.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:none; }#shl92VK8B1N99hLtGmvy5p7JHGsMPD49.adaptive-delivery-prevent-bg, #shl92VK8B1N99hLtGmvy5p7JHGsMPD49.lazyload, #shl92VK8B1N99hLtGmvy5p7JHGsMPD49.lazyloading { background-image: none; }#shl92VK8B1N99hLtGmvy5p7JHGsMPD49 > .row .container { border-width: 0; border-radius: 0; }#shl92VK8B1N99hLtGmvy5p7JHGsMPD49::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shl92VK8B1N99hLtGmvy5p7JHGsMPD49 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shl92VK8B1N99hLtGmvy5p7JHGsMPD49 > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;position:relative;display:none; }#h2IUk8AgMlDkabMfCn38vqfnzAUqX1Zv { color:#ffffff;display:block;width:43.625rem;position:absolute;font-family:raleway;font-size:4.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.3125rem;height:5.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ffbe16ech5HMToDouZtbcg0x76tOuNeB { color:#ffffff;display:block;width:52rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.25rem;height:3.359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nZMT1uypKunyqC2qmpluPseVUeq7VZyk { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.375rem;top:7.59375rem;left:43.25rem;display:block; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-form-header {  }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:25.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.75rem;box-sizing:border-box;height:3.3125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-text {padding-top: 0; padding-bottom: 0;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-select {padding-top: 0; padding-bottom: 0;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffb81f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#f2f9ff;width:25.75rem;height:3.3125rem;font-family:roboto;overflow:hidden; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex [class*="-text"]:-moz-placeholder { color:#616161;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex [class*="-text"]::-moz-placeholder { color:#616161;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex [class*="-text"]:-ms-input-placeholder { color:#616161;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex [class*="-text"]::-webkit-input-placeholder { color:#616161;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:24.6875rem;overflow:hidden;font-style:normal;line-height:1.4; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-container:first-of-type{padding-top:0;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-container:last-of-type{padding-bottom:0;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.7495rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:99998;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:12.998046875rem;left:0rem; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.75rem;display:block;vertical-align:top; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-info-text { font-size:0.75rem; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex {display:block;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.7495rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14998;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:12.998046875rem;left:0rem; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #ANMZPG4d9STmgkyAnPLy4P4vns9Fzzgi { position:relative; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #ISf4qtPP2avMfbP1MHZ8x6u74uO7uDB0 { position:relative;display:block; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #GXqqp8FLqRSLGd0dEgOrktkg53wdebrL { position:relative; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #Tf31WDQERpSMbEkEtrVIhleGsrJRmoJe { position:relative; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #UFl5WPi0qhR0wf5J0rleynhRze5ucVk2 { position:relative;display:block; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #f0FCAZbgLazHGGAvzF11ub3CMJ7p9dxm { position:relative; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #PVymQKiMbPliWhm9pSlT1847cSt2RTWM { position:relative; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #Po0xAPtbAtgqbceT714Xo1eRAqfliK5b { position:relative;display:block; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #qcFOXoNxTPJZ2W33X3tQoDLD8KxpowOA { position:relative; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #XhfrxpqqhbTD34LTDBceIhUvtGM62eMT { position:relative; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #e0vpg2TyqqSIpFK8M0AZKdugtz10esbc { position:relative;display:block; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #QnTskf1hC5ybdOBaMF1TIfeS9zFC2lg4 { position:relative; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #V0hhMkqTMcRyB1fEDViMskPFFSAMkb7p { position:relative; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #f4TG9pm3VOvLgUtAp6tsrXTBpVksinKH { position:relative;display:block; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #KUDpLCMhGTK2vr2VTqPC1gES0lvPXpTA { position:relative; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #SQGe3FSotGghCn2U0MrE7DhH9pVH5MSO { position:relative; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #grLHhD9pmCiWrqHMw1DapOJGIwlkmytc { position:relative;z-index:2; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #ihBhzpNQJGdPc0TNE99RWCls41cgThXE { position:relative; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #x8rZyVBZMp0IKNZX0aPEifqgTabHctDO { position:relative; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #szQ6GSPS3zit2D6RPnsXVSZ7zy5cJOFR { position:relative; }
#T07gV1NuMxsWPwBKBnXnNIdq2ellcyVH { color:#03a99d;display:block;width:23.0625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13rem;left:29.375rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KsdwdGiGci0TlDkecpFhP8PvEolisIiL { color:#ffb81f;display:block;width:20.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:18.5rem;left:32.8125rem;height:1.328125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e6SVxx2N6SZyCXJbQzbR3Ax1flmldQSz { box-sizing:content-box;color:#ffb81f;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:18.0625rem;left:28.875rem;display:block; }
#vfeBMlRknH8ZhBuXI7M2CMdm9mxxgerH { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.25rem;width:60rem;top:1.3736977577209rem;left:0rem;display:block; }
#XwDU7DFcJxMI6DTyclNubRbDIKC5pWRh { box-sizing:content-box;color:#ffb81f;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:20.6875rem;left:28.875rem;display:block; }
#p7tK0zbeNKzHc9N29TVcWWv5oT4oXbeB { color:#ffb81f;display:block;width:20.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:21.125rem;left:32.8125rem;height:1.328125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SnwtVAI9NQ5V0E7hH9k1q18esrkM7mwJ { color:#ffb81f;display:block;width:20.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:24.3125rem;left:32.8125rem;height:2.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FNV98ezaAapFM2Pfyb770doRtrPTWzN3 { color:#ffb81f;display:block;width:20.5rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:24.3125rem;left:29.375rem;height:2.265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bwzm3lNOEPOiDDfKkXmIleD5mgWqTCZG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:0.6875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.249375rem;height:1.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:48.485245227814rem;left:46.628692626953rem;display:block; }
#KRaxl4TmZ7nuepMGOZlFhp8LovSpb6me { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#weWtNHTrnyoPUpz77xOwcw0m45f5xBhr { position:absolute;display:block;z-index:15011;height:11.25rem;width:20rem;top:27.875rem;left:32.5rem;display:block; }
#Vues9L53ynxFfIR7svThcRaHEAhCBdgO { 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:10.6875rem;width:8.125rem;display:none; }
#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/N4GgPaQo/Projekt_bez_tytu_u_1_.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; }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E.adaptive-delivery-prevent-bg, #nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E.lazyload, #nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E.lazyloading { background-image: none; }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E > .row .container { background-color: transparent; background-image: none; }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E > .row .container > .video-iframe-container { display: none; }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E > .row > .video-iframe-container { display: none; }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E > .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); }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E > .row .container { border-width: 0; border-radius: 0; }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;position:relative;display:block; }#LRxlmC761OAWkb5sr5WEcZ3XG1ph8LHk { color:#ffffff;display:block;width:43.625rem;position:absolute;font-family:raleway;font-size:4.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.3125rem;height:5.5240875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tgqqu9Jck8DfrMOiVEDb17LxyhHQUgpt { color:#ffffff;display:block;width:53.999rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.84326171875rem;left:1.312255859375rem;height:3.412275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G9WV41GxFluDOZ2LgphSlIpTex4z2FGc { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:8.8125rem;top:6.875020980835rem;left:12.1875rem;display:block; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-form-header {  }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:25.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.75rem;box-sizing:border-box;height:3.3125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-text {padding-top: 0; padding-bottom: 0;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-select {padding-top: 0; padding-bottom: 0;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffb81f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#f2f9ff;width:25.75rem;height:3.3125rem;font-family:roboto;overflow:hidden; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC [class*="-text"]:-moz-placeholder { color:#616161;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC [class*="-text"]::-moz-placeholder { color:#616161;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC [class*="-text"]:-ms-input-placeholder { color:#616161;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC [class*="-text"]::-webkit-input-placeholder { color:#616161;font-family:roboto;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:24.6875rem;overflow:hidden;font-style:normal;line-height:1.4; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-container:first-of-type{padding-top:0;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-container:last-of-type{padding-bottom:0;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:99998;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:16.443725585938rem;left:0rem; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.75rem;display:block;vertical-align:top; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-info-text { font-size:0.75rem; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC {display:block;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14998;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:16.443725585938rem;left:0rem; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #z1voKCO4DOLTmzGv6yWiuQyTQrHuZ7qm { position:relative; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #RBnBhX9AGHiXVsH0wmp6znoPXIivUI74 { position:relative;display:block; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #mmxHAdSmsv2fwksfSwis30ECA4arJqL1 { position:relative; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #UxvPCAzF02aCgVU0hGeDnsriS6ursO7k { position:relative; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #Etoe0lefdQJpPACB121wlmTDHLMegy1M { position:relative;display:block; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #kpSeDnmh9UpIrNADIxlhBSPwZhfUosK1 { position:relative; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #bpky5x8scbfzuEAtTIctxBmTZGS9GpDJ { position:relative; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #QsXUTqvHEMBlvwtm74N2lk371OKhRoAk { position:relative;display:block; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #LUheZsIs0x80xGb7aQua1QrBHpfG6Qyc { position:relative; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #AntJaTQL1t9HNaEfdQW7FGVfgcQWF08b { position:relative; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #fiWN2kDGOBQOHmVvTqkiNzn73tRSsckS { position:relative;display:block; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #O2FUCBrlDT8okdVpk57gdoT7yAM4S4tC { position:relative; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #UqqaoPqXAZGvIeWpraFvMvZADcXXrhWA { position:relative; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #rPtGkNvJJDz7kcAbzIwfpfDks4QlxbRZ { position:relative;display:block; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #ZbN3eK3pCFgTzW6JkbdXD3eAAe0mP4cM { position:relative; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #gC3LL0g6zwDiFTgNDDhCEs1aI3iTPqpt { position:relative; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #Gd97FBkduyLwvq5bxV5IZ9IhD9IvT8Xg { position:relative;z-index:2; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #Q0e1sTQTCldKgvgMdHweTteaeVOVLtO2 { position:relative; }
#GsvvtfX0OIEbCD8D1ngo7cstgy4FTblS { position:relative;display:block;z-index:100000;display:block; }
#gUEXmuza9v9IVAENWTZ2wahqI8SzHmmZ { position:relative;display:block;z-index:100000;display:block; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #rSpm82TSzaQR1TGWIQ3rUbLAtT6mJe5W { position:relative; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #Xuarruws8N1CSnsITNxybckd353s7nTd { position:relative; }
#vtc7trWweJhtSOIRwhPLP2SG9ghQTEbU { color:#03a99d;display:block;width:23.0615rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.998291015625rem;left:29.375rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oVB1eD8yb522dgSrsdhMk5m15ky8TJ1n { color:#ffb81f;display:block;width:20.49925rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:21.37451171875rem;left:32.811279296875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m2MRg2KwG3oDbZ9tatVliiA1mxKV72zW { box-sizing:content-box;color:#ffb81f;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:20.9130859375rem;left:28.87451171875rem;display:block; }
#NLJWDovu7D81HXCzJfn82Rf1kTd35NgT { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.24925rem;width:60rem;top:0.968017578125rem;left:0rem;display:block; }
#ZEGNQT4VVWt1LDDFVO6qp37JD1MTfMw7 { box-sizing:content-box;color:#ffb81f;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:24.4677734375rem;left:28.87451171875rem;display:block; }
#WOluftc120tgVtBWtxyAqaohkiTPmtnP { color:#ffb81f;display:block;width:20.49925rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:24.927978515625rem;left:32.811279296875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qaJfhO02gqUBJsJK2eob4QpHhn71Un7F { color:#ffb81f;display:block;width:20.49925rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:28.4521484375rem;left:32.811279296875rem;height:2.749025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ekcpHpK4k2CTm7uB9hzPgi1m4kVXg4yQ { color:#ffb81f;display:block;width:20.49925rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:28.6474609375rem;left:29.375rem;height:2.26875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeEDL65iIDxOZNwPVgnIxtoNDIsgr1nb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:0.6875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.2485625rem;height:1.25rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:48.554691314698rem;left:47.75065612793rem;display:block; }
#znyBoQnxyPxTwbsJZDs9ROQ67E84wMhv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJoBrXc7QaFbBo6fbV6dAauDClrJ3OOO { position:absolute;display:block;z-index:15011;height:11.25rem;width:20rem;top:33.311767578125rem;left:32.49755859375rem;display:block; }
#WHLFHMvisByXdGvNMMQDUEmAJzWJwKOC { 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:10.6875rem;width:8.125rem;display:none; }
#qzuNUK64PWgBAyx24Vf6pTlF1GSfw2gs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:0.6875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.249375rem;height:1.25rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:47.304689407349rem;left:47.75065612793rem;display:block; }
#fdapcCDxHa8mkzZe4DxgNXc69UKJNBDy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO { display:block; }#d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqBzkxTRQIrQamsTx3SXXvR56n5zSAkI { width:7.75rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPJV40GOOTfu4onxCgQiKcxM2DPf1UNL { width:4.375rem;height:3.5rem;top:0.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmyktJXbuE4SFmhhn2d3DQdxbOVk1wNn { display:block; }
 }@media only screen and (max-width: 763px) { #pNfiOf0SeFPv1z2oz2dN8pdvzBtITwbF { width:8.8125rem;height:3.5rem;top:0.75rem;left:28.684375762939rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoEGOwkXBgbbkcIwF6w750SzGEUtrtkf { display:block; }
 }@media only screen and (max-width: 763px) { #xHZJ8dOQP3rSwVtZiEPTzTTymvdF2Obi { width:14.5rem;height:3.4375rem;top:0.75rem;left:14.184375762939rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgz0CZAMtrbav6LIoBnMPo4B7naS8Tam { display:block; }
 }@media only screen and (max-width: 763px) { #Wf6effy1gWCA9z5cEV2qhTUcZQZUuhQb { width:11.0625rem;height:3.4375rem;top:1.75rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hebvsq1WoBmocUKbZbCF0TmSTU6T9eV6 { display:block; }
 }@media only screen and (max-width: 763px) { #pf17w8avWloWi5WWiE4Mcqhs9b3OhTEG { width:4.5rem;height:3.5rem;top:0.75rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfAhligKL8qEwlonF4f1ipTfXZ00qQ2V { display:block; }
 }@media only screen and (max-width: 763px) { #OhQqhh1inhteLrl2qhwESQS0eaySOC9t { width:4.6875rem;height:3.4375rem;top:0.75rem;left:37.496875762939rem;display:block; }
 }@media only screen and (max-width: 763px) { #p840UmDeHe5bI4H5KkzaSUKWGCVR1Wuv { display:block; }
 }@media only screen and (max-width: 763px) { #APIum5afrAC9ghr8DMhs6pDoLzZG9h3L { top:4.25rem;left:6.03125rem;width:15.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPJdmweGz4U9xfTmaL63Zl3wpBI6n2IR { width:47.75rem;height:5.5rem;top:0.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1Vvav1hwco1uvn0AdlXHd6fFSnRMe2 { width:47.75rem;height:5.3125rem;top:10.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3qyS6mnPGBAWOlE9HuvJCtsN3NAdl8X { width:17.5rem;height:3.4375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvbNBfELlTHOiq40gCzP92LBizthog1r { display:block; }
 }@media only screen and (max-width: 763px) { #axWcW4wLqdJEIWkciv0Ii99JMpap7D6I { width:17.375rem;height:3.4375rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWv5DLpEwiwWlnsK6nd8zK39obyWcflC { display:block; }
 }@media only screen and (max-width: 763px) { #rOHp5uAwTENBXRHeVHoRND1dt6vUTb4c { width:18.125rem;height:3.4375rem;top:32.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0EX31LLzAXccDHzFN0MIRavsqNZ9ThA { display:block; }
 }@media only screen and (max-width: 763px) { #ZfZaqnbkrPVXENx4LNFMX1F3kwhThH5C { width:17.375rem;height:3.4375rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXN2OCSrU01KJZbIehnTQzIostNcsI9Q { display:block; }
 }@media only screen and (max-width: 763px) { #ZPO9XhrfeDBzdhQscE4lvocf2lVdcrlX { width:17.9375rem;height:3.4375rem;top:37.125rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNVCI5hpa9GgeBHuVxeZTHNNGTGR8iyM { display:block; }
 }@media only screen and (max-width: 763px) { #W3ziENV2Nv9uaqPwwpTq30pkKq9ITmey { top:23.375rem;left:0rem;width:17.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7UcEl1st6qqd4f6O1QguoktFWPeOLTT { top:23.3125rem;left:29.6875rem;width:18.0625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozlq2HxGhOE40v2ySwKMGRDJwqycZTIC { top:23.375rem;left:14.656248092651rem;width:18rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkNktIaTsfuxTuO6lGToG1fkpXGaK0Iw { width:18.25rem;height:3.4375rem;top:32.375rem;left:14.593587875366rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXylFLlEaEKmdg4AIld6TcldX1TJwUPs { display:block; }
 }@media only screen and (max-width: 763px) { #HwLNyB5U93yUfhT2NxJM3nTw499HGNFL { width:47.75rem;height:2.875rem;top:15.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iADvlL8heeTwlA4ebgwwCOEVHeIuaOwz { width:47.75rem;height:1.75rem;top:4.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT3xUVVDi49fsyZBFtEVZLzqTKX5Zrcv { width:23.4375rem;height:2.8125rem;top:7rem;left:12.873208999634rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qac4JgKDwSNXXA7ihlOPwhcoJDWvvxRv { display:block; }
 }@media only screen and (max-width: 763px) { #andbK6TC3tLrCpn8amw8E2Dc4UPdLoRR { width:18.125rem;height:3.4375rem;top:19rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzLCOAaEOxCWwov5PQuAhIrD2O4PfUgs { display:block; }
 }@media only screen and (max-width: 763px) { #fS0Jnp52sxSFHISc2KBvnnMU7yAT3zI9 { width:17.875rem;height:3.4375rem;top:19rem;left:14.655435562134rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9wM8FI2xnI6vrig2FyEP1P3a3xZUS2s { display:block; }
 }@media only screen and (max-width: 763px) { #utXVVG5M7GTOWH3vm5mdhtbbDOfqlTPw { width:18.625rem;height:3.4375rem;top:37.125rem;left:14.218587875366rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVVeGxT0RABSWHakPN4HhIDS3suc8SUJ { display:block; }
 }@media only screen and (max-width: 763px) { #wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC { display:block; }#wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDrakkB8hFG7cP55AxnivsJxTT5MJtTB { width:17.5rem;height:3.4375rem;top:4.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ9GxXBls7VXHqT4NWDOIz4BWDbBKdxg { display:block; }
 }@media only screen and (max-width: 763px) { #ONoqNFcKn2CrDl6ZZyD9ho4BQDyXvNZB { width:17.5rem;height:3.4375rem;top:4.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hitpbx3ODPf2OhQGX0lhwltoLeKEX4AO { display:block; }
 }@media only screen and (max-width: 763px) { #bAKtcMyNLpHK1cWQ6I4ggy7a31B8TZvX { width:17.5rem;height:3.3125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqmKI2hoZ1JPIGHosw5JVJKCsFCNRIqa { display:block; }
 }@media only screen and (max-width: 763px) { #J83sOMtlNQZq40TPCGyJlUmc8fN4AeTi { width:47.75rem;height:3.375rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL { display:block; }#BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GT0sNuvJt41cJ6BsMpwFx9m4JzQaTJN8 { width:47.75rem;height:4.0625rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgCUDrawWrz9xHDA7L0eMsgzRbi3ffwn { width:29.9375rem;height:3.4375rem;top:6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uefGMiuVEo1rZ12owBEXWCtVzh515Nam { width:29.8125rem;height:11.6875rem;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzm04Cf4TGi13LfZTINvfv2VwcoLEMim { width:29.8125rem;height:3.4375rem;top:22.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FENrqvz5bdvBh64ftEDEv1F4AHXFgemM { width:13.625rem;height:3.4375rem;top:22.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJLMioiw9TGVAS0cxNyy98bAltZIiy5 { display:block; }
 }@media only screen and (max-width: 763px) { #KdFhvuqlV5I5WCfK7fg8iSPFyxPE2PBk { width:29.75rem;height:16.6875rem;top:1.625rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdWB3XnaOW43iJffBUy7mZ2PW9fHNab9 { width:29.9375rem;height:1.4375rem;top:7.9375rem;left:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i48P8nPbP9ZUTtwude9T6paoBbfv2L86 { display:block; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsDmRttzBRQdV7k8Zg3IDIQN5mCiEX5a { width:45.0625rem;height:3.875rem;top:7.4375rem;left:1.3109798431396rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKWgOH7BKs6tzXJV9Jm1DUypoJKZiLg4 { width:47.75rem;height:2rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CimTiRd92To8MVaEixDBJpOSXNTJQrfI { width:13.5rem;height:4rem;top:7.4375rem;left:31.999267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqLN7fvnIdA2otqre6beTRxhzpsNLXK0 { width:10.5rem;height:4.3125rem;top:28.9375rem;left:26.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSuTVrOpkqPpKMkXSim1ZICEnhn2e7Ch { width:10.5625rem;height:4.3125rem;top:28.9375rem;left:37.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOWa8bTEZEk2qafnE2nE6zHPIi4ObZXB { width:13.625rem;height:3.4375rem;top:36.375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMMFq46QUi4SnrsV0ULLf3PfgZS0adlc { display:block; }
 }@media only screen and (max-width: 763px) { #ek7nVXV9iOIi6nqCNoUZxByhrf8TPNoT { width:14.9375rem;height:3.375rem;top:23.5rem;left:23.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCMicoWwqf0TfOhHdNf6tFBB73DEw56i { width:14.625rem;height:3.375rem;top:23.5rem;left:33.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRgVdhIiA9g6vNVkUPsDczmbrTutfGVs { width:5.4375rem;height:4.5rem;top:18.125rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvAzDHM4qanbXJ64q3elTGTz3mLCqNxO { width:5.75rem;height:4.8125rem;top:18rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgI3PEQipAUV9RzNT5TrzKP7BrhXpfTL { width:7.9375rem;height:4.3125rem;top:28.9375rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9BfJhTkqQfd9ffe7QZbGZPEaplg2o1O { width:14.9375rem;height:3.375rem;top:23.5rem;left:8.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4QTFe95XkBEwseWi1TKRnuWw1RStgHD { width:14.9375rem;height:3.375rem;top:23.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQhR3pksdN4QT3Ocd4sC2Nga8OLpzzO3 { width:11.1875rem;height:4.3125rem;top:28.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTXEkCLOQS5AgwRUKs1pQX7SncOIq1yn { width:5.5625rem;height:4.625rem;top:18.0625rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRb4LTVI5ogxJd4RygLTzWZOTPuxd39B { width:5.0625rem;height:4.1875rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn { display:block; }#U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcyHX69aDEoTrbOI8yCXDnBb02iBxTgu { width:47.75rem;height:3.875rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzygtsyreGFHJ8zKHlXsny5W8uEVdzyF { width:47.75rem;height:2rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpkTo3N5FpdP4uV7TDoQtBEqNayvh93o { width:47.75rem;height:2.875rem;top:8.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh { display:block; }#owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5HG4W1PBTe31ENcICntTKTh4RDpr94v { width:19.125rem;height:14.125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLkkSJoAWBuXE400ZHTt3TegtsoiuJ4G { width:47.625rem;height:14.0625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAW3ZZy2xvfLKh43tS4yqVHndWDT84px { width:20rem;height:3.625rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELFd85ds2gFMSHrJuz32DZUPnCwNF0Ac { width:20.0625rem;height:2.8125rem;top:12.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AE61HZp7Vyfk5XcU55tJVKpauK4cBe { width:4.875rem;height:4rem;top:8.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWM3QzqXXXLfJZqqvoXhPvs32HgSfMeX { width:19.9375rem;height:10rem;top:4.3125rem;left:16.498697280884rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtemDXaGdZkMuoGboJxvIl6qbR70oRdE { width:13.5625rem;height:3.4375rem;top:4.25rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyNz6E7LJTVKFTMyCwUexmN5UyhSsGZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #iDhH9PilKOITBOuzpkqh0Ht0ekRDSDJ3 { width:16.25rem;height:1.9375rem;top:12.5625rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTKs5M6Bw4SK0TtKQ5FoXXvrpyGy5ihD { width:5.5rem;height:4.5625rem;top:11.1875rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo { display:block; }#dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWcoWlxZ5GkWBHeO55EtQTDqZ6zJZeMA { width:47.75rem;height:4rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzLNAUxHs85Jwxb9gpMS43b9KG1tqNtf { width:47.75rem;height:10rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJRSxnw5nXC5bidrfykTJMVhMPat3mt { width:47.75rem;height:12rem;top:48.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duvQEql1XTiTmHNWxRvMIRkeNTTHWCVe { width:47.75rem;height:13.25rem;top:62.5rem;left:0rem;font-size:1rem;display:block; }#duvQEql1XTiTmHNWxRvMIRkeNTTHWCVe li:before{  }
 }@media only screen and (max-width: 763px) { #VCVEQ3xksxUyGqTA22IloCu98pgCEAL3 { width:47.75rem;height:6rem;top:40.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPndwvvgM4BQrFngbHoF31JJHI1ECeKd { width:7.1875rem;height:6rem;top:21.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvb4IS7sAamV1CAtWX1rUvQk1iBAUSNk { width:7.9375rem;height:6.625rem;top:21.625rem;left:19.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCad2f1awvhz9pBl7mNciGlcsXpJf5sC { width:6.4375rem;height:5.375rem;top:22.25rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmXk7901MvShZCTHrJbJutGJma9MB6qI { width:15.5rem;height:2rem;top:29.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSP6mqTKmRB7l65EFe1NnN8U9HzyJpBE { width:16.75rem;height:2rem;top:29.9375rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3loFxHqi6B429T2flT7blKWmW2x5USz { width:16.5rem;height:2rem;top:30rem;left:31.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkRdFscbRzeSAwaKDlDqNWpJ9rWhVV0F { width:15.5rem;height:4.6875rem;top:31.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAbZ8Mc4DrLGUwSbADKvR2lK1QPGTtOi { width:16.75rem;height:3.125rem;top:31.9375rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihq6PpAncc5KGxMmUduvedIr2VvxF1U6 { width:16.5rem;height:4.6875rem;top:31.9375rem;left:31.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t { display:block; }#XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCUp999GOdNwfZwBl4up2pw3Et7yUcVc { width:47.625rem;height:13.875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXw7mdwTx7gHoCqG169VwHfu7RrhTUGZ { width:19.125rem;height:14.0625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XepJw4fCnHs7ItoCSFi5p2G2IDKCFkmP { width:20rem;height:3.625rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1qDAXVRmwoZ5g4BHxr3JGDiFhP9bh9o { width:5.6875rem;height:4.6875rem;top:6.25rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6NRHTZmPDG0hpyWtx6Ogwg8hdlOd5Jq { width:20.0625rem;height:2.8125rem;top:11.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz1wDmeBbe9H0nCMEtXkclbClGQEpKtK { width:18rem;height:8rem;top:4rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX9HbMkuh830z8KUN19RpeWtkuk1e1rs { width:13.5625rem;height:3.4375rem;top:2.6875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqHKqi2bH4Eq0V1LyOOl1KC5eu2batDI { display:block; }
 }@media only screen and (max-width: 763px) { #yGoerzEefGs98KANGzmZMiiH8oUSp8VR { width:16.25rem;height:1.9375rem;top:10.9375rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2RJ3NVkEsl1h9qrwVxLPfvOtl1gTPMs { width:5.4375rem;height:4.5105301642377rem;top:9.5rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ { display:block; }#amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smBFPKIUSZ1eJeqgf5Z3hLBv5JOkxuSt { width:47.75rem;height:6rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4gmvnrN1f3IbqQ4T9Wce5GVHT56fSss { width:47.75rem;height:19.375rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }#p4gmvnrN1f3IbqQ4T9Wce5GVHT56fSss li:before{  }
 }@media only screen and (max-width: 763px) { #GnZT48dLMGzqI2hhOPIIOcmPGC8rPGk0 { width:47.75rem;height:;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 { display:block; }#lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cP0DTtvOO3dXPTimpfNlc3f8G0t43oMN { width:47.75rem;height:13.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9kKTvGpqrPQKh3ZtIwRg84bhDPD1LWH { width:20rem;height:3.5625rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCyGSTm9FrzpaEEOvcFT6ASKmetTzQ1x { width:4rem;height:3.3125rem;top:7.25rem;left:2.2473945617676rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtsaToZqUs1M8z2QAPzKKSWv1KRhbSD0 { width:20.0625rem;height:2.8125rem;top:11.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKdtEZHCge7e9p7tkTEo5yV2Z7fDIBQJ { width:17.9375rem;height:8rem;top:3.5625rem;left:16.811199188233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmHa53ORI9XrqFS1t1fyhr5FqRRHJpuC { width:13.5625rem;height:3.4375rem;top:2.875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuQdAUUivTJI4z3uHJm3UEulXK8W7FpH { display:block; }
 }@media only screen and (max-width: 763px) { #F846VFnkltTLMKiz8QDZXWHGIJqMEy1n { width:16.25rem;height:1.9375rem;top:11.5rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p915BIk0OdE9Gh0A7nyRG6D2uqbJCtrS { width:5.5rem;height:4.5728711998957rem;top:10.125rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzv9o7LQo3bMWVychEKASqeBbn18ZexD { width:19.125rem;height:14rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN { display:block; }#uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXWT6eTB4P3EehtUEz3PuKKU2HrRFRMw { width:22.3125rem;height:4rem;top:4.6875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0qfoTCBDEKmCKbmVCTAbNuxDC7tiOCo { width:47.75rem;height:2rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3SZN4Dhgg4E0iG7iAuFeEl72xTmIFT0 { width:8.125rem;height:6.8230399267119rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6k8eWTHBm3brW4wHguKVQGSX90T31Xp { width:8.125rem;height:6.75rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBRUpPiBH7xPpWKnxyy47TOa36pcLT89 { width:22.375rem;height:4rem;top:17rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0OeiPJXIgi1fLMffDOlmwJMLuQZ8xRO { width:22.5rem;height:4rem;top:11.0625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCXFbqCqCvTADdnrgkiFzdqToxQ32kT2 { width:22.5rem;height:6rem;top:22.625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L61eZcy8Rfzkma1CdZDsouk7uqdWiOLk { width:22.5rem;height:4rem;top:4.6875rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO2g3HuQv1Eae6m998ATGDq5FJveq4xc { width:6.5625rem;height:5.4477665935466rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvfCukeTFTKRqcUkM9cWfKyodgNcHsXR { width:22.3125rem;height:6rem;top:30.125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsDA6qxkooSmw5RuwncDw9ac0EvDLfQ5 { width:22.5rem;height:4rem;top:10.9375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkfCudEfuCJhitwLXWPeTtJzwCaTZioB { width:22.5rem;height:6rem;top:22.625rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpfo8klPJ7SM6HrkyXXRH7JmTXC3kZl6 { width:22.5rem;height:4rem;top:17rem;left:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpu6iIERC4XWQaxC3JnEy49w5DvLQ80V { width:22.5625rem;height:6rem;top:30.125rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuLe9RiapEaNmiMpctJQTqlcVSFzEEaL { width:6.25rem;height:5.24956875rem;top:23rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8BT2JtN6KtkQ1CtDK3m1n7Io3TXClXx { width:5.75rem;height:4.8224420101499rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxenGxNCqWsSNqKNtmJVinxd7OLTCc2s { width:6.0625rem;height:5.1344346927779rem;top:4.0625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR5yCDFN77sQTI5xJ7PN9v6mEoc6eLvo { width:5.4375rem;height:4.3871242162114rem;top:10.8125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOrrP28rnryXafSa6BFZ0OdhNPkfCiOL { width:8.125rem;height:6.75rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQvk16fThdfbaQDe4EsonqI80exJHahG { width:5rem;height:4.24913125rem;top:16.875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sitqop7NS0RCSR9dxv1nTu8vSNEGSFet { width:4.375rem;height:3.6356707531807rem;top:30.3125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOLam7SrgWGN5JDHePbLpWppN4pLXOxu { display:block; }#IOLam7SrgWGN5JDHePbLpWppN4pLXOxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7hP2TdAOUxWgz4vl85g30MhWEr2AQAO { width:47.625rem;height:13.875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSdpAHVUuI61OyZ6zfq66pyH6eNdkFJ6 { width:19.125rem;height:14.0625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv4P3CfVIFSqiVFm4MZxHC8BZRyhb7Da { width:20rem;height:3.625rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbxsPXCTU2cbJcqidqSLwX6tPn6CFZeP { width:20.0625rem;height:2.8125rem;top:10.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8dd3uURSgtQB4KKyD1KXH03CFOIGiLh { width:18rem;height:8rem;top:2.625rem;left:16.375001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B75shzLhn7KZbao2mmOOVGW5I01t7AUs { width:13.5625rem;height:3.4375rem;top:2.6875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKTr2fVWuam9CIsRFqzXCdm7iIPIKGdq { display:block; }
 }@media only screen and (max-width: 763px) { #LrD2G8BETE7zOTktTPtFKzrarn4sL46d { width:4.0625rem;height:4.1875rem;top:6.25rem;left:2.5312519073486rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu { display:block; }#HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 { display:block; }#JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOt6QNEH9QKmLQFIzD1rHvM8hX3ZQfch { width:19.75rem;height:5.625rem;top:4.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0O2dEgmzA2NNKTEw0l1I4yhMyTciyNU { width:14rem;height:14.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwf4fpyDFxVkaev4nIh3XKLPgC7fiHeD { width:25.5625rem;height:3.4375rem;top:5.4375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoA7XFso8nckZwleVFy3TURWxFBvaK2E { display:block; }
 }@media only screen and (max-width: 763px) { #LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf { display:block; }#LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqrc9MfnbGmGD0sc5JWpy7i1tEvH1Tyg { width:47.75rem;height:3.875rem;top:7.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcEI2ZBGW40Gam2hg5ay32ihOFZUQi2O { width:47.75rem;height:2rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8nrIn803iCmQnACGx1Z8IpklaQUnhod { display:block; }#h8nrIn803iCmQnACGx1Z8IpklaQUnhod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHXX11UvH2Ef91DM1aGdeFLu8STUzdZ2 { width:47.75rem;height:2.75rem;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpfXB2O2pVdikitmdNXnfHpFT7iOH1sv { width:47.75rem;height:2rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApbnraBr7T2QKa6Q4dlNtobnIhDhN4rm { width:7.1875rem;height:6rem;top:10rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAfVW67w436Xb1c6XqCy707iwc3ueGwK { width:7.9375rem;height:6.625rem;top:9.6875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP8AcvztDhhDGf1zcfa3iGcomSgdOXoh { width:15.5rem;height:2rem;top:18rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzZQBT7l9L4bFre5O4SNA27DL1B72oqy { width:16.75rem;height:2rem;top:18rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpsAig8hGcL2IrOTgWcd8z8nwE06ybfr { width:15.5rem;height:3rem;top:20rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3iZipTVT26se3rD97MLKJohJVrByCLx { width:16.75rem;height:3rem;top:20rem;left:15.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn95wXWvpa334cmRzS13vSBuXXbbZl6r { width:16.5rem;height:2rem;top:18.0625rem;left:31.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly1KAW4LQ1rRBchbgxzU1tlV6SUkoPx6 { width:16.5rem;height:3rem;top:20rem;left:31.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1FvRaEXVTwSdJpGdsAJNG68ENM7hWwV { width:6.4375rem;height:5.375rem;top:10.3125rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5QPgTqRdZsgVf0PnSyplZhUnzno12Ki { width:47.75rem;height:2.75rem;top:25.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyXc6n2P1fDEMKaR8D7SGUZgU1UybuSI { width:12.75rem;height:4rem;top:45.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxAdvoAqqbQPckRDO7R1vNl7vz4ySzb1 { width:12.8125rem;height:4rem;top:45.875rem;left:17.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFz0k6sUTEgituUBFk0V4tAIKDcEegox { width:16.1875rem;height:4rem;top:45.875rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqGcwzkZE5nfI7b1bsy8lV4eAmSpqfxU { width:16.4375rem;height:12.5rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU3vnKwJ2Q3bhStoHITFQHNRZyT3dblC { width:16.4375rem;height:12.5rem;top:41.5625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRK4Z3RF8ImzMT05RFWa51CRbROTxiw { width:16.4375rem;height:12.5rem;top:41.5625rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJTTzsP1AbxLJrNE58eVidTdkEKqDbP8 { width:16.4375rem;height:3.4375rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1iWM4FIDzV1gFDUBVR5KMPKJpFhQf0x { display:block; }
 }@media only screen and (max-width: 763px) { #InknLsha2cVoWaFA1SghcqRISmRTrrHo { width:16.5625rem;height:3.4375rem;top:50.75rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZS8l5QfJNWUJxgca7kNQ1v4seTFaigW { display:block; }
 }@media only screen and (max-width: 763px) { #hE3UTceRWuR9TRqH9Qy3zzeKm2oxv4VV { width:16.4375rem;height:3.4375rem;top:50.75rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6bTTIKeekRg57MEwF10pbhmyo71ulQq { display:block; }
 }@media only screen and (max-width: 763px) { #wESoeIEloNXyfBb1AAmA9afp5AZgywTO { width:3.125rem;height:3.125rem;top:42.8125rem;left:22.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK9FB5bALNcTceix8BceZ1n6WTC8OvnT { width:3.125rem;height:3.125rem;top:42.8125rem;left:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA2t6EQFP8xAwTEBQiBSqgsu9wsKbR5S { width:3.125rem;height:3.125rem;top:42.8125rem;left:41.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFNl3hOQG1hy8ZU0Ax5kN6p8loDKWT68 { width:47.75rem;height:2rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUyWxKWd2yoFhyVDP7KbRPbgxX0VTMza { width:47.75rem;height:4rem;top:27.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqc1cuBPuCiABFORRHH51VL1GOWk74rT { width:47.75rem;height:2.75rem;top:34.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW { display:block; }#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRyH4Hadz3R4drwshot6oCcFaJgfLWuM { width:28.125rem;height:4.0625rem;top:7.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #paTFtumFVto765Uu5vFNg4TO4XZTESbV { width:47.75rem;height:1.625rem;top:16.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4Z6lJIn90zE2tVyZf0LS4izyLbUsO1m { width:47.75rem;height:1.625rem;top:31.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZFqJrT18KlxvHWpoM6T4L2gs1N896uI { width:13.625rem;height:3.9375rem;top:7.4375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgV7otnvPsbdwmo95k9vVD4uGSJngoCW { width:17.5rem;height:2rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agS1QENoET3ZtcpMtVQN45cUlEQr89o4 { display:block; }
 }@media only screen and (max-width: 763px) { #H4gAtayii71ssZXgTpNyQHJ25sfS8ufe { width:29.1875rem;height:7.5625rem;top:19.1875rem;left:0rem;font-size:1rem;display:block; }#H4gAtayii71ssZXgTpNyQHJ25sfS8ufe li:before{  }
 }@media only screen and (max-width: 763px) { #DvUFc4OcNZunHLTmpJcuuOpZbAnk3KCP { width:34rem;height:35.4375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtEQmgH04gQVr1DMLVSovEW4oBw9gBrs { width:10.5625rem;height:11.0625rem;top:0rem;left:25.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwKeRDHGa8LT84xC0acAktETpPmL8cmg { width:11.25rem;height:11.25rem;top:0rem;left:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAMd9pKPBGLn4gbbWFiwTaIynowOHMCM { width:12.5rem;height:23.6875rem;top:0rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQyZ6AKJ8CfRPIBVq1CJb7eihti4l4TI { width:11.25rem;height:11.25rem;top:12.375rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu67ToN1w4E7gzkfRW5lDsG9HPx7hB32 { width:24.5625rem;height:14.4375rem;top:24.5rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks8LKfesAODfJZ5hgiRZSWxim7dh8TCi { width:47.75rem;height:1.625rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRLsbUwtaapU4CslbV0parLeeFl1bCSH { display:block; }#KRLsbUwtaapU4CslbV0parLeeFl1bCSH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crVFcCaV12ty8bC6t5d0FzGBTX931RV8 { width:19.75rem;height:5.625rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIPoHE8GVIS24p6EzbTh9g7DlmdvvFnV { width:19.625rem;height:3.375rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-regular-label { width:23.5rem;height:auto;display:block; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-text { width:23.5rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-text {padding-top: 0; padding-bottom: 0;}#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-textarea { width:23.5rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-select { width:23.5rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-select {padding-top: 0; padding-bottom: 0;}#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-checkbox-label { width:37.1875rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-radio-label { width:11.0625rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk  { width:38.5625rem;height:auto;top:4.3125rem;left:6.6875rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .radio-container { width:24.125rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk {display:inline-block;}#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk { width:38.5625rem;height:auto;top:4.3125rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #ifA7fZOKCZ6COARH4F6iE0FnIXtTlhTZ {  }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #RJ1XdBD4u0oKOAldn37vykxWhUPy7sSy { display:none; }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #MqgcTK1Tkp55ZEcBkeuFqItMsrey71fU {  }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #S8QVblJk74DcFntXnW69kT5rp4ztfAPV {  }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #d0DLHmiEMZDbpPUC52KXzCW1Gug7SZSX {  }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #cJGLByTJDcA3h8Cn1enTnpQme9JoaBgP {  }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #NhW6hUTIr19mCgKrQPi6NTvBRfcOqGmr {  }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #mNc9ZHmOknozI9QEL9wS1fybidT2JZ6b {  }
 }@media only screen and (max-width: 763px) { #ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx { display:block; }#ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcV2HTL2aQ7nBfGoVzzGq2NSo0aqE3oE { width:47.75rem;height:3.875rem;top:7.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrQQA9hpwx8qT4sicNBMftXSCAT0RFa1 { width:47.75rem;height:2rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax { display:block; }#XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5mRUXIlPO1RXlTfv9WIarsSGy8GG2cZ { width:29.375rem;height:13.8125rem;top:3rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVURgZfUsaGN4XarV2QNtyk4pMTq9bqd { width:29.3125rem;height:12.75rem;top:0.875rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkVRzWZJkvgxaAT0tK4x3wdPiWb94o7q { width:26.6875rem;height:;top:2.9375rem;left:0rem;font-size:1.125rem;display:block; }#dkVRzWZJkvgxaAT0tK4x3wdPiWb94o7q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/D2bJTsAY/ikony_2_.png); }
 }@media only screen and (max-width: 763px) { #e75935oouNar4ndFTNlx5HW1SXKT1BPx { width:19.4375rem;height:3.4375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbDWyDecoX6qFIeT9a5ZLEgnWCuwT7U { display:block; }
 }@media only screen and (max-width: 763px) { #BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI { display:block; }#BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTUHfFI54THcztuMIhRH7W3F7VTC1Etx { width:47.75rem;height:7.625rem;top:7.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n19sdQTcweoqgRzpgw7sefAvwX2srTet { width:47.75rem;height:2rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 { display:block; }#I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON1OpZ3hepBOKrasX3UQTdAGd8aArA6z { width:12.6875rem;height:3.875rem;top:12.4375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9lKl7WibiEK1ICkh9sO0Hs3uO9KmWQQ { width:12.6875rem;height:5.8125rem;top:12.375rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3GI2mVnAArvWGytFAyKhnVRZHcFeffr { width:12.6875rem;height:3.875rem;top:12.375rem;left:33.280029296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU7fWlcnbJ0rIgkLyR97Hppw4w7BNVa7 { width:12.5rem;height:10.5615rem;top:1.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifrl1dcXCku9I0Ww6vVcRQT6VbJbeN0C { width:8.875rem;height:7.38511623353rem;top:3.1875rem;left:3.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qydKCiPIvZac8Hqbx5XIVpSom4vAKTHE { width:13.625rem;height:11.5rem;top:1.125rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owiPT4WJ79I7RROFwn8GT0TgBDuPnvI2 { width:28.9375rem;height:3.4375rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WskGvsqsCwrfcvwFm8SSLWxBavVi9QZZ { display:block; }
 }@media only screen and (max-width: 763px) { #yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e { display:block; }#yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nciOUbyI9tLyKMTC3Dg3RvJpdsc45wDc { width:47.75rem;height:3.875rem;top:7.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc7aSZ3IayH2Fcw10keMkhM2pczJsr3e { width:47.75rem;height:2rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J { display:block; }#eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdNTW25tcvDehThWwxC5DGvZZvK1Dzlz { width:19rem;height:18.9375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua2cT1ioAev5JruQnmzsBvc2dSaMhlFk { width:6.4375rem;height:6.4375rem;top:2.5rem;left:4.71875rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnOfMNe3qHHFamsrKkTRg8c6ywa9gG85 { width:14.9375rem;height:1.8125rem;top:8.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Tet9trvBC8gTqkkWTTZlyD8QwnuZu1 { width:14.875rem;height:5rem;top:11.3125rem;left:0.49934768676758rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaS9bt1i0P32XpFpG8WFzXxVb1OiAUbv { width:8.3125rem;height:8.3125rem;top:20.375rem;left:3.7491321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #RchXw6ZLncBMBxZVpiWnbKi35vxDdsKu { width:19rem;height:18.9375rem;top:4.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdNuPwNWRrIlLDgaT9RRRm2NE6oDurto { width:8.3125rem;height:8.3125rem;top:20.375rem;left:19.625217437744rem;display:block; }
 }@media only screen and (max-width: 763px) { #tthmQWd6qutHqTNDEeV7n6CcmoXzGdbr { width:15.5rem;height:7.5rem;top:11.5625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvdzyKu5KkT2TvyvaUSHokz2toD8BpNC { width:14.875rem;height:1.75rem;top:8.875rem;left:16.374347686767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw1Q9aeOApITCdp7Zuxu0AkcT9qWvcOZ { width:6.4375rem;height:6.4375rem;top:2.5rem;left:20.625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sym8gsIl1Bw8TmlWTZL25VNsggaSUGTO { width:19rem;height:18.9375rem;top:4.9375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpiy8CDRmqZRb7hMCdQoBiaLyFT7adt { width:8.3125rem;height:8.3125rem;top:20.375rem;left:35.500217437744rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRAsSylb80n7TVuobOCAoxr34awdrzxP { width:14.875rem;height:1.75rem;top:8.875rem;left:32.249351501465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkthW52BaZPyDPAyUqixXsXrDWX1FezC { width:6.4375rem;height:6.4375rem;top:2.5rem;left:36.5rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHrXoTbE0fhfAiJ6WaPWTI53cciyUbNE { width:18.1875rem;height:7.5rem;top:11.3125rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 { display:block; }#Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yubkxENoo8EO7NoiyoGLuyk5VIJqXzMk { width:47.75rem;height:3.875rem;top:7.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFroWfc57wMVDwRGmAlWtgeerLbtskID { width:47.75rem;height:4rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn { display:block; }#GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtBxxgRrixI5t7NTQMzFTTbwIpyTL4Lq { width:9.875rem;height:3.8125rem;top:3rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVhTg6ov5zLXJmpbK6QlpZUEpfwBPVDp { width:9.875rem;height:2.25rem;top:3.5625rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD03nyHlaaRN1NDhZBrF2ZXBfnkT1V87 { width:8.5rem;height:7.25rem;top:1.0625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT { display:block; }#UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1pNvuU9y1WuvGWJ8h9Ux53o9XhilnH2 { width:9.8125rem;height:3.4375rem;top:2.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNG9SpEqkgIxRs58OVPuq4lW12uARawO { width:7.25rem;height:7.25rem;top:1rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shl92VK8B1N99hLtGmvy5p7JHGsMPD49 { display:none; }#shl92VK8B1N99hLtGmvy5p7JHGsMPD49 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h2IUk8AgMlDkabMfCn38vqfnzAUqX1Zv { width:43.625rem;height:5.5rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffbe16ech5HMToDouZtbcg0x76tOuNeB { width:47.75rem;height:3.375rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZMT1uypKunyqC2qmpluPseVUeq7VZyk { width:11.375rem;height:3.5625rem;top:7.5625rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-regular-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-text { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-text {padding-top: 0; padding-bottom: 0;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-textarea { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-select { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-select {padding-top: 0; padding-bottom: 0;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-button { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-checkbox-label { width:24.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex  { width:25.6875rem;height:auto;top:12.9375rem;left:0rem; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .radio-container { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex {display:block;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex { width:25.6875rem;height:auto;top:12.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #ANMZPG4d9STmgkyAnPLy4P4vns9Fzzgi {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #ISf4qtPP2avMfbP1MHZ8x6u74uO7uDB0 { display:block; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #GXqqp8FLqRSLGd0dEgOrktkg53wdebrL {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #Tf31WDQERpSMbEkEtrVIhleGsrJRmoJe {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #UFl5WPi0qhR0wf5J0rleynhRze5ucVk2 { display:block; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #f0FCAZbgLazHGGAvzF11ub3CMJ7p9dxm {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #PVymQKiMbPliWhm9pSlT1847cSt2RTWM {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #Po0xAPtbAtgqbceT714Xo1eRAqfliK5b { display:block; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #qcFOXoNxTPJZ2W33X3tQoDLD8KxpowOA {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #XhfrxpqqhbTD34LTDBceIhUvtGM62eMT {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #e0vpg2TyqqSIpFK8M0AZKdugtz10esbc { display:block; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #QnTskf1hC5ybdOBaMF1TIfeS9zFC2lg4 {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #V0hhMkqTMcRyB1fEDViMskPFFSAMkb7p {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #f4TG9pm3VOvLgUtAp6tsrXTBpVksinKH { display:block; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #KUDpLCMhGTK2vr2VTqPC1gES0lvPXpTA {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #SQGe3FSotGghCn2U0MrE7DhH9pVH5MSO {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #grLHhD9pmCiWrqHMw1DapOJGIwlkmytc {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #ihBhzpNQJGdPc0TNE99RWCls41cgThXE {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #x8rZyVBZMp0IKNZX0aPEifqgTabHctDO {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #szQ6GSPS3zit2D6RPnsXVSZ7zy5cJOFR {  }
 }@media only screen and (max-width: 763px) { #T07gV1NuMxsWPwBKBnXnNIdq2ellcyVH { width:23.0625rem;height:2.8125rem;top:13rem;left:23.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsdwdGiGci0TlDkecpFhP8PvEolisIiL { width:20.5rem;height:1.375rem;top:18.5rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6SVxx2N6SZyCXJbQzbR3Ax1flmldQSz { width:2.25rem;height:2.25rem;top:18.0625rem;left:22.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfeBMlRknH8ZhBuXI7M2CMdm9mxxgerH { width:47.75rem;height:49.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwDU7DFcJxMI6DTyclNubRbDIKC5pWRh { width:2.25rem;height:2.25rem;top:20.6875rem;left:22.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7tK0zbeNKzHc9N29TVcWWv5oT4oXbeB { width:20.5rem;height:1.375rem;top:21.125rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnwtVAI9NQ5V0E7hH9k1q18esrkM7mwJ { width:20.5rem;height:2.75rem;top:24.3125rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNV98ezaAapFM2Pfyb770doRtrPTWzN3 { width:20.5rem;height:2.25rem;top:24.3125rem;left:23.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwzm3lNOEPOiDDfKkXmIleD5mgWqTCZG { width:12.1875rem;height:1.25rem;top:48.4375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRaxl4TmZ7nuepMGOZlFhp8LovSpb6me { display:block; }
 }@media only screen and (max-width: 763px) { #weWtNHTrnyoPUpz77xOwcw0m45f5xBhr { width:20rem;height:11.25rem;top:27.875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vues9L53ynxFfIR7svThcRaHEAhCBdgO { width:8.125rem;height:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E { display:block; }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRxlmC761OAWkb5sr5WEcZ3XG1ph8LHk { width:43.625rem;height:5.5rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgqqu9Jck8DfrMOiVEDb17LxyhHQUgpt { width:47.75rem;height:3.375rem;top:6.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9WV41GxFluDOZ2LgphSlIpTex4z2FGc { width:8.8125rem;height:3.625rem;top:6.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-regular-label { width:25.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-text { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-text {padding-top: 0; padding-bottom: 0;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-textarea { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-select { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-select {padding-top: 0; padding-bottom: 0;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-button { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-checkbox-label { width:24.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC  { width:25.75rem;height:auto;top:16.4375rem;left:0rem; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .radio-container { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC {display:block;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC { width:25.75rem;height:auto;top:16.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #z1voKCO4DOLTmzGv6yWiuQyTQrHuZ7qm {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #RBnBhX9AGHiXVsH0wmp6znoPXIivUI74 { display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #mmxHAdSmsv2fwksfSwis30ECA4arJqL1 {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #UxvPCAzF02aCgVU0hGeDnsriS6ursO7k {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #Etoe0lefdQJpPACB121wlmTDHLMegy1M { display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #kpSeDnmh9UpIrNADIxlhBSPwZhfUosK1 {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #bpky5x8scbfzuEAtTIctxBmTZGS9GpDJ {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #QsXUTqvHEMBlvwtm74N2lk371OKhRoAk { display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #LUheZsIs0x80xGb7aQua1QrBHpfG6Qyc {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #AntJaTQL1t9HNaEfdQW7FGVfgcQWF08b {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #fiWN2kDGOBQOHmVvTqkiNzn73tRSsckS { display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #O2FUCBrlDT8okdVpk57gdoT7yAM4S4tC {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #UqqaoPqXAZGvIeWpraFvMvZADcXXrhWA {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #rPtGkNvJJDz7kcAbzIwfpfDks4QlxbRZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #ZbN3eK3pCFgTzW6JkbdXD3eAAe0mP4cM {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #gC3LL0g6zwDiFTgNDDhCEs1aI3iTPqpt {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #Gd97FBkduyLwvq5bxV5IZ9IhD9IvT8Xg {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #Q0e1sTQTCldKgvgMdHweTteaeVOVLtO2 {  }
 }@media only screen and (max-width: 763px) { #GsvvtfX0OIEbCD8D1ngo7cstgy4FTblS { display:block; }
 }@media only screen and (max-width: 763px) { #gUEXmuza9v9IVAENWTZ2wahqI8SzHmmZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #rSpm82TSzaQR1TGWIQ3rUbLAtT6mJe5W {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #Xuarruws8N1CSnsITNxybckd353s7nTd {  }
 }@media only screen and (max-width: 763px) { #vtc7trWweJhtSOIRwhPLP2SG9ghQTEbU { width:23rem;height:2.8125rem;top:16.9375rem;left:23.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVB1eD8yb522dgSrsdhMk5m15ky8TJ1n { width:20.4375rem;height:1.3125rem;top:21.3125rem;left:26.686279296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2MRg2KwG3oDbZ9tatVliiA1mxKV72zW { width:2.1875rem;height:2.1875rem;top:20.875rem;left:22.74951171875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLJWDovu7D81HXCzJfn82Rf1kTd35NgT { width:47.75rem;height:49.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEGNQT4VVWt1LDDFVO6qp37JD1MTfMw7 { width:2.1875rem;height:2.1875rem;top:24.4375rem;left:22.74951171875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOluftc120tgVtBWtxyAqaohkiTPmtnP { width:20.4375rem;height:1.3125rem;top:24.875rem;left:26.686279296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJfhO02gqUBJsJK2eob4QpHhn71Un7F { width:20.4375rem;height:2.625rem;top:28.4375rem;left:26.686279296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekcpHpK4k2CTm7uB9hzPgi1m4kVXg4yQ { width:20.4375rem;height:2.25rem;top:28.625rem;left:23.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEDL65iIDxOZNwPVgnIxtoNDIsgr1nb { width:12.1875rem;height:1.25rem;top:48.5rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znyBoQnxyPxTwbsJZDs9ROQ67E84wMhv { display:block; }
 }@media only screen and (max-width: 763px) { #kJoBrXc7QaFbBo6fbV6dAauDClrJ3OOO { width:20rem;height:11.25rem;top:33.25rem;left:26.37255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHLFHMvisByXdGvNMMQDUEmAJzWJwKOC { width:8.125rem;height:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzuNUK64PWgBAyx24Vf6pTlF1GSfw2gs { width:12.1875rem;height:1.25rem;top:47.25rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdapcCDxHa8mkzZe4DxgNXc69UKJNBDy { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO { display:block; }#d2A7AxcIW9LaPMTO4rukTOaZ8r3C9PhO > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqBzkxTRQIrQamsTx3SXXvR56n5zSAkI { width:5.06185rem;height:4.62456875rem;top:0rem;left:0.34288197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPJV40GOOTfu4onxCgQiKcxM2DPf1UNL { width:4.375rem;height:2.5625rem;top:4.6245660781861rem;left:0.34288197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmyktJXbuE4SFmhhn2d3DQdxbOVk1wNn { display:block; }
 }@media only screen and (max-width: 763px) { #pNfiOf0SeFPv1z2oz2dN8pdvzBtITwbF { width:8.8125rem;height:2.5625rem;top:4.6245660781861rem;left:10.123698294162rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoEGOwkXBgbbkcIwF6w750SzGEUtrtkf { display:block; }
 }@media only screen and (max-width: 763px) { #xHZJ8dOQP3rSwVtZiEPTzTTymvdF2Obi { width:14.5rem;height:2.4375rem;top:6.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgz0CZAMtrbav6LIoBnMPo4B7naS8Tam { display:block; }
 }@media only screen and (max-width: 763px) { #Wf6effy1gWCA9z5cEV2qhTUcZQZUuhQb { width:11.0625rem;height:3.4375rem;top:0.59353303909302rem;left:7.8125000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #hebvsq1WoBmocUKbZbCF0TmSTU6T9eV6 { display:block; }
 }@media only screen and (max-width: 763px) { #pf17w8avWloWi5WWiE4Mcqhs9b3OhTEG { width:4.4375rem;height:2.5625rem;top:4.6245660781861rem;left:5.0618491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfAhligKL8qEwlonF4f1ipTfXZ00qQ2V { display:block; }
 }@media only screen and (max-width: 763px) { #OhQqhh1inhteLrl2qhwESQS0eaySOC9t { width:4.625rem;height:2.4375rem;top:6.560546875rem;left:15.375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #p840UmDeHe5bI4H5KkzaSUKWGCVR1Wuv { display:block; }
 }@media only screen and (max-width: 763px) { #APIum5afrAC9ghr8DMhs6pDoLzZG9h3L { width:15.4375rem;height:1.29964375rem;top:8.998046875rem;left:2.2812501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPJdmweGz4U9xfTmaL63Zl3wpBI6n2IR { width:20rem;height:2.11263125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1Vvav1hwco1uvn0AdlXHd6fFSnRMe2 { width:19.187rem;height:8.28613125rem;top:9.721842467785rem;left:0.4052734375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3qyS6mnPGBAWOlE9HuvJCtsN3NAdl8X { width:20rem;height:2.4373375rem;top:24.348956108093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvbNBfELlTHOiq40gCzP92LBizthog1r { display:block; }
 }@media only screen and (max-width: 763px) { #axWcW4wLqdJEIWkciv0Ii99JMpap7D6I { width:20rem;height:3.5620125rem;top:36.975584983826rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWv5DLpEwiwWlnsK6nd8zK39obyWcflC { display:block; }
 }@media only screen and (max-width: 763px) { #rOHp5uAwTENBXRHeVHoRND1dt6vUTb4c { width:20rem;height:3.8125rem;top:53.839677810669rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0EX31LLzAXccDHzFN0MIRavsqNZ9ThA { display:block; }
 }@media only screen and (max-width: 763px) { #ZfZaqnbkrPVXENx4LNFMX1F3kwhThH5C { width:20rem;height:2.374675rem;top:79.878253936769rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXN2OCSrU01KJZbIehnTQzIostNcsI9Q { display:block; }
 }@media only screen and (max-width: 763px) { #ZPO9XhrfeDBzdhQscE4lvocf2lVdcrlX { width:20rem;height:2.687175rem;top:82.629230499269rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNVCI5hpa9GgeBHuVxeZTHNNGTGR8iyM { display:block; }
 }@media only screen and (max-width: 763px) { #W3ziENV2Nv9uaqPwwpTq30pkKq9ITmey { width:20rem;height:9.187rem;top:27.348629951477rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7UcEl1st6qqd4f6O1QguoktFWPeOLTT { width:20rem;height:8.999rem;top:44.344888687134rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozlq2HxGhOE40v2ySwKMGRDJwqycZTIC { width:20rem;height:9.125rem;top:62.041013717651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkNktIaTsfuxTuO6lGToG1fkpXGaK0Iw { width:20rem;height:3.9375rem;top:71.642740249631rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXylFLlEaEKmdg4AIld6TcldX1TJwUPs { display:block; }
 }@media only screen and (max-width: 763px) { #HwLNyB5U93yUfhT2NxJM3nTw499HGNFL { width:20rem;height:5.68440625rem;top:18.310220718384rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iADvlL8heeTwlA4ebgwwCOEVHeIuaOwz { width:20rem;height:4.3847625rem;top:1.9772138595581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT3xUVVDi49fsyZBFtEVZLzqTKX5Zrcv { width:20rem;height:2.8125rem;top:6.534342467785rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qac4JgKDwSNXXA7ihlOPwhcoJDWvvxRv { display:block; }
 }@media only screen and (max-width: 763px) { #andbK6TC3tLrCpn8amw8E2Dc4UPdLoRR { width:20rem;height:3.0623375rem;top:40.959796905517rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzLCOAaEOxCWwov5PQuAhIrD2O4PfUgs { display:block; }
 }@media only screen and (max-width: 763px) { #fS0Jnp52sxSFHISc2KBvnnMU7yAT3zI9 { width:19.9373125rem;height:3.4375rem;top:58.037919998169rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9wM8FI2xnI6vrig2FyEP1P3a3xZUS2s { display:block; }
 }@media only screen and (max-width: 763px) { #utXVVG5M7GTOWH3vm5mdhtbbDOfqlTPw { width:20rem;height:3.4375rem;top:75.97412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVVeGxT0RABSWHakPN4HhIDS3suc8SUJ { display:block; }
 }@media only screen and (max-width: 763px) { #wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC { display:block; }#wb0kRfmgyKSeqaKby32GZnNLX4uNpdTC > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDrakkB8hFG7cP55AxnivsJxTT5MJtTB { width:17.5rem;height:2.375rem;top:9rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ9GxXBls7VXHqT4NWDOIz4BWDbBKdxg { display:block; }
 }@media only screen and (max-width: 763px) { #ONoqNFcKn2CrDl6ZZyD9ho4BQDyXvNZB { width:17.5rem;height:2.375rem;top:5.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hitpbx3ODPf2OhQGX0lhwltoLeKEX4AO { display:block; }
 }@media only screen and (max-width: 763px) { #bAKtcMyNLpHK1cWQ6I4ggy7a31B8TZvX { width:17.5rem;height:2.375rem;top:2.84375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqmKI2hoZ1JPIGHosw5JVJKCsFCNRIqa { display:block; }
 }@media only screen and (max-width: 763px) { #J83sOMtlNQZq40TPCGyJlUmc8fN4AeTi { width:20rem;height:1.1375rem;top:0.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL { display:block; }#BAbxfEzntdnvKpB8D3qt7KxIQ1VViwqL > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GT0sNuvJt41cJ6BsMpwFx9m4JzQaTJN8 { width:20rem;height:1.94905625rem;top:2.0616317987442rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgCUDrawWrz9xHDA7L0eMsgzRbi3ffwn { width:20rem;height:3.7109375rem;top:4.7493491172791rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uefGMiuVEo1rZ12owBEXWCtVzh515Nam { width:20rem;height:9.4995rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzm04Cf4TGi13LfZTINvfv2VwcoLEMim { width:20rem;height:2.47395625rem;top:29.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FENrqvz5bdvBh64ftEDEv1F4AHXFgemM { width:13.624125rem;height:3.4375rem;top:33.499350547791rem;left:3.1868491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJLMioiw9TGVAS0cxNyy98bAltZIiy5 { display:block; }
 }@media only screen and (max-width: 763px) { #KdFhvuqlV5I5WCfK7fg8iSPFyxPE2PBk { height:11.1870625rem;width:20rem;top:17.519533157349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdWB3XnaOW43iJffBUy7mZ2PW9fHNab9 { width:20rem;height:1.875rem;top:29.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i48P8nPbP9ZUTtwude9T6paoBbfv2L86 { background-color:transparent;background-image:url("https://images.assets-landingi.com/T2vwkHSx/Projekt_bez_tytu_u_1_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86.adaptive-delivery-prevent-bg, #i48P8nPbP9ZUTtwude9T6paoBbfv2L86.lazyload, #i48P8nPbP9ZUTtwude9T6paoBbfv2L86.lazyloading { background-image: none; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row .container { background-color: transparent; background-image: none; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row .container > .video-iframe-container { display: none; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row > .video-iframe-container { display: none; }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .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); }#i48P8nPbP9ZUTtwude9T6paoBbfv2L86 > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsDmRttzBRQdV7k8Zg3IDIQN5mCiEX5a { width:20rem;height:1.94986875rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKWgOH7BKs6tzXJV9Jm1DUypoJKZiLg4 { width:20rem;height:1.3rem;top:8.2486982345581rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CimTiRd92To8MVaEixDBJpOSXNTJQrfI { width:5.6875rem;height:2.3125rem;top:5.1594992876053rem;left:14.125868856907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqLN7fvnIdA2otqre6beTRxhzpsNLXK0 { width:14.9370625rem;height:2.59928125rem;top:44.749352455139rem;left:2.5303819775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSuTVrOpkqPpKMkXSim1ZICEnhn2e7Ch { width:14.9370625rem;height:2.59928125rem;top:56.061201095581rem;left:2.5303819775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZOWa8bTEZEk2qafnE2nE6zHPIi4ObZXB { width:13.49955875rem;height:3.31293375rem;top:60.436190605164rem;left:3.1868491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMMFq46QUi4SnrsV0ULLf3PfgZS0adlc { display:block; }
 }@media only screen and (max-width: 763px) { #ek7nVXV9iOIi6nqCNoUZxByhrf8TPNoT { width:14.9370625rem;height:3.41145625rem;top:52.18424987793rem;left:2.5303819775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCMicoWwqf0TfOhHdNf6tFBB73DEw56i { width:14.9370625rem;height:3.41145625rem;top:40.873484611511rem;left:2.5303819775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRgVdhIiA9g6vNVkUPsDczmbrTutfGVs { width:3.68706875rem;height:3.06206875rem;top:37.061637401581rem;left:8.1553822159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvAzDHM4qanbXJ64q3elTGTz3mLCqNxO { width:3.06206875rem;height:2.56185rem;top:23.936632633209rem;left:8.4678822159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgI3PEQipAUV9RzNT5TrzKP7BrhXpfTL { width:14.9370625rem;height:2.5992875rem;top:31.435549259186rem;left:2.5314670205116rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9BfJhTkqQfd9ffe7QZbGZPEaplg2o1O { width:14.9370625rem;height:3.4114625rem;top:27.186417102814rem;left:2.5303819775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4QTFe95XkBEwseWi1TKRnuWw1RStgHD { width:14.9370625rem;height:3.4114625rem;top:15.248481273651rem;left:2.5303819775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQhR3pksdN4QT3Ocd4sC2Nga8OLpzzO3 { width:14.9370625rem;height:2.59928125rem;top:19.373916149139rem;left:2.5303819775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTXEkCLOQS5AgwRUKs1pQX7SncOIq1yn { width:3.18685rem;height:2.68663125rem;top:49.498697280884rem;left:8.406033575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRb4LTVI5ogxJd4RygLTzWZOTPuxd39B { width:3.68706875rem;height:3.06206875rem;top:11.561415672303rem;left:7.9351130127906rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn { display:block; }#U5p6yUtoNq5CVrd3Ulp7AF98JOMHsUkn > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcyHX69aDEoTrbOI8yCXDnBb02iBxTgu { width:20rem;height:1.94905625rem;top:1.8109841346741rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzygtsyreGFHJ8zKHlXsny5W8uEVdzyF { width:20rem;height:2.436525rem;top:4.3109812736511rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpkTo3N5FpdP4uV7TDoQtBEqNayvh93o { width:20rem;height:5.68440625rem;top:7.998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh { display:block; }#owo1s6rBbfxkLQJU4CxpehfwgyZGt4Nh > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5HG4W1PBTe31ENcICntTKTh4RDpr94v { width:19.125rem;height:12.6875rem;top:0.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLkkSJoAWBuXE400ZHTt3TegtsoiuJ4G { width:19rem;height:32.6875rem;top:0.5rem;left:0.4375rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #IAW3ZZy2xvfLKh43tS4yqVHndWDT84px { width:20rem;height:2.5992875rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELFd85ds2gFMSHrJuz32DZUPnCwNF0Ac { width:20rem;height:1.94905625rem;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AE61HZp7Vyfk5XcU55tJVKpauK4cBe { width:2.5rem;height:2.0625rem;top:5.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWM3QzqXXXLfJZqqvoXhPvs32HgSfMeX { width:16.749125rem;height:9.000625rem;top:14.0625rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtemDXaGdZkMuoGboJxvIl6qbR70oRdE { width:13.624125rem;height:3.4375rem;top:22.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyNz6E7LJTVKFTMyCwUexmN5UyhSsGZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #iDhH9PilKOITBOuzpkqh0Ht0ekRDSDJ3 { width:16.25rem;height:1.80013125rem;top:27.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTKs5M6Bw4SK0TtKQ5FoXXvrpyGy5ihD { width:5.5rem;height:4.5625rem;top:28.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo { display:block; }#dGcuMIHXBvIFtQrBTu10EpCTz79yEfpo > .row .container { width:20rem;height:125.90118408203rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWcoWlxZ5GkWBHeO55EtQTDqZ6zJZeMA { width:20rem;height:10.80075rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzLNAUxHs85Jwxb9gpMS43b9KG1tqNtf { width:20rem;height:18.001325rem;top:12.9166875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJRSxnw5nXC5bidrfykTJMVhMPat3mt { width:20rem;height:21.60156875rem;top:77.881948471069rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duvQEql1XTiTmHNWxRvMIRkeNTTHWCVe { width:20rem;height:26.4518125rem;top:99.463979721069rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#duvQEql1XTiTmHNWxRvMIRkeNTTHWCVe li:before{  }
 }@media only screen and (max-width: 763px) { #VCVEQ3xksxUyGqTA22IloCu98pgCEAL3 { width:19.75rem;height:12.6009375rem;top:64.853519201281rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPndwvvgM4BQrFngbHoF31JJHI1ECeKd { width:3.99956875rem;height:3.31163125rem;top:31.525609970092rem;left:7.9991322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvb4IS7sAamV1CAtWX1rUvQk1iBAUSNk { width:4.12435rem;height:3.37456875rem;top:43.337675094604rem;left:7.937283575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCad2f1awvhz9pBl7mNciGlcsXpJf5sC { width:4.0625rem;height:3.37456875rem;top:52.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmXk7901MvShZCTHrJbJutGJma9MB6qI { width:15.499125rem;height:2.023925rem;top:35.525176048279rem;left:2.2178819775581rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSP6mqTKmRB7l65EFe1NnN8U9HzyJpBE { width:16.749125rem;height:1.80013125rem;top:46.712243080139rem;left:1.5928819775581rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3loFxHqi6B429T2flT7blKWmW2x5USz { width:16.4995625rem;height:1.80013125rem;top:57rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkRdFscbRzeSAwaKDlDqNWpJ9rWhVV0F { width:15.499125rem;height:4.7246125rem;top:38.192277908325rem;left:2.2504342198372rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAbZ8Mc4DrLGUwSbADKvR2lK1QPGTtOi { width:16.749125rem;height:3.1497375rem;top:48.448354244232rem;left:1.6243489384651rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihq6PpAncc5KGxMmUduvedIr2VvxF1U6 { width:16.4995625rem;height:4.7246125rem;top:58.6875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t { display:block; }#XuXgwfpSNSETaHwAlIkAK9rKGTKI7E9t > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCUp999GOdNwfZwBl4up2pw3Et7yUcVc { width:19rem;height:32.6875rem;top:0.6875rem;left:0.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #aXw7mdwTx7gHoCqG169VwHfu7RrhTUGZ { width:19.125rem;height:12.6875rem;top:0.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XepJw4fCnHs7ItoCSFi5p2G2IDKCFkmP { width:20rem;height:2.5992875rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1qDAXVRmwoZ5g4BHxr3JGDiFhP9bh9o { width:2.5rem;height:2.0625rem;top:6.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6NRHTZmPDG0hpyWtx6Ogwg8hdlOd5Jq { width:20rem;height:1.94905625rem;top:9.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz1wDmeBbe9H0nCMEtXkclbClGQEpKtK { width:16.4995625rem;height:7.20051875rem;top:13.625rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MX9HbMkuh830z8KUN19RpeWtkuk1e1rs { width:13.624125rem;height:3.4375rem;top:21.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqHKqi2bH4Eq0V1LyOOl1KC5eu2batDI { display:block; }
 }@media only screen and (max-width: 763px) { #yGoerzEefGs98KANGzmZMiiH8oUSp8VR { width:16.25rem;height:1.80013125rem;top:25.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2RJ3NVkEsl1h9qrwVxLPfvOtl1gTPMs { width:5.4375rem;height:4.5104342844672rem;top:28.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ { display:block; }#amGKfTOqmK3MKKK4sTRTWnCLux2TytKQ > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smBFPKIUSZ1eJeqgf5Z3hLBv5JOkxuSt { width:20rem;height:10.80075625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4gmvnrN1f3IbqQ4T9Wce5GVHT56fSss { width:20rem;height:33.652375rem;top:16rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#p4gmvnrN1f3IbqQ4T9Wce5GVHT56fSss li:before{  }
 }@media only screen and (max-width: 763px) { #GnZT48dLMGzqI2hhOPIIOcmPGC8rPGk0 { width:20rem;height:1.80013125rem;top:13rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 { display:block; }#lM0FmMwBMDpGrQaXoJ2028IO40wQDIT0 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cP0DTtvOO3dXPTimpfNlc3f8G0t43oMN { width:19rem;height:32.8125rem;top:0.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9kKTvGpqrPQKh3ZtIwRg84bhDPD1LWH { width:20rem;height:1.3rem;top:2.5607659816742rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCyGSTm9FrzpaEEOvcFT6ASKmetTzQ1x { width:2.5rem;height:2.0625rem;top:5.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtsaToZqUs1M8z2QAPzKKSWv1KRhbSD0 { width:20rem;height:1.94905625rem;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKdtEZHCge7e9p7tkTEo5yV2Z7fDIBQJ { width:17.5rem;height:7.2005rem;top:13.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nmHa53ORI9XrqFS1t1fyhr5FqRRHJpuC { width:13.624125rem;height:3.4375rem;top:21.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuQdAUUivTJI4z3uHJm3UEulXK8W7FpH { display:block; }
 }@media only screen and (max-width: 763px) { #F846VFnkltTLMKiz8QDZXWHGIJqMEy1n { width:16.25rem;height:1.80013125rem;top:27.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p915BIk0OdE9Gh0A7nyRG6D2uqbJCtrS { width:5.5rem;height:4.5728170179098rem;top:28.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzv9o7LQo3bMWVychEKASqeBbn18ZexD { width:19.125rem;height:12.6875rem;top:0.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN { display:block; }#uQIHTsQl9bgZTXSwouTS9aaUkm2mCyVN > .row .container { width:20rem;height:127.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXWT6eTB4P3EehtUEz3PuKKU2HrRFRMw { width:20rem;height:3.6002625rem;top:12.372625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0qfoTCBDEKmCKbmVCTAbNuxDC7tiOCo { width:20rem;height:1.80013125rem;top:9.322625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3SZN4Dhgg4E0iG7iAuFeEl72xTmIFT0 { width:8.125rem;height:6.8230399267119rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6k8eWTHBm3brW4wHguKVQGSX90T31Xp { width:8.125rem;height:6.749125rem;top:51.79215625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBRUpPiBH7xPpWKnxyy47TOa36pcLT89 { width:20rem;height:3.6002625rem;top:59.79059375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0OeiPJXIgi1fLMffDOlmwJMLuQZ8xRO { width:20rem;height:3.6002625rem;top:36.45465625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCXFbqCqCvTADdnrgkiFzdqToxQ32kT2 { width:20rem;height:5.4003875rem;top:81.060125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L61eZcy8Rfzkma1CdZDsouk7uqdWiOLk { width:20rem;height:3.6002625rem;top:23.60621875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO2g3HuQv1Eae6m998ATGDq5FJveq4xc { width:6.5625rem;height:5.4466954429663rem;top:100.85934375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvfCukeTFTKRqcUkM9cWfKyodgNcHsXR { width:20rem;height:5.4003875rem;top:107.5554375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsDA6qxkooSmw5RuwncDw9ac0EvDLfQ5 { width:20rem;height:3.6002625rem;top:46.94215625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkfCudEfuCJhitwLXWPeTtJzwCaTZioB { width:20rem;height:5.4003875rem;top:94.20934375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpfo8klPJ7SM6HrkyXXRH7JmTXC3kZl6 { width:20rem;height:3.6002625rem;top:70.13825rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpu6iIERC4XWQaxC3JnEy49w5DvLQ80V { width:20rem;height:5.4003875rem;top:119.09059375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuLe9RiapEaNmiMpctJQTqlcVSFzEEaL { width:6.25rem;height:5.24956875rem;top:87.710125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8BT2JtN6KtkQ1CtDK3m1n7Io3TXClXx { width:5.75rem;height:4.8222694065106rem;top:74.98825rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxenGxNCqWsSNqKNtmJVinxd7OLTCc2s { width:6.0625rem;height:5.1342708086656rem;top:17.222625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR5yCDFN77sQTI5xJ7PN9v6mEoc6eLvo { width:5.4375rem;height:4.3879869908422rem;top:41.30465625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOrrP28rnryXafSa6BFZ0OdhNPkfCiOL { width:8.125rem;height:6.749125rem;top:28.45621875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQvk16fThdfbaQDe4EsonqI80exJHahG { width:5rem;height:4.24805rem;top:64.64059375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sitqop7NS0RCSR9dxv1nTu8vSNEGSFet { width:4.375rem;height:3.6356707531807rem;top:114.2054375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOLam7SrgWGN5JDHePbLpWppN4pLXOxu { display:block; }#IOLam7SrgWGN5JDHePbLpWppN4pLXOxu > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7hP2TdAOUxWgz4vl85g30MhWEr2AQAO { width:19.0625rem;height:25.375rem;top:0.6875rem;left:0.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #PSdpAHVUuI61OyZ6zfq66pyH6eNdkFJ6 { width:19.125rem;height:12.6875rem;top:0.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv4P3CfVIFSqiVFm4MZxHC8BZRyhb7Da { width:20rem;height:2.5992875rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbxsPXCTU2cbJcqidqSLwX6tPn6CFZeP { width:20rem;height:1.94905625rem;top:9.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8dd3uURSgtQB4KKyD1KXH03CFOIGiLh { width:16.4995625rem;height:7.2005rem;top:13.625rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B75shzLhn7KZbao2mmOOVGW5I01t7AUs { width:13.624125rem;height:3.4375rem;top:21.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKTr2fVWuam9CIsRFqzXCdm7iIPIKGdq { display:block; }
 }@media only screen and (max-width: 763px) { #LrD2G8BETE7zOTktTPtFKzrarn4sL46d { width:4.0625rem;height:4.1875rem;top:4.9375219345092rem;left:7.9687502980231rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu { display:block; }#HtGgJiLbZApMEfcTLDHiydcTyl6kuvNu > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 { display:block; }#JS7dJoX3FXn3WzCzB37tumXDWNL9DN13 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOt6QNEH9QKmLQFIzD1rHvM8hX3ZQfch { width:20rem;height:3.8981125rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0O2dEgmzA2NNKTEw0l1I4yhMyTciyNU { width:8rem;height:8.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwf4fpyDFxVkaev4nIh3XKLPgC7fiHeD { width:19rem;height:3.4375rem;top:10.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoA7XFso8nckZwleVFy3TURWxFBvaK2E { display:block; }
 }@media only screen and (max-width: 763px) { #LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf { display:block; }#LCARMVGIxfKhixf7ooaRRAGIRDlKSLwf > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqrc9MfnbGmGD0sc5JWpy7i1tEvH1Tyg { width:20rem;height:1.94905625rem;top:1.9986896514893rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcEI2ZBGW40Gam2hg5ay32ihOFZUQi2O { width:20rem;height:1.21875rem;top:4.8111991882324rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8nrIn803iCmQnACGx1Z8IpklaQUnhod { display:block; }#h8nrIn803iCmQnACGx1Z8IpklaQUnhod > .row .container { width:20rem;height:106.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHXX11UvH2Ef91DM1aGdeFLu8STUzdZ2 { width:20rem;height:2.023925rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpfXB2O2pVdikitmdNXnfHpFT7iOH1sv { width:20rem;height:3.6002625rem;top:61.499568939209rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApbnraBr7T2QKa6Q4dlNtobnIhDhN4rm { width:5.68685rem;height:4.74935rem;top:8.7402350902556rem;left:7.1560330986975rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAfVW67w436Xb1c6XqCy707iwc3ueGwK { width:7.9375rem;height:6.625rem;top:20.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP8AcvztDhhDGf1zcfa3iGcomSgdOXoh { width:15.499125rem;height:2.023925rem;top:14.239366769791rem;left:2.2178819775581rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzZQBT7l9L4bFre5O4SNA27DL1B72oqy { width:16.749125rem;height:1.80013125rem;top:27.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpsAig8hGcL2IrOTgWcd8z8nwE06ybfr { width:15.499125rem;height:3.1497375rem;top:16.252171516419rem;left:2.2178819775581rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3iZipTVT26se3rD97MLKJohJVrByCLx { width:16.749125rem;height:3.1497375rem;top:28.797745704651rem;left:1.5928819775581rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn95wXWvpa334cmRzS13vSBuXXbbZl6r { width:16.4995625rem;height:1.80013125rem;top:38.3125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly1KAW4LQ1rRBchbgxzU1tlV6SUkoPx6 { width:16.4995625rem;height:3.1497375rem;top:40.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1FvRaEXVTwSdJpGdsAJNG68ENM7hWwV { width:6.4375rem;height:5.375rem;top:32.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5QPgTqRdZsgVf0PnSyplZhUnzno12Ki { width:20rem;height:2.023925rem;top:46.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyXc6n2P1fDEMKaR8D7SGUZgU1UybuSI { width:12.7495625rem;height:3.6002625rem;top:69.875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxAdvoAqqbQPckRDO7R1vNl7vz4ySzb1 { width:12.8125rem;height:3.6002625rem;top:83.75rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFz0k6sUTEgituUBFk0V4tAIKDcEegox { width:16.1870625rem;height:3.6002625rem;top:97.625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqGcwzkZE5nfI7b1bsy8lV4eAmSpqfxU { width:16.4375rem;height:12.5rem;top:65.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU3vnKwJ2Q3bhStoHITFQHNRZyT3dblC { width:16.4375rem;height:12.5rem;top:79.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRK4Z3RF8ImzMT05RFWa51CRbROTxiw { width:16.4375rem;height:12.5rem;top:93.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJTTzsP1AbxLJrNE58eVidTdkEKqDbP8 { width:16.4375rem;height:3.4375rem;top:74.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1iWM4FIDzV1gFDUBVR5KMPKJpFhQf0x { display:block; }
 }@media only screen and (max-width: 763px) { #InknLsha2cVoWaFA1SghcqRISmRTrrHo { width:16.5625rem;height:3.4375rem;top:88.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZS8l5QfJNWUJxgca7kNQ1v4seTFaigW { display:block; }
 }@media only screen and (max-width: 763px) { #hE3UTceRWuR9TRqH9Qy3zzeKm2oxv4VV { width:16.4375rem;height:3.4375rem;top:102.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6bTTIKeekRg57MEwF10pbhmyo71ulQq { display:block; }
 }@media only screen and (max-width: 763px) { #wESoeIEloNXyfBb1AAmA9afp5AZgywTO { width:3.125rem;height:3.125rem;top:80.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK9FB5bALNcTceix8BceZ1n6WTC8OvnT { width:3.125rem;height:3.125rem;top:66.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA2t6EQFP8xAwTEBQiBSqgsu9wsKbR5S { width:3.125rem;height:3.125rem;top:94.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFNl3hOQG1hy8ZU0Ax5kN6p8loDKWT68 { width:20rem;height:3.6002625rem;top:3.7760181427002rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUyWxKWd2yoFhyVDP7KbRPbgxX0VTMza { width:20rem;height:7.2005rem;top:50.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqc1cuBPuCiABFORRHH51VL1GOWk74rT { width:20rem;height:2.023925rem;top:58.972434520721rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW { display:block; }#VQKNRG9bptUbPTRuRZSGSnN1LNHbBbdW > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRyH4Hadz3R4drwshot6oCcFaJgfLWuM { width:20rem;height:1.94905625rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #paTFtumFVto765Uu5vFNg4TO4XZTESbV { width:20rem;height:1.16875rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4Z6lJIn90zE2tVyZf0LS4izyLbUsO1m { width:20rem;height:1.2375rem;top:16.155600547791rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZFqJrT18KlxvHWpoM6T4L2gs1N896uI { width:8rem;height:1.875rem;top:3.75rem;left:9.312283575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgV7otnvPsbdwmo95k9vVD4uGSJngoCW { width:17.5rem;height:1.99978125rem;top:19.062500953674rem;left:1.2500000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agS1QENoET3ZtcpMtVQN45cUlEQr89o4 { display:block; }
 }@media only screen and (max-width: 763px) { #H4gAtayii71ssZXgTpNyQHJ25sfS8ufe { width:18.9375rem;height:5.61198125rem;top:9.2491321563719rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#H4gAtayii71ssZXgTpNyQHJ25sfS8ufe li:before{  }
 }@media only screen and (max-width: 763px) { #DvUFc4OcNZunHLTmpJcuuOpZbAnk3KCP { width:20rem;height:21.125rem;top:2.3125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TtEQmgH04gQVr1DMLVSovEW4oBw9gBrs { width:10.5625rem;height:11.0625rem;top:49.6875rem;left:4.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwKeRDHGa8LT84xC0acAktETpPmL8cmg { width:18.6875rem;height:11.25rem;top:47.8125rem;left:0.65625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/mIobpe1g/Projekt_bez_tytu_u_19_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#OwKeRDHGa8LT84xC0acAktETpPmL8cmg.adaptive-delivery-prevent-bg, #OwKeRDHGa8LT84xC0acAktETpPmL8cmg.lazyload, #OwKeRDHGa8LT84xC0acAktETpPmL8cmg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VAMd9pKPBGLn4gbbWFiwTaIynowOHMCM { width:18.0625rem;height:23.4375rem;top:67.4375rem;left:0.75rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/d8tB2A2p/Projekt_bez_tytu_u_18_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VAMd9pKPBGLn4gbbWFiwTaIynowOHMCM.adaptive-delivery-prevent-bg, #VAMd9pKPBGLn4gbbWFiwTaIynowOHMCM.lazyload, #VAMd9pKPBGLn4gbbWFiwTaIynowOHMCM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RQyZ6AKJ8CfRPIBVq1CJb7eihti4l4TI { width:18.186875rem;height:11.25rem;top:23.43533039093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu67ToN1w4E7gzkfRW5lDsG9HPx7hB32 { width:16.624375rem;height:13.0620625rem;top:35.249567031861rem;left:3.3745661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks8LKfesAODfJZ5hgiRZSWxim7dh8TCi { width:20rem;height:1.16875rem;top:49.5605234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRLsbUwtaapU4CslbV0parLeeFl1bCSH { display:block; }#KRLsbUwtaapU4CslbV0parLeeFl1bCSH > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crVFcCaV12ty8bC6t5d0FzGBTX931RV8 { width:20rem;height:1.94905625rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIPoHE8GVIS24p6EzbTh9g7DlmdvvFnV { width:19.6245625rem;height:2.47395625rem;top:5.8789064884186rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-regular-label { width:16.875rem;height:auto;background-color:transparent;background-image:none;display:block; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-text { width:16.875rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-text {padding-top: 0; padding-bottom: 0;}#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-textarea { width:16.875rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-select { width:16.875rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-select {padding-top: 0; padding-bottom: 0;}#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-input-button { width:16.875rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-checkbox-label { width:16.1875rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-radio-label { width:7.75rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-container:first-of-type{padding-top:0;}#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .widget-container:last-of-type{padding-bottom:0;}#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk  { width:17.5rem;height:auto;top:9.0668404102325rem;left:0rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk .radio-container { width:17.5rem; }
#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk {display:inline-block;}#uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk { width:17.5rem;height:auto;top:9.0668404102325rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #ifA7fZOKCZ6COARH4F6iE0FnIXtTlhTZ {  }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #RJ1XdBD4u0oKOAldn37vykxWhUPy7sSy { display:none; }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #MqgcTK1Tkp55ZEcBkeuFqItMsrey71fU {  }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #S8QVblJk74DcFntXnW69kT5rp4ztfAPV {  }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #d0DLHmiEMZDbpPUC52KXzCW1Gug7SZSX {  }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #cJGLByTJDcA3h8Cn1enTnpQme9JoaBgP {  }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #NhW6hUTIr19mCgKrQPi6NTvBRfcOqGmr {  }
 }@media only screen and (max-width: 763px) { #uPlf30XVCfWpkJ8AdW84Khmscp5MZLyk #mNc9ZHmOknozI9QEL9wS1fybidT2JZ6b {  }
 }@media only screen and (max-width: 763px) { #ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx { display:block; }#ReAiZrF4pR8TVOvyLXxSwoNIgeGP15Xx > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcV2HTL2aQ7nBfGoVzzGq2NSo0aqE3oE { width:20rem;height:1.94905625rem;top:2.1234817504883rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrQQA9hpwx8qT4sicNBMftXSCAT0RFa1 { width:20rem;height:1.21875rem;top:4.4715719223022rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax { display:block; }#XF9FF1mlvV9HgGGuM0P4yBBBwru9aiax > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5mRUXIlPO1RXlTfv9WIarsSGy8GG2cZ { width:14.125rem;height:6.625rem;top:6.3125rem;left:2.9375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZVURgZfUsaGN4XarV2QNtyk4pMTq9bqd { width:20rem;height:10.0625rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkVRzWZJkvgxaAT0tK4x3wdPiWb94o7q { width:20rem;height:4.36035rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#dkVRzWZJkvgxaAT0tK4x3wdPiWb94o7q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/D2bJTsAY/ikony_2_.png); }
 }@media only screen and (max-width: 763px) { #e75935oouNar4ndFTNlx5HW1SXKT1BPx { width:16.4361875rem;height:3.3112rem;top:12.937500635162rem;left:1.7786458134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbDWyDecoX6qFIeT9a5ZLEgnWCuwT7U { display:block; }
 }@media only screen and (max-width: 763px) { #BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI { display:block; }#BRqkTpEOJpLOuWQTN0wA8z6o2OtB7qfI > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTUHfFI54THcztuMIhRH7W3F7VTC1Etx { width:20rem;height:5.84716875rem;top:1.0611915588379rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n19sdQTcweoqgRzpgw7sefAvwX2srTet { width:20rem;height:1.21875rem;top:7.4989156723025rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 { display:block; }#I05CsAvb2xDn0mzANuxogLRBuPUvk5M4 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON1OpZ3hepBOKrasX3UQTdAGd8aArA6z { width:12.686625rem;height:3.6002625rem;top:9.885rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9lKl7WibiEK1ICkh9sO0Hs3uO9KmWQQ { width:12.686625rem;height:5.4003875rem;top:24.625rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3GI2mVnAArvWGytFAyKhnVRZHcFeffr { width:12.686625rem;height:3.6002625rem;top:41.25rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU7fWlcnbJ0rIgkLyR97Hppw4w7BNVa7 { width:12.5rem;height:10.5611875rem;top:14.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifrl1dcXCku9I0Ww6vVcRQT6VbJbeN0C { width:8.875rem;height:7.3852707390594rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qydKCiPIvZac8Hqbx5XIVpSom4vAKTHE { width:13.625rem;height:11.5rem;top:30.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owiPT4WJ79I7RROFwn8GT0TgBDuPnvI2 { width:19rem;height:3.4375rem;top:45.917922973632rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #WskGvsqsCwrfcvwFm8SSLWxBavVi9QZZ { display:block; }
 }@media only screen and (max-width: 763px) { #yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e { display:block; }#yPDqPIoHgIcDkpH0aOJSmq4eJOB1n29e > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nciOUbyI9tLyKMTC3Dg3RvJpdsc45wDc { width:20rem;height:1.94905625rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc7aSZ3IayH2Fcw10keMkhM2pczJsr3e { width:20rem;height:1.21875rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J { display:block; }#eG0D9nQ2OcRhBTpqn2afghyMOiC0AG7J > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdNTW25tcvDehThWwxC5DGvZZvK1Dzlz { width:19rem;height:18.9375rem;top:3.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua2cT1ioAev5JruQnmzsBvc2dSaMhlFk { width:6.4375rem;height:6.4375rem;top:1.5625rem;left:6.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnOfMNe3qHHFamsrKkTRg8c6ywa9gG85 { width:14.9375rem;height:1.3rem;top:7.9375rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5Tet9trvBC8gTqkkWTTZlyD8QwnuZu1 { width:14.9375rem;height:5.19856875rem;top:10.375rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vaS9bt1i0P32XpFpG8WFzXxVb1OiAUbv { width:8.375rem;height:8.375rem;top:18.6875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RchXw6ZLncBMBxZVpiWnbKi35vxDdsKu { width:19rem;height:18.9375rem;top:31.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdNuPwNWRrIlLDgaT9RRRm2NE6oDurto { width:8.375rem;height:8.375rem;top:46.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tthmQWd6qutHqTNDEeV7n6CcmoXzGdbr { width:14.9375rem;height:7.797875rem;top:38.25rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uvdzyKu5KkT2TvyvaUSHokz2toD8BpNC { width:14.9375rem;height:1.3rem;top:35.8125rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hw1Q9aeOApITCdp7Zuxu0AkcT9qWvcOZ { width:6.4375rem;height:6.4375rem;top:29.4375rem;left:6.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sym8gsIl1Bw8TmlWTZL25VNsggaSUGTO { width:19rem;height:18.9375rem;top:59.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpiy8CDRmqZRb7hMCdQoBiaLyFT7adt { width:8.375rem;height:8.375rem;top:74.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRAsSylb80n7TVuobOCAoxr34awdrzxP { width:14.9375rem;height:1.3rem;top:63.5rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkthW52BaZPyDPAyUqixXsXrDWX1FezC { width:6.4375rem;height:6.4375rem;top:57.125rem;left:6.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHrXoTbE0fhfAiJ6WaPWTI53cciyUbNE { width:18.186875rem;height:7.797875rem;top:65.935284614563rem;left:1.8120661377907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 { display:block; }#Ow9MnGWKiJcFcphTAIX0WTqNk8qsUJk8 > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yubkxENoo8EO7NoiyoGLuyk5VIJqXzMk { width:20rem;height:1.94905625rem;top:2.9991120398044rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFroWfc57wMVDwRGmAlWtgeerLbtskID { width:20rem;height:3.6547875rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn { display:block; }#GTIV6HTLUfQILa65ZT4Ia8gUxmxLUuCn > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtBxxgRrixI5t7NTQMzFTTbwIpyTL4Lq { width:5.625rem;height:2.06163125rem;top:1.4366316795349rem;left:0.74869793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVhTg6ov5zLXJmpbK6QlpZUEpfwBPVDp { width:6.875rem;height:1.43663125rem;top:1.745876789093rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD03nyHlaaRN1NDhZBrF2ZXBfnkT1V87 { width:4.93706875rem;height:4.24913125rem;top:0.33962678909302rem;left:14.373915731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT { display:block; }#UzKR2yMG6TXDt7rtUilM5t9E4rDI91WT > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1pNvuU9y1WuvGWJ8h9Ux53o9XhilnH2 { width:5.625rem;height:1.93685rem;top:1.5310335159302rem;left:4.1851130127907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNG9SpEqkgIxRs58OVPuq4lW12uARawO { width:4.125rem;height:4.1875rem;top:0.37500035955816rem;left:10.827684429973rem;display:block; }
 }@media only screen and (max-width: 763px) { #shl92VK8B1N99hLtGmvy5p7JHGsMPD49 { display:none; }#shl92VK8B1N99hLtGmvy5p7JHGsMPD49 > .row .container { width:20rem;height:64.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h2IUk8AgMlDkabMfCn38vqfnzAUqX1Zv { width:19.3125rem;height:2.43055625rem;top:1.8120713233948rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffbe16ech5HMToDouZtbcg0x76tOuNeB { width:19.125rem;height:7.2916875rem;top:4.8676216602326rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #nZMT1uypKunyqC2qmpluPseVUeq7VZyk { width:7.9375rem;height:2.375rem;top:9.7217886447906rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-text {padding-top: 0; padding-bottom: 0;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-select {padding-top: 0; padding-bottom: 0;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-container:first-of-type{padding-top:0;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .widget-container:last-of-type{padding-bottom:0;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex  { width:17.5rem;height:auto;top:13.273654937744rem;left:0rem;z-index:99999; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex {display:block;}#UTlDfWLIXwo3wORgKI2L8GwwWW5PERex { width:17.5rem;height:auto;top:13.273654937744rem;left:0rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #ANMZPG4d9STmgkyAnPLy4P4vns9Fzzgi {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #ISf4qtPP2avMfbP1MHZ8x6u74uO7uDB0 { display:block; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #GXqqp8FLqRSLGd0dEgOrktkg53wdebrL {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #Tf31WDQERpSMbEkEtrVIhleGsrJRmoJe {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #UFl5WPi0qhR0wf5J0rleynhRze5ucVk2 { display:block; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #f0FCAZbgLazHGGAvzF11ub3CMJ7p9dxm {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #PVymQKiMbPliWhm9pSlT1847cSt2RTWM {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #Po0xAPtbAtgqbceT714Xo1eRAqfliK5b { display:block; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #qcFOXoNxTPJZ2W33X3tQoDLD8KxpowOA {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #XhfrxpqqhbTD34LTDBceIhUvtGM62eMT {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #e0vpg2TyqqSIpFK8M0AZKdugtz10esbc { display:block; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #QnTskf1hC5ybdOBaMF1TIfeS9zFC2lg4 {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #V0hhMkqTMcRyB1fEDViMskPFFSAMkb7p {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #f4TG9pm3VOvLgUtAp6tsrXTBpVksinKH { display:block; }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #KUDpLCMhGTK2vr2VTqPC1gES0lvPXpTA {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #SQGe3FSotGghCn2U0MrE7DhH9pVH5MSO {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #grLHhD9pmCiWrqHMw1DapOJGIwlkmytc {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #ihBhzpNQJGdPc0TNE99RWCls41cgThXE {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #x8rZyVBZMp0IKNZX0aPEifqgTabHctDO {  }
 }@media only screen and (max-width: 763px) { #UTlDfWLIXwo3wORgKI2L8GwwWW5PERex #szQ6GSPS3zit2D6RPnsXVSZ7zy5cJOFR {  }
 }@media only screen and (max-width: 763px) { #T07gV1NuMxsWPwBKBnXnNIdq2ellcyVH { width:20rem;height:5.625rem;top:39.75rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KsdwdGiGci0TlDkecpFhP8PvEolisIiL { width:13.5623125rem;height:1.04166875rem;top:44.481338500976rem;left:3.2183161377907rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e6SVxx2N6SZyCXJbQzbR3Ax1flmldQSz { width:2.24935rem;height:2.24935rem;top:43.846572875976rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfeBMlRknH8ZhBuXI7M2CMdm9mxxgerH { width:19.9375rem;height:62.1875rem;top:1.1382446289062rem;left:0.16818577051163rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #XwDU7DFcJxMI6DTyclNubRbDIKC5pWRh { width:2.25rem;height:2.25rem;top:46.097005844116rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7tK0zbeNKzHc9N29TVcWWv5oT4oXbeB { width:16.75rem;height:1.04166875rem;top:46.701389789581rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnwtVAI9NQ5V0E7hH9k1q18esrkM7mwJ { width:16.9375rem;height:2.08333125rem;top:49.049480438233rem;left:2.9364150166511rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNV98ezaAapFM2Pfyb770doRtrPTWzN3 { width:19.3125rem;height:2.152775rem;top:49.014758110046rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #bwzm3lNOEPOiDDfKkXmIleD5mgWqTCZG { width:12.1875rem;height:1.25rem;top:60.628259658814rem;left:7.6236982941625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRaxl4TmZ7nuepMGOZlFhp8LovSpb6me { display:block; }
 }@media only screen and (max-width: 763px) { #weWtNHTrnyoPUpz77xOwcw0m45f5xBhr { width:6.18706875rem;height:6.18706875rem;top:54.248047828674rem;left:0.56206601858139rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vues9L53ynxFfIR7svThcRaHEAhCBdgO { top:52.068145751953rem;left:0.56206601858139rem;width:8.125rem;height:10.686875rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E { display:block; }#nq5hmLqbUoCnsG0T9fif6ZkTGh0xkX3E > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRxlmC761OAWkb5sr5WEcZ3XG1ph8LHk { width:19.3125rem;height:2.4375rem;top:1.8120713233948rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgqqu9Jck8DfrMOiVEDb17LxyhHQUgpt { width:19.125rem;height:4.54948125rem;top:4.8676216602326rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.75rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #G9WV41GxFluDOZ2LgphSlIpTex4z2FGc { width:7.937rem;height:2.37426875rem;top:7.044677734375rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-text {padding-top: 0; padding-bottom: 0;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-select {padding-top: 0; padding-bottom: 0;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-container:first-of-type{padding-top:0;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .widget-container:last-of-type{padding-bottom:0;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC  { width:17.5rem;height:auto;top:10.9609375rem;left:0rem;z-index:99999; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC {display:block;}#Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC { width:17.5rem;height:auto;top:10.9609375rem;left:0rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #z1voKCO4DOLTmzGv6yWiuQyTQrHuZ7qm {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #RBnBhX9AGHiXVsH0wmp6znoPXIivUI74 { display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #mmxHAdSmsv2fwksfSwis30ECA4arJqL1 {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #UxvPCAzF02aCgVU0hGeDnsriS6ursO7k {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #Etoe0lefdQJpPACB121wlmTDHLMegy1M { display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #kpSeDnmh9UpIrNADIxlhBSPwZhfUosK1 {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #bpky5x8scbfzuEAtTIctxBmTZGS9GpDJ {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #QsXUTqvHEMBlvwtm74N2lk371OKhRoAk { display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #LUheZsIs0x80xGb7aQua1QrBHpfG6Qyc {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #AntJaTQL1t9HNaEfdQW7FGVfgcQWF08b {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #fiWN2kDGOBQOHmVvTqkiNzn73tRSsckS { display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #O2FUCBrlDT8okdVpk57gdoT7yAM4S4tC {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #UqqaoPqXAZGvIeWpraFvMvZADcXXrhWA {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #rPtGkNvJJDz7kcAbzIwfpfDks4QlxbRZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #ZbN3eK3pCFgTzW6JkbdXD3eAAe0mP4cM {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #gC3LL0g6zwDiFTgNDDhCEs1aI3iTPqpt {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #Gd97FBkduyLwvq5bxV5IZ9IhD9IvT8Xg {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #Q0e1sTQTCldKgvgMdHweTteaeVOVLtO2 {  }
 }@media only screen and (max-width: 763px) { #GsvvtfX0OIEbCD8D1ngo7cstgy4FTblS { display:block; }
 }@media only screen and (max-width: 763px) { #gUEXmuza9v9IVAENWTZ2wahqI8SzHmmZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #rSpm82TSzaQR1TGWIQ3rUbLAtT6mJe5W {  }
 }@media only screen and (max-width: 763px) { #Rkk5noNo2g1WABd4yR3EU1bSqPyqapKC #Xuarruws8N1CSnsITNxybckd353s7nTd {  }
 }@media only screen and (max-width: 763px) { #vtc7trWweJhtSOIRwhPLP2SG9ghQTEbU { width:20rem;height:5.625rem;top:39.75rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oVB1eD8yb522dgSrsdhMk5m15ky8TJ1n { width:13.5623125rem;height:1.1rem;top:44.481338500976rem;left:3.2183161377907rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m2MRg2KwG3oDbZ9tatVliiA1mxKV72zW { width:2.24935rem;height:2.24935rem;top:43.846572875976rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLJWDovu7D81HXCzJfn82Rf1kTd35NgT { width:19.9375rem;height:62.1875rem;top:1.1382446289062rem;left:0.16818577051163rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ZEGNQT4VVWt1LDDFVO6qp37JD1MTfMw7 { width:2.25rem;height:2.25rem;top:46.097005844116rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOluftc120tgVtBWtxyAqaohkiTPmtnP { width:16.75rem;height:1.1rem;top:46.701389789581rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJfhO02gqUBJsJK2eob4QpHhn71Un7F { width:16.9375rem;height:2.19921875rem;top:49.049480438233rem;left:2.9364150166511rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekcpHpK4k2CTm7uB9hzPgi1m4kVXg4yQ { width:19.3125rem;height:2.2rem;top:49.014758110046rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TeEDL65iIDxOZNwPVgnIxtoNDIsgr1nb { width:12.1875rem;height:1.25rem;top:60.628259658814rem;left:7.6236982941625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znyBoQnxyPxTwbsJZDs9ROQ67E84wMhv { display:block; }
 }@media only screen and (max-width: 763px) { #kJoBrXc7QaFbBo6fbV6dAauDClrJ3OOO { width:6.18706875rem;height:6.18706875rem;top:54.248047828674rem;left:0.56206601858139rem;display:none; }
 }@media only screen and (max-width: 763px) { #WHLFHMvisByXdGvNMMQDUEmAJzWJwKOC { top:52.068145751953rem;left:0.56206601858139rem;width:8.125rem;height:10.686875rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qzuNUK64PWgBAyx24Vf6pTlF1GSfw2gs { width:12.1875rem;height:1.25rem;top:59.4404296875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdapcCDxHa8mkzZe4DxgNXc69UKJNBDy { display:block; }
 }