.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7ddee;background-image:url("https://images.assets-landingi.com/uc/0708a60c-29f5-4e92-97eb-20f303adbe51/Projektbeznazwy28.PNG");background-position:top center !important;background-repeat: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; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB.adaptive-delivery-prevent-bg, #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB.lazyload, #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB.lazyloading { background-image: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { background-color: transparent; background-image: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .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); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { border-width: 0; border-radius: 0; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:block; }#CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:exo;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.95);top:18.107244729996rem;left:1.828125rem;height:5.8125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wTHtqkLUTSxFTPNHWb1sEfw2CH9qBCVh { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:exo;font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.0625rem;left:26.9375rem;height:2.51875rem;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; }
#kUzhfAx5GEU3rh3OPhRMVA5eTs94EQbd { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6868125rem;width:19.6243125rem;top:6.4197444915769rem;left:0rem;overflow:hidden;display:block; }
#iSTRwZl6ih0QM6HrHsdXRBTM9EBVsTxD { color:#000000;display:block;width:21.125rem;position:absolute;font-family:exo;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.95);top:26.014204025269rem;left:7.625rem;height:2.53125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DETlS0mv4OlMLU9yg8CTKVmF6ryO58J1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:25.3125rem;left:16.625rem; }
#KC6tBNTiTQMLVPJedtn7LOxNbWmFu3EQ { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:exo;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.95);top:26.014205932618rem;left:20.718751907349rem;height:2.53125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eAQ0DmtwvSou29fmtnZxfeTKVnzaVIo7 { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.25rem;left:3.1875rem; }
#XiPaNzab5LHMKxnZbi6KChweWVvHxtXe { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:exo;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.95);top:3.5582387447357rem;left:1.828125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#za0TDDiREBWKbWduGcQUFHSFlSfxVwrM { background-color:#111111;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:31.863637924194rem;left:1.828125rem;display:block; }
#y5CgItZgDtzAKLMGzVgoVzN6XWSDaLXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BeW1rMT7ToMdZTDqPUa6D0On1sO3Bwgo { position:relative;display:block; }#BeW1rMT7ToMdZTDqPUa6D0On1sO3Bwgo { background-color: transparent; background-image: none; }#BeW1rMT7ToMdZTDqPUa6D0On1sO3Bwgo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeW1rMT7ToMdZTDqPUa6D0On1sO3Bwgo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeW1rMT7ToMdZTDqPUa6D0On1sO3Bwgo > .row .container > .video-iframe-container { display: none; }#BeW1rMT7ToMdZTDqPUa6D0On1sO3Bwgo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeW1rMT7ToMdZTDqPUa6D0On1sO3Bwgo > .row > .video-iframe-container { display: none; }#BeW1rMT7ToMdZTDqPUa6D0On1sO3Bwgo > .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); }#BeW1rMT7ToMdZTDqPUa6D0On1sO3Bwgo { border-width: 0; border-radius: 0; }#BeW1rMT7ToMdZTDqPUa6D0On1sO3Bwgo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BeW1rMT7ToMdZTDqPUa6D0On1sO3Bwgo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CQKlVbPNBClXn9fUQowHmPC3nkxUtNnt { color:#111111;display:block;width:60rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4509935379028rem;left:0rem;height:4.0625rem;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; }
#t45NAVtEOJ7iKcxZZGgmrN4sG510OxTI { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.8125rem;left:0rem;height:1.625rem;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; }
#wCtaT3S3I92CtXd4gishVEzcbbQ5E65r { color:#594b3f;display:block;width:18.5625rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.95);top:0.62499713897705rem;left:8.59375rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bp40k1wXbCSaNubNQ8AgGw3To9tEc4QM { color:#000000;display:block;width:55.75rem;position:absolute;font-family:exo;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.875rem;left:1.25rem;height:1.7875rem;font-style:normal;display:block; }
#TQQCJb73XyOue6MTDklTGkTBwVoEEKBP { color:#000000;display:block;width:55.125rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:29.125000953674rem;left:1.5625rem;height:11.9rem;display:block; }
#lgCIfJUNrJvAkWvaH1xvElWSab4fOrRi { background-color:#111111;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.6875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:44.612847447396rem;left:23.000001907349rem;display:block; }
#bLI6nuCffkEhfeDTTqtiuMmHRb8Xuun0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#POU3PQA1EvyDkutAsbiAOrazZUir1mFT { color:#000000;display:block;width:55.125rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:11.723090648651rem;left:1.375rem;height:16.3625rem;display:block; }
#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87de8400-73c2-401e-bff4-b58a21c5306d/Projektbeznazwy29.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { border-width: 0; border-radius: 0; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#ogSNHhIlav0gvaNX7R2M2k7rFcziqnOH { color:#000000;display:block;width:60rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:24.117906570434rem;left:0rem;height:3.0875rem;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; }
#qFTliSeEcTspwIb5KPdWDFdMwffBfBvp { box-sizing:content-box;height:42.125rem;width:57.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.71);background-image:none;top:0.056106567382812rem;left:1.5447444915771rem;display:block; }
#O5x4WbKveuHAmEcVPZS3NGPMr1l91b9l { color:#000000;display:block;width:55.875rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:28.64133644104rem;left:3.1526985168457rem;height:;display:block; }#O5x4WbKveuHAmEcVPZS3NGPMr1l91b9l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O5x4WbKveuHAmEcVPZS3NGPMr1l91b9l li:before{  }
#b2APyv2ZdHaOuDQXuKcBsZvK9koPJsHp { color:#000000;display:block;width:55.875rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:11.062507629394rem;left:3.1526985168457rem;height:11.9rem;display:block; }
#EJCvJ45Q0tATSyTncG6LqRHDLMxsCO5z { color:#000000;display:block;width:53.9375rem;position:absolute;font-family:exo;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.2713108062744rem;left:3.03125rem;height:1.7875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#PWyKWbDv7Gn1lpS6iTdE7QXtFa01UUDi { color:#000000;display:block;width:60rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:1.5355157852173rem;left:0rem;height:6.175rem;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; }
#ZA2nBcBkN439XuT08M9k5K4byqrDhU8y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-image: -o-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2985977' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2985977' );";background-image: linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-size:auto !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; }#ZA2nBcBkN439XuT08M9k5K4byqrDhU8y > .row .container { background-color: transparent; background-image: none; }#ZA2nBcBkN439XuT08M9k5K4byqrDhU8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA2nBcBkN439XuT08M9k5K4byqrDhU8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA2nBcBkN439XuT08M9k5K4byqrDhU8y > .row .container > .video-iframe-container { display: none; }#ZA2nBcBkN439XuT08M9k5K4byqrDhU8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA2nBcBkN439XuT08M9k5K4byqrDhU8y > .row > .video-iframe-container { display: none; }#ZA2nBcBkN439XuT08M9k5K4byqrDhU8y > .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); }#ZA2nBcBkN439XuT08M9k5K4byqrDhU8y > .row .container { border-width: 0; border-radius: 0; }#ZA2nBcBkN439XuT08M9k5K4byqrDhU8y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZA2nBcBkN439XuT08M9k5K4byqrDhU8y > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:block; }#OFLXLWf3sp0DEKkuEKX0RhOmioqPgWeN { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:9.4375rem;left:0.3125rem;display:block; }
#hZmw9T9V0FTCU6tg1GzPzG8HTgUDid0F { position:absolute;display:block;z-index:15008;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:15.0625rem;left:14.375rem;display:block; }
#sbl1cICu9KyQQMxeGpFN2iZJSDKeAwAM { position:absolute;display:block;z-index:15009;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:18.75rem;left:13.9375rem;display:block; }
#rZP0Gqbvh851HF3t9gc7Oi3tmvk90v9I { position:absolute;display:block;z-index:15010;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:21.75rem;left:11.8125rem;display:block; }
#m1KudmZshx9OkQOyoXQFeRP8uIeAlK4v { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #2c3440);background-image: -moz-linear-gradient(180deg, #d29859, #2c3440);background-image: -ms-linear-gradient(180deg, #d29859, #2c3440);background-image: -o-linear-gradient(180deg, #d29859, #2c3440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );";background-image: linear-gradient(180deg, #d29859, #2c3440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:8.375rem;left:5.0625rem;display:block; }
#Q3MR3KN8ZBOGq1zXE2x7Fb9tseV6WBCs { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:18rem;left:47.9375rem; }
#wIEEpTTlHLEa0eIJVCz6lkkq7qDahRkP { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8be21012-320c-4ff4-9e79-3f8a9a8cbcc6/PRELEGENT54.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:10.75rem;left:1.625rem;display:block; }#wIEEpTTlHLEa0eIJVCz6lkkq7qDahRkP.adaptive-delivery-prevent-bg, #wIEEpTTlHLEa0eIJVCz6lkkq7qDahRkP.lazyload, #wIEEpTTlHLEa0eIJVCz6lkkq7qDahRkP.lazyloading { background-image: none; }
#xi8R9fU6lBeeJS4u0Kx5gaLCM6SNz9BR { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:19.0625rem;left:14.3125rem; }
#eIgMPg9kmLNzD2S6n29BA5JqLbCvlLde { color:#111111;display:block;width:60rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1079521179199rem;left:0rem;height:4.0625rem;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; }
#CWrXySwvbV9hF0vsxDOLg6rD7Q9ncREn { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:27.0625rem;left:0.3125rem;height:1.3rem;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; }
#ZehTeMiNXmUNT0UGxTAVogpet4pfphJ0 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:28.9375rem;left:0.3125rem;height:1.1375rem;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; }
#zkkT66Ecd1NcWz5rlPWEV5FhBTCrJGQe { color:#000000;display:block;width:17.25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:31.75rem;left:0.3125rem;height:4.9rem;text-align:center;text-align-last:center;display:block; }
#kJZciNB3oGGhg6CD4cGRyGXepnTvQcC4 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:31.5rem;left:21.375rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#HEzzJIFEqagPpJcIHPnATk8UwACX28FU { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:28.6875rem;left:21.375rem;height:;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; }
#Z7MIKDZc22loUGFuR0erDlCH5FAubkQi { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:26.8125rem;left:21.375rem;height:;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; }
#W0TBDfDzvuqUB1h8EaCHB0BH6Grh2U52 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #2c3440);background-image: -moz-linear-gradient(180deg, #d29859, #2c3440);background-image: -ms-linear-gradient(180deg, #d29859, #2c3440);background-image: -o-linear-gradient(180deg, #d29859, #2c3440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );";background-image: linear-gradient(180deg, #d29859, #2c3440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:8.125rem;left:26.125rem;display:block; }
#dVrcBOK2dTF1Wf2bgWLvzEqF8w3z0Zkk { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:9.1875rem;left:21.375rem;display:block; }
#TqMuFQCDgDTRvZTUUcG7pu0ArH7qbZCb { position:absolute;display:block;z-index:15020;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:21.5rem;left:32.875rem;display:block; }
#fTSTF5IZVTZdtqz33rD8TGBvM0hLoNch { position:absolute;display:block;z-index:15019;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:18.5rem;left:35rem;display:block; }
#w9Lc5QywwkZ3vDkbIGEGcuV44SQpvzld { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.8125rem;left:35.375rem; }
#sQmrcZsxMiTqWWD0ugBLW6Uf6GTucWgd { position:absolute;display:block;z-index:15018;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:14.8125rem;left:35.4375rem;display:block; }
#tLP2bKKrP7ZNiJ1q0wwDtwESvsgSGboS { color:#000000;display:block;width:17.25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:31.750000953674rem;left:42.406251907349rem;height:4.9rem;text-align:center;text-align-last:center;display:block; }
#wLbfWUowmfzMVnEJ7OJNuJNI9HRHUbgT { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:28.9375rem;left:42.75rem;height:;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; }
#E8gSGwGsPyIP2V2P89ApCAWi4P9M6Gpt { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:27.0625rem;left:42.75rem;height:1.3rem;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; }
#PqArVlkZbdCz4Zq5kfPyKoXNXR5gSFhg { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #2c3440);background-image: -moz-linear-gradient(180deg, #d29859, #2c3440);background-image: -ms-linear-gradient(180deg, #d29859, #2c3440);background-image: -o-linear-gradient(180deg, #d29859, #2c3440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );";background-image: linear-gradient(180deg, #d29859, #2c3440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:8.375rem;left:47.5rem;display:block; }
#SoqAnp8qFZbchcpq5T4Cv3vEiieNy6p0 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:9.4375rem;left:42.75rem;display:block; }
#z76ww7S5bbE1hJICa8oFB26hFwD7tzEZ { position:absolute;display:block;z-index:15030;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:21.75rem;left:54.25rem;display:block; }
#pFhIbHk1rcE1SmdGmS1Pk1CSPGLLVo4J { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c6c28c77-b77c-488a-bf04-2e004f0baa22/PRELEGENT58.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:10.75rem;left:44.0625rem;display:block; }#pFhIbHk1rcE1SmdGmS1Pk1CSPGLLVo4J.adaptive-delivery-prevent-bg, #pFhIbHk1rcE1SmdGmS1Pk1CSPGLLVo4J.lazyload, #pFhIbHk1rcE1SmdGmS1Pk1CSPGLLVo4J.lazyloading { background-image: none; }
#mbzVEVwn2nO09sVTUusB1DGWEPqggkUz { position:absolute;display:block;z-index:15029;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:18.75rem;left:56.375rem;display:block; }
#qfbSdB4ciR8yADLtdJJFBUHxq9XiKTsH { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.0625rem;left:56.75rem; }
#cKIv3A3sZEZXKPWvDQzZSWZDSx13tSMJ { position:absolute;display:block;z-index:15028;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:15.0625rem;left:56.8125rem;display:block; }
#X1iT9UGLpxzI2BFO49cllgWHmyc9yphv { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/09adc05c-accf-4d76-a0bd-9928c1850a9e/agataHorzela.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:10.732954978943rem;left:22.843751907349rem;display:block; }#X1iT9UGLpxzI2BFO49cllgWHmyc9yphv.adaptive-delivery-prevent-bg, #X1iT9UGLpxzI2BFO49cllgWHmyc9yphv.lazyload, #X1iT9UGLpxzI2BFO49cllgWHmyc9yphv.lazyloading { background-image: none; }
#lGlvPsD055XZzL32cvDKPqW6gTz7exsq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-image: -o-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2985977', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2985977', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-size:auto !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; }#lGlvPsD055XZzL32cvDKPqW6gTz7exsq > .row .container { background-color: transparent; background-image: none; }#lGlvPsD055XZzL32cvDKPqW6gTz7exsq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGlvPsD055XZzL32cvDKPqW6gTz7exsq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGlvPsD055XZzL32cvDKPqW6gTz7exsq > .row .container > .video-iframe-container { display: none; }#lGlvPsD055XZzL32cvDKPqW6gTz7exsq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGlvPsD055XZzL32cvDKPqW6gTz7exsq > .row > .video-iframe-container { display: none; }#lGlvPsD055XZzL32cvDKPqW6gTz7exsq > .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); }#lGlvPsD055XZzL32cvDKPqW6gTz7exsq > .row .container { border-width: 0; border-radius: 0; }#lGlvPsD055XZzL32cvDKPqW6gTz7exsq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lGlvPsD055XZzL32cvDKPqW6gTz7exsq > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;position:relative;display:block; }#rMlmwBLwTE8tOAgBPA95CmV0y1aGQI6l { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:1.3125rem;left:0.6875rem;display:block; }
#eyRHNWQ2fTmfvWuhllqZBK71TqF2M53T { position:absolute;display:block;z-index:15008;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:6.9375rem;left:14.75rem;display:block; }
#U5UnxasIxskOzD0JLCkJhhDi8gkG5Ues { position:absolute;display:block;z-index:15009;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10.625rem;left:14.3125rem;display:block; }
#hy71FaFhZ13qtbGEehtoROOCxFHLlEWR { position:absolute;display:block;z-index:15010;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.625rem;left:12.1875rem;display:block; }
#n709SJs7aGSz8IoOmsJ48mHLaEKpiS4B { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #2c3440);background-image: -moz-linear-gradient(180deg, #d29859, #2c3440);background-image: -ms-linear-gradient(180deg, #d29859, #2c3440);background-image: -o-linear-gradient(180deg, #d29859, #2c3440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );";background-image: linear-gradient(180deg, #d29859, #2c3440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:0.25rem;left:5.4375rem;display:block; }
#cOkqh8CgL3qg3KMG7IJ7uooCpdLKopEi { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.875rem;left:48.3125rem; }
#sOxhJpBsPpaAkhiwzddFItZ3H83g7TGu { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9ee711fa-b8a3-4451-a9c1-915b144fabc2/Projektbeznazwy20240705T124513891.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #2c3440;border-left:0.0625rem solid #2c3440;border-right:0.0625rem solid #2c3440;border-bottom:0.0625rem solid #2c3440;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.625rem;left:2rem;display:block; }#sOxhJpBsPpaAkhiwzddFItZ3H83g7TGu.adaptive-delivery-prevent-bg, #sOxhJpBsPpaAkhiwzddFItZ3H83g7TGu.lazyload, #sOxhJpBsPpaAkhiwzddFItZ3H83g7TGu.lazyloading { background-image: none; }
#usReqpUlifNbQu2K3eBlsBPATH2OXAXR { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.9375rem;left:14.6875rem; }
#X2MfS2TVuOG08Z7TbCKMQpemMNMGMxF1 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:18.9375rem;left:0.6875rem;height:;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; }
#E7k1ycqzqh7cGAV4VcKdlFJOO51vdwcc { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:20.562510490417rem;left:0rem;height:;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; }
#aCsWHbnIAD4HQ19LTNsROTvkyeg28a39 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:23.375010490417rem;left:0rem;height:4.9rem;text-align:center;text-align-last:center;display:block; }
#vumyphoBnJ9Sn4iVGLUTH3RBmfVGqBBZ { color:#000000;display:block;width:17.25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:23.375rem;left:21.75rem;height:4.9rem;text-align:center;text-align-last:center;display:block; }
#ltNxJkhIfZFTKibCfIg0t70AoRhTxTtH { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:20.5625rem;left:21.75rem;height:;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; }
#KHq7dOuQJR5nL19bvc3SE0NlM6ZrKxBW { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:18.6875rem;left:21.75rem;height:;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; }
#wxHJtApElnaThLJSozlDakogNvTT4gta { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #2c3440);background-image: -moz-linear-gradient(180deg, #d29859, #2c3440);background-image: -ms-linear-gradient(180deg, #d29859, #2c3440);background-image: -o-linear-gradient(180deg, #d29859, #2c3440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );";background-image: linear-gradient(180deg, #d29859, #2c3440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:0rem;left:26.5rem;display:block; }
#eb1g3TyPp1f7PL9kalXU80kiAIRp0PSm { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:1.0625rem;left:21.75rem;display:block; }
#NFmZvkQaTx0VZyuUoHPvdAhkW1VyIA9R { position:absolute;display:block;z-index:15020;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.375rem;left:33.25rem;display:block; }
#Fdpl57oeVqv7QDLTu5SZFRVKJEt0JVG7 { position:absolute;display:block;z-index:15019;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10.375rem;left:35.375rem;display:block; }
#tAaf8Kx10Ir2mmWTmCT6HibHcQkpU1tu { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.6875rem;left:35.75rem; }
#xf03uuZ61WwUCC139eIlDp98qROhtuv2 { position:absolute;display:block;z-index:15018;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:6.6875rem;left:35.8125rem;display:block; }
#JTHvSwNgAbUpZFoBUGUeo7JcB4hZD4xe { color:#000000;display:block;width:17.25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:23.625rem;left:42.75rem;height:4.9rem;text-align:center;text-align-last:center;display:block; }
#T1EIrA1KzEm3ZMerr3yrNOCGlT8xvvVE { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:20.8125rem;left:43.125rem;height:;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; }
#l5f5fCQzBR91TW9xT6pTTSGoS13yoP4r { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:18.9375rem;left:43.125rem;height:;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; }
#L9z9hLhR0D8qI4Acc1QRIUgc6Ugv6Vy2 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #2c3440);background-image: -moz-linear-gradient(180deg, #d29859, #2c3440);background-image: -ms-linear-gradient(180deg, #d29859, #2c3440);background-image: -o-linear-gradient(180deg, #d29859, #2c3440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );";background-image: linear-gradient(180deg, #d29859, #2c3440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:0.25rem;left:47.875rem;display:block; }
#KsQlnbBVyqi8IoRl4OKdFgIq3X5CfOL8 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:1.3125rem;left:43.125rem;display:block; }
#X7idLMxS6weBC9OWxSSkZzCDv9SLGoyM { position:absolute;display:block;z-index:15030;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.625rem;left:54.625rem;display:block; }
#oy3r4DfpyHskHtHdfvlSSElI0BD7Gbe8 { position:absolute;display:block;z-index:15029;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10.625rem;left:56.75rem;display:block; }
#VBOkEox4zlQOHRIpdB4JwxwEgQr04dcA { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10.9375rem;left:57.125rem; }
#kJshrIybR0xHlW0RQPd5gFUEw8Q7cl0N { position:absolute;display:block;z-index:15028;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:6.9375rem;left:57.1875rem;display:block; }
#t1DThpnTQVmQspRqSOFQpMBKn2oTfnsx { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/87f1e48f-e76d-4e78-ac56-4cda634fe22e/RAMartinPfnuerGoerlitzAnwalt.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.625rem;left:23.1875rem;display:block; }#t1DThpnTQVmQspRqSOFQpMBKn2oTfnsx.adaptive-delivery-prevent-bg, #t1DThpnTQVmQspRqSOFQpMBKn2oTfnsx.lazyload, #t1DThpnTQVmQspRqSOFQpMBKn2oTfnsx.lazyloading { background-image: none; }
#IxEWWL2fTDZK0sPyQ0pceVmCgKTMLddm { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;top:2.6079546958208rem;left:44.593751907349rem;display:block; }
#t4XNQRZNhobNoGBuDxyNZ9lUX7rZyJXg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.47), rgba(210,152,89,0.47));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.47), rgba(210,152,89,0.47));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.47), rgba(210,152,89,0.47));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.47), rgba(210,152,89,0.47));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff77', endColorstr='#d2985977' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff77', endColorstr='#d2985977' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.47), rgba(210,152,89,0.47));background-size:auto !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; }#t4XNQRZNhobNoGBuDxyNZ9lUX7rZyJXg > .row .container { background-color: transparent; background-image: none; }#t4XNQRZNhobNoGBuDxyNZ9lUX7rZyJXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4XNQRZNhobNoGBuDxyNZ9lUX7rZyJXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4XNQRZNhobNoGBuDxyNZ9lUX7rZyJXg > .row .container > .video-iframe-container { display: none; }#t4XNQRZNhobNoGBuDxyNZ9lUX7rZyJXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4XNQRZNhobNoGBuDxyNZ9lUX7rZyJXg > .row > .video-iframe-container { display: none; }#t4XNQRZNhobNoGBuDxyNZ9lUX7rZyJXg > .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); }#t4XNQRZNhobNoGBuDxyNZ9lUX7rZyJXg > .row .container { border-width: 0; border-radius: 0; }#t4XNQRZNhobNoGBuDxyNZ9lUX7rZyJXg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4XNQRZNhobNoGBuDxyNZ9lUX7rZyJXg > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#xUvyau69U3uNGZJEfaBisTie2GwTuDDw { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:1.3125rem;left:0.6875rem;display:block; }
#H4FK23hXsWbXm5QIOX8vm5kppc0o1y6d { position:absolute;display:block;z-index:15008;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:6.9375rem;left:14.75rem;display:block; }
#HabX2TPPXULOimD2EZRapeZrf71PMUyy { position:absolute;display:block;z-index:15009;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10.625rem;left:14.3125rem;display:block; }
#hzAHgtChhrG3i8xO48hyPQEnWa1AJmDi { position:absolute;display:block;z-index:15010;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.625rem;left:12.1875rem;display:block; }
#lcNzNJGAFTvPc8FusJuKdgl4kyktO64m { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #2c3440);background-image: -moz-linear-gradient(180deg, #d29859, #2c3440);background-image: -ms-linear-gradient(180deg, #d29859, #2c3440);background-image: -o-linear-gradient(180deg, #d29859, #2c3440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );";background-image: linear-gradient(180deg, #d29859, #2c3440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:0.25rem;left:5.4375rem;display:block; }
#TQm0MGp4vM4Enpog3lUGtTspfTTea8Nf { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.875rem;left:48.3125rem; }
#ITBgu74SGll7o6cCoGdR6wPmWB69L6CX { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.9375rem;left:14.6875rem; }
#rCDGtXbRNVuTl6BM8wcALWQFkVr8mLnE { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:18.9375rem;left:0.6875rem;height:;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; }
#EkiTIolET6BZNcrgaObS2ECOxIcaJlrh { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:20.562510490417rem;left:0rem;height:1.1375rem;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; }
#FXX74e40gS86nfFHiRXNhDtz5ToqRe7A { color:#000000;display:block;width:17.25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:22.5rem;left:11.125rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#rKripIlazx6PUCl9ekJFVva81BBQAqKu { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:20.5625rem;left:21.75rem;height:1.1375rem;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; }
#N7aOOTSQ4AdorvZX3Ez1AWdm4GhBv6RU { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:18.937501907349rem;left:22.281251907349rem;height:;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; }
#hO43RRrfCf5FGVmILF4tO4BMCpVHgWCG { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #2c3440);background-image: -moz-linear-gradient(180deg, #d29859, #2c3440);background-image: -ms-linear-gradient(180deg, #d29859, #2c3440);background-image: -o-linear-gradient(180deg, #d29859, #2c3440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );";background-image: linear-gradient(180deg, #d29859, #2c3440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:0rem;left:26.5rem;display:block; }
#qfK6WHIg6LckWcLNTPyFkk3Mi6JrLiVf { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:1.0625rem;left:21.75rem;display:block; }
#yo9SFUThJTIdroKd9W1IUmqBmuunLf5X { position:absolute;display:block;z-index:15020;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.375rem;left:33.25rem;display:block; }
#Fd63iO68pndgOuB98yW916NOQfoBGA5w { position:absolute;display:block;z-index:15019;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10.375rem;left:35.375rem;display:block; }
#PEmDvvXATgpyvLfgaVbZxNlgvyCGl9DC { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.6875rem;left:35.75rem; }
#FTP37vlCrsMkwTde1wEnHeJhenM4xZuy { position:absolute;display:block;z-index:15018;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:6.6875rem;left:35.8125rem;display:block; }
#BfuyaX1TbD2q7e6FrdR3EF9VWMQii0p1 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:22.47500038147rem;left:42.750001907349rem;height:3.675rem;text-align:center;text-align-last:center;display:block; }
#Mm2RJz7NBT1PDcpkEwaoi59zZEM9blIP { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:20.5625rem;left:43.125rem;height:1.1375rem;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; }
#S3OncuEqN5o7LoTFaIPWQz4XhoH6XEJ5 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:18.9375rem;left:43.125rem;height:;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; }
#DJXrSTlMFiPZeZANtlhpkiQe7GFrFoTT { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #2c3440);background-image: -moz-linear-gradient(180deg, #d29859, #2c3440);background-image: -ms-linear-gradient(180deg, #d29859, #2c3440);background-image: -o-linear-gradient(180deg, #d29859, #2c3440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );";background-image: linear-gradient(180deg, #d29859, #2c3440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:0.25rem;left:47.875rem;display:block; }
#wLcknu0eV5fNISLNRnbQExT1IgQVf6B7 { position:absolute;display:block;z-index:15030;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.625rem;left:54.625rem;display:block; }
#SeSkwLZ0dAOFPANX54m6qoG2yUGEmkZf { position:absolute;display:block;z-index:15029;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10.625rem;left:56.75rem;display:block; }
#WwJ6WJNBxlDquEgpTLhcemvTI1Py8VWd { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10.9375rem;left:57.125rem; }
#c2Jy8aHtRJB5focThlDw2eKcZChIxTWq { position:absolute;display:block;z-index:15028;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:6.9375rem;left:57.1875rem;display:block; }
#My2gTOOGm51bCHIM0EJzhQuRnB99reLE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c1daa49b-b8d7-4009-b2ec-44700189fa96/MichaParol_Grupa_MAK.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:2.6072442531586rem;left:1.9822444915771rem;display:block; }#My2gTOOGm51bCHIM0EJzhQuRnB99reLE.adaptive-delivery-prevent-bg, #My2gTOOGm51bCHIM0EJzhQuRnB99reLE.lazyload, #My2gTOOGm51bCHIM0EJzhQuRnB99reLE.lazyloading { background-image: none; }
#nRQHgTZgCT9lSOlEKcQy8po4aKvzugn5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;top:2.6079559326172rem;left:23.218751907349rem;display:block; }
#XtlZoB47sevCDHRtTiUZmkKJnVom6UU4 { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1257618e-9e30-4103-85aa-de97b9874d99/Wiktor_Sobczyk_CEO_GoMobilityTech.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #2c3440;border-left:0.0625rem solid #2c3440;border-right:0.0625rem solid #2c3440;border-bottom:0.0625rem solid #2c3440;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.5624923706055rem;left:44.538194656372rem;display:block; }#XtlZoB47sevCDHRtTiUZmkKJnVom6UU4.adaptive-delivery-prevent-bg, #XtlZoB47sevCDHRtTiUZmkKJnVom6UU4.lazyload, #XtlZoB47sevCDHRtTiUZmkKJnVom6UU4.lazyloading { background-image: none; }
#VkigEwwTb9Ag7afKxJAitMZ5VG5y6OIF { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:1.3125rem;left:43.125001907349rem;display:block; }
#n2lD9k8mE5v3rZDmKGveSti6Tf6VNKy5 { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c1daa49b-b8d7-4009-b2ec-44700189fa96/MichaParol_Grupa_MAK.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #2c3440;border-left:0.0625rem solid #2c3440;border-right:0.0625rem solid #2c3440;border-bottom:0.0625rem solid #2c3440;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.5625rem;left:1.9375rem;display:block; }#n2lD9k8mE5v3rZDmKGveSti6Tf6VNKy5.adaptive-delivery-prevent-bg, #n2lD9k8mE5v3rZDmKGveSti6Tf6VNKy5.lazyload, #n2lD9k8mE5v3rZDmKGveSti6Tf6VNKy5.lazyloading { background-image: none; }
#oJelEdszgfvAFWzbaf2HgADupiuBSfbm { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/af2f6bf1-93b9-4fa0-a91f-d66ae959d267/KamilNowacki.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #2c3440;border-left:0.0625rem solid #2c3440;border-right:0.0625rem solid #2c3440;border-bottom:0.0625rem solid #2c3440;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.5625rem;left:23.043752670288rem;display:block; }#oJelEdszgfvAFWzbaf2HgADupiuBSfbm.adaptive-delivery-prevent-bg, #oJelEdszgfvAFWzbaf2HgADupiuBSfbm.lazyload, #oJelEdszgfvAFWzbaf2HgADupiuBSfbm.lazyloading { background-image: none; }
#EnJF1EUkNNZlMsecmenzkXPyHELIl9TB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(210,152,89,0.47), rgba(255,255,255,0.47));background-image: -moz-linear-gradient(180deg, rgba(210,152,89,0.47), rgba(255,255,255,0.47));background-image: -ms-linear-gradient(180deg, rgba(210,152,89,0.47), rgba(255,255,255,0.47));background-image: -o-linear-gradient(180deg, rgba(210,152,89,0.47), rgba(255,255,255,0.47));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2985977', endColorstr='#ffffff77' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2985977', endColorstr='#ffffff77' );";background-image: linear-gradient(180deg, rgba(210,152,89,0.47), rgba(255,255,255,0.47));background-size:auto !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; }#EnJF1EUkNNZlMsecmenzkXPyHELIl9TB > .row .container { background-color: transparent; background-image: none; }#EnJF1EUkNNZlMsecmenzkXPyHELIl9TB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnJF1EUkNNZlMsecmenzkXPyHELIl9TB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnJF1EUkNNZlMsecmenzkXPyHELIl9TB > .row .container > .video-iframe-container { display: none; }#EnJF1EUkNNZlMsecmenzkXPyHELIl9TB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnJF1EUkNNZlMsecmenzkXPyHELIl9TB > .row > .video-iframe-container { display: none; }#EnJF1EUkNNZlMsecmenzkXPyHELIl9TB > .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); }#EnJF1EUkNNZlMsecmenzkXPyHELIl9TB > .row .container { border-width: 0; border-radius: 0; }#EnJF1EUkNNZlMsecmenzkXPyHELIl9TB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EnJF1EUkNNZlMsecmenzkXPyHELIl9TB > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#lwgi2nKJTcuBgVoUoyFn1c5sFcbuKJa3 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:1.3125rem;left:0.6875rem;display:block; }
#JhEr9xWRkwimIE7f3oVRvBRrQNP2XEcv { position:absolute;display:block;z-index:15008;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:6.9375rem;left:14.75rem;display:block; }
#mtlSaP7bSfW5260uNRO2WLn1EAD8yhdQ { position:absolute;display:block;z-index:15009;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10.625rem;left:14.3125rem;display:block; }
#fembv5apX95TK7ST3UiH1oDevM4tA7Tn { position:absolute;display:block;z-index:15010;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.625rem;left:12.1875rem;display:block; }
#T1mfmDpsaqr7KrHpbNMPpaRPw9xtyo94 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #2c3440);background-image: -moz-linear-gradient(180deg, #d29859, #2c3440);background-image: -ms-linear-gradient(180deg, #d29859, #2c3440);background-image: -o-linear-gradient(180deg, #d29859, #2c3440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );";background-image: linear-gradient(180deg, #d29859, #2c3440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:0.25rem;left:5.4375rem;display:block; }
#lyERqFly3rmS23TMzzcia7oWlEePxTD0 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.9375rem;left:14.6875rem; }
#Bm98fKXU8JemUJt8qhim1D0So210G6zS { color:#000000;display:block;width:17.25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:24.337500810623rem;left:10rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#wCObzSKJMkzW7pNgPIDn5w22QstRyEA0 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:20.5625rem;left:21.75rem;height:;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; }
#ADTlyc6ZDrf4NRDq8aRMKeGimN1A2Wb3 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:18.937501907349rem;left:22.281251907349rem;height:;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; }
#qK4rbbRw3NhIoF2cpafaSziPS66TEtW9 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #2c3440);background-image: -moz-linear-gradient(180deg, #d29859, #2c3440);background-image: -ms-linear-gradient(180deg, #d29859, #2c3440);background-image: -o-linear-gradient(180deg, #d29859, #2c3440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );";background-image: linear-gradient(180deg, #d29859, #2c3440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:0rem;left:26.5rem;display:block; }
#bmy1Cp9Fi0s0TwySTNC2ldPoXtwX37y2 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:1.0625rem;left:21.75rem;display:block; }
#TIo7iX0Jw1pXhOzavWtWVhWG00Te6JCJ { position:absolute;display:block;z-index:15020;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.375rem;left:33.25rem;display:block; }
#nA6w7gRUNiLzdT9v5oR5OBurcz9sArcH { position:absolute;display:block;z-index:15019;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10.375rem;left:35.375rem;display:block; }
#FJToxMfVxcqstm9c4Jb2qsTflix5P3xm { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.6875rem;left:35.75rem; }
#G9IChyp7445ePTRpW1J27BiwBwSMlxi7 { position:absolute;display:block;z-index:15018;background-color:#2c3440;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:6.6875rem;left:35.8125rem;display:block; }
#LVO135sgFFZmxmFUhOmLTw5BJXVXtFMc { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:20.5625rem;left:0rem;height:2.275rem;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; }
#D8QSAl8paktPNdKHnZShb2HbivPoW5Ic { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:18.937501192093rem;left:0.51875114440918rem;height:1.3rem;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; }
#aKDSW5JCVKPhrpc0rBA6QXRLqFAI9E1w { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;top:2.6079559326172rem;left:23.218751907349rem;display:block; }
#hGuzko3e9kW5qkF6npLS8fbFA9idIZHC { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9d471642-9bae-4749-999b-b16b0f9f4861/LARG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #2c3440;border-left:0.0625rem solid #2c3440;border-right:0.0625rem solid #2c3440;border-bottom:0.0625rem solid #2c3440;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.5625rem;left:1.9375rem;display:block; }#hGuzko3e9kW5qkF6npLS8fbFA9idIZHC.adaptive-delivery-prevent-bg, #hGuzko3e9kW5qkF6npLS8fbFA9idIZHC.lazyload, #hGuzko3e9kW5qkF6npLS8fbFA9idIZHC.lazyloading { background-image: none; }
#HTOJ4wyOMzFtxvTKB2gc5AAmnbuDdA8h { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4008af83-87c4-4738-935f-a63f2cf86630/AnnaOhirko.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #2c3440;border-left:0.0625rem solid #2c3440;border-right:0.0625rem solid #2c3440;border-bottom:0.0625rem solid #2c3440;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.5625rem;left:23.043752670288rem;display:block; }#HTOJ4wyOMzFtxvTKB2gc5AAmnbuDdA8h.adaptive-delivery-prevent-bg, #HTOJ4wyOMzFtxvTKB2gc5AAmnbuDdA8h.lazyload, #HTOJ4wyOMzFtxvTKB2gc5AAmnbuDdA8h.lazyloading { background-image: none; }
#EwybZttBsigfNGeM4TMavaLDvRWhVr08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-image: -o-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2985977', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2985977', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-size:auto !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; }#EwybZttBsigfNGeM4TMavaLDvRWhVr08 > .row .container { background-color: transparent; background-image: none; }#EwybZttBsigfNGeM4TMavaLDvRWhVr08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwybZttBsigfNGeM4TMavaLDvRWhVr08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwybZttBsigfNGeM4TMavaLDvRWhVr08 > .row .container > .video-iframe-container { display: none; }#EwybZttBsigfNGeM4TMavaLDvRWhVr08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwybZttBsigfNGeM4TMavaLDvRWhVr08 > .row > .video-iframe-container { display: none; }#EwybZttBsigfNGeM4TMavaLDvRWhVr08 > .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); }#EwybZttBsigfNGeM4TMavaLDvRWhVr08 > .row .container { border-width: 0; border-radius: 0; }#EwybZttBsigfNGeM4TMavaLDvRWhVr08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwybZttBsigfNGeM4TMavaLDvRWhVr08 > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#r6oFw52kQIpT9fOaHHn3J0UmUkgpk8NF { color:#111111;display:block;width:60rem;position:absolute;font-family:exo;font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.85723876953125rem;left:0rem;height:3.16875rem;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; }
#ugB4yUUpNNVbFANpq5Ld525PLhDeiH6Q { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:5.3117904663086rem;left:2.15625rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:italic;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; }
#M0nCSBzozXV3s9ifQKkXfdok9yVGQCgC { box-sizing:content-box;height:8.8125rem;width:8.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:11.0625rem;left:1rem;display:block; }
#TJxZXDVHXfyqc8lzTrqAt99yPJTzNPrs { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #2c3440);background-image: -moz-linear-gradient(180deg, #d29859, #2c3440);background-image: -ms-linear-gradient(180deg, #d29859, #2c3440);background-image: -o-linear-gradient(180deg, #d29859, #2c3440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );";background-image: linear-gradient(180deg, #d29859, #2c3440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:3.4375rem;top:9.2329597473144rem;left:0rem;display:block; }
#eQV6cmf5PJRntdUvt8KwFCDqXHUZuw3L { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:9.7954548895356rem;left:0rem;overflow:hidden;display:block; }
#Qpk2FZfAAiDv1BBulflXSp7c0K6lunsT { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:21.937500953674rem;left:0rem;height:;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; }
#iGNq3WGnOoygQhnWntnNTonrBKgq4UGb { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:23.862216949463rem;left:0rem;height:1.1375rem;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; }
#WkDxrmXT2S2a1q33D4HxHZJRD52m9b4e { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:22rem;left:12.125rem;height:;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; }
#oyRfAytPuM4g3QAlHqWnsXs5ELGvh9s9 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:23.9375rem;left:12.125rem;height:;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; }
#hiDO90IJkgS17EvpT49IkRmg3T2FQHJv { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:10.1875rem;left:12.1875rem;display:block; }
#QzCrCWGeqVgpebrTtfnzC16V0tF1KpWM { box-sizing:content-box;height:8.8125rem;width:8.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;top:11.125rem;left:13.125rem;display:block; }
#Xisi7KlydNIdSTIZeHaEovfqnWrW7JHx { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:23.875rem;left:24.25rem;height:;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; }
#lZAshTbHTuB3sqD1q9oC6X5SeBZs7LhN { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:21.9375rem;left:24.25rem;height:;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; }
#IXObOkmyUWhpmX4ilv42IvJPuzGO7y2G { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:10.125rem;left:24.3125rem;display:block; }
#SccbQvpbstwzzZNK5Bxtf6plFq6Z0PoA { box-sizing:content-box;height:8.8125rem;width:8.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15051;background-color:#e3e3e3;background-image:none;top:11.0625rem;left:25.25rem;display:block; }
#XTIV3MADN8NGUuFhQWb201hlBUnRJMcb { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:23.875rem;left:36.0625rem;height:;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; }
#U9ImTnwCfBi8pT3wOZSIA1AQ7JZazi0B { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:21.9375rem;left:36.0625rem;height:;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; }
#Z5kWlPDdhUkopPzGkIDioTCa5xsu37Zq { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:10.125rem;left:36.125rem;display:block; }
#WZGb3yde4uPxw5vgRLTcbfghBZ01Ze6o { box-sizing:content-box;height:8.8125rem;width:8.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15056;background-color:#e3e3e3;background-image:none;top:11.0625rem;left:37.0625rem;display:block; }
#TQTGt1V8Sr3J25FvtkObpcA1XxennwFe { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:23.875rem;left:48.4375rem;height:;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; }
#ptu8zH1k0N5VrE6Kcu0O18JcWnTQNGOH { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:21.9375rem;left:48.4375rem;height:;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; }
#XbsTEcSw83geDb6VJ2T6nfCHKRVHDBHL { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:10.125rem;left:48.5rem;display:block; }
#XiLMngbMyPp232H9dqTIIFp8KrafmgdA { box-sizing:content-box;height:8.8125rem;width:8.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15061;background-color:#e3e3e3;background-image:none;top:11.0625rem;left:49.4375rem;display:block; }
#vcA24QAzzFiV3vxVcAXwI4UpZ3T6iCfI { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #2c3440);background-image: -moz-linear-gradient(180deg, #d29859, #2c3440);background-image: -ms-linear-gradient(180deg, #d29859, #2c3440);background-image: -o-linear-gradient(180deg, #d29859, #2c3440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#2c3440' );";background-image: linear-gradient(180deg, #d29859, #2c3440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:3.4375rem;top:9.2499999105931rem;left:56.562498092651rem;display:block; }
#FRUGU0v3PHA1tdIfZqUFKzAsPBvqT7CS { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:10.142045885324rem;left:0rem;display:block; }
#u5ZMcNqrtWz5SCUxFDRRTPXiyh0XJBkl { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:21.937501072884rem;left:48.437501907349rem;height:1.3rem;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; }
#uyqWq0gqvpWDMbEMbd0GEHepdcwmLRzQ { background-color:#111111;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.6875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:28.25rem;left:23.000001907349rem;display:block; }
#TyCZNM9pZQeVkkQX1tbn9zGuaPFtzaQf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnWsXNCIRAm9OXycUlp5MBzPZe0f3mTO { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:9.625rem;width:9.625rem;top:10.656250119209rem;left:12.75rem;overflow:hidden;display:block; }
#ImMRe2XSXiDWUl17bw9hV5C5P1ZL5Z3c { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:9.625rem;width:9.625rem;top:10.656250119209rem;left:24.968751907349rem;overflow:hidden;display:block; }
#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f1035, #7fc7d9);background-image: -moz-linear-gradient(180deg, #0f1035, #7fc7d9);background-image: -ms-linear-gradient(180deg, #0f1035, #7fc7d9);background-image: -o-linear-gradient(180deg, #0f1035, #7fc7d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1035', endColorstr='#7fc7d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1035', endColorstr='#7fc7d9' );";background-image: linear-gradient(180deg, #0f1035, #7fc7d9);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { border-width: 0; border-radius: 0; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:none; }#zQ5znTUaVFdwBMJdTWwMpqGlVzuwKgnH { position:absolute;display:block;z-index:15004;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:26.6875rem;left:6.375rem;display:block; }
#WuTplcsAQdJ7UaBTuf08TkxnIl5TSIbT { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #0f1035;border-left:0.0625rem solid #0f1035;border-right:0.0625rem solid #0f1035;border-bottom:0.0625rem solid #0f1035;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3125rem;left:1.625rem;display:block; }
#DzIyS8VXbyeFingGwXvPWEgLbZtPxrz5 { position:absolute;display:block;z-index:15005;background-color:#7fc7d9;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:26.25rem;left:25.75rem;display:block; }
#GbZ8lhJMmRNGJKTKoQV897aAtEN1DNeg { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:6.375rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oZHHKHkeb9tvuIJAzbyEbMQkiArEC1If { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:23.0625rem;left:6.375rem;height:2.69965rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o0AD9KE9h7bLZIqBn8bzLOu3oFGJ7HCX { position:absolute;display:block;z-index:15008;background-color:#0f1035;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:9.9375rem;left:15.6875rem;display:block; }
#ss9XqVMFPoRfH3b3NyfbnsPkuZdINJnO { position:absolute;display:block;z-index:15009;background-color:#0f1035;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.625rem;left:15.25rem;display:block; }
#LEczF1gJwW7ApBobTvXBnTgi80CmKgc9 { position:absolute;display:block;z-index:15010;background-color:#0f1035;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:16.625rem;left:13.125rem;display:block; }
#T3tHm5zIVo2ceSWR1T3t17kJKl0etL0c { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:27.6875rem;left:6.375rem;height:8.3958125rem;text-align:left;text-align-last:left;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; }
#VOGBduvZF8s4yDoAMLM5d0pXZOwloQGb { position:absolute;display:block;z-index:14999;background-color:#0f1035;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:6.375rem;display:block; }
#qNwveSowedgyvJp7bNmEP6T5g8WU9ir8 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #0f1035;border-left:0.0625rem solid #0f1035;border-right:0.0625rem solid #0f1035;border-bottom:0.0625rem solid #0f1035;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.1875rem;left:33.3125rem;display:block; }
#UBJQS93JHak1OAAi3Z2zCWwkim1f6XLZ { position:absolute;display:block;z-index:15009;background-color:#7fc7d9;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.6875rem;left:46.75rem;display:block; }
#xFui6z87ZKiN4aJqMPNTloRAkmdsJoav { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14rem;left:47.1875rem; }
#xGzsRgOxv3BV27qZfNU7DvLQaeAe0T2q { position:absolute;display:block;z-index:15012;background-color:#0f1035;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:26.25rem;left:57.125rem;display:block; }
#lJGL8BgTQ5XR4F9LIT2ATWSZz4McSlVs { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:10.4375rem;left:47.9375rem; }
#ozd67Mp5hkSnGhkg2tVCkn16uaiGKlNM { position:absolute;display:block;z-index:15008;background-color:#7fc7d9;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:9.9375rem;left:47.375rem;display:block; }
#DcOCcGoQcmA0V8GKNv9F2sC76Wy2kKKg { position:absolute;display:block;z-index:15010;background-color:#7fc7d9;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:16.625rem;left:44.5625rem;display:block; }
#E3A0z1UD66rc3d5VnDGF3JzdsGIpEt5l { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.875rem;left:44.875rem; }
#MTuwAAXsgk2z1JhfQmw1a5u2B9GGFxa3 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:38rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lwkZXynpL6gZbo5ESETAWRUuSciIGTDe { color:#000000;display:block;width:14rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:23.0625rem;left:38.125rem;height:2.69965rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7tc5sfF64cbSy6f9tTQu9NV0q7dye9K { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:27.6875rem;left:38.0625rem;height:8.3958125rem;text-align:left;text-align-last:left;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; }
#CgL0qKMevB43UemCbkqF3zeot6EPDIrU { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a6d87fa1-5a03-4a0c-bdcc-2f81385e86ad/stylishconfidentbusinesswomansmiling_17642019466.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:2.9375rem;display:block; }#CgL0qKMevB43UemCbkqF3zeot6EPDIrU.adaptive-delivery-prevent-bg, #CgL0qKMevB43UemCbkqF3zeot6EPDIrU.lazyload, #CgL0qKMevB43UemCbkqF3zeot6EPDIrU.lazyloading { background-image: none; }
#mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c55c7dbf-7bac-4634-80b1-da33b053a69c/closeupconfidentmaleemployeewhitecollarshirtsmilingcamerastandingselfassuredagainststudiobackground_125826761.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:34.625rem;display:block; }#mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH.adaptive-delivery-prevent-bg, #mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH.lazyload, #mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH.lazyloading { background-image: none; }
#NlDEuz26ZXoJyeZpiL6aIHxmmLq7QTAd { position:absolute;display:block;z-index:15000;background-color:#0f1035;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:38.0625rem;display:block; }
#fFMpWZfuRNI2Zqz7wWsEIkl3dQXcrTns { position:absolute;display:block;z-index:15005;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:26.6875rem;left:38rem;display:block; }
#upkcKVzvOP6P4Nim1Noi5mOdIekqXKDT { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10.4375rem;left:16.1875rem; }
#DBakzRm334HniwZh1wJqX3bwZ7g03H5n { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.9375rem;left:15.65625rem; }
#VZvIPbGTv4GWGOXmTdLHav0xNRfyufD0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.9375rem;left:13.4375rem; }
#cK2kdzwv31qTK15SaEgF5wp98IV5ubLz { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:26.5625rem;top:12.625rem;left:18.375rem;overflow:hidden;display:block; }
#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-image: -o-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2985977' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2985977' );";background-image: linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-size:auto !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; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { background-color: transparent; background-image: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container > .video-iframe-container { display: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container { display: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .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); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { border-width: 0; border-radius: 0; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#waC3B6Li6lI2BfE5m9BCwnRqJzr9f3xv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.6875rem;left:4.1875rem; }
#L0TaR1RLwJhaxvOiqQ5wBcQ2tbRsrmpT { color:#000000;display:block;width:9.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:17.624999761581rem;left:1.5rem;height:1.65rem;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; }
#S1FrFHPd0qQtM1KHL7d3IVmzXBUMwG1v { position:absolute;display:block;z-index:15014;background-color:#d29859;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:11.75rem;left:3.1875rem;display:block; }
#O7UTBJhmPDLxAA6w9dICRqPsOz2uTi8w { position:absolute;display:block;z-index:15009;background-color:#7fc7d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:49.0625rem;top:14.25rem;left:6.6875rem;display:block; }
#khrS13BJ9BfTz43oBvg3UUi9vkhI5eAx { color:#000000;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:19.249999761581rem;left:0rem;height:5.25rem;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; }
#xBIkpTAJp6DbwBfAsDvt5Jm5B91J8RFJ { color:#111111;display:block;width:60rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9808235168457rem;left:0rem;height:4.0625rem;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; }
#PsiHcQlIPU1zGclUDruiwQnnQzoxzWyf { position:absolute;display:block;z-index:15015;background-color:#d29859;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:11.8125rem;left:15.5625rem;display:block; }
#C58K2kmTrhBJTmPEHzcBmtf2yr8D5KQ8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12.8125rem;left:16.5625rem; }
#Mu1qVQzA8a9z6eKPuOaiKKwMiFJkBQKT { color:#000000;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:19.25rem;left:12.4375rem;height:3.9375rem;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; }
#ealzhkE2EtvQoGXxAH4DzDbT0n67JIsI { color:#000000;display:block;width:9.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:17.625rem;left:13.9375rem;height:;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; }
#Tn4c7JXw5bbUbPPTRdTSAozrGwNtZa41 { color:#000000;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:19.1875rem;left:24.3125rem;height:3.9375rem;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; }
#kpp3vDpppVkJ2HBsKKdlb8dVEUpl8Wkd { position:absolute;display:block;z-index:15019;background-color:#d29859;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:11.75rem;left:27.4375rem;display:block; }
#aMC4MgHOuShx6F7afS3RI7bsdrLalka9 { color:#000000;display:block;width:9.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:17.5625rem;left:25.8125rem;height:;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; }
#nIBOnlOtsr2C73D5w7bmCOovD9UEd88I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:12.75rem;left:28.4375rem; }
#G7x0xQ7yTEuxnm0CCAToT3L6O1hHipFd { color:#000000;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:19.1875rem;left:36.3125rem;height:5.25rem;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; }
#ZFoUb8uQZPqviW8T1GC12fWQtP7pxD3F { position:absolute;display:block;z-index:15023;background-color:#d29859;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:11.75rem;left:39.4375rem;display:block; }
#y8fQy2mPdqi4nJV1SVVipUE86WwRpVCe { color:#000000;display:block;width:9.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:17.611505389214rem;left:37.312501907349rem;height:1.65rem;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; }
#QlBtA23vyOfTOT11BAAq53cwBw6xsFSZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:12.75rem;left:40.4375rem; }
#akFiNiEla1gIaeN4TEXW3QEhkP5silEA { color:#000000;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:19.1875rem;left:48.625rem;height:5.25rem;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; }
#k937GlkGitknzoMID3C3qPG2kiXCnrnP { color:#000000;display:block;width:9.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:17.5625rem;left:50.125rem;height:;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; }
#S2qfJWuLAUIm1IKCB7EfMQFQrufZVgyT { position:absolute;display:block;z-index:15027;background-color:#d29859;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:11.75rem;left:51.75rem;display:block; }
#kFERF8TbfsGSVoaChNqDbSfew9ydXsdT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.75rem;left:52.75rem; }
#obA6LSRUbBNiZsfeBLtz8vL5Nxi386ki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-image: -o-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2985977', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2985977', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);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; }#obA6LSRUbBNiZsfeBLtz8vL5Nxi386ki > .row .container { background-color: transparent; background-image: none; }#obA6LSRUbBNiZsfeBLtz8vL5Nxi386ki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obA6LSRUbBNiZsfeBLtz8vL5Nxi386ki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obA6LSRUbBNiZsfeBLtz8vL5Nxi386ki > .row .container > .video-iframe-container { display: none; }#obA6LSRUbBNiZsfeBLtz8vL5Nxi386ki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obA6LSRUbBNiZsfeBLtz8vL5Nxi386ki > .row > .video-iframe-container { display: none; }#obA6LSRUbBNiZsfeBLtz8vL5Nxi386ki > .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); }#obA6LSRUbBNiZsfeBLtz8vL5Nxi386ki > .row .container { border-width: 0; border-radius: 0; }#obA6LSRUbBNiZsfeBLtz8vL5Nxi386ki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#obA6LSRUbBNiZsfeBLtz8vL5Nxi386ki > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#kmeQQX1pS17qhPb7Xac9AGekyGo6TsJS { color:#f1f1f1;display:block;width:50.5625rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:4.75rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#FaBSAvffeuRr0MAu7MlXk7DCf7nOigyJ { color:#ffffff;display:block;width:53.6875rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15146;line-height:1.3;letter-spacing:0;top:6rem;left:3.75rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#FaBSAvffeuRr0MAu7MlXk7DCf7nOigyJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FaBSAvffeuRr0MAu7MlXk7DCf7nOigyJ li:before{  }
#y93WRWPQa82EnZVannG0wqRWMhhzlUsS { box-sizing:content-box;height:34.875rem;width:55.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(6,13,23,0.46), #d29859);background-image: -moz-linear-gradient(180deg, rgba(6,13,23,0.46), #d29859);background-image: -ms-linear-gradient(180deg, rgba(6,13,23,0.46), #d29859);background-image: -o-linear-gradient(180deg, rgba(6,13,23,0.46), #d29859);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#060d1775', endColorstr='#d29859' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#060d1775', endColorstr='#d29859' );";background-image: linear-gradient(180deg, rgba(6,13,23,0.46), #d29859);background-size:auto !important;top:1.4375rem;left:2.3125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#G71IgPgl3wbpiteBVvDkITuQDNURTFvD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-image: -o-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2985977' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2985977' );";background-image: linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));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; }#G71IgPgl3wbpiteBVvDkITuQDNURTFvD > .row .container { background-color: transparent; background-image: none; }#G71IgPgl3wbpiteBVvDkITuQDNURTFvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G71IgPgl3wbpiteBVvDkITuQDNURTFvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G71IgPgl3wbpiteBVvDkITuQDNURTFvD > .row .container > .video-iframe-container { display: none; }#G71IgPgl3wbpiteBVvDkITuQDNURTFvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G71IgPgl3wbpiteBVvDkITuQDNURTFvD > .row > .video-iframe-container { display: none; }#G71IgPgl3wbpiteBVvDkITuQDNURTFvD > .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); }#G71IgPgl3wbpiteBVvDkITuQDNURTFvD > .row .container { border-width: 0; border-radius: 0; }#G71IgPgl3wbpiteBVvDkITuQDNURTFvD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G71IgPgl3wbpiteBVvDkITuQDNURTFvD > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:60rem;position:relative;display:block; }#hdfg4LNDAmTp9hcpTZtJCWO4kXV2GeDa { box-sizing:content-box;height:34.3125rem;width:17.75rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6e6e6, #000000);background-image: -moz-linear-gradient(180deg, #e6e6e6, #000000);background-image: -ms-linear-gradient(180deg, #e6e6e6, #000000);background-image: -o-linear-gradient(180deg, #e6e6e6, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#000000' );";background-image: linear-gradient(180deg, #e6e6e6, #000000);background-size:auto !important;top:9.9375rem;left:1.0625rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#tFFtU1c3Hw6enVo2CipA1bCnfiDPrPpx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #5d320f);background-image: -moz-linear-gradient(180deg, #d29859, #5d320f);background-image: -ms-linear-gradient(180deg, #d29859, #5d320f);background-image: -o-linear-gradient(180deg, #d29859, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #d29859, #5d320f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9rem;border-top-right-radius:9rem;border-bottom-left-radius:9rem;border-bottom-right-radius:9rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:1.75rem;text-decoration:none;z-index:15191;text-align:center;text-align-last:center;top:40.6875rem;left:5.125rem;display:block; }
#yocSOfnmnIFNDLMfptw8nE3N6dQxrahP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h3Q97EcvuFpdaVOnmOTvcNRV5HxLcyJX { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:exo;font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:22.125rem;left:2.125rem;height:15.29375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#h3Q97EcvuFpdaVOnmOTvcNRV5HxLcyJX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h3Q97EcvuFpdaVOnmOTvcNRV5HxLcyJX li:before{  }
#TEJcrqLhZzvDTqcr3PftvTfTn0oonTvp { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:13.25rem;left:4rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wiDnDhFSlQZZUpbCZq0w62qNAZzsnTxm { color:#000000;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:15.625rem;left:4rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w8RozRvglk9H0Lzlz711tXiaD5FPz4VS { box-sizing:content-box;height:34.3125rem;width:17.75rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #60421d);background-image: -moz-linear-gradient(180deg, #d29859, #60421d);background-image: -ms-linear-gradient(180deg, #d29859, #60421d);background-image: -o-linear-gradient(180deg, #d29859, #60421d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#60421d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#60421d' );";background-image: linear-gradient(180deg, #d29859, #60421d);background-size:auto !important;top:9.9375rem;left:21.375rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#tZdvNgnX5VqlpvDg7Ci63gdQJZTUFrVu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6e6e6, #000000);background-image: -moz-linear-gradient(180deg, #e6e6e6, #000000);background-image: -ms-linear-gradient(180deg, #e6e6e6, #000000);background-image: -o-linear-gradient(180deg, #e6e6e6, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#000000' );";background-image: linear-gradient(180deg, #e6e6e6, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9rem;border-top-right-radius:9rem;border-bottom-left-radius:9rem;border-bottom-right-radius:9rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:1.75rem;text-decoration:none;z-index:15198;text-align:center;text-align-last:center;top:40.6875rem;left:25.4375rem;display:block; }
#CWnngsXHxhxPmcatphyeUb0AJUiLfSJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AiRVFDs6UuW4VioNRQDDgicS80Cekem0 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:23.9375rem;left:22.4375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qy71usHeraE7nHWxKtQLiD1TqV83G3k7 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:18.6875rem;left:21.9375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J5lC0ydzGex0itig3ha1Nkb7xCBdwyxG { color:#000000;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:16.0625rem;left:24.3125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ouobIXDZDXgq2BbbilnNqMo0ru9lUEFd { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:13.25rem;left:24.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UhRgBTTdZ9JoCWmb9TlvOmFfxwKz8W8T { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:0.8125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:21.8125rem;left:22.1875rem;height:17.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UhRgBTTdZ9JoCWmb9TlvOmFfxwKz8W8T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UhRgBTTdZ9JoCWmb9TlvOmFfxwKz8W8T li:before{  }
#zr7WnD9Od6hrN5iTXuXP1Oy5VZGIUmlA { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:18.3125rem;left:1.625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JQQ5pMhpxT0C0guDGk1NCGGvX88uJmtX { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:19.8125rem;left:1.0625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xsFE1VErx4QK3lJ34Id2JPd8oHzieTKC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d29859, #5d320f);background-image: -moz-linear-gradient(180deg, #d29859, #5d320f);background-image: -ms-linear-gradient(180deg, #d29859, #5d320f);background-image: -o-linear-gradient(180deg, #d29859, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #d29859, #5d320f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9rem;border-top-right-radius:9rem;border-bottom-left-radius:9rem;border-bottom-right-radius:9rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:1.75rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:10.8125rem;left:0rem;display:block; }
#n0LGaxQyhicxz378LJqmWVkH8l6Ok22W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xwOSTlwZrzAhSieqLiyEoZEWkTTUZzro { box-sizing:content-box;height:34.3125rem;width:17.75rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #070f26, #d29859);background-image: -moz-linear-gradient(180deg, #070f26, #d29859);background-image: -ms-linear-gradient(180deg, #070f26, #d29859);background-image: -o-linear-gradient(180deg, #070f26, #d29859);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#070f26', endColorstr='#d29859' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#070f26', endColorstr='#d29859' );";background-image: linear-gradient(180deg, #070f26, #d29859);background-size:auto !important;top:9.9375rem;left:41.125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#hPBSwEC2E2LM7NioKEqTydvkXbdk4ZSu { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:23.9375rem;left:42.1875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RG4olfa3FgXnpWOwM3nTSkAyQoV5H8El { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:13.25rem;left:43.0625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MWPTxybXmIEJC5sn4KQxSQuFSTkhmrb9 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:17.4375rem;left:41.375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQl6NGkr6wyXvmL7Re2FWCA3NMRnP6G6 { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:19.5625rem;left:42.625rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hSZh7bl7Zk7xZkTaZ2IAf8XrorUxZnf2 { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:24.5rem;left:41.9375rem;height:5.2rem;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; }
#Gz7ypszH7PdmAkMBv3mzTw2suf9AuMhg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6e6e6, #d29859);background-image: -moz-linear-gradient(180deg, #e6e6e6, #d29859);background-image: -ms-linear-gradient(180deg, #e6e6e6, #d29859);background-image: -o-linear-gradient(180deg, #e6e6e6, #d29859);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d29859' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d29859' );";background-image: linear-gradient(180deg, #e6e6e6, #d29859);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9rem;border-top-right-radius:9rem;border-bottom-left-radius:9rem;border-bottom-right-radius:9rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:1.75rem;text-decoration:none;z-index:15199;text-align:center;text-align-last:center;top:33.37499666214rem;left:45.187501907349rem;display:block; }
#c2VUMhraMqzTX1TX9n2i9Kve3KswXxe0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Shp1550Rk0A9J0MS8gT31p8So0OZ8hqW { color:#111111;display:block;width:60rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125018119812rem;left:0rem;height:4.0625rem;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; }
#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1035;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:none; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { border-width: 0; border-radius: 0; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:60rem;position:relative;display:none; }#t0I6LhBMXKEG6f1UbbykIEuAvKZv53hk { color:#000000;display:block;width:27.375rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.086805343628rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-form-header {  }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#0ff415;width:23.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#00081c;background-image:none;border-top:0.0625rem solid #7fc7d9;border-left:0.0625rem solid #7fc7d9;border-right:0.0625rem solid #7fc7d9;border-bottom:0.0625rem solid #7fc7d9;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:3rem;color:#fbfcfd;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#00081c;background-image:none;border-top:0.0625rem solid #7fc7d9;border-left:0.0625rem solid #7fc7d9;border-right:0.0625rem solid #7fc7d9;border-bottom:0.0625rem solid #7fc7d9;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:4.375rem;color:#fbfcfd;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#365486;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:23.875rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:22.625rem;overflow:hidden;font-style:normal;float:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-container:first-of-type{padding-top:0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-container:last-of-type{padding-bottom:0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.8125rem;left:28rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem;display:block;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd {display:block;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.8125rem;left:28rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xbOqQLIe5FRvOMyJU3tdSpJHz7mZlGFR { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #XsMQi1o9L0qM8fihb2WLfCXc1Zx7hGE2 { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #PEbNp4ksNIEcFfSK6lT6nrkE00JzokOz { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ZU0VBOVz3BaTVMsnSF3vKQCW53FF3FPF { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fCwtO9RzFyU51PPQ08CInuqwd140qdiq { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #LobDvtHKiehxFIb7wtN5rVHCRIq9V9oA { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fBwuByEvf2vs2DA8C6g8y7HWALC4XDgE { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xxOOLfueFCObCpUWzFDU6bgr3EA2KKca { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #AdLpwJ53dTzDC1n76GiSWX4UhdGXTNaP { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #Al6oeZwVpdhQnyi86ge4FwFL1WJwsMQJ { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ThZBDsTNrrbJTRTLBQJIbvg4lqZFK0An { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #Jfqh3QX0CHxNmhUowc4OfUHXWwBmuUbI { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xGeLcDed1miL58rIGiT9sdZM74iTR43r { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #UnEaKWEHdqtXvx4Seatvc8LuENF3JiqB { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #rw3q60UU8Fn4Ff9gHtHVJ0uz2qV6f05g { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #K9ThySDNe23329ex9MeEc6C4c1ZEg03K { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #LELfV8eEqKNaPsgQ6kckCxKBF0A1xGcb { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #cVdw2FZTlgrNcQyCAvC9hHfKt8m7XJn1 { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #SI8PbFxuNhpOX9tAPqRBqicMD4KIcHTy { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #o5gIBFiTEPHGSyJtg1OrXJT29vDPviO8 { position:relative; }
#Iz9RJOwBXy4M29x0CVMIM3052y8deqFf { position:absolute;display:block;z-index:15001;background-color:#7fc7d9;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.8125rem;width:18.875rem;top:0rem;left:41.125rem;display:block; }
#uCT3tzCWclgucwraoDNrbpnbVTbhFXMr { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.510416030884rem;left:0rem;height:5.60581875rem;text-align:left;text-align-last:left;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; }
#Ff0Tz9NnMs9kME8LPZxG2vIGGKmHqSsT { color:#000000;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.9375rem;left:43.9375rem;height:6.6619375rem;text-align:left;text-align-last:left;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; }
#fGmzZAWK6TNSb0g95ic6nB6OXzWwE3Mh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:48.375rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
#Xr5V6aKt3zWMdmglafOWVFJaMdOw5xE1 { color:#ffcc80;display:block;width:33.25rem;position:absolute;font-family:lato;font-size:3.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3125rem;left:5.5625rem;height:;text-align:right;text-align-last:right;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; }
#d2pTn1I9GhBvHwwD3ewxtWvSVL2p7gGX { box-sizing:content-box;height:34.75rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(6,13,23,0.46), rgba(3,20,35,0.88));background-image: -moz-linear-gradient(180deg, rgba(6,13,23,0.46), rgba(3,20,35,0.88));background-image: -ms-linear-gradient(180deg, rgba(6,13,23,0.46), rgba(3,20,35,0.88));background-image: -o-linear-gradient(180deg, rgba(6,13,23,0.46), rgba(3,20,35,0.88));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#060d1775', endColorstr='#031423e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#060d1775', endColorstr='#031423e0' );";background-image: linear-gradient(180deg, rgba(6,13,23,0.46), rgba(3,20,35,0.88));background-size:auto !important;top:0.12500822544098rem;left:21.607954025269rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:none; }
#PyI69NNcxssKA9B7uuQqfBdGdxrpExg4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-image: -o-linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2985977', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2985977', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(210,152,89,0.47), #ffffff);background-size:auto !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; }#PyI69NNcxssKA9B7uuQqfBdGdxrpExg4 > .row .container { background-color: transparent; background-image: none; }#PyI69NNcxssKA9B7uuQqfBdGdxrpExg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyI69NNcxssKA9B7uuQqfBdGdxrpExg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyI69NNcxssKA9B7uuQqfBdGdxrpExg4 > .row .container > .video-iframe-container { display: none; }#PyI69NNcxssKA9B7uuQqfBdGdxrpExg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyI69NNcxssKA9B7uuQqfBdGdxrpExg4 > .row > .video-iframe-container { display: none; }#PyI69NNcxssKA9B7uuQqfBdGdxrpExg4 > .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); }#PyI69NNcxssKA9B7uuQqfBdGdxrpExg4 > .row .container { border-width: 0; border-radius: 0; }#PyI69NNcxssKA9B7uuQqfBdGdxrpExg4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyI69NNcxssKA9B7uuQqfBdGdxrpExg4 > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#d1BokJxoORchSnZDz17bzUIdZHk6kLg8 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:14.5rem;top:9.125rem;left:9.8125rem;overflow:hidden;display:block; }
#TaHw6WHId81rfxrFx0lbkhmr04xXGeOz { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:12.5rem;top:8.125rem;left:34.9375rem;overflow:hidden;display:block; }
#FxhtcLc3id42xKo60cgu7cFtKqLxOXHK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:2.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:0.70457267761231rem;left:19.732954025269rem;height:3.33125rem;font-style:normal;display:block; }
#UwGk1HrD8H1D2k3hZrLWzlb0iqX2vANt { box-sizing:content-box;height:11.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:6.5rem;left:8.125rem;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#HuOy7wRQRqBWDprh7JcZrc0tEQbNekZG { box-sizing:content-box;height:11.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:6.5rem;left:31.6875rem;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#zX2eKq9ibRzQlfy61f5uFC2FwuGZ46Wv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-image: -o-linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2985977' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2985977' );";background-image: linear-gradient(180deg, #ffffff, rgba(210,152,89,0.47));background-size:auto !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; }#zX2eKq9ibRzQlfy61f5uFC2FwuGZ46Wv > .row .container { background-color: transparent; background-image: none; }#zX2eKq9ibRzQlfy61f5uFC2FwuGZ46Wv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX2eKq9ibRzQlfy61f5uFC2FwuGZ46Wv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX2eKq9ibRzQlfy61f5uFC2FwuGZ46Wv > .row .container > .video-iframe-container { display: none; }#zX2eKq9ibRzQlfy61f5uFC2FwuGZ46Wv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX2eKq9ibRzQlfy61f5uFC2FwuGZ46Wv > .row > .video-iframe-container { display: none; }#zX2eKq9ibRzQlfy61f5uFC2FwuGZ46Wv > .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); }#zX2eKq9ibRzQlfy61f5uFC2FwuGZ46Wv > .row .container { border-width: 0; border-radius: 0; }#zX2eKq9ibRzQlfy61f5uFC2FwuGZ46Wv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zX2eKq9ibRzQlfy61f5uFC2FwuGZ46Wv > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:block; }#Z3OKSJAv1wdgTvkbp01XnIdub14xi3de { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:8.6875rem;left:3.9375rem;overflow:hidden;display:block; }
#I6mpDneTCIz7imA40EFX7XTgiSxJIbkl { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:16.3125rem;top:9.1249904632569rem;left:21.187501907349rem;overflow:hidden;display:block; }
#hunRKvDu37ALM431hszrAcaJrb4tuRBy { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:8.6875rem;left:44.125rem;overflow:hidden;display:block; }
#TiLHZdldK0yCt9r1gC0eb6mavRVoHfbw { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.3125rem;top:21.78125rem;left:26.218751907349rem;overflow:hidden;display:block; }
#HEDgTG7O2OfxIagI7go1ba8z0SRp0fK3 { color:#000000;display:block;width:15.125rem;position:absolute;font-family:exo;font-size:2.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.4538354873657rem;left:22.437501907349rem;height:3.33125rem;font-style:normal;display:block; }
#WXZXTqgb1BnWtPas4oCFd1DN7oGPTgnC { box-sizing:content-box;height:11.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:6.6875rem;left:1.25rem;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#ZKGupBnsgDQ28VubqCEdiBWKFlOW2uhV { box-sizing:content-box;height:11.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:6.6875rem;left:20.5rem;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#a2AeCQOXhJuKTRaZa7CIAKwzryilI9vz { box-sizing:content-box;height:11.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:6.3125rem;left:40.9375rem;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#NT9LwyBy91e4n9oTnzaZsaCgvqkiChqM { box-sizing:content-box;height:11.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:19.375rem;left:20.5rem;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#ebThZz2NSV0SsW7tif5GzTM9p2UDDNaE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:21.875rem;left:4rem;overflow:hidden;display:block; }
#X0PcB4BG9eqN5Xtzhe14eVHz7seIx83q { box-sizing:content-box;height:11.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:19.4375rem;left:1.25rem;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#w50pe5lMeb3hIRPwZUoSwJxdvbkLBSvt { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:12.1875rem;top:20.83125038445rem;left:44.281251907349rem;overflow:hidden;display:block; }
#Cru0PKTsuQuNRP5OwaZupb3KJdFuE5TN { box-sizing:content-box;height:11.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:18.8125rem;left:40.9375rem;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#Ntez5yPGNSsLRsyRBWPtIAGIOhmS8iDz { border-bottom:0;border-left:0;border-right:0;border-top: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; }#Ntez5yPGNSsLRsyRBWPtIAGIOhmS8iDz > .row .container { background-color: transparent; background-image: none; }#Ntez5yPGNSsLRsyRBWPtIAGIOhmS8iDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ntez5yPGNSsLRsyRBWPtIAGIOhmS8iDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ntez5yPGNSsLRsyRBWPtIAGIOhmS8iDz > .row .container > .video-iframe-container { display: none; }#Ntez5yPGNSsLRsyRBWPtIAGIOhmS8iDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ntez5yPGNSsLRsyRBWPtIAGIOhmS8iDz > .row > .video-iframe-container { display: none; }#Ntez5yPGNSsLRsyRBWPtIAGIOhmS8iDz > .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); }#Ntez5yPGNSsLRsyRBWPtIAGIOhmS8iDz > .row .container { border-width: 0; border-radius: 0; }#Ntez5yPGNSsLRsyRBWPtIAGIOhmS8iDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ntez5yPGNSsLRsyRBWPtIAGIOhmS8iDz > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:60rem;position:relative;display:block; }#RTq38QU0ibTqwhpZTMoMrUMz5oa1xpGO { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:15.625rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:40.25rem;left:0rem;display:block; }
#ugi2PXd725AvNFE9FbgyAKAopunlv2Oz { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:48.6875rem;left:1.3125rem;height:1.5rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#l6df5PgmuQfbVSFBbsZBgSnKWndaOtcc { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:44.4375rem;left:0.6875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#J8XqDbud9uRnAFM6oZ3R8cy0QLMpiHLe { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.18663125rem;width:1.18663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:51.5rem;left:1.3125rem; }
#ivfhVGvFdNPVMazoARyiNaiiahHcn7Xk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31163125rem;width:1.31163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:53.4375rem;left:1.3125rem; }
#AchKTWAy2bhI53Q8Lq1G9nz2uNFaNOxC { color:#001623;display:block;width:16.3743125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:51.5rem;left:3.1875rem;height:3.16875rem;text-align:left;text-align-last:left;display:block; }
#KbwLxnO6rfrNT9EICx2QuATlqvLcqdV4 { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:15.625rem;width:26.25rem;position:absolute;display:block;z-index:15005;top:13.375rem;left:33.75rem;display:block; }
#gJ8FzfZEHS0nOg8Xc9KeiEslDK8aVOKn { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.5625rem;left:34.4375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#iqolmebHwz6GBKemUMQWROADoCwM4bhV { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:21.8125rem;left:35.0625rem;height:1.5rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xh51dr2eJXUEhlhAi95FkPL1x9sOUQAX { color:#001623;display:block;width:16.3743125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:24.625rem;left:36.9375rem;height:3.16875rem;text-align:left;text-align-last:left;display:block; }
#rLuTSVkkVrszPw1F80oTSp2lNT1s3rOT { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-left-radius:312.5rem;border-top-right-radius:312.5rem;border-bottom-left-radius:312.5rem;border-bottom-right-radius:312.5rem;display:block;z-index:15031;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4fd359cd-b282-4509-8430-219224094ef0/21e7cf9d7abf49c6b1eeb8e2d2d17d56.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:7.3125rem;left:42.0625rem;border-top:0.1875rem solid #d29859;border-left:0.1875rem solid #d29859;border-right:0.1875rem solid #d29859;border-bottom:0.1875rem solid #d29859;box-shadow: 0rem 0.0625rem 0rem #ffffff ;display:block; }#rLuTSVkkVrszPw1F80oTSp2lNT1s3rOT.adaptive-delivery-prevent-bg, #rLuTSVkkVrszPw1F80oTSp2lNT1s3rOT.lazyload, #rLuTSVkkVrszPw1F80oTSp2lNT1s3rOT.lazyloading { background-image: none; }
#DeNJEK6c4kpqHPzFHtLk5TAqek5BFo35 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.18696875rem;width:1.18696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:24.625rem;left:35.0625rem; }
#ihxpvsyZJbJ679iBWcPqCdTzETTD0PvD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31125625rem;width:1.31125625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:26.5rem;left:35.0625rem; }
#uWXP0CgdOUNx4pOChJRsOAyepQoyg6N4 { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block;z-index:15026;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72ce3146-9017-4678-986f-789f6f0a4fce/Projektbeznazwy20250116T114633730.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:34.1875rem;left:8.875rem;border-top:0.1875rem solid #d29859;border-left:0.1875rem solid #d29859;border-right:0.1875rem solid #d29859;border-bottom:0.1875rem solid #d29859;box-shadow: 0rem 0.0625rem 0rem #ffffff ;display:block; }#uWXP0CgdOUNx4pOChJRsOAyepQoyg6N4.adaptive-delivery-prevent-bg, #uWXP0CgdOUNx4pOChJRsOAyepQoyg6N4.lazyload, #uWXP0CgdOUNx4pOChJRsOAyepQoyg6N4.lazyloading { background-image: none; }
#dqtzxCt0Z2PGvbLuO9Zgt4Ekgv2tiLMq { color:#000000;display:block;width:15.125rem;position:absolute;font-family:exo;font-size:2.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.640625rem;left:23.312501907349rem;height:3.33125rem;font-style:normal;display:block; }
#xQOF0ySAvrfTJbKODSL9XI3VLlvqqeWR { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/92f2903c-2050-4604-be22-06619e76d998/Projektbeznazwy13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:7.3107566833494rem;left:8.8741321563719rem;border-top:0.1875rem solid #d29859;border-left:0.1875rem solid #d29859;border-right:0.1875rem solid #d29859;border-bottom:0.1875rem solid #d29859;box-shadow: 0rem 0.0625rem 0.1875rem #000000 ;display:block; }#xQOF0ySAvrfTJbKODSL9XI3VLlvqqeWR.adaptive-delivery-prevent-bg, #xQOF0ySAvrfTJbKODSL9XI3VLlvqqeWR.lazyload, #xQOF0ySAvrfTJbKODSL9XI3VLlvqqeWR.lazyloading { background-image: none; }
#CB3cfdAGWiecLkaZEeSiBAUHQlMQwGgn { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:15.625rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:13.5625rem;left:1.3125rem;display:block; }
#qhKTNhWh9kDNXoSyX0VzOTdMebK410Ju { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.75rem;left:2rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#f9P1DfA6t181RQdmmPQ8Q2ZcVWvLN6y5 { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:20.6875rem;left:2.625rem;height:3rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Ab4cXTkIMWs0NGF69tfUK6OUgOaNquxi { color:#001623;display:block;width:22rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:24.8125rem;left:4.5rem;height:3.16875rem;text-align:left;text-align-last:left;display:block; }
#rfAhkgn2IH2ULbhT6dZAEQpx21BRdWwo { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.18663125rem;width:1.18663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:24.8125rem;left:2.625rem; }
#WDeXoFpgXHaLsoG1Du3NudP0kNNEJwhg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31163125rem;width:1.31163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:26.6875rem;left:2.625rem; }
#WQiu5cSkLJAkwEI7VycgAHnWOS14hLJ8 { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:15.625rem;width:26.25rem;position:absolute;display:block;z-index:15005;top:40.4375rem;left:31.8125rem;display:block; }
#rSQtAypbitztQsghIQPDnGGpLAz3q7pB { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:44.625rem;left:32.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#BcoTAIC5GGRdtFVOqP1BcZ1F2tu0m7kz { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:48.875rem;left:33.125rem;height:1.5rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SfUC8HCmpqI7ISRnkkvFp4c7BQpekcm0 { color:#001623;display:block;width:23.375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:51.6875rem;left:35rem;height:3.16875rem;text-align:left;text-align-last:left;display:block; }
#eahambNuhO2ySTkzeC6Atl77otLydIhx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.18663125rem;width:1.18663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:51.6875rem;left:33.125rem; }
#i7RoV5upvzNCVUo2set1AKTTrX7mUkbo { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c71d283-3832-4c4a-b63c-f2edbedae291/Projektbeznazwy20250116T103938759.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:34.186637878418rem;left:40.269098281861rem;border-top:0.1875rem solid #d29859;border-left:0.1875rem solid #d29859;border-right:0.1875rem solid #d29859;border-bottom:0.1875rem solid #d29859;box-shadow: 0rem 0.0625rem 0.125rem #ffffff ;display:block; }#i7RoV5upvzNCVUo2set1AKTTrX7mUkbo.adaptive-delivery-prevent-bg, #i7RoV5upvzNCVUo2set1AKTTrX7mUkbo.lazyload, #i7RoV5upvzNCVUo2set1AKTTrX7mUkbo.lazyloading { background-image: none; }
#vOTgRybACWqDG1xLaNB0lJhrll1MThHJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3107625rem;width:1.3107625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:53.5625rem;left:33.125rem; }
#X0HzPM60UngMg02fwXmk09M9XRUAN8pG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.95), #d29859);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.95), #d29859);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.95), #d29859);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.95), #d29859);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff2', endColorstr='#d29859' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff2', endColorstr='#d29859' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.95), #d29859);background-size:auto !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; }#X0HzPM60UngMg02fwXmk09M9XRUAN8pG > .row .container { background-color: transparent; background-image: none; }#X0HzPM60UngMg02fwXmk09M9XRUAN8pG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0HzPM60UngMg02fwXmk09M9XRUAN8pG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0HzPM60UngMg02fwXmk09M9XRUAN8pG > .row .container > .video-iframe-container { display: none; }#X0HzPM60UngMg02fwXmk09M9XRUAN8pG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0HzPM60UngMg02fwXmk09M9XRUAN8pG > .row > .video-iframe-container { display: none; }#X0HzPM60UngMg02fwXmk09M9XRUAN8pG > .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); }#X0HzPM60UngMg02fwXmk09M9XRUAN8pG > .row .container { border-width: 0; border-radius: 0; }#X0HzPM60UngMg02fwXmk09M9XRUAN8pG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0HzPM60UngMg02fwXmk09M9XRUAN8pG > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#rqfTvOsNFBXShffB3mt6dbIeagDpcsNh { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.5rem;left:32.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#eEsAGKJWnpTIU0bxWJaKDIzTD3pSODWb { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:15.8125rem;left:32.4375rem;height:1.625rem;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; }
#TXtIaCIkvk2ndDnpbIJFyve5FiwtVgfO { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.1875rem;left:32.4375rem;height:1.625rem;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; }
#daHoxywy9KTPVseMI88bNKf7i4rAQc0K { color:#000000;display:block;width:17.375rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.75rem;left:32.4375rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#mMmlLQTvnBmKswQeUFF0bdkB5eiFa7Tl { color:#000000;display:block;width:19.625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.75rem;left:6.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#EIfpARo56t3BvPpCbAcBudCOOfAuf7CE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:14.3125rem;top:3.1875rem;left:4.875rem;overflow:hidden;display:block; }
#aPg1LzKhXIJEfFoqCncsTgezDU7F1Jun { box-sizing:content-box;color:#000000;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:8.8125rem;left:1.25rem;display:block; }
#ppaF0MORaiuaGuQFVKvKSCA32qwi3wt6 { box-sizing:content-box;color:#000000;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:5.1875rem;left:1.25rem;display:block; }
#TESQpXGKKEykTfebFWsbeP2FFW4TZZQU { box-sizing:content-box;color:#000000;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.875rem;left:1.25rem;display:block; }
#TvINa56fStvPTfOJzH9PMQHlvwQP75vc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TvINa56fStvPTfOJzH9PMQHlvwQP75vc > .row .container { background-color: transparent; background-image: none; }#TvINa56fStvPTfOJzH9PMQHlvwQP75vc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvINa56fStvPTfOJzH9PMQHlvwQP75vc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvINa56fStvPTfOJzH9PMQHlvwQP75vc > .row .container > .video-iframe-container { display: none; }#TvINa56fStvPTfOJzH9PMQHlvwQP75vc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvINa56fStvPTfOJzH9PMQHlvwQP75vc > .row > .video-iframe-container { display: none; }#TvINa56fStvPTfOJzH9PMQHlvwQP75vc > .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); }#TvINa56fStvPTfOJzH9PMQHlvwQP75vc > .row .container { border-width: 0; border-radius: 0; }#TvINa56fStvPTfOJzH9PMQHlvwQP75vc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvINa56fStvPTfOJzH9PMQHlvwQP75vc > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#nOSMEG6iyGIt4B5iB4IScxC7RrNcF61c { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:3.5625rem;display:block; }
#AygU4OKWNpqRWrvEnqLlObWMhcp3DiQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lzIxPrPwRWQtZGdRvpQedxye6HWJuTIf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:12.1875rem;display:block; }
#ryyylDT2y9eh6TTLnE7p4C9QpFcgs1sx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bJkgJAzHEonsZq9TgpxwrwdTFe3Tm3xT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.2187747955323rem;left:31.625001907349rem;display:block; }
#VM0CySHEe1yl5SFDpg15Lc4aNrKwhRTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#twwcsdur3a5c9Mc0qpfv5LJObp4qCWVp { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #d29859, #ffffff);background-image: -moz-linear-gradient(115deg, #d29859, #ffffff);background-image: -ms-linear-gradient(115deg, #d29859, #ffffff);background-image: -o-linear-gradient(115deg, #d29859, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29859', endColorstr='#ffffff' );";background-image: linear-gradient(115deg, #d29859, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:48.375780105591rem;display:block; }
#nlewwMfT1b6Igok2NLvq2VHX4M97BJPy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#na5tMBlBJAPMW3PIsWiFakDaohehxo4q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:20.875001907349rem;display:block; }
#Ut7wzRglKpToea8FmJrSNgbmEyaBZHev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gO2zqSNRcdhqVNDfATmoTXsnNy7MgM3v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.21875rem;left:39.437501907349rem;display:block; }
#AHdX7nOhTeBEdcLHI52qTEBGr3wefyb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
