.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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container { display: none; }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .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); }#AUTTZyzelULKVz9bk54700yTrTdQkHxM { border-top:2px solid #f00632;border-left:6px solid #16345f;border-right:6px solid #16345f;border-bottom:0;background-color:#e9eaee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container { background-color: transparent; background-image: none; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container > .video-iframe-container { display: none; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row > .video-iframe-container { display: none; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .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); }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container { border-width: 0; border-radius: 0; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container { font-size:14px;font-family:arial;height:98.4px;width:960px;position:relative;display:block; }#pVWQCkRETKgQV7TonWOoOMmUGUxVsWfR { color:#16345f;display:block;width:679px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.299999594688px;left:140.5px;height:59.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container { background-color: transparent; background-image: none; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container > .video-iframe-container { display: none; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row > .video-iframe-container { display: none; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .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); }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container { border-width: 0; border-radius: 0; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container { font-size:14px;font-family:arial;height:466px;width:960px;position:relative;display:block; }#PvyCW6KWEdJ6cExZk0tiC2lDTfHZnDQv { color:#16345f;display:block;width:316px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:58px;left:28px;height:128.8px;font-style:normal;display:block; }
#Ky8JOgemEbproT35cWP6ByxOQReHZPsl { 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:15003;opacity:1;top:361px;left:393px; }
#RBVFQRnrHM6WsdWPKaWqLuyOtDeuZnSy { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f00632, #16345f);background-image: -moz-linear-gradient(180deg, #f00632, #16345f);background-image: -ms-linear-gradient(180deg, #f00632, #16345f);background-image: -o-linear-gradient(180deg, #f00632, #16345f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );";background-image: linear-gradient(180deg, #f00632, #16345f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:62px;width:62px;top:355px;left:387px;display:block; }
#HTBnxVdf0vTnrWbTI7zaUoLENz3G7Nz0 { position:absolute;display:block;z-index:15004;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;height:222px;width:149px;top:244px;left:0px;overflow:hidden;display:block; }
#yRwDuGRsH1peiyESrTkW9sUPbXe4nw7P { color:#16345f;display:block;width:302px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:374px;left:179px;height:25.2px;font-style:normal;display:block; }
#cpvx3edKDOtc9fLOBradQhrNyZnsguxp { position:absolute;display:block;z-index:15000;height:392px;width:449px;top:25.800003051758px;left:495.50003051758px;display:block; }
#EFw64K27Mrx6othTEKATDZLk3JM7ucne { border-top:0;border-left:5px solid #f00632;border-right:5px solid #f00632;border-bottom:3px solid #f00632;background-color:#16345f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container { background-color: transparent; background-image: none; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container > .video-iframe-container { display: none; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row > .video-iframe-container { display: none; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .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); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container { border-width: 0; border-radius: 0; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#uv8ySxdyafflxNzDugMAQ54eXSIqvWLb { color:#ffffff;display:block;width:715px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.75px;left:122.5px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container { background-color: transparent; background-image: none; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container > .video-iframe-container { display: none; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row > .video-iframe-container { display: none; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .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); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container { border-width: 0; border-radius: 0; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container { font-size:14px;font-family:arial;height:37px;width:960px;position:relative;display:block; }#l00CAXVUPMKuALLIPNLvlLylsaGHs7OO { color:#16345f;display:block;width:679px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.75px;left:140.5px;height:22.1px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd { position:relative;display:block; }#kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd { background-color: transparent; background-image: none; }#kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd > .row .container > .video-iframe-container { display: none; }#kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd > .row > .video-iframe-container { display: none; }#kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd > .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); }#kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd { border-width: 0; border-radius: 0; }#kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:20px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.15);background-image:url("https://images.assets-landingi.com/uc/2eb6ca5a-e762-4ff6-895a-39dfecb8e220/Projektbeznazwy3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U.adaptive-delivery-prevent-bg, #ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U.lazyload, #ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U.lazyloading { background-image: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container { background-color: transparent; background-image: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container > .video-iframe-container { display: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row > .video-iframe-container { display: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .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); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container { border-width: 0; border-radius: 0; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container { font-size:14px;font-family:arial;height:195px;width:960px;position:relative;display:block; }#EMkVNeD9GOWILqtreLt5DrgB5P8WQ3Ts { position:absolute;display:block;z-index:15023;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;height:76px;width:80px;top:33px;left:440px;overflow:hidden;display:block; }
#SnLmV4pf6NeUJpmUcAFAJ7tAc1qTllzp { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f00632, #16345f);background-image: -moz-linear-gradient(180deg, #f00632, #16345f);background-image: -ms-linear-gradient(180deg, #f00632, #16345f);background-image: -o-linear-gradient(180deg, #f00632, #16345f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );";background-image: linear-gradient(180deg, #f00632, #16345f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:62px;width:62px;top:24.000015258789px;left:449.00003051758px;display:block; }
#VCQoctSDoyu0z6B9MARg4xCT0OJR0kkJ { position:absolute;display:block;z-index:15035;background-color:rgba(255,255,255,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:25px;width:25px;top:24px;left:457px;display:block; }
#Ozr4T1ClHyFXQqhgPukXretU6QsGCUry { color:#ffffff;display:block;width:679px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:133.37503051758px;left:140.5px;height:22.1px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AUTTZyzelULKVz9bk54700yTrTdQkHxM { display:block; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVWQCkRETKgQV7TonWOoOMmUGUxVsWfR { top:19px;left:42.5px;width:679px;height:59px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 { display:block; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvyCW6KWEdJ6cExZk0tiC2lDTfHZnDQv { width:316px;height:128px;top:58px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Ky8JOgemEbproT35cWP6ByxOQReHZPsl { top:361px;left:332px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #RBVFQRnrHM6WsdWPKaWqLuyOtDeuZnSy { width:62px;height:62px;top:355px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #HTBnxVdf0vTnrWbTI7zaUoLENz3G7Nz0 { top:244px;left:0px;width:149px;height:222px;display:block; }
 }@media only screen and (max-width: 763px) { #yRwDuGRsH1peiyESrTkW9sUPbXe4nw7P { width:302px;height:25px;top:374px;left:80px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cpvx3edKDOtc9fLOBradQhrNyZnsguxp { top:25px;left:315px;width:449px;height:392px;display:block; }
 }@media only screen and (max-width: 763px) { #EFw64K27Mrx6othTEKATDZLk3JM7ucne { display:block; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv8ySxdyafflxNzDugMAQ54eXSIqvWLb { top:8px;left:24.5px;width:715px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw { display:block; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l00CAXVUPMKuALLIPNLvlLylsaGHs7OO { top:8px;left:42.5px;width:679px;height:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd { display:block; }#kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U { display:block; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMkVNeD9GOWILqtreLt5DrgB5P8WQ3Ts { top:33px;left:342px;width:80px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #SnLmV4pf6NeUJpmUcAFAJ7tAc1qTllzp { width:62px;height:62px;top:24px;left:351.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #VCQoctSDoyu0z6B9MARg4xCT0OJR0kkJ { top:24px;left:359px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Ozr4T1ClHyFXQqhgPukXretU6QsGCUry { top:133px;left:42.5px;width:679px;height:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AUTTZyzelULKVz9bk54700yTrTdQkHxM { position:relative;z-index:auto;display:block; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVWQCkRETKgQV7TonWOoOMmUGUxVsWfR { width:320px;height:78px;top:10.050000548363px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 { display:block; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container { width:320px;height:534px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvyCW6KWEdJ6cExZk0tiC2lDTfHZnDQv { width:293.938px;height:100.8px;top:24.925018310547px;left:13.02499961853px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ky8JOgemEbproT35cWP6ByxOQReHZPsl { display:flex;width:50px;height:50px;top:752.56945800781px;left:135.00000476837px;display:none; }
 }@media only screen and (max-width: 763px) { #RBVFQRnrHM6WsdWPKaWqLuyOtDeuZnSy { width:62px;height:62px;top:758.48612213135px;left:129px;display:none; }
 }@media only screen and (max-width: 763px) { #HTBnxVdf0vTnrWbTI7zaUoLENz3G7Nz0 { width:149px;height:222px;top:802.4860959053px;left:5.9861116409302px;display:none; }
 }@media only screen and (max-width: 763px) { #yRwDuGRsH1peiyESrTkW9sUPbXe4nw7P { width:302px;height:0;top:651.17501831055px;left:9px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cpvx3edKDOtc9fLOBradQhrNyZnsguxp { width:320px;height:349px;top:150px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EFw64K27Mrx6othTEKATDZLk3JM7ucne { background-color:#16345f;background-image:none;display:block; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container { background-color: transparent; background-image: none; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container > .video-iframe-container { display: none; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row > .video-iframe-container { display: none; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .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); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container { width:320px;height:129px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv8ySxdyafflxNzDugMAQ54eXSIqvWLb { width:320px;height:97.5px;top:20px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw { background-color:#e9eaee;background-image:none;display:block; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container { background-color: transparent; background-image: none; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container > .video-iframe-container { display: none; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row > .video-iframe-container { display: none; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .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); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container { width:320px;height:76px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l00CAXVUPMKuALLIPNLvlLylsaGHs7OO { width:320px;height:41.6px;top:20px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd { display:block; }#kTmVgT4keDSeEDyP7xJ89f1PAHET6kyd > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U { background-color:rgba(255,255,255,0.15);background-image:url("https://images.assets-landingi.com/uc/2eb6ca5a-e762-4ff6-895a-39dfecb8e220/Projektbeznazwy3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U.adaptive-delivery-prevent-bg, #ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U.lazyload, #ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U.lazyloading { background-image: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container { background-color: transparent; background-image: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container > .video-iframe-container { display: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row > .video-iframe-container { display: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .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); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMkVNeD9GOWILqtreLt5DrgB5P8WQ3Ts { width:80px;height:76px;top:32px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #SnLmV4pf6NeUJpmUcAFAJ7tAc1qTllzp { width:62px;height:62px;top:24px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #VCQoctSDoyu0z6B9MARg4xCT0OJR0kkJ { width:25px;height:25px;top:23px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #Ozr4T1ClHyFXQqhgPukXretU6QsGCUry { width:320px;height:20.8px;top:108px;left:0px;font-size:16px;display:block; }
 }