.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/JdbIB2Mo/Projekt_bez_tytu_u_3_.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf.adaptive-delivery-prevent-bg, #NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf.lazyload, #NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf.lazyloading { background-image: none; }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row .container { background-color: transparent; background-image: none; }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,77,39,0.2); }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row .container > .video-iframe-container { display: none; }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,77,39,0.2); }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row > .video-iframe-container { display: none; }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .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); }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row .container { border-width: 0; border-radius: 0; }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#W3SAPMEfqJw548Vqd7bm0WQED861ar4R { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:15.125rem;top:0rem;left:44.875rem;overflow:hidden;display:block; }
#NQ2AKVcCqtZiBzMaFQtccPwXPnb0gOVQ { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:humans;font-size:2.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.8876953125rem;left:7.8125rem;height:6.173825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NVDD4iwPZSaWbnsxGilSniz4s9ic14SW { color:#4f4c4d;display:block;width:56rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:15.9990234375rem;left:3.5625rem;height:5.8496125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hH0icDAFfFF6hg7kyA0tmDXgK2G3WS2b { color:#004496;display:block;width:42.875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:26rem;left:16.8125rem;height:4.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0 > .row .container { background-color: transparent; background-image: none; }#leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0 > .row .container > .video-iframe-container { display: none; }#leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0 > .row > .video-iframe-container { display: none; }#leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0 > .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); }#leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0 > .row .container { border-width: 0; border-radius: 0; }#leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0 > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:60rem;position:relative;display:block; }#GtNDdvUyfTCQNqihrQl4ES6xmHbcbxi0 { color:#004996;display:block;width:52.25rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:5.375rem;height:2.92495rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZGG7RuVeIfTfskgKC8qRvmIlE7NO0H3S { color:#252525;display:block;width:49.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:17.332465648651rem;left:4.625rem;height:6.8125rem;text-align:left;text-align-last:left;display:block; }#ZGG7RuVeIfTfskgKC8qRvmIlE7NO0H3S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZGG7RuVeIfTfskgKC8qRvmIlE7NO0H3S li:before{  }
#kJ7mEDap8JBFFvsSXMMxJi7u9od78Mrn { color:#004996;display:block;width:59.9980625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:13.912109375rem;left:0rem;height:5.3622125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dWN69bhnstWD1wNFyrdXUtwI5ERlPsaD { color:#004496;display:block;width:33.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.24609375rem;left:17.125rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#T7vxikHhfT9KTlu5pL080sqhgHLpVqIp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:6.533203125rem;left:11.34375rem; }
#f2JS8NBSxZgCqHANU8LFaucA3cWCWyTv { color:#004496;display:block;width:27.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:38.999999046326rem;left:16.15625rem;height:2.4746125rem;font-style:normal;display:block; }
#XtndaJcNhx3DtbE5WJqFiu6GgdUfuubV { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.4375rem;width:17.25rem;top:43.4375rem;left:9.8376731872556rem;overflow:hidden;display:block; }
#pUMcUcdbqr16y7PfDJxkEEbeoQAgqEbA { background-color:#004496;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:44.062499046326rem;left:28.96875rem;display:block; }
#FHpVTiaWXAvJc3TgQbLT9VoQPPvdRFFR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Soxgd8l32reBkNThF1pLlUmeHzFMO7AF { background-color:#004496;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:47.968749046326rem;left:28.96875rem;display:block; }
#QwvkPSr2AtIdacaRQ8axH7QNBZX1TEHP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DQxOEsOTqP9fR2n0TEQQ3oAUC0uEOneL { background-color:#004496;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.375rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:51.9375rem;left:28.96875rem;display:block; }
#CGEND0Tt5V4J4QkDoiAmZU9NrNIDhQxh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tTg0KBTsImunCqFhIT9KcMm7bnGhB8NZ { color:#252525;display:block;width:48.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:25.28125rem;left:6.65625rem;height:10.3125rem;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;font-style:normal;display:block; }
#ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/tlxiezQp/59small.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT.adaptive-delivery-prevent-bg, #ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT.lazyload, #ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT.lazyloading { background-image: none; }#ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT > .row .container { background-color: transparent; background-image: none; }#ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(99,99,99,0.8); }#ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT > .row .container > .video-iframe-container { display: none; }#ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(99,99,99,0.8); }#ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT > .row > .video-iframe-container { display: none; }#ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT > .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); }#ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT > .row .container { border-width: 0; border-radius: 0; }#ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT > .row .container { font-size:0.875rem;font-family:arial;height:105.8125rem;width:60rem;position:relative;display:block; }#dSIhGP1aGIoF7ZJQ0z5BAQWuphCscLPE { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3125rem;width:29.1875rem;top:54.6845703125rem;left:28.5rem;display:block; }
#kayHsbeHkFJuqOPv7eMPRu1ZrmZ6ryac { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.6875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:9.5868875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCcOFeD0zTywJl79qwStnN3I4u0tUXkT { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:18.1875rem;top:13.8984375rem;left:43.4375rem;overflow:hidden;display:block; }
#HOXlaG33ZJrdudxuEE2rvOOGCxapq2Ur { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:14.5859375rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EfaFLq6LLUzSfyuU1XrBBgBVB8zt8e0T { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.9375rem;width:18.625rem;top:27.1767578125rem;left:0rem;overflow:hidden;display:block; }
#BquJpsW8xLTI6BwgegK3uxmJ5r1Qbfc2 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.9375rem;width:18.6875rem;top:27.1767578125rem;left:20.65625rem;overflow:hidden;display:block; }
#lRhCHJeT2TbBKX1DzHs16RUz6UiaODEc { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:18.75rem;top:27.1142578125rem;left:41.25rem;overflow:hidden;display:block; }
#Udf2oUZfl0czSTmXk494H56ulR5QDCcf { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:61.2978515625rem;left:4.15625rem;height:3.0869125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A3mgFBnACFaIR0MW6zkazLym3GWrC5M5 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:40.01953125rem;left:1.46875rem;height:1.462475rem;font-style:normal;display:block; }
#VQttqBfew3VlqgHzCLZkKzqzkfhB39qV { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:40.01953125rem;left:21.78125rem;height:1.4619125rem;font-style:normal;display:block; }
#zdsu9971KNHlrfpeNvOMAPXqat5ssruV { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:40.01953125rem;left:43.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#FVHmE2wRv6fVuJJI2FQII6S4sUm40ion { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:11.75rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:38.1142578125rem;left:0rem;display:block; }
#MXtMaZdeciXuJG1bvR69AAgTqI15b6kd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GCtlTzuT56zh3nbUTT8VcAFoHtSOH8CM { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:11.875rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:38.1142578125rem;left:20.65625rem;display:block; }
#rdWnfPca0ikIbZwkhgStZMvrD5QkmR1P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RLJaxxM1GOUcudttvVitvyVsbcBT2g0P { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:11.5625rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:38.1142578125rem;left:41.28125rem;display:block; }
#ghB3Fw6tpZbqAQM3fiDiag8c76MXsgZz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZTrHoCk8S0I0M7izaBFpEa7zMKTeleWq { position:absolute;display:block;z-index:100021;background-color:#004996;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:18.75rem;top:45.75rem;left:0rem;display:block; }
#e4HUTJA1t5TCb0xTisOfHvtDE3H7WPC4 { position:absolute;display:block;z-index:100022;background-color:#004996;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:18.75rem;top:45.8125rem;left:20.625rem;display:block; }
#oGKfUEqKNyfRcQ4BS3QEusDhaEOHm5wM { position:absolute;display:block;z-index:100023;background-color:#004996;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:18.75rem;top:45.7392578125rem;left:41.25rem;display:block; }
#veGEAbw0i4LnxTsMnuSvBxpiQDFpXXUW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:43.1767578125rem;left:0.71875rem;height:1.625rem;font-style:normal;display:block; }
#fZuySzmIADVh1QHJimr02guDkICdTERW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:43.1767578125rem;left:21.78125rem;height:1.625rem;font-style:normal;display:block; }
#FpxUDfUTx2BXPIzn95DNXnQSALeyEqsn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:43.1767578125rem;left:42.53125rem;height:1.625rem;font-style:normal;display:block; }
#dlr03SCM74278S34FtxnHGHGSJkAcaA0 { color:#000000;display:block;width:4.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:38.1142578125rem;left:1.5rem;height:1.13715rem;display:block; }
#tmNnexwydTy8ObbRZZXZGASqMSqdCA5y { color:#000000;display:block;width:4.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:38.1142578125rem;left:21.78125rem;height:1.13715rem;display:block; }
#H1NUo4bHLiIzr1iHoNGOxlJ3yIusTEch { color:#000000;display:block;width:4.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:38.1142578125rem;left:42.53125rem;height:1.13715rem;display:block; }
#gxPIZMW8QpnHIJSUhvTxTwoSCifD8EzD { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:46.30078125rem;left:3.0625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJZP0I0VbVstbTQyRgo0mn4U0GBJQLBN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:46.30078125rem;left:23.75rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLAtqogoVwMmboWMNr4PThM1Ti83CC7n { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:46.30078125rem;left:44.375rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XlsDTTvZRTNNb5XkTxcZaHWvVWAweZ4m { position:absolute;display:block;z-index:100000;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.9375rem;width:60rem;top:75.40625rem;left:0rem;display:block; }
#LLsy3M94Uy1SH4avCggEwJh8wPtqTVlR { color:#33a900;display:block;width:58.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:77.1748046875rem;left:0.9375rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UzXGKVcLX8xHMpcV1ddGaA4nNrH1pAbx { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Ef3vQrJX/Aga_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #f3f3f3;border-left:0.0625rem solid #f3f3f3;border-right:0.0625rem solid #f3f3f3;border-bottom:0.0625rem solid #f3f3f3;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;height:15.1875rem;width:15.1875rem;top:83.25rem;left:2.53125rem;display:block; }#UzXGKVcLX8xHMpcV1ddGaA4nNrH1pAbx.adaptive-delivery-prevent-bg, #UzXGKVcLX8xHMpcV1ddGaA4nNrH1pAbx.lazyload, #UzXGKVcLX8xHMpcV1ddGaA4nNrH1pAbx.lazyloading { background-image: none; }
#IQGQtHLV0pQExWFKAGQUG1ycgnuMlpLy { color:#292929;display:block;width:32.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:83.8125rem;left:20.65625rem;height:2.92495rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m2q6yaeM51kR11MRrRG7ogRKM007yViv { position:absolute;display:block;z-index:100011;background-color:#000859;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:0.125rem;top:88.09375rem;left:21.65625rem;display:block; }
#O87hZLKfgp9WC6RpI45h1TaJLM6aA8Ks { color:#33a900;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:89.125rem;left:22.8759765625rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#lxuSlOy2G3osffOlvzmQMEQD9BOfoenF { background-color:#004496;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.4980625rem;height:2.43555rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:96.189453125rem;left:19.2509765625rem;display:block; }
#SAcmS6wX91seg31dNnr7zTsnWU3xFnFB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe > .row .container { background-color: transparent; background-image: none; }#iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe > .row .container > .video-iframe-container { display: none; }#iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe > .row > .video-iframe-container { display: none; }#iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe > .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); }#iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe > .row .container { border-width: 0; border-radius: 0; }#iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe > .row .container { font-size:0.875rem;font-family:arial;height:66.125rem;width:60rem;position:relative;display:block; }#msNQuBQ51gSaEfHZaVqToNtR0ZVEuxU7 { color:#25211a;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.998046875rem;left:3.0302734375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#X2c3D7Uhb48DENJTBVWMPyXoSUk76qbo { color:#25211a;display:block;width:27.3115rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:2;letter-spacing:0;top:16.560546875rem;left:1.34375rem;height:;text-align:left;text-align-last:left;display:block; }#X2c3D7Uhb48DENJTBVWMPyXoSUk76qbo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X2c3D7Uhb48DENJTBVWMPyXoSUk76qbo li:before{  }
#CyFQU1tXSJMxIti9DfOMdVJ7NQXFnAXp { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.186525rem;width:6.186525rem;top:36.78125rem;left:41.90625rem;overflow:hidden;display:block; }
#WTzxUuQ1rz0El5ZCZhdMrfa55TwzsSlu { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.249025rem;width:6.249025rem;top:9.2470703125rem;left:12.7177734375rem;overflow:hidden;display:block; }
#OO7v6yrbXhrV9WvU9oN7e20AOEmVh0D8 { color:#25211a;display:block;width:13.5605625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:33.2158203125rem;left:38.21875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#AT3vkaW2VUcei1zkoHkusA5Sm6Dhe9x2 { color:#000000;display:block;width:28.9355625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:2;letter-spacing:0;top:44.5576171875rem;left:30rem;height:15.625rem;display:block; }#AT3vkaW2VUcei1zkoHkusA5Sm6Dhe9x2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AT3vkaW2VUcei1zkoHkusA5Sm6Dhe9x2 li:before{  }
#CLsQVKaONERZz0GcNqgHacmxva1Gnbwp { color:#25211a;display:block;width:16.933625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.998046875rem;left:37.0634765625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#IQ8vqa4T1yMgEcX5eJ9w7TUP4gevN9Ka { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1230625rem;width:8.3730625rem;top:35.8134765625rem;left:11.6552734375rem;overflow:hidden;display:block; }
#Z5geTwEqbqm222RCBus6khXeaAnVoxgd { color:#25211a;display:block;width:27.3105625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:2;letter-spacing:0;top:16.560546875rem;left:31.8759765625rem;height:15.625rem;text-align:left;text-align-last:left;display:block; }#Z5geTwEqbqm222RCBus6khXeaAnVoxgd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z5geTwEqbqm222RCBus6khXeaAnVoxgd li:before{  }
#pwBU3atHkTbwp2JdACLyHfZ3d2OrE2D6 { color:#25211a;display:block;width:17.2480625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:33.2158203125rem;left:7.2177734375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#aU4WfHsGbFyS0gVTWeGcrscZdtl4Eofy { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.374rem;width:8.499rem;top:8.185546875rem;left:40.75rem;overflow:hidden;display:block; }
#aClIvkx7aM4r5bq2kJrqsB3xIKKAF8hM { color:#25211a;display:block;width:28.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:2;letter-spacing:0;top:44.5576171875rem;left:1.7802734375rem;height:12.8125rem;text-align:left;text-align-last:left;display:block; }#aClIvkx7aM4r5bq2kJrqsB3xIKKAF8hM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aClIvkx7aM4r5bq2kJrqsB3xIKKAF8hM li:before{  }
#EFkVvZdBf2GzfsD1G4uoNFmAxspW0vlE { color:#004996;display:block;width:59.9980625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.189453125rem;left:0rem;height:2.68110625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ > .row .container { background-color: transparent; background-image: none; }#i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ > .row .container > .video-iframe-container { display: none; }#i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ > .row > .video-iframe-container { display: none; }#i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ > .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); }#i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ > .row .container { border-width: 0; border-radius: 0; }#i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:60rem;position:relative;display:block; }#bZ8RKD0z3SzWlSV16uG7EOEXCCMKVQF6 { color:#000000;display:block;width:8.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:0.537109375rem;left:25.125rem;height:1.29980625rem;font-style:normal;display:block; }
#CncB6TM49XVRXIgsTcD7EMri3SCppBAp { position:absolute;display:block;z-index:99999;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:14.4375rem;top:0rem;left:22.78125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf { display:block; }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3SAPMEfqJw548Vqd7bm0WQED861ar4R { top:0rem;left:32.625rem;width:15.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ2AKVcCqtZiBzMaFQtccPwXPnb0gOVQ { top:6.875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVDD4iwPZSaWbnsxGilSniz4s9ic14SW { width:47.75rem;height:5.8125rem;top:15.9375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH0icDAFfFF6hg7kyA0tmDXgK2G3WS2b { top:26rem;left:4.875rem;width:42.875rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0 { display:block; }#leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtNDdvUyfTCQNqihrQl4ES6xmHbcbxi0 { width:47.75rem;height:2.875rem;top:1.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGG7RuVeIfTfskgKC8qRvmIlE7NO0H3S { width:47.75rem;height:6.8125rem;top:17.3125rem;left:0rem;font-size:0.8125rem;display:block; }#ZGG7RuVeIfTfskgKC8qRvmIlE7NO0H3S li:before{  }
 }@media only screen and (max-width: 763px) { #kJ7mEDap8JBFFvsSXMMxJi7u9od78Mrn { width:47.75rem;height:5.3125rem;top:13.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWN69bhnstWD1wNFyrdXUtwI5ERlPsaD { top:7.1875rem;left:11rem;width:33.5rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vxikHhfT9KTlu5pL080sqhgHLpVqIp { top:6.5rem;left:5.21875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2JS8NBSxZgCqHANU8LFaucA3cWCWyTv { top:38.9375rem;left:10.03125rem;width:27.6875rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtndaJcNhx3DtbE5WJqFiu6GgdUfuubV { top:43.4375rem;left:3.7126731872559rem;width:17.25rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUMcUcdbqr16y7PfDJxkEEbeoQAgqEbA { width:15.875rem;height:2.375rem;top:44rem;left:22.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHpVTiaWXAvJc3TgQbLT9VoQPPvdRFFR { display:block; }
 }@media only screen and (max-width: 763px) { #Soxgd8l32reBkNThF1pLlUmeHzFMO7AF { width:15.875rem;height:2.375rem;top:47.9375rem;left:22.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwvkPSr2AtIdacaRQ8axH7QNBZX1TEHP { display:block; }
 }@media only screen and (max-width: 763px) { #DQxOEsOTqP9fR2n0TEQQ3oAUC0uEOneL { width:15.875rem;height:2.375rem;top:51.9375rem;left:22.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGEND0Tt5V4J4QkDoiAmZU9NrNIDhQxh { display:block; }
 }@media only screen and (max-width: 763px) { #tTg0KBTsImunCqFhIT9KcMm7bnGhB8NZ { width:47.75rem;height:10.25rem;top:25.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT { display:block; }#ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSIhGP1aGIoF7ZJQ0z5BAQWuphCscLPE { top:54.625rem;left:18.5625rem;width:29.1875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kayHsbeHkFJuqOPv7eMPRu1ZrmZ6ryac { top:2.0625rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCcOFeD0zTywJl79qwStnN3I4u0tUXkT { top:13.875rem;left:29.5625rem;width:18.1875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOXlaG33ZJrdudxuEE2rvOOGCxapq2Ur { top:14.5625rem;left:0rem;width:43.4375rem;height:7.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfaFLq6LLUzSfyuU1XrBBgBVB8zt8e0T { top:27.125rem;left:0rem;width:18.625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BquJpsW8xLTI6BwgegK3uxmJ5r1Qbfc2 { top:27.125rem;left:14.53125rem;width:18.6875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRhCHJeT2TbBKX1DzHs16RUz6UiaODEc { top:27.0625rem;left:29rem;width:18.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udf2oUZfl0czSTmXk494H56ulR5QDCcf { top:61.25rem;left:0rem;width:22.1875rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3mgFBnACFaIR0MW6zkazLym3GWrC5M5 { top:40rem;left:0rem;width:15.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQttqBfew3VlqgHzCLZkKzqzkfhB39qV { top:40rem;left:15.65625rem;width:16.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdsu9971KNHlrfpeNvOMAPXqat5ssruV { top:40rem;left:33.5625rem;width:14.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVHmE2wRv6fVuJJI2FQII6S4sUm40ion { width:18.6875rem;height:11.75rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXtMaZdeciXuJG1bvR69AAgTqI15b6kd { display:block; }
 }@media only screen and (max-width: 763px) { #GCtlTzuT56zh3nbUTT8VcAFoHtSOH8CM { width:18.6875rem;height:11.875rem;top:38.0625rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdWnfPca0ikIbZwkhgStZMvrD5QkmR1P { display:block; }
 }@media only screen and (max-width: 763px) { #RLJaxxM1GOUcudttvVitvyVsbcBT2g0P { width:18.6875rem;height:11.5625rem;top:38.0625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghB3Fw6tpZbqAQM3fiDiag8c76MXsgZz { display:block; }
 }@media only screen and (max-width: 763px) { #ZTrHoCk8S0I0M7izaBFpEa7zMKTeleWq { top:45.75rem;left:0rem;width:18.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4HUTJA1t5TCb0xTisOfHvtDE3H7WPC4 { top:45.8125rem;left:14.5rem;width:18.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGKfUEqKNyfRcQ4BS3QEusDhaEOHm5wM { top:45.6875rem;left:29rem;width:18.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veGEAbw0i4LnxTsMnuSvBxpiQDFpXXUW { top:43.125rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZuySzmIADVh1QHJimr02guDkICdTERW { top:43.125rem;left:15.65625rem;width:12.5rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpxUDfUTx2BXPIzn95DNXnQSALeyEqsn { top:43.125rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlr03SCM74278S34FtxnHGHGSJkAcaA0 { top:38.0625rem;left:0rem;width:4.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNnexwydTy8ObbRZZXZGASqMSqdCA5y { top:38.0625rem;left:15.65625rem;width:4.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1NUo4bHLiIzr1iHoNGOxlJ3yIusTEch { top:38.0625rem;left:36.40625rem;width:4.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxPIZMW8QpnHIJSUhvTxTwoSCifD8EzD { top:46.25rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJZP0I0VbVstbTQyRgo0mn4U0GBJQLBN { top:46.25rem;left:17.625rem;width:12.5rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLAtqogoVwMmboWMNr4PThM1Ti83CC7n { top:46.25rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlsDTTvZRTNNb5XkTxcZaHWvVWAweZ4m { width:47.75rem;height:25.9375rem;top:75.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLsy3M94Uy1SH4avCggEwJh8wPtqTVlR { width:47.75rem;height:4rem;top:77.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzXGKVcLX8xHMpcV1ddGaA4nNrH1pAbx { width:15.1875rem;height:15.1875rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQGQtHLV0pQExWFKAGQUG1ycgnuMlpLy { width:32.5rem;height:2.875rem;top:83.8125rem;left:14.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2q6yaeM51kR11MRrRG7ogRKM007yViv { width:0.125rem;height:5.625rem;top:88.0625rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O87hZLKfgp9WC6RpI45h1TaJLM6aA8Ks { width:26.625rem;height:3.5625rem;top:89.125rem;left:16.7509765625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxuSlOy2G3osffOlvzmQMEQD9BOfoenF { width:38.4375rem;height:2.375rem;top:96.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAcmS6wX91seg31dNnr7zTsnWU3xFnFB { display:block; }
 }@media only screen and (max-width: 763px) { #iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe { display:block; }#iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msNQuBQ51gSaEfHZaVqToNtR0ZVEuxU7 { width:25.625rem;height:1.625rem;top:5.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2c3D7Uhb48DENJTBVWMPyXoSUk76qbo { width:27.25rem;height:13.125rem;top:16.5rem;left:0rem;font-size:0.8125rem;display:block; }#X2c3D7Uhb48DENJTBVWMPyXoSUk76qbo li:before{  }
 }@media only screen and (max-width: 763px) { #CyFQU1tXSJMxIti9DfOMdVJ7NQXFnAXp { width:6.125rem;height:6.125rem;top:36.75rem;left:32.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTzxUuQ1rz0El5ZCZhdMrfa55TwzsSlu { width:6.1875rem;height:6.1875rem;top:9.1875rem;left:9.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO7v6yrbXhrV9WvU9oN7e20AOEmVh0D8 { width:13.5rem;height:1.625rem;top:33.1875rem;left:29.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT3vkaW2VUcei1zkoHkusA5Sm6Dhe9x2 { top:44.5rem;left:18.875rem;width:28.875rem;height:15.625rem;font-size:0.8125rem;display:block; }#AT3vkaW2VUcei1zkoHkusA5Sm6Dhe9x2 li:before{  }
 }@media only screen and (max-width: 763px) { #CLsQVKaONERZz0GcNqgHacmxva1Gnbwp { width:16.875rem;height:1.625rem;top:5.9375rem;left:27.8759765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ8vqa4T1yMgEcX5eJ9w7TUP4gevN9Ka { width:8.3125rem;height:8.0643082541481rem;top:35.8125rem;left:8.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5geTwEqbqm222RCBus6khXeaAnVoxgd { width:27.25rem;height:15.625rem;top:16.5rem;left:20.5rem;font-size:0.8125rem;display:block; }#Z5geTwEqbqm222RCBus6khXeaAnVoxgd li:before{  }
 }@media only screen and (max-width: 763px) { #pwBU3atHkTbwp2JdACLyHfZ3d2OrE2D6 { width:17.1875rem;height:1.625rem;top:33.1875rem;left:4.1552734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU4WfHsGbFyS0gVTWeGcrscZdtl4Eofy { width:8.4375rem;height:8.3134045181787rem;top:8.125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aClIvkx7aM4r5bq2kJrqsB3xIKKAF8hM { width:28.0625rem;height:12.8125rem;top:44.5rem;left:0rem;font-size:0.8125rem;display:block; }#aClIvkx7aM4r5bq2kJrqsB3xIKKAF8hM li:before{  }
 }@media only screen and (max-width: 763px) { #EFkVvZdBf2GzfsD1G4uoNFmAxspW0vlE { width:47.75rem;height:2.625rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ { display:block; }#i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZ8RKD0z3SzWlSV16uG7EOEXCCMKVQF6 { top:0.5rem;left:19rem;width:8.625rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CncB6TM49XVRXIgsTcD7EMri3SCppBAp { top:0rem;left:16.65625rem;width:14.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf { background-color:transparent;background-image:url("https://images.assets-landingi.com/vlRmYJ1I/Projekt_bez_tytu_u_3_.png");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf.adaptive-delivery-prevent-bg, #NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf.lazyload, #NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf.lazyloading { background-image: none; }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row .container { background-color: transparent; background-image: none; }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(27,35,46,0.5); }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row .container > .video-iframe-container { display: none; }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(27,35,46,0.5); }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row > .video-iframe-container { display: none; }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .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); }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row .container { border-width: 0; border-radius: 0; }#NT5ZtHNy6OQrOqD6GkGZPgzwyH5bCfbf > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3SAPMEfqJw548Vqd7bm0WQED861ar4R { width:5.6875rem;height:1.8125rem;top:0rem;left:14.312262415886rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ2AKVcCqtZiBzMaFQtccPwXPnb0gOVQ { width:13.812125rem;height:1.7874rem;top:3.0658142566681rem;left:5.5314863920212rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVDD4iwPZSaWbnsxGilSniz4s9ic14SW { width:14.6875rem;height:1.4618875rem;top:5.9872155189514rem;left:5.3119076490402rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH0icDAFfFF6hg7kyA0tmDXgK2G3WS2b { width:7.43725rem;height:2.4375rem;top:9.2844457626344rem;left:10.372277140618rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0 { display:block; }#leSLJMrv2kM7PnAJiMV2yFHZADM9Ibl0 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtNDdvUyfTCQNqihrQl4ES6xmHbcbxi0 { width:20rem;height:1.13695625rem;top:0.65222549438475rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGG7RuVeIfTfskgKC8qRvmIlE7NO0H3S { width:18.125rem;height:6.71875rem;top:8.6387310028075rem;left:0.93690800666806rem;font-size:0.8125rem;display:block; }#ZGG7RuVeIfTfskgKC8qRvmIlE7NO0H3S li:before{  }
 }@media only screen and (max-width: 763px) { #kJ7mEDap8JBFFvsSXMMxJi7u9od78Mrn { width:20rem;height:2.4375rem;top:6.9152460098269rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWN69bhnstWD1wNFyrdXUtwI5ERlPsaD { width:16.937125rem;height:2.1117375rem;top:3.2966384887695rem;left:3.062854886055rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7vxikHhfT9KTlu5pL080sqhgHLpVqIp { width:1.75rem;height:1.75rem;top:3.3825770224609rem;left:1.2501198853531rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2JS8NBSxZgCqHANU8LFaucA3cWCWyTv { width:20rem;height:1.19921875rem;top:26.7950963974rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtndaJcNhx3DtbE5WJqFiu6GgdUfuubV { width:9.124625rem;height:5.99964375rem;top:29.029354095459rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUMcUcdbqr16y7PfDJxkEEbeoQAgqEbA { width:9.1875rem;height:1.625rem;top:28.843511581421rem;left:9.9360789060594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHpVTiaWXAvJc3TgQbLT9VoQPPvdRFFR { display:block; }
 }@media only screen and (max-width: 763px) { #Soxgd8l32reBkNThF1pLlUmeHzFMO7AF { width:9.2495rem;height:1.62464375rem;top:31.217445373535rem;left:9.873933672905rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwvkPSr2AtIdacaRQ8axH7QNBZX1TEHP { display:block; }
 }@media only screen and (max-width: 763px) { #DQxOEsOTqP9fR2n0TEQQ3oAUC0uEOneL { width:9.25rem;height:1.5rem;top:33.530419349671rem;left:9.873933672905rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGEND0Tt5V4J4QkDoiAmZU9NrNIDhQxh { display:block; }
 }@media only screen and (max-width: 763px) { #tTg0KBTsImunCqFhIT9KcMm7bnGhB8NZ { width:16.999875rem;height:9.75rem;top:15.981888481416rem;left:2.1235793828964rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT { display:block; }#ovcfz0xnNe9bSuONvsDD8q08pw1RGTBT > .row .container { width:20rem;height:106.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSIhGP1aGIoF7ZJQ0z5BAQWuphCscLPE { height:11.1771875rem;width:20rem;top:93.6280708313rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kayHsbeHkFJuqOPv7eMPRu1ZrmZ6ryac { width:20rem;height:2.5996125rem;top:0.9333572387695rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCcOFeD0zTywJl79qwStnN3I4u0tUXkT { width:9.375rem;height:4.0625rem;top:13.339250564575rem;left:5.3119076490402rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOXlaG33ZJrdudxuEE2rvOOGCxapq2Ur { width:16.49975rem;height:7.3125rem;top:4.9674472808838rem;left:1.7495263814926rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EfaFLq6LLUzSfyuU1XrBBgBVB8zt8e0T { width:13.37475rem;height:7.8125rem;top:18.610321044922rem;left:3.3120263814926rem;display:block; }
 }@media only screen and (max-width: 763px) { #BquJpsW8xLTI6BwgegK3uxmJ5r1Qbfc2 { width:13.75rem;height:7.8125rem;top:36.734726905822rem;left:3.1244078874588rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRhCHJeT2TbBKX1DzHs16RUz6UiaODEc { width:13.812125rem;height:8.06225rem;top:54.91535949707rem;left:3.0936313867569rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udf2oUZfl0czSTmXk494H56ulR5QDCcf { width:10.0615625rem;height:1.30030625rem;top:91.527576446531rem;left:4.9686311483383rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3mgFBnACFaIR0MW6zkazLym3GWrC5M5 { width:12.1875rem;height:1.13695625rem;top:28.560011863709rem;left:3.9062498807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQttqBfew3VlqgHzCLZkKzqzkfhB39qV { width:12.8125rem;height:1.13695625rem;top:46.879131317139rem;left:3.5937498807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdsu9971KNHlrfpeNvOMAPXqat5ssruV { width:11.0618125rem;height:1.13695625rem;top:65.314270019531rem;left:4.4685128927231rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVHmE2wRv6fVuJJI2FQII6S4sUm40ion { width:13.562375rem;height:8.499625rem;top:26.422821044922rem;left:3.2179211378097rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXtMaZdeciXuJG1bvR69AAgTqI15b6kd { display:block; }
 }@media only screen and (max-width: 763px) { #GCtlTzuT56zh3nbUTT8VcAFoHtSOH8CM { width:13.75rem;height:8.499625rem;top:44.482715129853rem;left:3.1244078874588rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdWnfPca0ikIbZwkhgStZMvrD5QkmR1P { display:block; }
 }@media only screen and (max-width: 763px) { #RLJaxxM1GOUcudttvVitvyVsbcBT2g0P { width:13.874875rem;height:8.4375rem;top:62.977032661437rem;left:3.0622631311417rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghB3Fw6tpZbqAQM3fiDiag8c76MXsgZz { display:block; }
 }@media only screen and (max-width: 763px) { #ZTrHoCk8S0I0M7izaBFpEa7zMKTeleWq { width:13.937rem;height:2.62488125rem;top:50.482358932495rem;left:3.0308946371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4HUTJA1t5TCb0xTisOfHvtDE3H7WPC4 { width:13.6875rem;height:2.75rem;top:32.234373092651rem;left:3.1861976385117rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGKfUEqKNyfRcQ4BS3QEusDhaEOHm5wM { width:13.937rem;height:2.56214375rem;top:68.914531707763rem;left:3.0308946371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #veGEAbw0i4LnxTsMnuSvBxpiQDFpXXUW { width:3.6239375rem;height:1.05586875rem;top:48.903287887573rem;left:3.3120263814926rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZuySzmIADVh1QHJimr02guDkICdTERW { width:12.5rem;height:1.05586875rem;top:30.706674575806rem;left:3.3120263814926rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpxUDfUTx2BXPIzn95DNXnQSALeyEqsn { width:3.6872625rem;height:1.05586875rem;top:67.576343536375rem;left:3.3120263814926rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlr03SCM74278S34FtxnHGHGSJkAcaA0 { width:4.49988125rem;height:0.9747875rem;top:62.977032899856rem;left:3.9062498807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNnexwydTy8ObbRZZXZGASqMSqdCA5y { width:4.49988125rem;height:0.9747875rem;top:44.547226905822rem;left:3.9062498807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1NUo4bHLiIzr1iHoNGOxlJ3yIusTEch { width:4.49988125rem;height:0.9747875rem;top:26.422821044922rem;left:3.9062498807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxPIZMW8QpnHIJSUhvTxTwoSCifD8EzD { width:12.5rem;height:2.2739125rem;top:50.656955718994rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJZP0I0VbVstbTQyRgo0mn4U0GBJQLBN { width:12.5rem;height:2.2739125rem;top:32.472181320191rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLAtqogoVwMmboWMNr4PThM1Ti83CC7n { width:12.5rem;height:2.2739125rem;top:69.058353424075rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlsDTTvZRTNNb5XkTxcZaHWvVWAweZ4m { width:19.749625rem;height:16.687375rem;top:73.412043571475rem;left:0.12428975105286rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLsy3M94Uy1SH4avCggEwJh8wPtqTVlR { width:20rem;height:3.59765625rem;top:74.447795867919rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzXGKVcLX8xHMpcV1ddGaA4nNrH1pAbx { width:6.4364375rem;height:6.4364375rem;top:79.164291381838rem;left:0.43678975105286rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQGQtHLV0pQExWFKAGQUG1ycgnuMlpLy { width:10.9375rem;height:1.13695625rem;top:79.164291381838rem;left:5.8102506399154rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2q6yaeM51kR11MRrRG7ogRKM007yViv { width:0.124881875rem;height:2.7497625rem;top:81.0694770813rem;left:7.5923289060594rem;display:block; }
 }@media only screen and (max-width: 763px) { #O87hZLKfgp9WC6RpI45h1TaJLM6aA8Ks { width:11.062375rem;height:1.875rem;top:81.506858825681rem;left:8.405539393425rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxuSlOy2G3osffOlvzmQMEQD9BOfoenF { width:15.87475rem;height:1.93714375rem;top:86.661336898806rem;left:2.0620263814926rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAcmS6wX91seg31dNnr7zTsnWU3xFnFB { display:block; }
 }@media only screen and (max-width: 763px) { #iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe { display:block; }#iD4ZBBy8L2CXoozP6x3lor3RdmpJUfLe > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msNQuBQ51gSaEfHZaVqToNtR0ZVEuxU7 { width:17.9989375rem;height:1.13695625rem;top:3.3303737640381rem;left:0.99964475631713rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2c3D7Uhb48DENJTBVWMPyXoSUk76qbo { width:14.4365625rem;height:10.375rem;top:5.3450517654419rem;left:4.6229871511459rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#X2c3D7Uhb48DENJTBVWMPyXoSUk76qbo li:before{  }
 }@media only screen and (max-width: 763px) { #CyFQU1tXSJMxIti9DfOMdVJ7NQXFnAXp { width:3.4375rem;height:3.4375rem;top:34.786930084229rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTzxUuQ1rz0El5ZCZhdMrfa55TwzsSlu { width:3.624525rem;height:3.624525rem;top:5.3450517654419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO7v6yrbXhrV9WvU9oN7e20AOEmVh0D8 { width:10.4989375rem;height:1.13695625rem;top:48.549356460571rem;left:4.7502363920212rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AT3vkaW2VUcei1zkoHkusA5Sm6Dhe9x2 { width:13.4375rem;height:13.625rem;top:50.874758720398rem;left:5.1219218969345rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#AT3vkaW2VUcei1zkoHkusA5Sm6Dhe9x2 li:before{  }
 }@media only screen and (max-width: 763px) { #CLsQVKaONERZz0GcNqgHacmxva1Gnbwp { width:10.87475rem;height:1.13695625rem;top:32.900098800659rem;left:4.5626181364059rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQ8vqa4T1yMgEcX5eJ9w7TUP4gevN9Ka { width:4.43714375rem;height:4.249525rem;top:19.085580825806rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5geTwEqbqm222RCBus6khXeaAnVoxgd { width:13.4375rem;height:12rem;top:34.786954879761rem;left:5.1219218969345rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#004996;display:block; }#Z5geTwEqbqm222RCBus6khXeaAnVoxgd li:before{  }
 }@media only screen and (max-width: 763px) { #pwBU3atHkTbwp2JdACLyHfZ3d2OrE2D6 { width:12.3745rem;height:1.13695625rem;top:17.284563064575rem;left:3.8127363920212rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aU4WfHsGbFyS0gVTWeGcrscZdtl4Eofy { width:4.43714375rem;height:4.3122625rem;top:50.249758720398rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aClIvkx7aM4r5bq2kJrqsB3xIKKAF8hM { width:14.2495rem;height:11.6875rem;top:19.087337493896rem;left:4.8106058835983rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#aClIvkx7aM4r5bq2kJrqsB3xIKKAF8hM li:before{  }
 }@media only screen and (max-width: 763px) { #EFkVvZdBf2GzfsD1G4uoNFmAxspW0vlE { width:19.997625rem;height:1.30030625rem;top:0.58652329444885rem;left:0.0023673772811889rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ { display:block; }#i248eM9FtzCb2teeHdPmmcpCAPFLNWBZ > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZ8RKD0z3SzWlSV16uG7EOEXCCMKVQF6 { width:5.3125rem;height:0.73094375rem;top:0.85286521911619rem;left:7.3437498807906rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CncB6TM49XVRXIgsTcD7EMri3SCppBAp { width:14.4375rem;height:2.1875rem;top:0rem;left:2.78125rem;display:block; }
 }