.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:transparent;background-image:url("https://images.assets-landingi.com/uc/4e7bad10-7502-4b6a-8a10-4a4b56838b92/shutterstock_21493823011.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container { display: none; }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .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); }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f14a5b25-e3ef-46cb-b63e-59521efe6a10/shutterstock_21493823011.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6.adaptive-delivery-prevent-bg, #XEaZITH9A2PXAbczKMvUGEAlArcTDHT6.lazyload, #XEaZITH9A2PXAbczKMvUGEAlArcTDHT6.lazyloading { background-image: none; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row .container { background-color: transparent; background-image: none; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row .container > .video-iframe-container { display: none; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row > .video-iframe-container { display: none; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .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); }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row .container { border-width: 0; border-radius: 0; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XEaZITH9A2PXAbczKMvUGEAlArcTDHT6 > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#goIIgKAWghDzVa9VUwdB4NA7LetFvQP2 { position:absolute;display:block;z-index:15000;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.3125rem;width:29.1875rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#zyBk50PorquZrMNewkUgTOLf8ntlyVlo { color:#f1f1f1;display:block;width:22.8125rem;position:absolute;font-family:averta;font-size:2.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.6875rem;left:2.5625rem;height:3.1685rem;text-align:left;text-align-last:left;display:block; }
#XTsnzXX8r7NfpDQCqWa8hIHgGKNOo48k { color:#f19138;display:block;width:30.9375rem;position:absolute;font-family:averta;font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.9375rem;left:2.5625rem;height:3.1685rem;text-align:left;text-align-last:left;display:block; }
#KE9RQbdPIl1o1XBKENvriStw7s0arNwZ { background-color:#ff8823;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:averta;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:15004;text-align:center;text-align-last:center;top:34.6875rem;left:2.5625rem;display:block; }
#hsskyGrHST20SSWeUUIvrQWf04bHZbEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dxCgK135wE5LRkqy6L13wsEG0tWfZTPV { color:#f1f1f1;display:block;width:38.125rem;position:absolute;font-family:averta;font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.70703125rem;left:1.875rem;height:3.1685rem;text-align:left;text-align-last:left;display:block; }
#QoJKozdDuN41k10sAUo6MS4UsPN57ETw { position:absolute;display:block;z-index:14999;height:0.9375rem;width:1.6867875rem;top:35.9375rem;left:13.123224258423rem;display:block; }
#qZqZwizRT5RdCpP1Rtsz7zqvrmhAcfmd { position:absolute;display:block;z-index:15005;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:3.125rem;width:7.8125rem;top:0rem;left:50.902875900269rem;overflow:hidden;display:block; }
#yQEO44OBJxWri0AD01Zy8KEqiu9X4D0Q { position:absolute;display:block;z-index:15000;height:0.87446875rem;width:1.62464375rem;top:4.3439271450043rem;left:50.902875900269rem;display:block; }
#rnphMKKG9J7FkH77xFAtRJZlZKvzXW82 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #042f7b, #021120);background-image: -moz-linear-gradient(180deg, #042f7b, #021120);background-image: -ms-linear-gradient(180deg, #042f7b, #021120);background-image: -o-linear-gradient(180deg, #042f7b, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );";background-image: linear-gradient(180deg, #042f7b, #021120);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; }#rnphMKKG9J7FkH77xFAtRJZlZKvzXW82 > .row .container { background-color: transparent; background-image: none; }#rnphMKKG9J7FkH77xFAtRJZlZKvzXW82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnphMKKG9J7FkH77xFAtRJZlZKvzXW82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnphMKKG9J7FkH77xFAtRJZlZKvzXW82 > .row .container > .video-iframe-container { display: none; }#rnphMKKG9J7FkH77xFAtRJZlZKvzXW82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnphMKKG9J7FkH77xFAtRJZlZKvzXW82 > .row > .video-iframe-container { display: none; }#rnphMKKG9J7FkH77xFAtRJZlZKvzXW82 > .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); }#rnphMKKG9J7FkH77xFAtRJZlZKvzXW82 > .row .container { border-width: 0; border-radius: 0; }#rnphMKKG9J7FkH77xFAtRJZlZKvzXW82 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rnphMKKG9J7FkH77xFAtRJZlZKvzXW82 > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #042f7b, #021120);background-image: -moz-linear-gradient(180deg, #042f7b, #021120);background-image: -ms-linear-gradient(180deg, #042f7b, #021120);background-image: -o-linear-gradient(180deg, #042f7b, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );";background-image: linear-gradient(180deg, #042f7b, #021120);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; }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row .container { background-color: transparent; background-image: none; }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row .container > .video-iframe-container { display: none; }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row > .video-iframe-container { display: none; }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .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); }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row .container { border-width: 0; border-radius: 0; }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTDACl5fkxgxa0gCDvTfTmFDm37OwDQs > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/92798dac-3009-4eec-ade5-9a41ee0e03ad/Projektbeznazwy20240522T154022768.png");background-position:bottom 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; }#tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7.adaptive-delivery-prevent-bg, #tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7.lazyload, #tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7.lazyloading { background-image: none; }#tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7 > .row .container { background-color: transparent; background-image: none; }#tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7 > .row .container > .video-iframe-container { display: none; }#tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7 > .row > .video-iframe-container { display: none; }#tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7 > .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); }#tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7 > .row .container { border-width: 0; border-radius: 0; }#tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tyrqVFXe2RoCdJQTvv0wmeQpXPCI7SK7 > .row .container { font-size:0.875rem;font-family:arial;height:175.125rem;width:60rem;position:relative;display:block; }#FQQsTnDJZK7aRdHh9N8lLUV14Cf8ChkN { color:#f1f1f1;display:block;width:50.5625rem;position:absolute;font-family:averta;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.75rem;height:3.08735625rem;text-align:left;text-align-last:left;display:block; }
#CSrOGOWo1gXbzXPM3ArOS7KRz8kEvT85 { color:#ffffff;display:block;width:37rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:14.3125rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ximFMRvg9SnGAHiU2ZdOUTCIgq49xwLG { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:12.2265625rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E6gr7gmhBVs6qOhmFuKzXnxeXkF8JzOp { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:9.99609375rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E3oOA7uRw7Rb18gHyTnkeQpn4TiWKMJR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:9.7890625rem;left:3.78125rem; }
#WzATfdrgrJxdMXcqlNhTu90swPbI9NxH { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:21.1875rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WMDt7Cwddco223eh02Ex7zJVT9FbpoOa { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:19.125rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ciT6EBXzU2GML7SVIqweswFWpKX3L6AH { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:16.875rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ix58KT7aNxkxnyWnkOMsTUFf30Naiu60 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:16.6875rem;left:3.8125rem; }
#W1uFrAONqbF0F9x1faz5m2IDkFqJttV1 { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:28.875rem;left:5.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aFz9PdFWrytK6FypG6h4QhsFXF83N0HM { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:26.8125rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rWpBeC6E1PJXohxlRTay5UHBuT7MEn7y { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:24.5625rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mqETI30HnI1Bru7gmww3MiDqBd0mUuFZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:24.375rem;left:3.8125rem; }
#rwJBcXMdE7FbQhWp5w4BhAiE3iB43E85 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:32.4375rem;left:3.8125rem; }
#XOdZ3Ag0I6ehCUTsAVrQSyi4qFrA7Tq1 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:32.625rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i6wM6tZu0kLxolm0olLCmZDv2tQpVnrk { color:#ffffff;display:block;width:49.4375rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:34.875rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#peJsQOJlpb3CQ6q3lPEKOWyyKLn4Z0ma { color:#ffffff;display:block;width:37rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:36.9375rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eZ8zOFOe3S7CeMgtVXKeoIbOOdPTfmf9 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:39.5rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zkP1ZXEhIipyfgU8WghlfEJbnk2dkCn6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:39.3125rem;left:3.8125rem; }
#fyJiml6erUcXgc1EWgigDb9VTzyBr1Cp { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:41.75rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sUnXiEHZvkRRnZuKXe5VVcZIbAXRn5Gq { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:43.8125rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dhZd8iHGnkT01lG0WV58Au6UUmAzmtEu { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:47.1875rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A2HInCTHdRTaLw042bmBvx7QUxZBUnZi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:47rem;left:3.8125rem; }
#XbsuO20gRuBxCtMEbi4VCfvOPJyOZf7T { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:49.4375rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nVmGUoBu9ShHdr580pPIpDEwDBalnXhT { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:51.5rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LoibOQCRQpTeVdLOMQOR2xlFz05aMom5 { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:58.4375rem;left:5.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QKVbl6PfWeRlV1CiueO5fwNk2oU8G7fR { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:56.375rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JZQcxqL7A7N0VdffmGuT2y2BuGOVbHkN { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:54.125rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AtFTxHwTJE23xg7NU3NZ1VqB1khVFTxP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:53.9375rem;left:3.8125rem; }
#fgsfyFfTFtuelGAEAp8nHDLngRbpTihX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:61.875rem;left:3.8125rem; }
#dSrxUwBNeTs8I2f1qsKQH0s7ewTfJBpz { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:62.0625rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TpzCtlEhqq9SGgnxi1aWFh2CzqDUhFT3 { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:64.3125rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vtPkn4LRbXR7MvzOtwAq8XTTWOIeV8rm { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:66.375rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N3WC2DDMagshvpi1yGKq3SxOgnNbdEJz { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:71.0625rem;left:5.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KDUHQoo3Q7qdD7cNUspxwXx3FgbdSu1o { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:69rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rUvIxLF6qOhsN2tn7oNsxzRKgg2MzpTl { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:66.75rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N7IRqov6TTLCRfpySTW6QiEkIZfDwl6s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:66.5625rem;left:3.8125rem; }
#bl4khlVt546aMhrnkN3lF9ah7bh3TW8r { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:79rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J43sL8eFDRflkvzFRRQiycvn5ZPQesHe { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:76.9375rem;left:5.75rem;height:1.46235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZV0L8aqKkxzkLkbGsOdLhtMRWcewGITQ { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:74.6875rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TWGxiHkTEkd23IOt4nJLF85cyrbo8Gha { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:74.5rem;left:3.8125rem; }
#EiVoiEBDTQiHk9Bvkr12NQCD49ZFNh2s { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:85.625rem;left:5.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fa7PpCo8w88u0fZCuApxBkbxvaBTQuoL { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:83.5625rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#clKyoN3IrK47xOx9EpFuWlpr4qB3cHif { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:81.3125rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z54dpUXXOvbcZFSXvTFcog3ndoH9uIxC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:81.125rem;left:3.8125rem; }
#UN8GGTaeHczTaExplt8ZGmQZQPR96cSW { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:92.625rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kKzuU1bFvwnse6XmM91xy8uIumphv1dv { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:90.625rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zBp0BhAg4zv8DK7DOKoZxWCH1oiSigRK { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:88.625rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eHORc7DpgrvkOJDHmBucITrdKyJv2cxF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:88.375rem;left:3.8125rem; }
#rvEOd2P3T0OqK8P31crHIWHzzL7PbkdC { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:101.1875rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NNV55TWTimMKgZFvOVOy3r9FN8X0vp4b { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:99.1875rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vNCCsShzCHcT4HKXWrHTZ3JPCRnXciA0 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:97.25rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wcI8vtBFQAXqfrcxECcwQhQgNdTV4gPq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:96.875rem;left:3.8125rem; }
#gJTHzabUnsk8WQh5UQW1d4mBtH1QuXTb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:115.4375rem;left:3.8125rem; }
#B6hEuxVNbBPlDna17M8GtzlVxkXTBape { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.1875rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:115.4375rem;left:5.75rem;height:1.54385625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c4Br43UpWlDJLetAC7Juw1QdLwSoK8q8 { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:122.75rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R65G0A4Cq5JUfbJdiB4E40hKQgqBwmJ1 { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:120.6875rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xaO2l7ZFiLInSq6wBvlz0CIqsA3FXSln { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:118.4375rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fb2lLnrArqngTeaTQkb1aIzhu67EZ0za { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:118.25rem;left:3.8125rem; }
#iTbRcGoCMekDyDv9momDsEc9fgRRm0ZW { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:129.125rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kCzJcKONQHy7s3bBUWzTWXIZh2wyTqPu { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:127.0625rem;left:5.75rem;height:1.46235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l7LMOb8oZ0xUMSFlw70zN8eKgJpDZzeN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:124.625rem;left:3.8125rem; }
#UmiwcVXaoTAAWxkqbmTDyTe4Jxca56Zv { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:124.8125rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KtOJJ2dyCsAvTdMqDgZSVeww7eaoOcVg { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15125;line-height:1.3;letter-spacing:0;top:135.4375rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xhhe9iTBvWEx8zRn7HCr26818uZdHiCU { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:133.375rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xJG7vUtKHCel5lZpPXeo3SJbdQFUShFG { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15124;line-height:1.3;letter-spacing:0;top:131.125rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fNyLmmmAu090SZ87RAVXC5yKsz8XP3Jx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:130.9375rem;left:3.8125rem; }
#FFOUimZFDB3ikQwgLF7fJW40CzHbCLfZ { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:141.6875rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z69ZFgoOWTT4w2c33sf7rXESrV4FV395 { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:139.625rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4fGXB4sVZtHC9vo2xosvudPqafRS9ml { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:137.375rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rV2zBDwgyFFcCE296OLuz0z50tC7C3x2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:137.1875rem;left:3.8125rem; }
#XlUNz78NUKMIelOnWhCnTlmteiQwaFRO { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15137;line-height:1.3;letter-spacing:0;top:152.875rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fEvK3Pzo3f9LvZA4BW1CXpNdCC8Vkvkg { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:150.8125rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VurhJN2T0ww7Fm13SHk2sUSCkpvqdzqt { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:148.5625rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EWeK6CzarkMJxrMO9Byo8sq7Z8PgGM5q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:148.375rem;left:3.8125rem; }
#xJV36tn6d56X3zbIk53XHxPKXxDMnvtK { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:145.75rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UnzLek2TtZ9KQK8KeynFNFmlz57Z9PJb { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:143.5rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NbJ01X2uuLZP1Xe3C8LAAdIKEyl0m3S4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:143.125rem;left:3.8125rem; }
#nttDLry9soLkyA1wbm0qBfbxNmgg18JL { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15141;line-height:1.3;letter-spacing:0;top:159.5rem;left:5.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q6ao3rdZwXk95A3MccGP7FtHF4Zs2wyA { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15139;line-height:1.3;letter-spacing:0;top:157.4375rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ibu85rXzr5ct8Z3kV8GaPqKmCFMUqkai { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15140;line-height:1.3;letter-spacing:0;top:155.1875rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D24QpDPHJ5TetAFbGtpVMguQN9bV9wc2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:155rem;left:3.8125rem; }
#waLWmHAB6zKgK07GH6oZFkZCmgcQWa5s { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15145;line-height:1.3;letter-spacing:0;top:167.75rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZqpruXoiSfk4zZ9tBGcnKsK7ZNPDo38i { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:165.6875rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PnWz46oksOpwxzFRzP9tXRUf83wFLzfI { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:163.4375rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f8kKP8MvvPyloKH6R5GdTfw9kd0WaemL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:163.25rem;left:3.8125rem; }
#uarywLOSu3chPqrNulw9xtBw6Izz4T0v { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15147;line-height:1.3;letter-spacing:0;top:172.5625rem;left:5.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kdlhq5gA1AQ2rnuxov5mMaJC1T3skTCb { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15148;line-height:1.3;letter-spacing:0;top:170.3125rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZR7r8kIDdqbTCqucbLE1TZeo8v6Elegf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:170.125rem;left:3.8125rem; }
#pLqzozZc82sok3ehIbtieVP2tQcmmx3f { box-sizing:content-box;height:1.875rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:94.550004482269rem;left:0rem;display:block; }
#CMoyzEfapt47aA1CGwnhXvThG1RtwqZh { color:#091c2a;display:block;width:42.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:94.756255149844rem;left:7.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTTg7olfLVAqKnIxob85oxa4m5qmW9Tn { box-sizing:content-box;height:174.9375rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(6,13,23,0.86), #031423);background-image: -moz-linear-gradient(180deg, rgba(6,13,23,0.86), #031423);background-image: -ms-linear-gradient(180deg, rgba(6,13,23,0.86), #031423);background-image: -o-linear-gradient(180deg, rgba(6,13,23,0.86), #031423);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db060d17', endColorstr='#031423' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db060d17', endColorstr='#031423' );";background-image: linear-gradient(180deg, rgba(6,13,23,0.86), #031423);background-size:auto !important;top:0rem;left:0rem;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; }
#DTebKvN22B9J7VG9q3Skt0K8EaXUixSG { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:103.09375rem;left:5.6875rem;height:1.46235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i6mZwa5tAvxSDFm9glvmNLzTM4hCrqsy { color:#ffffff;display:block;width:42.6873125rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:104.6120595932rem;left:5.6853675842285rem;height:1.46235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ByZWA8oIT0gL1v4rezaeVOwSQ0HdHL1p { color:#ffffff;display:block;width:36.1248125rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:106.62466621399rem;left:5.7475128173828rem;height:1.46235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q5OiMJNPqBKsnND8xFDdkNGf5OOWylOA { color:#ffffff;display:block;width:36.1248125rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:108.87431144714rem;left:5.7475128173828rem;height:1.46235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VZVwSCghDm2cqAmqZMWEOQzzSfsS5OJT { color:#ffffff;display:block;width:36.1248125rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:111.06181144714rem;left:5.7475128173828rem;height:1.46235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hbqDgbau4TtBO9tVoPqDqfyAA2Tsn9Lm { color:#ffffff;display:block;width:49.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:113.06107711792rem;left:5.7475128173828rem;height:1.46235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/77a7d5b8-a309-466f-9d71-44d369921c93/shutterstock_21493823011.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG.adaptive-delivery-prevent-bg, #G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG.lazyload, #G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG.lazyloading { background-image: none; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row .container { background-color: transparent; background-image: none; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row .container > .video-iframe-container { display: none; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row > .video-iframe-container { display: none; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .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); }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row .container { border-width: 0; border-radius: 0; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5bLhf5Fm6yR8L6wQGih2RBZJJHWwiJG > .row .container { font-size:0.875rem;font-family:arial;height:152.9375rem;width:60rem;position:relative;display:block; }#LfIPuG67nciiQRBPu0sp5BUoGpxXcmbn { color:#ffffff;display:block;width:50.5625rem;position:absolute;font-family:averta;font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:8.3125rem;height:3.08735625rem;text-align:right;text-align-last:right;display:block; }
#vLpDibQXbGOnmKHKXqwg4oATKLIQWarJ { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:10.3125rem;left:4.4375rem;overflow:hidden;display:block; }
#z9BCxZnKmxklWnNvKenXQJA3DT8UF5ro { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:15155;text-align:center;text-align-last:center;top:32.625rem;left:5.1875rem;display:block; }
#fwV8F2VAFTmD9wIWpLIf5e7lN97JHWx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiUzMX3QARRKS82bNcqoZU06vmGpdvh6 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:4.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rEdZFv1bah7uykOzswwLsRfaXdnWqmT3 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.5625rem;left:4.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RcAozuLvBl0Z4HCgduZJqlk2W5akwtPC { box-sizing:content-box;height:27.5rem;width:17.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:8rem;left:1.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#GElTx7lhvv08sybhomm0XP89qvpapTBG { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.6875rem;left:2.625rem;height:4.22443125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0iddsPisDyQfWJ90dzEU4qMu2psBahw { color:#fb9131;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26rem;left:4.0625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXSah6TA4N3dGuqZnbqQdkuzhO7H1XOP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:15162;text-align:center;text-align-last:center;top:32.625rem;left:25.1875rem;display:block; }
#wFUdhqgJwJSbtnwI0BDdGqhaUhG1QN6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ch9AtUTpfPa0JChLwsf8K46rXM7Gb5Oi { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:27.6875rem;left:22.125rem;height:4.22443125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sxnKbSs01Tq1H5O4Fl7XAsfJ954Bf6Ag { color:#fb9131;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26rem;left:24.0625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TubKO2Rs8riT7saUQraVRLqaU2HJU4am { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.0625rem;left:24.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PqkuRQETihHFSsss6GLS1TEbnsLeKNdV { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.5625rem;left:24.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKZagwMCnAF7P4Tm9fROhlMToQOxzTXi { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:10.3125rem;left:24.4375rem;overflow:hidden;display:block; }
#laEBGZa9HdhSX4tDQTtVmUkXRI8axZqP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:15169;text-align:center;text-align-last:center;top:32.625rem;left:45.125rem;display:block; }
#HTfZpsRfpU48QcoN587FkTtUPHa3K9Ue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i8vREuA6CV237s5URM0qP32HQ11f4RID { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.6875rem;left:42.0625rem;height:4.22443125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e4lfThfMKAT1ng3wg2W4qIQh1I6q5TzP { color:#fb9131;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:26rem;left:44rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uwpnu7KgK7299z5642uWnEa3Jk77gLy2 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.5625rem;left:41.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N4NK8Lgv7qJBnDIwWHZQJL0unr68dAp4 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.0625rem;left:44rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GFIKIUGqRIBSqSvTuJFqTT767HPRGR1R { position:absolute;display:block;z-index:15168;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:10.3125rem;left:44.375rem;overflow:hidden;display:block; }
#TsebLaXkgXBO5KZZTMgr4w5HSfqHGC6I { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:averta;font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.9375rem;left:41.1875rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXyRO6UyTFeznZLccqzLUuaoU0gtT33Q { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:15184;text-align:center;text-align-last:center;top:62.4375rem;left:5.1875rem;display:block; }
#d6fdKTEzPi1oNToGEysmPGTZquxSy6H4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMB23PAzpPbRlh56d4Bc5w82VkmTwMCt { box-sizing:content-box;height:27.5rem;width:38rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:37.625rem;left:1.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#rViJCCtdB9ERJLJ0bazkcO52IAOF4Xxu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:62.4375rem;left:25.125rem;display:block; }
#zpKZEOOVQDFbNKGcrw8sxUiMwGo2oOSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXCqlk3blDsEu97qRuqpKedzrGAZNU3H { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:58.5625rem;left:2.5625rem;height:2.11221875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#til0f4SsL4q3t5HToEdM6AATF2cssfMF { color:#fb9131;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:56.4375rem;left:14.1875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATVdVm6ELqaN3I7z7uJTeyBIoeMbOlzR { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:averta;font-size:0.6875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:54.75rem;left:21.1875rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HgizG984iVUQFFX9p5yLJvcPTsCFfKXU { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:51.875rem;left:4.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWVEzKi6u2MoVqCC61Zk7i3e3JkRSpTp { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:53.375rem;left:2.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BzPxVEPsuDCwmGtUt6TizMCU6yPAwxWP { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:53.25rem;left:21.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LhTWizspxNeRyhfvoAZohIUElfewGN7n { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:51.875rem;left:24rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CIIzPWsLtDm6gM1JE6aWLWRKKur86MZz { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:40.375rem;left:4.4375rem;overflow:hidden;display:block; }
#k0U4qrRb9Xqo4XnkOGAfBlDQZb0VTQbC { position:absolute;display:block;z-index:15190;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:40.3125rem;left:24.375rem;overflow:hidden;display:block; }
#rOhE8GE38R8AzK5AShJqJl7VfoGzKL39 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:15206;text-align:center;text-align-last:center;top:89.6875rem;left:25.1875rem;display:block; }
#LRNck9dEvmCzATiXoLEJiSNXhKMCZNtu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8InUtT6NLJoBcSiWodNfn7GXXtgUOm0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:15213;text-align:center;text-align-last:center;top:62.1875rem;left:45.125rem;display:block; }
#VanGin8GEDCnDwGZQteXFl3lliNF0KBH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gywXeUfHadUQie3Tmr5ooxx9GGKN1OQT { box-sizing:content-box;height:27.5rem;width:17.75rem;position:absolute;display:block;z-index:15060;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:37.625rem;left:41.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#TlWoWtCAN8AokTlHyQTMBhxt8p1RrGbA { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:86.1875rem;left:3.875rem;height:1.05610625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oDCcoUgb9lT9zVBdHi0caeCqwSie7TZW { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:57.25rem;left:42.0625rem;height:3.168325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hTKwMRkiGFvpUllacDdgOEKZrUh1k8ZH { color:#fb9131;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:55.5625rem;left:44rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnuvzXETrvL827neSC2qTHbBNyOnrMOD { color:#ffffff;display:block;width:19rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:80.5625rem;left:20.5rem;height:1.38068125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O9kkA6J6hSRk0FGd0cZAUo6yXcU6ibnA { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:82.125rem;left:22.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ehJ6Q1oTLMuEBNevKTBWxsDkSe5aNWw9 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:53rem;left:41.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M187429zlqRmdl2EmdbXsvN8gMnR2TW3 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:51.625rem;left:42.5625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XFyKSqPLPc0EE0rWSH4JqTJybAxCsZLB { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:68.8125rem;left:24.4375rem;overflow:hidden;display:block; }
#Epg0rmLlNNn5ulInuhq36ev1OTp5QwDT { position:absolute;display:block;z-index:15212;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:39.9375rem;left:44.375rem;overflow:hidden;display:block; }
#dRqNpGfSODegfMs7g6WOenw5XOO5v6sD { box-sizing:content-box;height:27.5rem;width:38.0625rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:66.5625rem;left:1.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#wuO7sUllIDNyL4pNGNz3ZaZEX1N97Tls { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:15206;text-align:center;text-align-last:center;top:89.6875rem;left:5.1875rem;display:block; }
#dqau9NDvFPFGrV9mmO2exy0nDERaAa0J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W0xEeXE4My7InToopK0sT4KuUqCfMGkh { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:80.625rem;left:3.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mp8kd1phNEb4DwDHNMArzsJTP0kMiD6T { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:82.125rem;left:3.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OhW5P5cNq0aDdkBf2TviU7iVeLwLreLu { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:68.8125rem;left:4.125rem;overflow:hidden;display:block; }
#iIRw5GxWFlvaXfuikT6584Ph16B3hovs { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:15220;text-align:center;text-align-last:center;top:149.0625rem;left:5.1875rem;display:block; }
#wOyADE0Js750yk3hkUzIpgMHku3y0yE0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yvQXafbrTJ2PAyxv2kZ4NSMEtgredeFJ { box-sizing:content-box;height:27.5rem;width:17.75rem;position:absolute;display:block;z-index:15067;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:124.25rem;left:1.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#UTMlWeXWwOimoDRMKW02HGKCf7XUh6Xa { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:144.125rem;left:2.125rem;height:4.22443125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KWOgyOyM3BJlcO7GBrW6w1ryqUkmiNDE { color:#fb9131;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:142.4375rem;left:4.0625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWD4VBtPUFMXTqyvmATTVR6ENpe9m2JA { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:139.875rem;left:1.375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SUTiPIm5ZbSqC4tbaCQimDIF2tC7NH5x { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:138.5rem;left:2.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nIzGSKz9kMhKIp1okCoHmw6b6tJpFCHW { position:absolute;display:block;z-index:15219;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:126.625rem;left:4.4375rem;overflow:hidden;display:block; }
#vgyVHu5X04nrbRT5DL0e9DNsMaUu3NXA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dad2cb, #00519d);background-image: -moz-linear-gradient(180deg, #dad2cb, #00519d);background-image: -ms-linear-gradient(180deg, #dad2cb, #00519d);background-image: -o-linear-gradient(180deg, #dad2cb, #00519d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );";background-image: linear-gradient(180deg, #dad2cb, #00519d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.3125rem;text-decoration:none;z-index:15156;text-align:center;text-align-last:center;top:8.5625rem;left:10.5625rem;display:block; }
#pNXRvDRIq54vzh0skSQpu5N2rEHhyTL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJ9LM2dgGbEpERJiEOg7kzU07l8oQDAp { box-sizing:content-box;height:27.5rem;width:17.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:8rem;left:21.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#LhJM4tltoBZ2NTl7sThZg7NbClyBKsdk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dad2cb, #00519d);background-image: -moz-linear-gradient(180deg, #dad2cb, #00519d);background-image: -ms-linear-gradient(180deg, #dad2cb, #00519d);background-image: -o-linear-gradient(180deg, #dad2cb, #00519d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );";background-image: linear-gradient(180deg, #dad2cb, #00519d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.3125rem;text-decoration:none;z-index:15157;text-align:center;text-align-last:center;top:8.5625rem;left:30.5625rem;display:block; }
#vSAfdONzscDh0PB10EbTgVIvZZQdUrIF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXMv12Db9X3pWv17aOWTEypOVO0sfgDI { box-sizing:content-box;height:27.5rem;width:17.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:8rem;left:41.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#TPpKKio5LwQFzA8016pxVt68WqP8s2VL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dad2cb, #00519d);background-image: -moz-linear-gradient(180deg, #dad2cb, #00519d);background-image: -ms-linear-gradient(180deg, #dad2cb, #00519d);background-image: -o-linear-gradient(180deg, #dad2cb, #00519d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );";background-image: linear-gradient(180deg, #dad2cb, #00519d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.3125rem;text-decoration:none;z-index:15158;text-align:center;text-align-last:center;top:8.5625rem;left:50.5rem;display:block; }
#kuEvQhxqAVQQXn6qM7Rl0x1CcnaKePTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rl2vMTgK6giDIe9KZIKAIhSwuaVTi48z { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dad2cb, #00519d);background-image: -moz-linear-gradient(180deg, #dad2cb, #00519d);background-image: -ms-linear-gradient(180deg, #dad2cb, #00519d);background-image: -o-linear-gradient(180deg, #dad2cb, #00519d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );";background-image: linear-gradient(180deg, #dad2cb, #00519d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.3125rem;text-decoration:none;z-index:15159;text-align:center;text-align-last:center;top:38.3125rem;left:30.5625rem;display:block; }
#fZI4DSC17AZAiwqrzUszi0JNTH1X9Cp8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a4KXTckeUUc1IgsdtivHk3PXmvwviOau { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dad2cb, #00519d);background-image: -moz-linear-gradient(180deg, #dad2cb, #00519d);background-image: -ms-linear-gradient(180deg, #dad2cb, #00519d);background-image: -o-linear-gradient(180deg, #dad2cb, #00519d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );";background-image: linear-gradient(180deg, #dad2cb, #00519d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.3125rem;text-decoration:none;z-index:15159;text-align:center;text-align-last:center;top:124.9375rem;left:10.5625rem;display:block; }
#onxdzatQlXEwJHbMz3r3C2rDKuIJDhwt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PLObP0stUHgPbguF7Xc6tobwIU3TTTcT { box-sizing:content-box;height:27.5rem;width:17.75rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:124.25rem;left:21.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#ZNEEcULVkmc46ATF8Uga2wxtcdPaTcX2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dad2cb, #00519d);background-image: -moz-linear-gradient(180deg, #dad2cb, #00519d);background-image: -ms-linear-gradient(180deg, #dad2cb, #00519d);background-image: -o-linear-gradient(180deg, #dad2cb, #00519d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );";background-image: linear-gradient(180deg, #dad2cb, #00519d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.3125rem;text-decoration:none;z-index:15184;text-align:center;text-align-last:center;top:124.9375rem;left:30.5625rem;display:block; }
#yA4SRPraNQKZ08E20MUySKEAaw4ZfolA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ksNBccAQgd6ICD3uctFwCXKADgWTFp87 { position:absolute;display:block;z-index:15229;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:126.5rem;left:24.125rem;overflow:hidden;display:block; }
#CKpwJn1zhw7V3nEQEbLQIv1RqO37XVMT { box-sizing:content-box;height:27.5rem;width:17.75rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:95.3125rem;left:21.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#pFmqbsulaTHGODP25h7EuLK2h2oDoSb8 { position:absolute;display:block;z-index:15229;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:97.5625rem;left:24.4375rem;overflow:hidden;display:block; }
#QOCt9ROfQXOdiAgf8XbmnuTK0EQu8JyV { box-sizing:content-box;height:27.5rem;width:17.75rem;position:absolute;display:block;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:95.3125rem;left:41.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#LGpsmVtTiEZmlMTZIG9hMKgeNTnQTTwX { position:absolute;display:block;z-index:15236;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:97.625rem;left:44.375rem;overflow:hidden;display:block; }
#ATCfDUZkmSQDnwQt9KqyX7107PLdV31K { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dad2cb, #00519d);background-image: -moz-linear-gradient(180deg, #dad2cb, #00519d);background-image: -ms-linear-gradient(180deg, #dad2cb, #00519d);background-image: -o-linear-gradient(180deg, #dad2cb, #00519d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );";background-image: linear-gradient(180deg, #dad2cb, #00519d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.3125rem;text-decoration:none;z-index:15186;text-align:center;text-align-last:center;top:95.875rem;left:50.5rem;display:block; }
#awnFzRe3M3hgdzbnPxBPnQCS6sNsXAJ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#piy6DRPk6Rlrh4rh4nMIoDLTv15LVZhI { color:#ffffff;display:block;width:19rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:109.3125rem;left:20.5rem;height:1.38068125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EfHL5hWMM4N54oqHrLyIpENRy7AQefVo { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:110.6875rem;left:41.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZdySIaNw4aTpEuhs5eiHdBVKNRQxMscW { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:109.3125rem;left:42.5625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKSu7HATp7r1IbTGavPJK5kG5dBaoJAQ { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:138.3125rem;left:23.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eefbgk7dil1baeEN4r6h5ffg1ryzoBWF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:15237;text-align:center;text-align-last:center;top:119.875rem;left:45.125rem;display:block; }
#hvGgTs32SlWvbpeP3Auv8fxqFiLQMdow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XqtVWCvrmo9lFfJr1EUZx9M4RkVko7qN { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:114.9375rem;left:22.125rem;height:3.168325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AB5WIBVhsBeGM3hpgPE1a2IU491a5Fyb { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:114.9375rem;left:42.0625rem;height:3.168325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gNnDaT41HCAWwVvyVXXelykBF17rpMxV { color:#fb9131;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:113.25rem;left:24.0625rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iwa2TxT4PMu6T4ZkDXOoXr262IA1o0Gm { color:#fb9131;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:113.25rem;left:44rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QisdHBqTtdOWBe5oQg3PLS9JJCeW4dto { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:110.875rem;left:22.25rem;height:1.46235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P9OEdMbaQW2VIbzkRchn8GvqauBWtWrN { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:143.9375rem;left:22.3125rem;height:2.11221875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GpGnGGWFghVhT3rdRs5u5GbegSXcdvDI { color:#fb9131;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:142.25rem;left:23.75rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NZbT8QehnC1JtOoJGK07ZbP70bUxpbCu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:15230;text-align:center;text-align-last:center;top:148.125rem;left:25.1875rem;display:block; }
#gTflv47X7Xgx7VXUMhDii8cd79XQvTbf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LX9A0eJdWL1GsWIdeoR78HzvSIItD9KC { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:139.8125rem;left:23.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDb6umT2b8zXIP3CMrnA7nzoNSKBtdBx { color:#fb9131;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:84.5rem;left:14.1875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vU3fkTpr5Astug6GR46hFl66enwbrfQZ { box-sizing:content-box;height:27.5rem;width:17.75rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:66.5625rem;left:41.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#wxLDfPb01oRR6NSEAZw4y8rhUMdJUsDX { color:#ffffff;display:block;width:17rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:85.5283203125rem;left:41.5rem;height:4.2244375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RsLiDSWzuFnNmocRdUyzTienEBRfoNnL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:15238;text-align:center;text-align-last:center;top:90.4375rem;left:45.125rem;display:block; }
#wu9MKEh2EBWdvK3Q08811VnBUFJTZECk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NgNdkky9HtOtGKhxTfx5IZdEbZDlDIoe { color:#fb9131;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:84.1875rem;left:44.0625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IxsPeEE2FeEAGrgTDQ65A7F5azcOim7C { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:82.0625rem;left:40.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQonRMk135zHDOTMBmqOP1MSuy5wNG9t { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:80.625rem;left:43.6875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sx7frpbIdruws2KVTs5moefsRVbCF37S { position:absolute;display:block;z-index:15237;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:68.8125rem;left:44.0625rem;overflow:hidden;display:block; }
#tIvXVs09t2gDt47fShrf6FdNEymziLre { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dad2cb, #00519d);background-image: -moz-linear-gradient(180deg, #dad2cb, #00519d);background-image: -ms-linear-gradient(180deg, #dad2cb, #00519d);background-image: -o-linear-gradient(180deg, #dad2cb, #00519d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );";background-image: linear-gradient(180deg, #dad2cb, #00519d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.3125rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:67.25rem;left:50.5rem;display:block; }
#NchUgASty5uybSBxhB9HV4TTvkfFi2J8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w4zRNnqKr6Qfy9Z7ozCLou8xJkPgXvMy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dad2cb, #00519d);background-image: -moz-linear-gradient(180deg, #dad2cb, #00519d);background-image: -ms-linear-gradient(180deg, #dad2cb, #00519d);background-image: -o-linear-gradient(180deg, #dad2cb, #00519d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );";background-image: linear-gradient(180deg, #dad2cb, #00519d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.3125rem;text-decoration:none;z-index:15160;text-align:center;text-align-last:center;top:38.25rem;left:50.5rem;display:block; }
#VIJrUtNM2T1T4wdHD9UWdQJHTf7glnKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b3TevU7Dy09xits0yPOBDaCHzZReMvCT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dad2cb, #00519d);background-image: -moz-linear-gradient(180deg, #dad2cb, #00519d);background-image: -ms-linear-gradient(180deg, #dad2cb, #00519d);background-image: -o-linear-gradient(180deg, #dad2cb, #00519d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );";background-image: linear-gradient(180deg, #dad2cb, #00519d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:95.875rem;left:10.0625rem;display:block; }
#rKaMwqgZfifgof51B1Ws4Sink11ThlU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zROgtmE9vX48tRIZ45KTwGlVwraJfQTA { color:#ffffff;display:block;width:19rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:109.3125rem;left:0rem;height:1.38068125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gcfs3ZWGZTW9Q0Z6zWRxXe9OuBfXgRMx { box-sizing:content-box;height:27.5rem;width:17.75rem;position:absolute;display:block;z-index:15085;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:95.3125rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#xV3MUtNeIfVFklTOL9G4ogenBR3Voe6H { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:110.875rem;left:1.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o65AgGIT5rmDG7pslQyPMXB6TC7xwlQV { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:114.9375rem;left:1.625rem;height:3.168325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F1plcdpUv3mhqXek4Ndh5tVn7EhDwmEw { color:#fb9131;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:113.25rem;left:3.5625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XOUTtXBThO00FnpetVaTy9qQqIGa97R5 { position:absolute;display:block;z-index:15237;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:97.5625rem;left:3.9375rem;overflow:hidden;display:block; }
#xCw3S4op4JNxeTqcCyoyElnkNzxsGo40 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:15238;text-align:center;text-align-last:center;top:119.875rem;left:4.6875rem;display:block; }
#QKTVKd7DtXNtp56qff9pguCBKC1s3ECi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gIHnlvXFqAvfy9e3VgGRB9XO7CFA8NMP { box-sizing:content-box;height:27.5rem;width:17.75rem;position:absolute;display:block;z-index:15085;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:124.25rem;left:41.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#Psh6ivwXBAK8JpAFTkU1UhG5ih3TAXRl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dad2cb, #00519d);background-image: -moz-linear-gradient(180deg, #dad2cb, #00519d);background-image: -ms-linear-gradient(180deg, #dad2cb, #00519d);background-image: -o-linear-gradient(180deg, #dad2cb, #00519d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );";background-image: linear-gradient(180deg, #dad2cb, #00519d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:124.8125rem;left:50.5rem;display:block; }
#aA5shZsMlQlLVBKwJd7BOgwUAk9GnTCD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PIquPlIqVRCI0LDSt4mTzcqcH6nrW9pU { position:absolute;display:block;z-index:15237;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:11.125rem;width:11.125rem;top:126.5rem;left:44.375rem;overflow:hidden;display:block; }
#w7Kop3DyZTyW0TXrLGdKNahZQ7dTtz83 { color:#ffffff;display:block;width:19rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:138.25rem;left:40.4375rem;height:1.38068125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yifePT9KWOroxJcrKgnKCBuLox39Bus7 { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:139.8125rem;left:42.1875rem;height:1.46235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S0zckWedEQUSiAZVbPLLnzTqTmOkrRIO { color:#fb9131;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:142.1875rem;left:44rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixRXIVfikpwuct77rkFCBn3gGcDXrREw { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:143.875rem;left:42.0625rem;height:3.168325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eZwgvqswRpp6DoRPToBqHUO1plQpJSRF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #5d320f);background-image: -moz-linear-gradient(180deg, #00519d, #5d320f);background-image: -ms-linear-gradient(180deg, #00519d, #5d320f);background-image: -o-linear-gradient(180deg, #00519d, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #00519d, #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:15238;text-align:center;text-align-last:center;top:148.8125rem;left:45.125rem;display:block; }
#bo3XHEHGU16s2Ws6mENl1cTmxUvTXx1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/77a7d5b8-a309-466f-9d71-44d369921c93/shutterstock_21493823011.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy.adaptive-delivery-prevent-bg, #Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy.lazyload, #Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy.lazyloading { background-image: none; }#Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy > .row .container { background-color: transparent; background-image: none; }#Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy > .row .container > .video-iframe-container { display: none; }#Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy > .row > .video-iframe-container { display: none; }#Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy > .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); }#Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy > .row .container { border-width: 0; border-radius: 0; }#Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wet9SxyTQQUEkwbUQk86dKQ6pES8IFAy > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#NmySJy9QgGcpPfEMJaI9FRT2EuAeVors { color:#fb9131;display:block;width:7.9375rem;position:absolute;font-family:averta;font-size:1rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:25.874990463257rem;left:0.6875rem;height:1.29971875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i3mCN0TObq6mZfpc3VDOp38xibhJ0exc { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:23.210927963257rem;left:0.6875rem;height:1.38068125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PAOH0q3xqZLZTwo5ZLUMi13m6UTkBt6q { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:21.749990463257rem;left:0.6875rem;height:1.46235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fsrIRDTy2FdaQc2DcoJwLktW4BkUVfNa { position:absolute;display:block;z-index:15219;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:9.75rem;width:9.75rem;top:10.874989509582rem;left:0.6875rem;overflow:hidden;display:block; }
#OA8EoaNdwA8TT2awe7HqN6qFQTH2sVUy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dad2cb, #00519d);background-image: -moz-linear-gradient(180deg, #dad2cb, #00519d);background-image: -ms-linear-gradient(180deg, #dad2cb, #00519d);background-image: -o-linear-gradient(180deg, #dad2cb, #00519d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2cb', endColorstr='#00519d' );";background-image: linear-gradient(180deg, #dad2cb, #00519d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:1.5rem;text-decoration:none;z-index:15159;text-align:center;text-align-last:center;top:30.250001907349rem;left:24.170454025269rem;display:block; }
#yJ4cFLu11fqc9Grm6g14xmOCD28gOXJN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfA29T2fmTVI6hnkW4HBqu9IXkSa563y { color:#fb9131;display:block;width:7.9375rem;position:absolute;font-family:averta;font-size:1rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:25.875rem;left:13.5625rem;height:1.29971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UHnmyKyTcgPMmarVl3egCdv7nGngNv0k { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:23.625rem;left:12rem;height:1.38068125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dWFsLGMZ7JKkxT5oJcNt6X6v8KDxRxRB { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:21.875rem;left:11.125rem;height:1.46235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pl2oRovtQDWQ4smXQ2gGXByXUcrcRbGy { position:absolute;display:block;z-index:15224;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:9.75rem;width:9.75rem;top:10.9375rem;left:12.5rem;overflow:hidden;display:block; }
#eet5yki6ri6P8Hl2d0wRHshF0fACbdTR { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:21.75rem;left:35.9375rem;height:1.46235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AbJkDIaHkszVNma8ZKUug9fHMuksTLJZ { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:23.5rem;left:36.625rem;height:1.38068125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RZ2sekRFq8kucgmrCOMSxJNJHQLezTWL { color:#fb9131;display:block;width:7.9375rem;position:absolute;font-family:averta;font-size:1rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:25.75rem;left:38.1875rem;height:1.29971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B4xTVcX8BAD2wd36vcIxNqyM4EcgXhuf { position:absolute;display:block;z-index:15229;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:9.75rem;width:9.75rem;top:10.875rem;left:37.3125rem;overflow:hidden;display:block; }
#I2VUtsGToTAXRU9eedAzkoaVxwOM2ftV { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:22rem;left:23.8125rem;height:1.46235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xkfq81F9ToUz2OwvhTis8J3lsqcAhqss { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:23.75rem;left:24.5rem;height:1.38068125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HReK5utph1VezMgTb60UseNeCZ37EIxs { color:#fb9131;display:block;width:7.9375rem;position:absolute;font-family:averta;font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:26rem;left:26.0625rem;height:1.29971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qeOeKO8dCVSXVzALCxOhVoDJcro8z6rq { position:absolute;display:block;z-index:15234;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:9.75rem;width:9.75rem;top:10.9375rem;left:25.1875rem;overflow:hidden;display:block; }
#Lc0WmMfEUqLeqbg3t2TDqXWDgwn7PMz2 { color:#fb9131;display:block;width:20.0625rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:3.67578125rem;left:20.625rem;height:1.949575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SzGQUr0pFvIELWlOLMEydJPFo2KVD0OZ { color:#ffffff;display:block;width:54.6875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:6.8125rem;left:3.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MZ891hoCWgD3zryTVumuyecFHR6ST3Xb { position:absolute;display:block;z-index:15234;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;box-shadow: 0.0625rem 0.25rem 1.625rem rgba(0,0,0,0.5) ;height:9.75rem;width:10.0625rem;top:10.874289751053rem;left:49.250001907349rem;overflow:hidden;display:block; }
#O595uCRFM1qlIIEbdWAqR41ZokfCk8l2 { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:21.75rem;left:46.125rem;height:1.46235625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DNPn2T0bqRtNJH3dRkzIFleoUhDEAfcG { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:averta;font-size:1rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:23.5rem;left:49.25rem;height:2.5994375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#h2pESVgFcJmIK1mfEGLqdSfBxpKdxenE { color:#fb9131;display:block;width:7.9375rem;position:absolute;font-family:averta;font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:26rem;left:50.625rem;height:1.29971875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TOwwnbQGwCp6oLIx30lQullpCIWV0Zua { box-sizing:content-box;height:35.25rem;width:60rem;position:absolute;display:block;z-index:15067;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:0.12499952316284rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#CancTRbM7TNTT6uAJeLHGCZ9xKLCTKuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #042f7b, #021120);background-image: -moz-linear-gradient(180deg, #042f7b, #021120);background-image: -ms-linear-gradient(180deg, #042f7b, #021120);background-image: -o-linear-gradient(180deg, #042f7b, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );";background-image: linear-gradient(180deg, #042f7b, #021120);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; }#CancTRbM7TNTT6uAJeLHGCZ9xKLCTKuF > .row .container { background-color: transparent; background-image: none; }#CancTRbM7TNTT6uAJeLHGCZ9xKLCTKuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CancTRbM7TNTT6uAJeLHGCZ9xKLCTKuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CancTRbM7TNTT6uAJeLHGCZ9xKLCTKuF > .row .container > .video-iframe-container { display: none; }#CancTRbM7TNTT6uAJeLHGCZ9xKLCTKuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CancTRbM7TNTT6uAJeLHGCZ9xKLCTKuF > .row > .video-iframe-container { display: none; }#CancTRbM7TNTT6uAJeLHGCZ9xKLCTKuF > .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); }#CancTRbM7TNTT6uAJeLHGCZ9xKLCTKuF > .row .container { border-width: 0; border-radius: 0; }#CancTRbM7TNTT6uAJeLHGCZ9xKLCTKuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CancTRbM7TNTT6uAJeLHGCZ9xKLCTKuF > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#DLTUDh0Ge8TBvtXCy3oCN6hqrsBeTNpa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #042f7b, #021120);background-image: -moz-linear-gradient(180deg, #042f7b, #021120);background-image: -ms-linear-gradient(180deg, #042f7b, #021120);background-image: -o-linear-gradient(180deg, #042f7b, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );";background-image: linear-gradient(180deg, #042f7b, #021120);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; }#DLTUDh0Ge8TBvtXCy3oCN6hqrsBeTNpa > .row .container { background-color: transparent; background-image: none; }#DLTUDh0Ge8TBvtXCy3oCN6hqrsBeTNpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLTUDh0Ge8TBvtXCy3oCN6hqrsBeTNpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLTUDh0Ge8TBvtXCy3oCN6hqrsBeTNpa > .row .container > .video-iframe-container { display: none; }#DLTUDh0Ge8TBvtXCy3oCN6hqrsBeTNpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLTUDh0Ge8TBvtXCy3oCN6hqrsBeTNpa > .row > .video-iframe-container { display: none; }#DLTUDh0Ge8TBvtXCy3oCN6hqrsBeTNpa > .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); }#DLTUDh0Ge8TBvtXCy3oCN6hqrsBeTNpa > .row .container { border-width: 0; border-radius: 0; }#DLTUDh0Ge8TBvtXCy3oCN6hqrsBeTNpa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLTUDh0Ge8TBvtXCy3oCN6hqrsBeTNpa > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#Fk2Vioxttn6c1MT9RIFr994KrxRspxtf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/11fadc0a-109b-4cab-8cf9-80c9a51fd814/Projektbeznazwy20240322T102052678.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#Fk2Vioxttn6c1MT9RIFr994KrxRspxtf.adaptive-delivery-prevent-bg, #Fk2Vioxttn6c1MT9RIFr994KrxRspxtf.lazyload, #Fk2Vioxttn6c1MT9RIFr994KrxRspxtf.lazyloading { background-image: none; }#Fk2Vioxttn6c1MT9RIFr994KrxRspxtf > .row .container { background-color: transparent; background-image: none; }#Fk2Vioxttn6c1MT9RIFr994KrxRspxtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fk2Vioxttn6c1MT9RIFr994KrxRspxtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fk2Vioxttn6c1MT9RIFr994KrxRspxtf > .row .container > .video-iframe-container { display: none; }#Fk2Vioxttn6c1MT9RIFr994KrxRspxtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fk2Vioxttn6c1MT9RIFr994KrxRspxtf > .row > .video-iframe-container { display: none; }#Fk2Vioxttn6c1MT9RIFr994KrxRspxtf > .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); }#Fk2Vioxttn6c1MT9RIFr994KrxRspxtf > .row .container { border-width: 0; border-radius: 0; }#Fk2Vioxttn6c1MT9RIFr994KrxRspxtf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fk2Vioxttn6c1MT9RIFr994KrxRspxtf > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:60rem;position:relative;display:block; }#Sngbs54IsaTLTBWdLOtyryZLOpHeyPqi { color:#f1f1f1;display:block;width:50.5625rem;position:absolute;font-family:averta;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.34375rem;height:3.08735625rem;text-align:left;text-align-last:left;display:block; }
#QeJO9uEGlltw44RnWf239bFzeeFnazva { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15146;line-height:1.5;letter-spacing:0;top:5.6875rem;left:3.34375rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FMn8g0ValvfETcmI0ApHCzVbPWTOs2pW { box-sizing:content-box;height:51.375rem;width:60rem;position:absolute;display:block;z-index:15001;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='#75060d17', endColorstr='#e0031423' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#75060d17', endColorstr='#e0031423' );";background-image: linear-gradient(180deg, rgba(6,13,23,0.46), rgba(3,20,35,0.88));background-size:auto !important;top:0rem;left:0rem;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; }
#BIsfRwoNr6w67hShmnoDVlAc9OiqQUZX { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15147;line-height:1.5;letter-spacing:0;top:16.1875rem;left:3.34375rem;height:29.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XdGW6Rx7f3AVowcclviJ8pL7ge7tpStw { background-color:#ff8823;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:averta;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:15005;text-align:center;text-align-last:center;top:46.75rem;left:20.1875rem;display:block; }
#N2zpDKaruCGFbhJF5KCTXyyHKy14meFl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#imU1nKBcUuaFfT4pDxVGVc4a238KDdi7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102a4c;background-image:url("https://images.assets-landingi.com/uc/4e7bad10-7502-4b6a-8a10-4a4b56838b92/shutterstock_21493823011.jpg");background-position:top right !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; }#imU1nKBcUuaFfT4pDxVGVc4a238KDdi7.adaptive-delivery-prevent-bg, #imU1nKBcUuaFfT4pDxVGVc4a238KDdi7.lazyload, #imU1nKBcUuaFfT4pDxVGVc4a238KDdi7.lazyloading { background-image: none; }#imU1nKBcUuaFfT4pDxVGVc4a238KDdi7 > .row .container { background-color: transparent; background-image: none; }#imU1nKBcUuaFfT4pDxVGVc4a238KDdi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imU1nKBcUuaFfT4pDxVGVc4a238KDdi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imU1nKBcUuaFfT4pDxVGVc4a238KDdi7 > .row .container > .video-iframe-container { display: none; }#imU1nKBcUuaFfT4pDxVGVc4a238KDdi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imU1nKBcUuaFfT4pDxVGVc4a238KDdi7 > .row > .video-iframe-container { display: none; }#imU1nKBcUuaFfT4pDxVGVc4a238KDdi7 > .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); }#imU1nKBcUuaFfT4pDxVGVc4a238KDdi7 > .row .container { border-width: 0; border-radius: 0; }#imU1nKBcUuaFfT4pDxVGVc4a238KDdi7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imU1nKBcUuaFfT4pDxVGVc4a238KDdi7 > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;position:relative;display:block; }#mlsfuMWyoy839Iaa9mt3qV3TawTLINtG { color:#f1f1f1;display:block;width:50.5625rem;position:absolute;font-family:averta;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:6.75rem;height:3.08735625rem;text-align:right;text-align-last:right;display:block; }
#RsRKGKH9pg7TbEV7dIuQxpbc1viVfC0h { color:#ffffff;display:block;width:58rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15146;line-height:1.3;letter-spacing:0;top:3.8359375rem;left:2rem;height:26.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#RsRKGKH9pg7TbEV7dIuQxpbc1viVfC0h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RsRKGKH9pg7TbEV7dIuQxpbc1viVfC0h li:before{  }
#LCOyreLmHpfdc0vKRTgGgiGbMSH0eHh2 { box-sizing:content-box;height:34.75rem;width:60rem;position:absolute;display:block;z-index:15001;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='#75060d17', endColorstr='#e0031423' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#75060d17', endColorstr='#e0031423' );";background-image: linear-gradient(180deg, rgba(6,13,23,0.46), rgba(3,20,35,0.88));background-size:auto !important;top:-0.1015625rem;left:0rem;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; }
#QiSRsBrWyBVDT8fzTI9DBJIwZKt8wwGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #042f7b, #021120);background-image: -moz-linear-gradient(180deg, #042f7b, #021120);background-image: -ms-linear-gradient(180deg, #042f7b, #021120);background-image: -o-linear-gradient(180deg, #042f7b, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );";background-image: linear-gradient(180deg, #042f7b, #021120);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; }#QiSRsBrWyBVDT8fzTI9DBJIwZKt8wwGw > .row .container { background-color: transparent; background-image: none; }#QiSRsBrWyBVDT8fzTI9DBJIwZKt8wwGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiSRsBrWyBVDT8fzTI9DBJIwZKt8wwGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiSRsBrWyBVDT8fzTI9DBJIwZKt8wwGw > .row .container > .video-iframe-container { display: none; }#QiSRsBrWyBVDT8fzTI9DBJIwZKt8wwGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiSRsBrWyBVDT8fzTI9DBJIwZKt8wwGw > .row > .video-iframe-container { display: none; }#QiSRsBrWyBVDT8fzTI9DBJIwZKt8wwGw > .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); }#QiSRsBrWyBVDT8fzTI9DBJIwZKt8wwGw > .row .container { border-width: 0; border-radius: 0; }#QiSRsBrWyBVDT8fzTI9DBJIwZKt8wwGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QiSRsBrWyBVDT8fzTI9DBJIwZKt8wwGw > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102a4c;background-image:url("https://images.assets-landingi.com/uc/4e7bad10-7502-4b6a-8a10-4a4b56838b92/shutterstock_21493823011.jpg");background-position:top right !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; }#pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz.adaptive-delivery-prevent-bg, #pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz.lazyload, #pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz.lazyloading { background-image: none; }#pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz > .row .container { background-color: transparent; background-image: none; }#pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz > .row .container > .video-iframe-container { display: none; }#pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz > .row > .video-iframe-container { display: none; }#pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz > .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); }#pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz > .row .container { border-width: 0; border-radius: 0; }#pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTLJJxvtKsU3v2OtL9US7aZrS5EOmrqz > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#I3Cv6rtWnTpGm3t9MJEgyZPTfHBHeG8V { box-sizing:content-box;height:37.3125rem;width:17.75rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00519d, #000000);background-image: -moz-linear-gradient(180deg, #00519d, #000000);background-image: -ms-linear-gradient(180deg, #00519d, #000000);background-image: -o-linear-gradient(180deg, #00519d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00519d, #000000);background-size:auto !important;top:2.75rem;left:8rem;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; }
#V0JWRrscpnCp9p9o5ARqaybtExGT0W0F { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb9131, #5d320f);background-image: -moz-linear-gradient(180deg, #fb9131, #5d320f);background-image: -ms-linear-gradient(180deg, #fb9131, #5d320f);background-image: -o-linear-gradient(180deg, #fb9131, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9131', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9131', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #fb9131, #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:36.6875rem;left:12.0625rem;display:block; }
#nTsScc4USKre6mc4FB5WsZpk2viXpyVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#elBW9CGM3U7PG1Vi4hWTR03BlngcrJDe { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:13.370755195617rem;left:9.0625rem;height:20.1413125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#elBW9CGM3U7PG1Vi4hWTR03BlngcrJDe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#elBW9CGM3U7PG1Vi4hWTR03BlngcrJDe li:before{  }
#OoJzD1vLlceHZLh1uzZ41qIwtb9rhWN4 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:4.9375rem;left:10.9375rem;height:1.46235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qNRGsklBlWpsvNCV0faSrLfGmFMPaNiD { color:#fb9131;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:6.875rem;left:10.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucvdxKE1yiSnGgGHH9XacmFScxkTdLfk { box-sizing:content-box;height:37.1875rem;width:17.75rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb9131, #000000);background-image: -moz-linear-gradient(180deg, #fb9131, #000000);background-image: -ms-linear-gradient(180deg, #fb9131, #000000);background-image: -o-linear-gradient(180deg, #fb9131, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9131', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9131', endColorstr='#000000' );";background-image: linear-gradient(180deg, #fb9131, #000000);background-size:auto !important;top:2.8125rem;left:33.875rem;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; }
#G55FPbxTKzuaGXHpyf3nMNJEG5RqO9i6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb9131, #5d320f);background-image: -moz-linear-gradient(180deg, #fb9131, #5d320f);background-image: -ms-linear-gradient(180deg, #fb9131, #5d320f);background-image: -o-linear-gradient(180deg, #fb9131, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9131', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9131', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #fb9131, #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:15198;text-align:center;text-align-last:center;top:36.6875rem;left:37.9375rem;display:block; }
#GF4zQ2Dz98WBPZHyifGG7PCu70PF6gec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kNvcD79wCqKqQEbmyo34IeqxtaTEVNkG { 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:14.8125rem;left:34.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VLozfN0DEsq1ZBt6y5B09nsXTtAGw5Vk { color:#00519d;display:block;width:16.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:9.55078125rem;left:34.40625rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qV2e2lnatl5u1inJ58quTzT0WHaDo65i { color:#00519d;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:6.9375rem;left:36.8125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iWuBTctucthOBwIZ3kwbPzZiEZDmOLCX { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:5rem;left:36.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTBrMEWVcEIlvhAnRzUTVXOsb6x6NyWf { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:12.6875rem;left:34.65625rem;height:21.5099375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BTBrMEWVcEIlvhAnRzUTVXOsb6x6NyWf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BTBrMEWVcEIlvhAnRzUTVXOsb6x6NyWf li:before{  }
#biNbIh5GRixU9pw6X9Nebos65FcJMztD { 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:9.5504264831544rem;left:8.53125rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uwa2uQHQegBVAPLDkS7v23mczMx2ppru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #042f7b, #021120);background-image: -moz-linear-gradient(180deg, #042f7b, #021120);background-image: -ms-linear-gradient(180deg, #042f7b, #021120);background-image: -o-linear-gradient(180deg, #042f7b, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );";background-image: linear-gradient(180deg, #042f7b, #021120);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; }#Uwa2uQHQegBVAPLDkS7v23mczMx2ppru > .row .container { background-color: transparent; background-image: none; }#Uwa2uQHQegBVAPLDkS7v23mczMx2ppru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uwa2uQHQegBVAPLDkS7v23mczMx2ppru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uwa2uQHQegBVAPLDkS7v23mczMx2ppru > .row .container > .video-iframe-container { display: none; }#Uwa2uQHQegBVAPLDkS7v23mczMx2ppru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uwa2uQHQegBVAPLDkS7v23mczMx2ppru > .row > .video-iframe-container { display: none; }#Uwa2uQHQegBVAPLDkS7v23mczMx2ppru > .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); }#Uwa2uQHQegBVAPLDkS7v23mczMx2ppru > .row .container { border-width: 0; border-radius: 0; }#Uwa2uQHQegBVAPLDkS7v23mczMx2ppru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uwa2uQHQegBVAPLDkS7v23mczMx2ppru > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102a4c;background-image:url("https://images.assets-landingi.com/uc/4e7bad10-7502-4b6a-8a10-4a4b56838b92/shutterstock_21493823011.jpg");background-position:top right !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; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK.adaptive-delivery-prevent-bg, #tsGuV1siySCTAhKpqMDZcTSZLlltlMMK.lazyload, #tsGuV1siySCTAhKpqMDZcTSZLlltlMMK.lazyloading { background-image: none; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row .container { background-color: transparent; background-image: none; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row .container > .video-iframe-container { display: none; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row > .video-iframe-container { display: none; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .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); }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row .container { border-width: 0; border-radius: 0; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsGuV1siySCTAhKpqMDZcTSZLlltlMMK > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#OgLA8H6GwxqiTbMpOTuENvMqhd9wiywS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb9131, #5d320f);background-image: -moz-linear-gradient(180deg, #fb9131, #5d320f);background-image: -ms-linear-gradient(180deg, #fb9131, #5d320f);background-image: -o-linear-gradient(180deg, #fb9131, #5d320f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9131', endColorstr='#5d320f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9131', endColorstr='#5d320f' );";background-image: linear-gradient(180deg, #fb9131, #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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.1875rem;text-decoration:none;z-index:15191;text-align:center;text-align-last:center;top:25.6875rem;left:26.3125rem;display:block; }
#E9yKyKSzo77mHMrQFeCBhBuVB6rOn8IA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#At5z1KH7ZzVTR0ObJEApJycIuJ4ReKpu { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:3.5rem;left:22.90625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ra4tlRQbIwazIiwZDOxJB6MA4UebXJy0 { color:#fb9131;display:block;width:28.1875rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:28.9375rem;left:17.03125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EmAnaPP2HmnN9WciRKIANaez0QhXwUE6 { box-sizing:content-box;height:37.3125rem;width:32.25rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb9131, #00519d);background-image: -moz-linear-gradient(180deg, #fb9131, #00519d);background-image: -ms-linear-gradient(180deg, #fb9131, #00519d);background-image: -o-linear-gradient(180deg, #fb9131, #00519d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9131', endColorstr='#00519d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9131', endColorstr='#00519d' );";background-image: linear-gradient(180deg, #fb9131, #00519d);background-size:auto !important;top:2.25rem;left:14.75rem;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; }
#k5UKsxzGMUboxx1BeICMgc4p3ndORnAX { position:absolute;display:block;z-index:15192;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.1875rem;width:29.25rem;top:7.1875rem;left:16.5rem;overflow:hidden;display:block; }
#nZLsbJCB6TWKNwF9c3ySgxr8dC4cLnUR { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:31.232421875rem;left:17.75rem;height:0.975rem;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; }
#TGTpS5Lgd9WxgWxCNazWcXCQITb7fNKy { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:32.8896484375rem;left:17.75rem;height:2.42471875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TGTpS5Lgd9WxgWxCNazWcXCQITb7fNKy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TGTpS5Lgd9WxgWxCNazWcXCQITb7fNKy li:before{  }
#nUKs0KNF0UG4u8GkyDxyhBbRsqQhhWfX { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:5.544921875rem;left:17.03125rem;height:1.05625rem;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; }
#N2N6XGuATPuAJ5xsSODLlKTLEBkD6iZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #042f7b, #021120);background-image: -moz-linear-gradient(180deg, #042f7b, #021120);background-image: -ms-linear-gradient(180deg, #042f7b, #021120);background-image: -o-linear-gradient(180deg, #042f7b, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );";background-image: linear-gradient(180deg, #042f7b, #021120);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; }#N2N6XGuATPuAJ5xsSODLlKTLEBkD6iZM > .row .container { background-color: transparent; background-image: none; }#N2N6XGuATPuAJ5xsSODLlKTLEBkD6iZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2N6XGuATPuAJ5xsSODLlKTLEBkD6iZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2N6XGuATPuAJ5xsSODLlKTLEBkD6iZM > .row .container > .video-iframe-container { display: none; }#N2N6XGuATPuAJ5xsSODLlKTLEBkD6iZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2N6XGuATPuAJ5xsSODLlKTLEBkD6iZM > .row > .video-iframe-container { display: none; }#N2N6XGuATPuAJ5xsSODLlKTLEBkD6iZM > .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); }#N2N6XGuATPuAJ5xsSODLlKTLEBkD6iZM > .row .container { border-width: 0; border-radius: 0; }#N2N6XGuATPuAJ5xsSODLlKTLEBkD6iZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N2N6XGuATPuAJ5xsSODLlKTLEBkD6iZM > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#o4hD2E2MvlINxRwWS5XhVSUtt8hoZsMK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o4hD2E2MvlINxRwWS5XhVSUtt8hoZsMK > .row .container { background-color: transparent; background-image: none; }#o4hD2E2MvlINxRwWS5XhVSUtt8hoZsMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4hD2E2MvlINxRwWS5XhVSUtt8hoZsMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4hD2E2MvlINxRwWS5XhVSUtt8hoZsMK > .row .container > .video-iframe-container { display: none; }#o4hD2E2MvlINxRwWS5XhVSUtt8hoZsMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4hD2E2MvlINxRwWS5XhVSUtt8hoZsMK > .row > .video-iframe-container { display: none; }#o4hD2E2MvlINxRwWS5XhVSUtt8hoZsMK > .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); }#o4hD2E2MvlINxRwWS5XhVSUtt8hoZsMK > .row .container { border-width: 0; border-radius: 0; }#o4hD2E2MvlINxRwWS5XhVSUtt8hoZsMK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o4hD2E2MvlINxRwWS5XhVSUtt8hoZsMK > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:block; }#MNZnKxhOZ1ThffEdT7ampcn87crpGQam { color:#ff8823;display:block;width:50.5625rem;position:absolute;font-family:averta;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:4.71875rem;height:3.08735625rem;text-align:center;text-align-last:center;display:block; }
#rySNQoRK3KHgS1Go9KHUKo1ZcyGFD65r { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:7.1875rem;left:43.75rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#pmsO8vTRzi2dGzT7mg4zWNzENiyOUKgh { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:7.1875rem;left:21.8125rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#zRxd5yoaGdSm7Op4KeEFvFMia7cS9vzT { 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.875rem;left:45.5625rem;overflow:hidden;display:block; }
#SGCngicIXP0PZHXpFe2gNUR6PVv5yxF2 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:8.875rem;left:23.6875rem;overflow:hidden;display:block; }
#ppdPuusx9qeDlMA7TZJSk1VuWGbaIQPs { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:7.1875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#pUUeSHFMWMDg3r4GtKLkap5W2IlTehtB { 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:5.9375rem;width:15.875rem;top:9.030539780855rem;left:0rem;overflow:hidden;display:block; }
#kTtfZFLEnGQHUFkdeBThgUCRrEZCoDZQ { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:19.75rem;left:21.9375rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#J3DaWiKIKTHoTlJt6ORTk9CvwrV3yzVr { 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:5rem;width:12.25rem;top:22.0625rem;left:23.875rem;overflow:hidden;display:block; }
#HVql2yXUz0QJlr4rWTOPnq3l7MRmoCpV { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:19.75rem;left:0.0625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#bT604oTCJcOd8bHBHmfx0bDN4TZW6eUT { position:absolute;display:block;z-index:15026;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:5rem;width:10rem;top:22.0625rem;left:3.09375rem;overflow:hidden;display:block; }
#vikSwJD8q5cziaTPmc8pfp2vC2PDr0ir { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:19.75rem;left:43.8125rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#e6qCTQoN9cKhUvZpoN7ra8ixBiWecduy { position:absolute;display:block;z-index:15027;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:3.125rem;width:12.25rem;top:23.000001192093rem;left:45.718751907349rem;overflow:hidden;display:block; }
#TwVVNWWD98fr25kWtDRwK5XanxaGN8xo { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:32rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#mDKXC4d0nChubDkO8hZTeJEN2IUauRBA { 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:4.0625rem;width:14.375rem;top:34.781251907349rem;left:0.90625rem;overflow:hidden;display:block; }
#L2TA4TLqaD1vZNT5fKWvto2fVTlWrMLJ { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:32rem;left:21.9375rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#B8tF3sKSM6v0aRTxU0pox8ffFJZ4TbBh { position:absolute;display:block;z-index:15030;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.875rem;width:10.5625rem;top:33.937500953674rem;left:24.718751907349rem;overflow:hidden;display:block; }
#erhpcEW5DZe27kKvODLQB387Nsxf1uIO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #042f7b, #021120);background-image: -moz-linear-gradient(180deg, #042f7b, #021120);background-image: -ms-linear-gradient(180deg, #042f7b, #021120);background-image: -o-linear-gradient(180deg, #042f7b, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );";background-image: linear-gradient(180deg, #042f7b, #021120);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; }#erhpcEW5DZe27kKvODLQB387Nsxf1uIO > .row .container { background-color: transparent; background-image: none; }#erhpcEW5DZe27kKvODLQB387Nsxf1uIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erhpcEW5DZe27kKvODLQB387Nsxf1uIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erhpcEW5DZe27kKvODLQB387Nsxf1uIO > .row .container > .video-iframe-container { display: none; }#erhpcEW5DZe27kKvODLQB387Nsxf1uIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erhpcEW5DZe27kKvODLQB387Nsxf1uIO > .row > .video-iframe-container { display: none; }#erhpcEW5DZe27kKvODLQB387Nsxf1uIO > .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); }#erhpcEW5DZe27kKvODLQB387Nsxf1uIO > .row .container { border-width: 0; border-radius: 0; }#erhpcEW5DZe27kKvODLQB387Nsxf1uIO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erhpcEW5DZe27kKvODLQB387Nsxf1uIO > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row .container { background-color: transparent; background-image: none; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row .container > .video-iframe-container { display: none; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row > .video-iframe-container { display: none; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .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); }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row .container { border-width: 0; border-radius: 0; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6k2TyRMxewhSRWOuOVhFMWZFMK117fP > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#La6aRI2iK1OgDat56vzNk2r3Tk0NQvBO { color:#ff8823;display:block;width:50.5625rem;position:absolute;font-family:averta;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3110628128052rem;left:4.71875rem;height:3.1328125rem;text-align:center;text-align-last:center;display:block; }
#D0dMFcPZNQq4cBvgevBhudphRHmcmcCe { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:7.1875rem;left:21.8125rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Bn7KwckMSHh9aUK3JavUI5xGIdXNQyNB { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:7.1875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#pmvi1vsDP6x3viIg6FRiEyK970QlSH0O { position:absolute;display:block;z-index:15030;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.6875rem;width:11.375rem;top:9.15625rem;left:2.34375rem;overflow:hidden;display:block; }
#a3MNX2mB1KeeDlugKywWB6cfxPVKUavM { 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:7.6875rem;width:13.75rem;top:8.1555404663088rem;left:23.125001907349rem;overflow:hidden;display:block; }
#o64PqHxcB8VpsKqNbgmbUCTBfIRT3xdX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #042f7b, #021120);background-image: -moz-linear-gradient(180deg, #042f7b, #021120);background-image: -ms-linear-gradient(180deg, #042f7b, #021120);background-image: -o-linear-gradient(180deg, #042f7b, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );";background-image: linear-gradient(180deg, #042f7b, #021120);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; }#o64PqHxcB8VpsKqNbgmbUCTBfIRT3xdX > .row .container { background-color: transparent; background-image: none; }#o64PqHxcB8VpsKqNbgmbUCTBfIRT3xdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o64PqHxcB8VpsKqNbgmbUCTBfIRT3xdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o64PqHxcB8VpsKqNbgmbUCTBfIRT3xdX > .row .container > .video-iframe-container { display: none; }#o64PqHxcB8VpsKqNbgmbUCTBfIRT3xdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o64PqHxcB8VpsKqNbgmbUCTBfIRT3xdX > .row > .video-iframe-container { display: none; }#o64PqHxcB8VpsKqNbgmbUCTBfIRT3xdX > .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); }#o64PqHxcB8VpsKqNbgmbUCTBfIRT3xdX > .row .container { border-width: 0; border-radius: 0; }#o64PqHxcB8VpsKqNbgmbUCTBfIRT3xdX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o64PqHxcB8VpsKqNbgmbUCTBfIRT3xdX > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#zdwoA4CJiyHcznE4qGgEyofIRomK1VRE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zdwoA4CJiyHcznE4qGgEyofIRomK1VRE > .row .container { background-color: transparent; background-image: none; }#zdwoA4CJiyHcznE4qGgEyofIRomK1VRE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdwoA4CJiyHcznE4qGgEyofIRomK1VRE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdwoA4CJiyHcznE4qGgEyofIRomK1VRE > .row .container > .video-iframe-container { display: none; }#zdwoA4CJiyHcznE4qGgEyofIRomK1VRE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdwoA4CJiyHcznE4qGgEyofIRomK1VRE > .row > .video-iframe-container { display: none; }#zdwoA4CJiyHcznE4qGgEyofIRomK1VRE > .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); }#zdwoA4CJiyHcznE4qGgEyofIRomK1VRE > .row .container { border-width: 0; border-radius: 0; }#zdwoA4CJiyHcznE4qGgEyofIRomK1VRE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdwoA4CJiyHcznE4qGgEyofIRomK1VRE > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#iAfwL4BPyDo9C8U1O7VmN2iBMRETRIl6 { color:#ff8823;display:block;width:50.5625rem;position:absolute;font-family:averta;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:4.71875rem;height:3.1328125rem;text-align:center;text-align-last:center;display:block; }
#LT87Or2RHwf0lUNGG91yZ4qkNGlDggUm { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:7.1875rem;left:43.75rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#FgVSvcD1IPHVURZhZtoZpmrrthUccMpB { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:7.1875rem;left:21.8125rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#t79yqlLgrBNRHiy7aTzSwO811XqoAXzO { box-sizing:content-box;height:9.625rem;width:16.1875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:7.1875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iWr8l6H6tuGtUbHcZOVLyrqKHVqX8rhx { position:absolute;display:block;z-index:15030;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.6875rem;width:11.5rem;top:9.15625rem;left:2.34375rem;overflow:hidden;display:block; }
#nTTGCRaJvg1QDwMrwzZSIFBCT0SNPyOD { 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.25rem;width:12.5rem;top:8.875rem;left:23.75rem;overflow:hidden;display:block; }
#EPh019KqIPAdkW7E9bOzoxCZ5q7ABTal { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:8.875rem;left:45.59375rem;overflow:hidden;display:block; }
#b3OCEXxflWb2fy6WA7D0XKnn3QFw8KeS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #042f7b, #021120);background-image: -moz-linear-gradient(180deg, #042f7b, #021120);background-image: -ms-linear-gradient(180deg, #042f7b, #021120);background-image: -o-linear-gradient(180deg, #042f7b, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );";background-image: linear-gradient(180deg, #042f7b, #021120);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; }#b3OCEXxflWb2fy6WA7D0XKnn3QFw8KeS > .row .container { background-color: transparent; background-image: none; }#b3OCEXxflWb2fy6WA7D0XKnn3QFw8KeS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3OCEXxflWb2fy6WA7D0XKnn3QFw8KeS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3OCEXxflWb2fy6WA7D0XKnn3QFw8KeS > .row .container > .video-iframe-container { display: none; }#b3OCEXxflWb2fy6WA7D0XKnn3QFw8KeS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3OCEXxflWb2fy6WA7D0XKnn3QFw8KeS > .row > .video-iframe-container { display: none; }#b3OCEXxflWb2fy6WA7D0XKnn3QFw8KeS > .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); }#b3OCEXxflWb2fy6WA7D0XKnn3QFw8KeS > .row .container { border-width: 0; border-radius: 0; }#b3OCEXxflWb2fy6WA7D0XKnn3QFw8KeS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3OCEXxflWb2fy6WA7D0XKnn3QFw8KeS > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102a4c;background-image:url("https://images.assets-landingi.com/uc/4e7bad10-7502-4b6a-8a10-4a4b56838b92/shutterstock_21493823011.jpg");background-position:top right !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:none; }#OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn.adaptive-delivery-prevent-bg, #OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn.lazyload, #OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn.lazyloading { background-image: none; }#OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn > .row .container { border-width: 0; border-radius: 0; }#OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEiqhq9mTQ1sev71XdxgBQ1tUy9hk3Bn > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:none; }#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-form-header { font-size:0.875rem; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.0625rem;font-weight:bold;color:#000000;width:32.125rem;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;vertical-align:top;text-align:left;text-align-last:left;line-height:0;overflow:hidden; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:32.125rem;box-sizing:border-box;height:1.75rem;color:#161616;font-size:0.75rem;overflow:hidden;font-family:poppins;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;font-weight:300;font-style:normal;line-height:1.1; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-input-text {padding-top: 0; padding-bottom: 0;}#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:32.125rem;box-sizing:border-box;height:4rem;color:#161616;font-size:0.75rem;overflow:hidden;font-family:poppins;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;font-weight:300;font-style:normal;line-height:1.1; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .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;border-left:0;border-right:0;border-bottom:0;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:32.125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:raleway;font-size:0.8125rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.25) ; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-input-select {padding-top: 0; padding-bottom: 0;}#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ff8823;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.4375rem;margin-bottom:0.25rem;margin-left:10.4375rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#ffffff;width:11.1875rem;height:2.8125rem;font-family:poppins;overflow:hidden;box-shadow: none;font-style:normal; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe [class*="-text"]:-moz-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:300;font-style:normal; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe [class*="-text"]::-moz-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:300;font-style:normal; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:300;font-style:normal; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:poppins;font-size:0.75rem;font-weight:300;font-style:normal; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:31.0625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none;text-align:justify;text-align-last:initial; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .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; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .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:comfortaa;font-size:0.625rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-container:first-of-type{padding-top:0;}#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-container:last-of-type{padding-bottom:0;}#nnDO0HvyvSS6heG2xzCDtsWZveK17STe  { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e854225f-715b-4d5c-bde8-27fae729c2c4/shutterstock_1556456375.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.125rem;height:auto;border-top:0.25rem solid #ff8823;border-left:0.25rem solid #ff8823;border-right:0.25rem solid #ff8823;border-bottom:0.25rem solid #ff8823;z-index:15009;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:11.06093788147rem;left:12.4375rem;font-size:0.875rem; }#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .adaptive-delivery-prevent-bg, #nnDO0HvyvSS6heG2xzCDtsWZveK17STe .lazyload, #nnDO0HvyvSS6heG2xzCDtsWZveK17STe .lazyloading { background-image: none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.125rem;display:block;vertical-align:top; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe {display:block;}#nnDO0HvyvSS6heG2xzCDtsWZveK17STe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e854225f-715b-4d5c-bde8-27fae729c2c4/shutterstock_1556456375.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.125rem;height:auto;border-top:0.25rem solid #ff8823;border-left:0.25rem solid #ff8823;border-right:0.25rem solid #ff8823;border-bottom:0.25rem solid #ff8823;z-index:15009;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:11.06093788147rem;left:12.4375rem;font-size:0.875rem; }#nnDO0HvyvSS6heG2xzCDtsWZveK17STe.adaptive-delivery-prevent-bg, #nnDO0HvyvSS6heG2xzCDtsWZveK17STe.lazyload, #nnDO0HvyvSS6heG2xzCDtsWZveK17STe.lazyloading { background-image: none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #coVuITuqHxNeN6Tw7OvN8BGeJQ1t22gZ { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #ltFuzouxach7wVrgZR6QGoeNDE2f5tp8 { position:relative;display:none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #BuOzaiRTWITRFdndzlGXlSzxJhWi43LR { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #S5LDB5iG3S9UC2GVLTPhW1LHyVdFxOJt { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #fpKsEJzlXD0CcFcEbGHCMSUESfS1KE0Z { position:relative;display:none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #Jgg3Hk5LWEAq2XoMp7ThDAh5AHHWB8iM { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #d7KwwPDCui0x0842waWM2c6NeSiWLnDP { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #PxUx7lOSN9MkFl1mH1H3CpbntGMpQ00q { position:relative;display:none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #XPrJgfTrUus6i2cZ6mzTDteoL2zSAFAW { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #hHpzJvBOxgDMmAc01ovS3OApSaq97okr { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #x2EavvR2GDhyKhua4GmLHBmPekov1hD5 { position:relative;display:none; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #d8Dv7OcibTTXZKw6ORs1KHtWh5qOoMc0 { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #KK0oDeIHOzZDARzed4lzZhX7P7wUPxWH { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #Pe7b3NP5LzfxVCcWRpZmrfUKKTcuPuKN { position:relative;z-index:2; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #kEi15h8LKeNDuLpVciKhq87rwLNSCi9H { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #ECC6p2xTTDBh4LVrgDdGpLXpq0tW8Rdt { position:relative;display:block;z-index:15000; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #Op5yMbP3hnvHU2pK2FTQA5p8TlIdHeTg { position:relative;display:block;z-index:15000; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #aiPQeSfOzhQzo3puOIBsdNG3T9domD9W { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #T3MrvOiXL6Ix0vpITi7Nq5xBUWJt9lsZ { position:relative;z-index:2; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #kdnTN6qVmQkdhTrQBGxpleB2yZdQ88o2 { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #KV8Qg8moamJi38xoOQQPE9XiRLaeZgwq { position:relative; }
#nnDO0HvyvSS6heG2xzCDtsWZveK17STe #XcqF7qxvGpSp6iX7cLRgkouxT0DrWvPI { position:relative; }
#rPJRsMI7f87dz6crhHg7lDTTw0bpg4BT { box-sizing:content-box;height:7.875rem;width:35.625rem;position:absolute;display:block;z-index:15002;background-color:#ff8823;background-image:none;top:1.859375rem;left:12.1875rem;display:block; }
#tGCnNBVZL3uo2il9T43zODBhMWdWI4SR { color:#f1f1f1;display:block;width:31.375rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1390625238419rem;left:14.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#HVzoUsAqnCEixlL62FU3M9HUScSEpqbz { 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; }#HVzoUsAqnCEixlL62FU3M9HUScSEpqbz > .row .container { background-color: transparent; background-image: none; }#HVzoUsAqnCEixlL62FU3M9HUScSEpqbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVzoUsAqnCEixlL62FU3M9HUScSEpqbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVzoUsAqnCEixlL62FU3M9HUScSEpqbz > .row .container > .video-iframe-container { display: none; }#HVzoUsAqnCEixlL62FU3M9HUScSEpqbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVzoUsAqnCEixlL62FU3M9HUScSEpqbz > .row > .video-iframe-container { display: none; }#HVzoUsAqnCEixlL62FU3M9HUScSEpqbz > .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); }#HVzoUsAqnCEixlL62FU3M9HUScSEpqbz > .row .container { border-width: 0; border-radius: 0; }#HVzoUsAqnCEixlL62FU3M9HUScSEpqbz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HVzoUsAqnCEixlL62FU3M9HUScSEpqbz > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#RcqrIMA3OhipoAQlXEnwtmWoWJ2raEbG { 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:8.125rem;left:0rem;display:block; }
#t7yXNTv5KKgzfTQGRVcldIn4pKNNwsMq { 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:16.5625rem;left:1.3125rem;height:1.5rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#AmznsVHqbmyrukX9swCR73LzTe22CMME { 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:12.3125rem;left:0.6875rem;height:2.9247125rem;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#qNJD5CRuFiqrU9DrQcZPoCSZ4SsglD4o { 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:15056;opacity:1;top:19.375rem;left:1.3125rem; }
#ayBuHtQsox6uNW4TkyGTi2yUyhSbMfcV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31214375rem;width:1.31214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:21.25rem;left:1.3125rem; }
#CGyXKaZupUoVnJSA0Jf6bRJ8SDT3leku { 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:19.375rem;left:3.1875rem;height:3.16831875rem;text-align:left;text-align-last:left;display:block; }
#PUeaKce0s5rKagfTn9h4BidBLZvQocQP { 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:8.125rem;left:33.75rem;display:block; }
#SO4K5P8WO27wrVrKl82XT9R8mPeTOlZa { 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:12.3125rem;left:34.4375rem;height:2.9247125rem;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#xisUB862TLdFOsZlMUH6FQTT40htlZ5c { 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:16.5625rem;left:35.0625rem;height:1.5rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#F2LnXJFrhiglWEp5kvHlHpXUQ7l2P3Ax { 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:19.375rem;left:36.9375rem;height:3.16831875rem;text-align:left;text-align-last:left;display:block; }
#FaeQQfWTXs1aX5VnJiKyyQRaUUagg4V2 { 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:2.0625rem;left:42.0625rem;border-top:0.1875rem solid #2192f9;border-left:0.1875rem solid #2192f9;border-right:0.1875rem solid #2192f9;border-bottom:0.1875rem solid #2192f9;box-shadow: 0rem 0.0625rem 0rem #ffffff ;display:block; }#FaeQQfWTXs1aX5VnJiKyyQRaUUagg4V2.adaptive-delivery-prevent-bg, #FaeQQfWTXs1aX5VnJiKyyQRaUUagg4V2.lazyload, #FaeQQfWTXs1aX5VnJiKyyQRaUUagg4V2.lazyloading { background-image: none; }
#iGR8TTr7TM7LDR2tmN0RZ8TT1ag8pFUa { 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:19.375rem;left:35.0625rem; }
#SdAGudeaS2CEv3grPJyWyGUhJ5sFf7nQ { 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:21.25rem;left:35.0625rem; }
#zViVpPfAs0VZAty8Mm2wfsQmQsJQRI7F { 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:2.0614109039307rem;left:8.8787288665769rem;border-top:0.1875rem solid #2192f9;border-left:0.1875rem solid #2192f9;border-right:0.1875rem solid #2192f9;border-bottom:0.1875rem solid #2192f9;box-shadow: 0rem 0.0625rem 0rem #ffffff ;display:block; }#zViVpPfAs0VZAty8Mm2wfsQmQsJQRI7F.adaptive-delivery-prevent-bg, #zViVpPfAs0VZAty8Mm2wfsQmQsJQRI7F.lazyload, #zViVpPfAs0VZAty8Mm2wfsQmQsJQRI7F.lazyloading { background-image: none; }
#u3TVyeBtVW4vmZvZPAqy6QNTzCiyXKxJ { 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; }#u3TVyeBtVW4vmZvZPAqy6QNTzCiyXKxJ > .row .container { background-color: transparent; background-image: none; }#u3TVyeBtVW4vmZvZPAqy6QNTzCiyXKxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3TVyeBtVW4vmZvZPAqy6QNTzCiyXKxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3TVyeBtVW4vmZvZPAqy6QNTzCiyXKxJ > .row .container > .video-iframe-container { display: none; }#u3TVyeBtVW4vmZvZPAqy6QNTzCiyXKxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3TVyeBtVW4vmZvZPAqy6QNTzCiyXKxJ > .row > .video-iframe-container { display: none; }#u3TVyeBtVW4vmZvZPAqy6QNTzCiyXKxJ > .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); }#u3TVyeBtVW4vmZvZPAqy6QNTzCiyXKxJ > .row .container { border-width: 0; border-radius: 0; }#u3TVyeBtVW4vmZvZPAqy6QNTzCiyXKxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3TVyeBtVW4vmZvZPAqy6QNTzCiyXKxJ > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#mILygBsgBQe6L0zs1aGGvRXqz6ATlb3b { 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:10.4375rem;left:0rem;display:block; }
#Bo6v7T8MhhucUplOAIu4lBT59ab6x5gC { 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:17.5625rem;left:1.3125rem;height:3rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LCkhvG7N15z1UdJSWOpr6irU828WoQNH { 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:14.625rem;left:0.6875rem;height:2.9247125rem;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#J9WSRtqfhoLezsw4TP2uXT2NsKRXH96V { 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:15056;opacity:1;top:21.6875rem;left:1.3125rem; }
#CKxWEVqWIfIq3zMXMS3pFu5kLkKm1GQv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31214375rem;width:1.31214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.5625rem;left:1.3125rem; }
#KWEquMTb5fdvGdn83VDzaUZDk6o0dXAQ { 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:21.6875rem;left:3.1875rem;height:3.16831875rem;text-align:left;text-align-last:left;display:block; }
#Jo5QumuZ5T8CXkV7tu9T46qS1i7EbcoC { 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:10.4375rem;left:33.75rem;display:block; }
#IvswCsBVDN58BW9BIghvfyXzhAOmwoXs { 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:14.625rem;left:34.4375rem;height:2.9247125rem;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#RCE0MBzMmf4kCOFwR0hE7pB93eWbc50H { 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:18.875rem;left:35.0625rem;height:1.5rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#K0QclofqERWzMJTLngpCDHSIvLhvtOJW { 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:21.6875rem;left:36.9375rem;height:3.16831875rem;text-align:left;text-align-last:left;display:block; }
#S5w77gruCiLl89x6pI0PcZIHfg2PFT0Z { 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:21.6875rem;left:35.0625rem; }
#OvObBDgpLVX6FAFfDXbOfH2l9PD79mIl { 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:23.5625rem;left:35.0625rem; }
#b8afZw2dKBEfW1wnEN8m07SBoy6e2L6p { 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:1.625rem;left:8.3125rem;border-top:0.1875rem solid #2192f9;border-left:0.1875rem solid #2192f9;border-right:0.1875rem solid #2192f9;border-bottom:0.1875rem solid #2192f9;box-shadow: 0rem 0.0625rem 0.1875rem #000000 ;display:block; }#b8afZw2dKBEfW1wnEN8m07SBoy6e2L6p.adaptive-delivery-prevent-bg, #b8afZw2dKBEfW1wnEN8m07SBoy6e2L6p.lazyload, #b8afZw2dKBEfW1wnEN8m07SBoy6e2L6p.lazyloading { background-image: none; }
#xzIzmm7cXoApBK3A3d81X3t1VvaoAi6H { 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:1.625rem;left:42.0625rem;border-top:0.1875rem solid #2192f9;border-left:0.1875rem solid #2192f9;border-right:0.1875rem solid #2192f9;border-bottom:0.1875rem solid #2192f9;box-shadow: 0rem 0.0625rem 0.125rem #ffffff ;display:block; }#xzIzmm7cXoApBK3A3d81X3t1VvaoAi6H.adaptive-delivery-prevent-bg, #xzIzmm7cXoApBK3A3d81X3t1VvaoAi6H.lazyload, #xzIzmm7cXoApBK3A3d81X3t1VvaoAi6H.lazyloading { background-image: none; }
#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102a4c;background-image:url("https://images.assets-landingi.com/uc/4e7bad10-7502-4b6a-8a10-4a4b56838b92/shutterstock_21493823011.jpg");background-position:top right !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; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9.adaptive-delivery-prevent-bg, #LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9.lazyload, #LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9.lazyloading { background-image: none; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row .container { background-color: transparent; background-image: none; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row .container > .video-iframe-container { display: none; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row > .video-iframe-container { display: none; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .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); }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row .container { border-width: 0; border-radius: 0; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LfkcKWkrGCJ5QhSBBQNwUefiXEpJdEU9 > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:block; }#EWoeNDKTmpGpL0swf388gcxT02b9cFfP { color:#ffffff;display:block;width:56.125rem;position:absolute;font-family:averta;font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.125rem;left:1.9375rem;height:2.27485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsqSbxoONt2DUgqohcMdmgAOhRu4km3b { position:absolute;display:block;z-index:15000;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-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.875rem;width:3.875rem;top:14.25rem;left:22rem;display:block; }
#fFS5WvME0P29sQ0tKi2RQmeRWhJa7tfn { position:absolute;display:block;z-index:15001;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-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.875rem;width:3.875rem;top:14.25rem;left:28.0625rem;display:block; }
#S6CU0BWhcyWK5So5dw9KgbyhT1t275PB { position:absolute;display:block;z-index:15002;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-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.875rem;width:3.875rem;top:14.25rem;left:34.1875rem;display:block; }
#St7xdiV4Tx7HdfzpbfQPxvr9bV8RHk8T { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:14.875rem;left:22.625rem; }
#St7xdiV4Tx7HdfzpbfQPxvr9bV8RHk8T > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#r85dTlcuShq4EbXM9oSlPQ7N1U9uwoRN { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:14.625rem;left:28.5rem; }
#r85dTlcuShq4EbXM9oSlPQ7N1U9uwoRN > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#aGS0QOSVTXRv8gJ2cgWwQmlKDc5nlTbb { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:14.875rem;left:34.8125rem; }
#aGS0QOSVTXRv8gJ2cgWwQmlKDc5nlTbb > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#PpgoqSmRl9cDuLJccHgqBgJRi5HfMxJE { position:absolute;display:block;z-index:15022;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:4.625rem;width:11.125rem;top:3.8125rem;left:24.4375rem;overflow:hidden;display:block; }
#yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050b2f;background-image:url("https://images.assets-landingi.com/uc/4e7bad10-7502-4b6a-8a10-4a4b56838b92/shutterstock_21493823011.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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;z-index:auto;display:none; }#yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB.adaptive-delivery-prevent-bg, #yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB.lazyload, #yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB.lazyloading { background-image: none; }#yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB > .row .container { border-width: 0; border-radius: 0; }#yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yd9pvOdBW0UdLTu08mC4cdDR9eb9K7TB > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:none; }#Qyx6ctSgJDzDPOTiLWzuSpXkozImlKKR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #4789cc);background-image: -moz-linear-gradient(180deg, #ffffff, #4789cc);background-image: -ms-linear-gradient(180deg, #ffffff, #4789cc);background-image: -o-linear-gradient(180deg, #ffffff, #4789cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );";background-image: linear-gradient(180deg, #ffffff, #4789cc);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.3241875rem;height:2.45rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.1800765991211rem;left:37.190620422363rem;display:block; }
#NgPHOsEEgO9AszvQ5nuGT0TFPy6pNyS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nE7g4rTAtdviotSZVt1i6eA1fkDZTdyp { 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:15016;opacity:1;top:3.2793006896973rem;left:14.712501525879rem; }
#smKwm92r03m9H4VhpWtTlvfqbDXk7sa2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #4789cc);background-image: -moz-linear-gradient(180deg, #ffffff, #4789cc);background-image: -ms-linear-gradient(180deg, #ffffff, #4789cc);background-image: -o-linear-gradient(180deg, #ffffff, #4789cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );";background-image: linear-gradient(180deg, #ffffff, #4789cc);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.3241875rem;height:2.448825rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.1800765991211rem;left:48.697257995606rem;display:block; }
#loeGDGcApB30AsT2sg5wVqkAM8Mxgwsa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZBzPpAixtewWM8q56X7GKht1Rh9Nifa { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #4789cc);background-image: -moz-linear-gradient(180deg, #ffffff, #4789cc);background-image: -ms-linear-gradient(180deg, #ffffff, #4789cc);background-image: -o-linear-gradient(180deg, #ffffff, #4789cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );";background-image: linear-gradient(180deg, #ffffff, #4789cc);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;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.3241875rem;height:2.45rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.1800765991211rem;left:25.338279724121rem;display:block; }
#dUcVTlzLP52wCKpCQW4eRNRX7k869iaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zeK9MXG8xehR4OQPm1k7OcLxezQJURJw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #4789cc);background-image: -moz-linear-gradient(180deg, #ffffff, #4789cc);background-image: -ms-linear-gradient(180deg, #ffffff, #4789cc);background-image: -o-linear-gradient(180deg, #ffffff, #4789cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );";background-image: linear-gradient(180deg, #ffffff, #4789cc);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.3241875rem;height:2.448825rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.1800765991211rem;left:13.364059448243rem;display:block; }
#XoeXmbl0TTkV1teWVhRmaWEiOk1SLBvE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BwqedhOBdTIdsgWNqiTLIwh628LJzelr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #4789cc);background-image: -moz-linear-gradient(180deg, #ffffff, #4789cc);background-image: -ms-linear-gradient(180deg, #ffffff, #4789cc);background-image: -o-linear-gradient(180deg, #ffffff, #4789cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4789cc' );";background-image: linear-gradient(180deg, #ffffff, #4789cc);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.3241875rem;height:2.45rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.1800765991211rem;left:1.7496070861816rem;display:block; }
#Wos7pIWn1bT9aEn3Ky8oNkkEQRmnJhtI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #042f7b, #021120);background-image: -moz-linear-gradient(180deg, #042f7b, #021120);background-image: -ms-linear-gradient(180deg, #042f7b, #021120);background-image: -o-linear-gradient(180deg, #042f7b, #021120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#042f7b', endColorstr='#021120' );";background-image: linear-gradient(180deg, #042f7b, #021120);background-size:cover !important;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; }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row .container { background-color: transparent; background-image: none; }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row .container > .video-iframe-container { display: none; }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row > .video-iframe-container { display: none; }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .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); }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row .container { border-width: 0; border-radius: 0; }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOGgkpLlUuEOKRkZvZAJDTnheIMcuE7Q > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;position:relative;display:block; }#QofiFnd555VC4weAIye763zpAX67IKaS { background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:averta;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3115rem;height:2.1245125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.625rem;left:21.5625rem;display:block; }
#bQpS0usu1RBTGhq2F8JSXuf2orFmli7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWAD6AsoZTcMnCaD0kf9asLWVPSEa64o { background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:averta;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.2173125rem;height:2.061525rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.6240234375rem;left:13.8125rem;display:block; }
#MHIK2GTdQUvFWtT3Gqu3TA0WBhbEghwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MashFqqttVP3DtGzNULV97nnNSDQiFGP { background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:averta;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.15625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:44.9375rem;display:block; }
#XnhtDnReu9kQqvHS3aK4POnHmTDl8oPb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2eaDBF92CK6vEZE1UoLty89HQTQqWd1 { background-color:#ff8823;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:averta;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.15625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.578125rem;left:52.5rem;display:block; }
#KrbDr2OVBql1AkgnBPC9pVGE2OLJSOEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rbyTK3arBywE2zoy06u6vAlHyyatOJmR { background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:averta;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.15625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.625rem;left:29.25rem;display:block; }
#uPoLThaxm9kQzpHRktCzXUZVrPtUpQhA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O2p5M7gHTC37Uip1klgqRkrwRKGZndoz { background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:averta;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1245125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.625rem;left:37.125rem;display:block; }
#eRm6WZGtlVLh2k1fRWS9uwnBDmfhfoZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg .widget-text.counter-number { border-top:0.074375rem solid #ffffff;border-left:0.07625rem solid #ffffff;border-right:0.07625rem solid #ffffff;border-bottom:0.074375rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.2125rem;padding-right:0.2075rem;padding-bottom:0.2125rem;padding-left:0.2075rem;display:block;align-items:center;width:1.24rem;min-width:1.24rem;height:1.143125rem;position:relative;font-family:montserrat;font-size:0.851875rem;font-weight:400;line-height:18.29px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.133125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.655625rem;height:0.445625rem;position:relative;font-family:"open sans";font-size:0.319375rem;font-weight:700;line-height:7.13px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.25rem;height:2.295625rem;padding-top:0.026875rem;padding-right:0.029375rem;padding-bottom:0.026875rem;padding-left:0.029375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.439453125rem;left:0rem;z-index:15004; }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg #fcee8A6dZuzMOO28ygJth3saGPgXaSkD { display:flex;position:relative;top:0rem;left:0rem; }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg #s2oQkGeaxTQ2tT3ZNT0HN2AhaEXHcQ7X { width:auto; }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg #V1ONSrF0hxvTBxiAhFR8Wd3tXpXryyo2 {  }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg #nfzCPmf9iv4b9QmOkdZ5QWzlIW4QmOLF { display:flex;position:relative;top:0rem;left:0rem; }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg #qeAB6PXbVyT0mfFizWokLQP7WeF6AkiT {  }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg #MOq9BVXpmuavBh0f20N3CbMgizPmvlki {  }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg #fAW5JOeotriFyzoFab6Hl2qnZpN9nxRz { display:flex;position:relative;top:0rem;left:0rem; }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg #TSNmxAvTGKkhbwsSSThsN0oAgXvIvwh0 {  }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg #RhbIurpzpXShUbOWZMA39JxZBBlFXWHA {  }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg #oikhhB2FNFI8geUbw1TyzTiPmJrDLnCl { display:flex;position:relative;top:0rem;left:0rem; }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg #cyGytkUfRlioORh8IgqgTwix0uuG0muX {  }
#kBwE2kM6TWIgp5F2dpfigKnBTe4aTvhg #kmOH7J3TC2QqmgXpUuManT0JLI4yKAgd {  }
