.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0549a1b0-d004-464a-ae03-77e923a847cd/Projektbeztytuu19.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container {  }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:14px;font-family:arial;height:602px;width:1200px;overflow:visible;position:relative;display:block; }#v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { position:absolute;display:block;z-index:15022;background-color:#cc0000;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;height:5px;width:466px;top:363px;left:80px;display:block; }
#cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { color:#385da9;display:block;width:597px;position:absolute;font-family:roboto;font-size:30px;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:411px;left:80px;height:42px;font-style:normal;display:block; }
#em47E6TxIR6gN5infUWcXP01nJ56TlIw { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:96px;width:119px;top:27px;left:80px;overflow:hidden;display:block; }
#uS5fschmkLWa15hxEpgnOlILz7JJPL9I { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:442px;width:343px;top:43px;left:770px;overflow:hidden;display:block; }
#PJslOtmyvWCDUXEmbELHI7NbcDU5NTfh { color:#f6f7f8;display:block;width:654px;position:absolute;font-family:fedra;font-size:70px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:163px;left:80px;height:182px;font-style:normal;display:block; }
#ny8h3UIt1f9yJyHRTUzILP8pHEQ4cxqX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:497px;left:335px; }
#ny8h3UIt1f9yJyHRTUzILP8pHEQ4cxqX > img { max-width: 100%;max-height:100%; }#r5U97LgQ7bpoVFJa0G0A5MnRMkwvBPe0 { z-index:15003;top:485px;left:80px;background-color:transparent;background-image:none;border-top:2px solid #cc0000;border-left:2px solid #cc0000;border-right:2px solid #cc0000;border-bottom:2px solid #cc0000;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:315px;height:73px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tfyxiNdz48V45zz0d51EeZxW6KIVs7Gs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { background-color: transparent; background-image: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .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); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { border-width: 0; border-radius: 0; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container {  }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { font-size:14px;font-family:arial;height:649px;width:1200px;position:relative;display:block; }#SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { color:#717171;display:block;width:1188px;position:absolute;font-family:roboto;font-size:40px;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:46px;left:0px;height:;font-style:italic;text-align:center;text-align-last:center;display:block; }
#G8AUqn84PAteDgHgllD2IWO70MD8D05R { position:absolute;display:block;z-index:15023;background-color:#cc0000;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;height:2px;width:345px;top:612px;left:428px;display:block; }
#bReMS15MvGqxhWOgmvXvDmv2ueriKD2O { color:#4f4f4f;display:block;width:280px;position:absolute;font-family:roboto;font-size:21px;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:455px;left:498px;height:109.2px;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; }
#lNLuFCs4GgbwTcq8VNCbb6NOhZaahcVk { color:#4f4f4f;display:block;width:291px;position:absolute;font-family:roboto;font-size:21px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:455px;left:868px;height:109.2px;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; }
#sDPOogVIsswUB115OJ0T3Tbg3IMCk7cp { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:485px;left:809px; }
#kHD3VS1me14rBsZlqVreOOx3L33vUe1w { color:#4f4f4f;display:block;width:1099px;position:absolute;font-family:roboto;font-size:21px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:403px;left:51px;height:27.3px;font-style:normal;text-align:center;text-align-last:center;display:block; }#kHD3VS1me14rBsZlqVreOOx3L33vUe1w li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#kHD3VS1me14rBsZlqVreOOx3L33vUe1w li:before{  }
#RHUwUE2VdFGuCHa6Kr5DWHGk50sZTePN { position:absolute;display:block;z-index:15024;background-color:#cc0000;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;height:2px;width:345px;top:384px;left:428px;display:block; }
#kEvJBDwBiPs9UViBt0xmWWGCalnHggQc { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:485px;left:425px; }
#GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { color:#4f4f4f;display:block;width:1200px;position:absolute;font-family:roboto;font-size:44px;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:250px;left:0px;height:114.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { color:#4f4f4f;display:block;width:274px;position:absolute;font-family:roboto;font-size:21px;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:483px;left:123px;height:54.6px;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; }
#ndM8UoTqN8oxMxxqUo2dVNiPnW5mHFDL { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:485px;left:41px; }
#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { background-color: transparent; background-image: none; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container > .video-iframe-container { display: none; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row > .video-iframe-container { display: none; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .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); }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { border-width: 0; border-radius: 0; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row > .video-iframe-container {  }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { font-size:14px;font-family:arial;height:1137px;width:1200px;position:relative;display:block; }#EAwOpNU47U29KKp9U5fwnpmHQX8QTBGZ { color:#4f4f4f;display:block;width:269px;position:absolute;font-family:roboto;font-size:13px;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:219px;left:726px;height:44.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUKMcSaffOKCCmvmf4EPKNTmDW7tdPZ4 { color:#4f4f4f;display:block;width:313px;position:absolute;font-family:roboto;font-size:13px;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:102px;left:689px;height:33.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqECBueuTsTi72lTPWpzD7uOTGTbswZn { z-index:15006;top:154px;left:735px;background-color:transparent;background-image:none;border-top:1px solid #012f94;border-left:1px solid #012f94;border-right:1px solid #012f94;border-bottom:1px solid #012f94;box-sizing:border-box;color:#012f94;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:252px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SLgL9OIi2P7iHcBLqv6agJgxxqeNmMeW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZwADNQtE4i2RBfzgpZcHIkprbcWZt2JB { position:absolute;display:block;z-index:15001;background-color:#f3f5f8;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;height:233px;width:364px;top:67px;left:665px;display:block; }
#evJfbVCFwSS3TLdWTTakHsZrTtlWm5oT { color:#000000;display:block;width:1024px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:1061px;left:88px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#MHFQJbuxTDGIl3C5yJcdg9MiRvRGuR9K { position:absolute;display:block;z-index:15043;height:321px;width:444px;top:67px;left:172px;display:block; }
#ZTiI7g1SVs8CB8eSBJDR5Fhcbc3vhvri { color:#000000;display:block;width:265px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:29px;left:173px;height:19.5px;text-align:left;text-align-last:left;display:block; }
#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,178,74,0.99);background-image:none;position:relative;display:block; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { background-color: transparent; background-image: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container > .video-iframe-container { display: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container { display: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .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); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { border-width: 0; border-radius: 0; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container {  }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { font-size:14px;font-family:arial;height:629px;width:1200px;position:relative;display:block; }#T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { color:#656565;display:block;width:157px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15031;line-height:1.8;letter-spacing:0;top:217px;left:232px;height:108px;font-style:normal;display:block; }
#KoLaczgVaRFrPgQBXTwt6Kbk8XUEz8ZR { color:#656565;display:block;width:209px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:217px;left:544px;height:144px;font-style:normal;display:block; }
#JgaE2xqzBNNAS3LFJEsHxgk7SLvHTmw9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:231px;left:440px;filter: drop-shadow(7px 1px 3px rgba(236,0,0,0.5)); }
#HTibim1tqSxUmSbUHQSJLwLiSLTz4iCG { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:73px;width:73px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:235px;left:141px;filter: drop-shadow(7px 1px 3px rgba(204,0,0,0.51)); }
#FMHOBXIsPZo98753P3qcXlohbBkXDwrh { color:#656565;display:block;width:209px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:217px;left:883px;height:108px;font-style:normal;display:block; }
#cMNLHxdRJM7UwGW2FLCxBsHURPymXR10 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:81px;width:81px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:230.5px;left:781px;filter: drop-shadow(7px 1px 3px rgba(204,0,0,0.5)); }
#FOUxhIRwed00ZQGo0fHU7FUPZ4DV6cRb { color:#656565;display:block;width:224px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15033;line-height:1.8;letter-spacing:0;top:379px;left:232px;height:108px;font-style:normal;display:block; }
#zvka0vK1l9N0Da1gnJgrTfVmlQIvWkpB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:73px;width:73px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:396.5px;left:141px;filter: drop-shadow(7px 1px 3px rgba(204,0,0,0.5)); }
#RKVBO8tUTTs4b4BbSewUF3H6rcKcQl3b { color:#656565;display:block;width:209px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15035;line-height:1.8;letter-spacing:0;top:380px;left:544px;height:108px;font-style:normal;display:block; }
#xC8k2lNqIiGlSfLTr52zbchBIbZkSDAz { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:73px;width:73px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:396.5px;left:443.5px;filter: drop-shadow(7px 1px 3px rgba(204,0,0,0.5)); }
#qvQEJS1aBV53cJhsGt4KFxUluVR8eC6U { color:#656565;display:block;width:209px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15037;line-height:1.8;letter-spacing:0;top:379px;left:883px;height:108px;font-style:normal;display:block; }
#N9QiRInRIngLN8PnS9iXAnkcuXDyfz8D { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:73px;width:73px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:396.5px;left:785px;filter: drop-shadow(7px 1px 3px rgba(236,0,0,0.5)); }
#POkZkgsXO3WpHa45kla7z2X76DV3o5PK { color:#4f4f4f;display:block;width:1200px;position:absolute;font-family:roboto;font-size:44px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:72px;left:0px;height:57.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lHdD8Vdd2iSGA5ThmRXHsURX6I7fLOFC { color:#717171;display:block;width:1200px;position:absolute;font-family:roboto;font-size:23px;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:559px;left:0px;height:29.9px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#U3EuZ9R2Tkzh0Xm5wNJOTWmeTwmoBgi3 { position:absolute;display:block;z-index:15024;background-color:#cc0000;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;height:2px;width:345px;top:171px;left:427.5px;display:block; }
#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { background-color: transparent; background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .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); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { border-width: 0; border-radius: 0; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container {  }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { font-size:14px;font-family:arial;height:245px;width:1200px;position:relative;display:block; }#ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { color:#002146;display:block;width:226px;position:absolute;font-family:roboto;font-size:25px;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:36px;left:481px;height:32.5px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { color:#002146;display:block;width:298px;position:absolute;font-family:roboto;font-size:25px;font-weight:400;z-index:15033;line-height:1.9;letter-spacing:0;top:76px;left:470px;height:142.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NBpgRzwfoLInwWiJ6JEDW45BZTxUkTiN { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:126px;left:423px; }
#smICE8AIHwWZBqpaNllCxaiMu9MvVmtq { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:79px;left:421px;opacity:1; }
#uVhrkSZSPXDCIJTeGS6qzlIw5ny9oUt1 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:91px;width:114px;top:54px;left:192px;overflow:hidden;display:block; }
#I99sBKOnIn7uQqK6QWFIEBIhH5fpMDxi { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:197px;width:210px;top:24px;left:852.21667480469px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { width:466px;height:5px;top:363px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:597px;height:42px;top:411px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #em47E6TxIR6gN5infUWcXP01nJ56TlIw { width:119px;height:96px;top:27px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uS5fschmkLWa15hxEpgnOlILz7JJPL9I { width:343px;height:442px;top:43px;left:414px;display:block; }
 }@media only screen and (max-width: 763px) { #PJslOtmyvWCDUXEmbELHI7NbcDU5NTfh { width:654px;height:182px;top:163px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ny8h3UIt1f9yJyHRTUzILP8pHEQ4cxqX { width:50px;height:50px;top:497px;left:117px;display:block; }
#ny8h3UIt1f9yJyHRTUzILP8pHEQ4cxqX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #r5U97LgQ7bpoVFJa0G0A5MnRMkwvBPe0 { top:485px;left:0px;width:315px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #tfyxiNdz48V45zz0d51EeZxW6KIVs7Gs { display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { width:764px;height:156px;top:46px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #G8AUqn84PAteDgHgllD2IWO70MD8D05R { width:345px;height:2px;top:612px;left:210px;display:block; }
 }@media only screen and (max-width: 763px) { #bReMS15MvGqxhWOgmvXvDmv2ueriKD2O { width:280px;height:109px;top:455px;left:280px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lNLuFCs4GgbwTcq8VNCbb6NOhZaahcVk { width:291px;height:109px;top:455px;left:473px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sDPOogVIsswUB115OJ0T3Tbg3IMCk7cp { width:50px;height:50px;top:485px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #kHD3VS1me14rBsZlqVreOOx3L33vUe1w { width:764px;height:27px;top:403px;left:0px;font-size:16px;display:block; }#kHD3VS1me14rBsZlqVreOOx3L33vUe1w li:before{  }
 }@media only screen and (max-width: 763px) { #RHUwUE2VdFGuCHa6Kr5DWHGk50sZTePN { width:345px;height:2px;top:384px;left:210px;display:block; }
 }@media only screen and (max-width: 763px) { #kEvJBDwBiPs9UViBt0xmWWGCalnHggQc { width:50px;height:50px;top:485px;left:207px;display:block; }
 }@media only screen and (max-width: 763px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:764px;height:114px;top:250px;left:0px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { width:274px;height:54px;top:483px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ndM8UoTqN8oxMxxqUo2dVNiPnW5mHFDL { width:50px;height:50px;top:485px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp { display:block; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAwOpNU47U29KKp9U5fwnpmHQX8QTBGZ { width:269px;height:44px;top:219px;left:239px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #XUKMcSaffOKCCmvmf4EPKNTmDW7tdPZ4 { width:313px;height:33px;top:102px;left:195px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IqECBueuTsTi72lTPWpzD7uOTGTbswZn { top:154px;left:256px;width:252px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #SLgL9OIi2P7iHcBLqv6agJgxxqeNmMeW { display:block; }
 }@media only screen and (max-width: 763px) { #ZwADNQtE4i2RBfzgpZcHIkprbcWZt2JB { width:364px;height:233px;top:67px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #evJfbVCFwSS3TLdWTTakHsZrTtlWm5oT { width:764px;height:36px;top:1061px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MHFQJbuxTDGIl3C5yJcdg9MiRvRGuR9K { width:444px;height:321px;top:67px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTiI7g1SVs8CB8eSBJDR5Fhcbc3vhvri { width:265px;height:19px;top:29px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { display:block; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { width:157px;height:108px;top:217px;left:14px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KoLaczgVaRFrPgQBXTwt6Kbk8XUEz8ZR { width:209px;height:144px;top:217px;left:326px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JgaE2xqzBNNAS3LFJEsHxgk7SLvHTmw9 { width:80px;height:80px;top:231px;left:222px;display:block; }
 }@media only screen and (max-width: 763px) { #HTibim1tqSxUmSbUHQSJLwLiSLTz4iCG { width:73px;height:73px;top:235px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FMHOBXIsPZo98753P3qcXlohbBkXDwrh { width:209px;height:108px;top:217px;left:555px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cMNLHxdRJM7UwGW2FLCxBsHURPymXR10 { width:81px;height:81px;top:230px;left:563px;display:block; }
 }@media only screen and (max-width: 763px) { #FOUxhIRwed00ZQGo0fHU7FUPZ4DV6cRb { width:224px;height:108px;top:379px;left:14px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zvka0vK1l9N0Da1gnJgrTfVmlQIvWkpB { width:73px;height:73px;top:396px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RKVBO8tUTTs4b4BbSewUF3H6rcKcQl3b { width:209px;height:108px;top:380px;left:326px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xC8k2lNqIiGlSfLTr52zbchBIbZkSDAz { width:73px;height:73px;top:396px;left:225.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qvQEJS1aBV53cJhsGt4KFxUluVR8eC6U { width:209px;height:108px;top:379px;left:555px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N9QiRInRIngLN8PnS9iXAnkcuXDyfz8D { width:73px;height:73px;top:396px;left:567px;display:block; }
 }@media only screen and (max-width: 763px) { #POkZkgsXO3WpHa45kla7z2X76DV3o5PK { width:764px;height:57px;top:72px;left:0px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #lHdD8Vdd2iSGA5ThmRXHsURX6I7fLOFC { width:764px;height:29px;top:559px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #U3EuZ9R2Tkzh0Xm5wNJOTWmeTwmoBgi3 { width:345px;height:2px;top:171px;left:209.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { width:226px;height:32px;top:36px;left:263px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:298px;height:142px;top:76px;left:252px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NBpgRzwfoLInwWiJ6JEDW45BZTxUkTiN { width:38px;height:38px;top:126px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #smICE8AIHwWZBqpaNllCxaiMu9MvVmtq { width:41px;height:41px;top:79px;left:203px;display:block; }
 }@media only screen and (max-width: 763px) { #uVhrkSZSPXDCIJTeGS6qzlIw5ny9oUt1 { width:114px;height:91px;top:54px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #I99sBKOnIn7uQqK6QWFIEBIhH5fpMDxi { width:210px;height:197px;top:24px;left:554px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0549a1b0-d004-464a-ae03-77e923a847cd/Projektbeztytuu19.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:320px;height:744px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { width:160px;height:6px;top:231px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:250px;height:56px;top:261px;left:35px;text-align:center;text-align-last:center;font-size:20px;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #em47E6TxIR6gN5infUWcXP01nJ56TlIw { width:78px;height:63px;top:20px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #uS5fschmkLWa15hxEpgnOlILz7JJPL9I { width:230px;height:297px;top:333.53332519531px;left:42.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PJslOtmyvWCDUXEmbELHI7NbcDU5NTfh { width:320px;height:104px;top:100px;left:0px;font-size:40px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ny8h3UIt1f9yJyHRTUzILP8pHEQ4cxqX { display:flex;width:50px;height:50px;top:659px;left:260px; }
#ny8h3UIt1f9yJyHRTUzILP8pHEQ4cxqX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #r5U97LgQ7bpoVFJa0G0A5MnRMkwvBPe0 { top:648px;left:3px;width:315px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #tfyxiNdz48V45zz0d51EeZxW6KIVs7Gs { display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:320px;height:795px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { width:320px;height:72.8px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #G8AUqn84PAteDgHgllD2IWO70MD8D05R { width:320px;height:2px;top:781px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bReMS15MvGqxhWOgmvXvDmv2ueriKD2O { width:280px;height:58.5px;top:542px;left:21px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lNLuFCs4GgbwTcq8VNCbb6NOhZaahcVk { width:291px;height:58.5px;top:690px;left:15px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sDPOogVIsswUB115OJ0T3Tbg3IMCk7cp { display:flex;width:50px;height:50px;top:620px;left:136px; }
 }@media only screen and (max-width: 763px) { #kHD3VS1me14rBsZlqVreOOx3L33vUe1w { width:320px;height:19.5px;top:300px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }#kHD3VS1me14rBsZlqVreOOx3L33vUe1w li:before{  }
 }@media only screen and (max-width: 763px) { #RHUwUE2VdFGuCHa6Kr5DWHGk50sZTePN { width:320px;height:2px;top:281px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kEvJBDwBiPs9UViBt0xmWWGCalnHggQc { display:flex;width:50px;height:50px;top:472px;left:136px; }
 }@media only screen and (max-width: 763px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:320px;height:156px;top:106px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { width:320px;height:39px;top:411px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ndM8UoTqN8oxMxxqUo2dVNiPnW5mHFDL { display:flex;width:50px;height:50px;top:351px;left:135px; }
 }@media only screen and (max-width: 763px) { #mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp { display:block; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { width:320px;height:1385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAwOpNU47U29KKp9U5fwnpmHQX8QTBGZ { width:305px;height:81.6px;top:1173px;left:8px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XUKMcSaffOKCCmvmf4EPKNTmDW7tdPZ4 { width:230px;height:58.5px;top:1016px;left:45px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IqECBueuTsTi72lTPWpzD7uOTGTbswZn { top:1093px;left:34px;width:252px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #SLgL9OIi2P7iHcBLqv6agJgxxqeNmMeW { display:block; }
 }@media only screen and (max-width: 763px) { #ZwADNQtE4i2RBfzgpZcHIkprbcWZt2JB { width:303px;height:272px;top:996px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #evJfbVCFwSS3TLdWTTakHsZrTtlWm5oT { width:320px;height:65px;top:1301px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHFQJbuxTDGIl3C5yJcdg9MiRvRGuR9K { width:320px;height:321px;top:56px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTiI7g1SVs8CB8eSBJDR5Fhcbc3vhvri { width:265px;height:19.5px;top:26px;left:28px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { display:block; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { width:320px;height:1292px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { width:280px;height:25.2px;top:258px;left:20px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KoLaczgVaRFrPgQBXTwt6Kbk8XUEz8ZR { width:209px;height:75.6px;top:429.39999389648px;left:55.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JgaE2xqzBNNAS3LFJEsHxgk7SLvHTmw9 { width:80px;height:80px;top:325.39999389648px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #HTibim1tqSxUmSbUHQSJLwLiSLTz4iCG { width:73px;height:73px;top:160px;left:123.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FMHOBXIsPZo98753P3qcXlohbBkXDwrh { width:209px;height:50.4px;top:631.80000305176px;left:55.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cMNLHxdRJM7UwGW2FLCxBsHURPymXR10 { width:81px;height:81px;top:537.80000305176px;left:119.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FOUxhIRwed00ZQGo0fHU7FUPZ4DV6cRb { width:209px;height:50.4px;top:796.20001220703px;left:55.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zvka0vK1l9N0Da1gnJgrTfVmlQIvWkpB { width:73px;height:73px;top:703.19999694824px;left:123.5px;display:block; }
 }@media only screen and (max-width: 763px) { #RKVBO8tUTTs4b4BbSewUF3H6rcKcQl3b { width:209px;height:50.4px;top:981.79998779297px;left:55.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xC8k2lNqIiGlSfLTr52zbchBIbZkSDAz { width:73px;height:73px;top:888.79998779297px;left:123.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qvQEJS1aBV53cJhsGt4KFxUluVR8eC6U { width:209px;height:50.4px;top:1140.6px;left:55px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #N9QiRInRIngLN8PnS9iXAnkcuXDyfz8D { width:73px;height:73px;top:1055.5999755859px;left:123.5px;display:block; }
 }@media only screen and (max-width: 763px) { #POkZkgsXO3WpHa45kla7z2X76DV3o5PK { width:194px;height:78px;top:42px;left:63px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #lHdD8Vdd2iSGA5ThmRXHsURX6I7fLOFC { width:320px;height:36.4px;top:1211px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #U3EuZ9R2Tkzh0Xm5wNJOTWmeTwmoBgi3 { width:320px;height:2px;top:1267.4px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b20d7a9f-4d00-45f5-9a9f-6b76a514acee/Nowelizacja_Kodeksu_LandinPage1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.adaptive-delivery-prevent-bg, #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.lazyload, #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.lazyloading { background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { background-color: transparent; background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .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); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:320px;height:561px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { width:320px;height:18.2px;top:147px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:183px;height:135px;top:209.20001220703px;left:68.5px;text-align:center;text-align-last:center;font-size:15px;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #NBpgRzwfoLInwWiJ6JEDW45BZTxUkTiN { width:36px;height:36px;top:258.70001220703px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #smICE8AIHwWZBqpaNllCxaiMu9MvVmtq { width:36px;height:36px;top:215.20001220703px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uVhrkSZSPXDCIJTeGS6qzlIw5ny9oUt1 { width:134px;height:107px;top:20px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #I99sBKOnIn7uQqK6QWFIEBIhH5fpMDxi { width:210px;height:197px;top:344.20001220703px;left:55px;display:block; }
 }