.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#00305d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0px;left:0px;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); }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud.adaptive-delivery-prevent-bg, #vun94lI5X1SqkEhgQotB5bUJXBXWLtud.lazyload, #vun94lI5X1SqkEhgQotB5bUJXBXWLtud.lazyloading { background-image: none; }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud > .row .container { background-color: transparent; background-image: none; }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud > .row .container > .video-iframe-container { display: none; }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud > .row > .video-iframe-container { display: none; }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud > .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); }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud > .row .container { border-width: 0; border-radius: 0; }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud > .row .container { font-size:14px;font-family:arial;height:271px;width:1200px;overflow:visible;position:relative;display:block; }#grOFxA3BnycXewKsoZzfdthLseog0WxT { position:absolute;display:block;z-index:15008;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:77px;width:191px;top:23px;left:504.50003051758px;overflow:hidden;display:block; }
#TGqgpRd9zcXVyqJWF1W9hTMtXP5zgEDN { color:#ffffff;display:block;width:797.931px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 23px rgba(0,0,0,0.94);top:133.22222900391px;left:201.01388549805px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HoZXIh8n3DGFSr6snVbmyH1bo3w3Dwyn { color:#ffffff;display:block;width:633px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #8b8b8b;top:208px;left:283.50003051758px;height:49.3889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GID7beVPmlwdEktXfR6uNfn8msunp4kS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS.adaptive-delivery-prevent-bg, #GID7beVPmlwdEktXfR6uNfn8msunp4kS.lazyload, #GID7beVPmlwdEktXfR6uNfn8msunp4kS.lazyloading { background-image: none; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row .container { background-color: transparent; background-image: none; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row .container > .video-iframe-container { display: none; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row > .video-iframe-container { display: none; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .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); }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row .container { border-width: 0; border-radius: 0; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row .container { font-size:14px;font-family:arial;height:748px;width:1200px;overflow:visible;position:relative;display:block; }#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-form-header {  }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:14px;font-weight:400;color:#000000;width:465px;padding-top:0;padding-right:0;padding-bottom:5px;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;font-style:normal; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #9e9e9e;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:465px;box-sizing:border-box;height:55px;color:#161616;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-text {padding-top: 0; padding-bottom: 0;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #9e9e9e;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:465px;box-sizing:border-box;height:50px;color:#161616;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #7d7d7d;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:465px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:raleway;font-size:16px;overflow:hidden;vertical-align:top; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-select {padding-top: 0; padding-bottom: 0;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #996a0c, #e8ad33);background-image: -moz-linear-gradient(60deg, #996a0c, #e8ad33);background-image: -ms-linear-gradient(60deg, #996a0c, #e8ad33);background-image: -o-linear-gradient(60deg, #996a0c, #e8ad33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#996a0c', endColorstr='#e8ad33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#996a0c', endColorstr='#e8ad33' );";background-image: linear-gradient(60deg, #996a0c, #e8ad33);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:25px;font-weight:bold;color:#ffffff;width:465px;height:63px;font-family:"open sans";overflow:hidden;text-shadow:1px 1px 3px rgba(0,0,0,0.5); }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:16px;font-weight:400;font-style:normal; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:16px;font-weight:400;font-style:normal; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:16px;font-weight:400;font-style:normal; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:16px;font-weight:400;font-style:normal; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .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";line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:445px;overflow:hidden;font-style:normal;float:none;text-align:left;text-align-last:left; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:19px;vertical-align:middle;font-family:raleway;font-size:14px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-container { padding-top:3px;padding-right:0;padding-bottom:2px;padding-left:0;width:100%;font-size:0;height:auto; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-container:first-of-type{padding-top:0;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-container:last-of-type{padding-bottom:0;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:465px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 25px 23px rgba(0,0,0,0.4) ;left:639.00003051758px;top:369.87500953674px;z-index:15035;position:absolute; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:465px;display:block;vertical-align:top; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-info-text { display:block;height:auto;font-family:raleway;font-size:14px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD {display:block;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:465px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 25px 23px rgba(0,0,0,0.4) ;left:639.00003051758px;top:369.87500953674px;z-index:15035;position:absolute; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #rgxifPbAxJBrmGL33FvVPn1488856HVP { position:relative; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #h7KpiWcw0Lt7hXPAdpoX6W7Tm1TGkTPD { position:relative;display:none; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #Rrl0xFCWtuCM7WdGsT8bkdLFXyNtQehs { position:relative; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #C5i3Qux12cWnPw4I4de0ivIXPTIMdmeH { position:relative; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #MCUxI9EvUcBpgVmwlhg4URB56h5o9XwZ { position:relative;display:none; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #BzdyyP5Oz28rr64vkcCbzRCbo68zlDtv { position:relative; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #IFy0WMdBs0nJ6HgzLhfWFRvy1ypItMmG { position:relative; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #Sp4QtG7uqyaJzaUvsHxu1dfEZShcvQ79 { position:relative;z-index:2; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #LZ5f2yQTd4wrLv5h7eTE06DggsUue9Rb { position:relative; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #MbrlrNJATGeQR99DIeGJiU1FL8TmfIBS { position:relative; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #FU2pgkcJxPG7gqXsOMztEyiUOXLKm583 { position:relative; }
#W95fTK0Tmw4k1tuF8V5OB0rDQPBl5gE1 { 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:554px;width:627px;top:71.5px;left:0px;overflow:hidden;display:block; }
#pMmOFnduwwA19wnidMtQHTbNkkuxLfE9 { color:#f6f6f6;display:block;width:521px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:49px;left:639px;height:79.7917px;text-align:left;text-align-last:left;display:block; }
#rOolenuuHwapEtzETXuTd5DrARqos74u { box-sizing:content-box;color:#5d92ff;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:145px;left:639px; }
#LRzR4xhnkTgUI6qcvDuGCFKdTqMNif5K { color:#f6f6f6;display:block;width:450px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:148px;left:684px;height:47.5833px;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; }
#zGF5KSZMgnGBkwBz7JqtnFKyG2XhI3ZT { box-sizing:content-box;color:#5d92ff;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:204px;left:639px; }
#bHDvBvXUm6SCCO1F74oKxVkrVaFxgEpx { color:#f6f6f6;display:block;width:516px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:207px;left:684px;height:47.5833px;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; }
#LcivspHyqR7wplSaiuHsydlGb9yvJ10u { box-sizing:content-box;color:#5d92ff;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:267px;left:636px; }
#OtwEBay3XrzhVRKJtpvTGCteRHpgiona { color:#f6f6f6;display:block;width:483px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:270px;left:681px;height:47.5833px;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; }
#hqTq7Fg3Wat8BoI3Ja2WMJcbk7xDvd12 { color:#f6f6f6;display:block;width:521px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:335.18055152893px;left:639.00003051758px;height:26.5972px;text-align:left;text-align-last:left;display:block; }
#L9ubPQTpwf3x3fuqApXplNUb06PWN54C { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C.adaptive-delivery-prevent-bg, #L9ubPQTpwf3x3fuqApXplNUb06PWN54C.lazyload, #L9ubPQTpwf3x3fuqApXplNUb06PWN54C.lazyloading { background-image: none; }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row .container { background-color: transparent; background-image: none; }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row .container > .video-iframe-container { display: none; }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row > .video-iframe-container { display: none; }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .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); }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row .container { border-width: 0; border-radius: 0; }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row .container { font-size:14px;font-family:arial;height:165px;width:1200px;overflow:visible;position:relative;display:block; }#BufwMsg0auqLQhMGzy1GogbSyTsMMSk2 { color:#f6f6f6;display:block;width:852px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:33px;left:174px;height:60px;text-align:center;text-align-last:center;display:block; }
#Lu8HyCWFGZlS9o1vBJMqbQUKAHRicQPk { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:72px;width:72px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:56px;left:882px;filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5)); }
#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL.adaptive-delivery-prevent-bg, #n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL.lazyload, #n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL.lazyloading { background-image: none; }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row .container { background-color: transparent; background-image: none; }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row .container > .video-iframe-container { display: none; }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row > .video-iframe-container { display: none; }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .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); }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row .container { border-width: 0; border-radius: 0; }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row .container { font-size:14px;font-family:arial;height:170.222222px;width:1200px;overflow:visible;position:relative;display:block; }#voDKmliGiXc0pN1kT76Lxh5CrcLk1iLb { color:#ffffff;display:block;width:345px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:114px;left:814px;height:22.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bPwrbXSqVaw68MMwZBKdIDOCORwcAEdN { color:#ffffff;display:block;width:345px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:35px;left:812px;height:58.5px;font-style:normal;display:block; }
#plWtGXbEfNUbIret7fvwJtMRrc8Abude { position:absolute;display:block;z-index:15009;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:63px;width:157px;top:33px;left:86px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vun94lI5X1SqkEhgQotB5bUJXBXWLtud { display:block; }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grOFxA3BnycXewKsoZzfdthLseog0WxT { top:23px;left:286.50003051758px;width:191px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #TGqgpRd9zcXVyqJWF1W9hTMtXP5zgEDN { top:133px;left:0px;width:764px;height:58px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #HoZXIh8n3DGFSr6snVbmyH1bo3w3Dwyn { top:208px;left:65.500030517578px;width:633px;height:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #GID7beVPmlwdEktXfR6uNfn8msunp4kS { display:block; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-regular-label { width:375px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-text { width:375px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-text {padding-top: 0; padding-bottom: 0;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-textarea { width:375px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-select { width:375px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-select {padding-top: 0; padding-bottom: 0;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-button { width:375px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-checkbox-label { width:355px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD  { width:375px;height:auto;top:527px;left:0px; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .radio-container { width:375px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD {display:block;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD { width:375px;height:auto;top:527px;left:0px; }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #rgxifPbAxJBrmGL33FvVPn1488856HVP {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #h7KpiWcw0Lt7hXPAdpoX6W7Tm1TGkTPD { display:none; }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #Rrl0xFCWtuCM7WdGsT8bkdLFXyNtQehs {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #C5i3Qux12cWnPw4I4de0ivIXPTIMdmeH {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #MCUxI9EvUcBpgVmwlhg4URB56h5o9XwZ { display:none; }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #BzdyyP5Oz28rr64vkcCbzRCbo68zlDtv {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #IFy0WMdBs0nJ6HgzLhfWFRvy1ypItMmG {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #Sp4QtG7uqyaJzaUvsHxu1dfEZShcvQ79 {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #LZ5f2yQTd4wrLv5h7eTE06DggsUue9Rb {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #MbrlrNJATGeQR99DIeGJiU1FL8TmfIBS {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #FU2pgkcJxPG7gqXsOMztEyiUOXLKm583 {  }
 }@media only screen and (max-width: 763px) { #W95fTK0Tmw4k1tuF8V5OB0rDQPBl5gE1 { top:71px;left:0px;width:627px;height:554px;display:block; }
 }@media only screen and (max-width: 763px) { #pMmOFnduwwA19wnidMtQHTbNkkuxLfE9 { top:49px;left:243px;width:521px;height:79px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rOolenuuHwapEtzETXuTd5DrARqos74u { top:145px;left:421px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #LRzR4xhnkTgUI6qcvDuGCFKdTqMNif5K { top:148px;left:314px;width:450px;height:47px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zGF5KSZMgnGBkwBz7JqtnFKyG2XhI3ZT { top:204px;left:421px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #bHDvBvXUm6SCCO1F74oKxVkrVaFxgEpx { top:207px;left:248px;width:516px;height:47px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #LcivspHyqR7wplSaiuHsydlGb9yvJ10u { top:267px;left:418px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #OtwEBay3XrzhVRKJtpvTGCteRHpgiona { top:270px;left:281px;width:483px;height:47px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hqTq7Fg3Wat8BoI3Ja2WMJcbk7xDvd12 { top:335px;left:243px;width:521px;height:26px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #L9ubPQTpwf3x3fuqApXplNUb06PWN54C { display:block; }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BufwMsg0auqLQhMGzy1GogbSyTsMMSk2 { top:33px;left:0px;width:764px;height:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Lu8HyCWFGZlS9o1vBJMqbQUKAHRicQPk { top:56px;left:664px;width:72px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL { display:block; }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voDKmliGiXc0pN1kT76Lxh5CrcLk1iLb { top:114px;left:419px;width:345px;height:22px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bPwrbXSqVaw68MMwZBKdIDOCORwcAEdN { top:35px;left:419px;width:345px;height:58px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #plWtGXbEfNUbIret7fvwJtMRrc8Abude { top:33px;left:0px;width:157px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vun94lI5X1SqkEhgQotB5bUJXBXWLtud { display:block; }#vun94lI5X1SqkEhgQotB5bUJXBXWLtud > .row .container { width:320px;height:253px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grOFxA3BnycXewKsoZzfdthLseog0WxT { width:117px;height:47px;top:0px;left:101.50000190735px;display:block; }
 }@media only screen and (max-width: 763px) { #TGqgpRd9zcXVyqJWF1W9hTMtXP5zgEDN { width:320px;height:61.5833px;top:69px;left:0px;font-size:22px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HoZXIh8n3DGFSr6snVbmyH1bo3w3Dwyn { width:320px;height:98.7778px;top:140.93055725098px;left:0px;font-size:19px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GID7beVPmlwdEktXfR6uNfn8msunp4kS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS.adaptive-delivery-prevent-bg, #GID7beVPmlwdEktXfR6uNfn8msunp4kS.lazyload, #GID7beVPmlwdEktXfR6uNfn8msunp4kS.lazyloading { background-image: none; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row .container { background-color: transparent; background-image: none; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row .container > .video-iframe-container { display: none; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row > .video-iframe-container { display: none; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .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); }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row .container { border-width: 0; border-radius: 0; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GID7beVPmlwdEktXfR6uNfn8msunp4kS > .row .container { width:320px;height:1145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-form-header {  }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:14px;font-weight:400;color:#000000;width:280px;padding-top:0;padding-right:0;padding-bottom:5px;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;font-style:normal; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #9e9e9e;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:44px;color:#161616;font-size:16px;overflow:hidden;font-family:raleway;vertical-align:top; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-text {padding-top: 0; padding-bottom: 0;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #9e9e9e;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:50px;color:#161616;font-size:16px;overflow:hidden;font-family:raleway;vertical-align:top; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #7d7d7d;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:raleway;font-size:16px;overflow:hidden;vertical-align:top; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-select {padding-top: 0; padding-bottom: 0;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #a38110, #d6af53);background-image: -moz-linear-gradient(45deg, #a38110, #d6af53);background-image: -ms-linear-gradient(45deg, #a38110, #d6af53);background-image: -o-linear-gradient(45deg, #a38110, #d6af53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38110', endColorstr='#d6af53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38110', endColorstr='#d6af53' );";background-image: linear-gradient(45deg, #a38110, #d6af53);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:19px;font-weight:bold;color:#ffffff;width:280px;height:55px;font-family:raleway;overflow:hidden; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:16px;font-weight:400;font-style:normal; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:16px;font-weight:400;font-style:normal; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:16px;font-weight:400;font-style:normal; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:16px;font-weight:400;font-style:normal; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .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:raleway;line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:260px;overflow:hidden;font-style:normal; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:19px;vertical-align:middle;font-family:raleway;font-size:14px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-container:first-of-type{padding-top:0;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-container:last-of-type{padding-bottom:0;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 17px 15px 15px rgba(255,255,255,0.2) ;left:0px;top:272.66668701172px;z-index:15001; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD .widget-info-text { display:block;height:auto;font-family:raleway;font-size:14px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD {display:block;}#L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 17px 15px 15px rgba(255,255,255,0.2) ;left:0px;top:272.66668701172px;z-index:15001; }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #rgxifPbAxJBrmGL33FvVPn1488856HVP {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #h7KpiWcw0Lt7hXPAdpoX6W7Tm1TGkTPD { display:none; }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #Rrl0xFCWtuCM7WdGsT8bkdLFXyNtQehs {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #C5i3Qux12cWnPw4I4de0ivIXPTIMdmeH {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #MCUxI9EvUcBpgVmwlhg4URB56h5o9XwZ { display:none; }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #BzdyyP5Oz28rr64vkcCbzRCbo68zlDtv {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #IFy0WMdBs0nJ6HgzLhfWFRvy1ypItMmG {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #Sp4QtG7uqyaJzaUvsHxu1dfEZShcvQ79 {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #LZ5f2yQTd4wrLv5h7eTE06DggsUue9Rb {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #MbrlrNJATGeQR99DIeGJiU1FL8TmfIBS {  }
 }@media only screen and (max-width: 763px) { #L0NJxfHvrLduKfFQgVDdMz97eqEr9wfD #FU2pgkcJxPG7gqXsOMztEyiUOXLKm583 {  }
 }@media only screen and (max-width: 763px) { #W95fTK0Tmw4k1tuF8V5OB0rDQPBl5gE1 { width:281px;height:248px;top:0px;left:19.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pMmOFnduwwA19wnidMtQHTbNkkuxLfE9 { width:320px;height:123.472px;top:653px;left:0px;font-size:19px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOolenuuHwapEtzETXuTd5DrARqos74u { display:flex;width:27px;height:27px;top:799px;left:146px;font-size:27px; }
 }@media only screen and (max-width: 763px) { #LRzR4xhnkTgUI6qcvDuGCFKdTqMNif5K { width:320px;height:47.5833px;top:836px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGF5KSZMgnGBkwBz7JqtnFKyG2XhI3ZT { display:flex;width:27px;height:27px;top:903px;left:146px;font-size:27px; }
 }@media only screen and (max-width: 763px) { #bHDvBvXUm6SCCO1F74oKxVkrVaFxgEpx { width:320px;height:47.5833px;top:939px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcivspHyqR7wplSaiuHsydlGb9yvJ10u { display:flex;width:27px;height:27px;top:1007px;left:146px;font-size:27px; }
 }@media only screen and (max-width: 763px) { #OtwEBay3XrzhVRKJtpvTGCteRHpgiona { width:320px;height:71.375px;top:1047px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqTq7Fg3Wat8BoI3Ja2WMJcbk7xDvd12 { width:320px;height:24.6944px;top:248px;left:0px;font-size:19px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L9ubPQTpwf3x3fuqApXplNUb06PWN54C { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C.adaptive-delivery-prevent-bg, #L9ubPQTpwf3x3fuqApXplNUb06PWN54C.lazyload, #L9ubPQTpwf3x3fuqApXplNUb06PWN54C.lazyloading { background-image: none; }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row .container { background-color: transparent; background-image: none; }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row .container > .video-iframe-container { display: none; }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row > .video-iframe-container { display: none; }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .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); }#L9ubPQTpwf3x3fuqApXplNUb06PWN54C > .row .container { width:320px;height:207px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BufwMsg0auqLQhMGzy1GogbSyTsMMSk2 { width:320px;height:116.9445px;top:28px;left:0px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Lu8HyCWFGZlS9o1vBJMqbQUKAHRicQPk { display:flex;width:47px;height:47px;top:136.222222px;left:256.22223916614px; }
 }@media only screen and (max-width: 763px) { #n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL.adaptive-delivery-prevent-bg, #n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL.lazyload, #n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL.lazyloading { background-image: none; }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row .container { background-color: transparent; background-image: none; }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row .container > .video-iframe-container { display: none; }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row > .video-iframe-container { display: none; }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .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); }#n7KXN3wStvrkrhyF2bETx3H3mSXAxtNL > .row .container { width:320px;height:212px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voDKmliGiXc0pN1kT76Lxh5CrcLk1iLb { width:320px;height:21px;top:158px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPwrbXSqVaw68MMwZBKdIDOCORwcAEdN { width:320px;height:50.6667px;top:93px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plWtGXbEfNUbIret7fvwJtMRrc8Abude { width:112px;height:44px;top:26px;left:104.00000190735px;display:block; }
 }