.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f3f3f3;background-image:none;position:relative;display:block; }
#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container { display: none; }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .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); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/93b33912-2bdd-4890-9489-51e54b326c3b/landing4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.adaptive-delivery-prevent-bg, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyload, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyloading { background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { background-color: transparent; background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .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); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { border-width: 0; border-radius: 0; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container {  }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { width:60rem;height:41.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#v2CL2UhsTnifml2CoLkFKeHSaIf7Rcyv { background-color:#d91930;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.38) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:"barlow medium semibold bold";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.436875rem;height:3.8737rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.002604484558rem;left:6.3346347808837rem;display:block; }
#qm7usTfkKVZRiAowbKHuhqpuL1TSluS0 { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { box-sizing:content-box;color:#ff0000;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:block;z-index:15008;top:70.9375rem;left:1.03125rem;display:none; }
#J5lg4QFo3JCkDn4l0Td0EU6LwPTe4lTz { display:block;width:14.4998125rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:24.586589813233rem;left:6.3053379058837rem;height:1.54296875rem;font-style:normal;color:#d91930;text-align:center;text-align-last:center;display:block; }
#UqXHNop9Gl8NUKTFd5pG5RcRpBWGBPCa { display:block;width:18.3745625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.111545324326rem;left:4.3695735931396rem;height:3.2487rem;font-style:normal;color:#090933;text-align:center;text-align-last:center;display:block; }
#naGdxaRQVBb1eeVAHykmCNbROX4b0T9y { display:block;width:18.186875rem;position:absolute;font-family:ivyjournal;font-size:1.9375rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:16.304254055023rem;left:4.4639759063721rem;height:6.9759375rem;font-style:normal;color:#2f2a80;text-align:center;text-align-last:center;display:block; }
#PWPm7SJEILUSWT5AiqNhdmpbMXF56KnR { display:block;width:18.186875rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.118708610534rem;left:4.4563808441162rem;height:2.7604125rem;font-style:normal;color:#070707;text-align:center;text-align-last:center;display:block; }
#KXXgGR3WdMQ1DdRnXlxcnaNOMBsd05P1 { display:block;width:12.1235rem;position:absolute;font-family:barlow;font-size:3.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:26.129557609558rem;left:7.4945755004881rem;height:4.87413125rem;font-style:normal;color:#d91930;text-align:center;text-align-last:center;display:block; }
#kkeTMpn2k9ONoHVdhlKTqPR22oZ4JTqD { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.68671875rem;width:8.499625rem;top:4.8101129531861rem;left:9.0922317504881rem;overflow:hidden;display:block; }
#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { background-color: transparent; background-image: none; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container > .video-iframe-container { display: none; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row > .video-iframe-container { display: none; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .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); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { border-width: 0; border-radius: 0; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row > .video-iframe-container {  }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#b1l2y9qL6zTpJzavmuN1WxKmoAGneEJG { color:#000000;display:block;width:41.875rem;position:absolute;font-family:barlow;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:9.0625rem;height:2.193575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .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; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#090933;background-image:none;color:#ffffff;padding-top:0.58375rem;padding-right:0.518125rem;padding-bottom:0.58375rem;padding-left:0.518125rem;display:block;align-items:center;width:3.1075rem;min-width:3.1075rem;height:3.13875rem;position:relative;font-family:"open sans";font-size:2.335625rem;font-weight:700;line-height:50.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.365rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.14375rem;height:1.24125rem;position:relative;font-family:"open sans";font-size:0.87625rem;font-weight:400;line-height:19.86px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:20.5625rem;height:5.9125rem;padding-top:0.73rem;padding-right:0.74rem;padding-bottom:0.73rem;padding-left:0.74rem;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:3.7562503814698rem;left:18.977342605591rem;z-index:15005; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #IVSBbcR4rhaNFLdk3eTfRfIpklC4Lb2D { display:flex;position:relative;top:0rem;left:0rem; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CCmPsePuTtpGKd7Q8PV5UVSMTHdBES0Z { width:auto; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #gWBf3XF4A8SngPWcnTLBUMMiT2pTzyoO {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #MRaDaBTTegqBWuTaWCk030F4o6CrTK3D { display:flex;position:relative;top:0rem;left:0rem; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #ctoTtoszSohHZCHTTJygg0GZSxTW6sy8 {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CAVBzKoZMBLp4H7XspLwfTBXqyZlUdcw {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #lErD8eUPoZiZamCG4NMSF99nQxDo0q1K { display:flex;position:relative;top:0rem;left:0rem; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #sEhMeCiDW9LISy6OiWspyT7fpv50elyk {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #wop1EfUNypcCiFqdwfHRnAZ7PO4wZ7su {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #cIwPStNIhctiiKxguP382tSXZpXeaoLt { display:flex;position:relative;top:0rem;left:0rem; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #zZhA1TitlzoAsIlnsn00G5QPa2s2h7c5 {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #oqAm4xPJOQT2CJgoheQCXbETZGpyzlgn {  }
#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2528961-9c80-49d5-b8b3-2898866988dc/sekcjanowylanding.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.adaptive-delivery-prevent-bg, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyload, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyloading { background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { background-color: transparent; background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .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); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { border-width: 0; border-radius: 0; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container {  }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:60rem;position:relative;display:block; }#bNExD8UAaS7LaGDwaKGJVCmbEppABJnG { background-color:#d91930;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.375rem 0.5rem 1.3125rem #b9bac3 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:"barlow medium semibold bold";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.56361125rem;height:4.06727375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:44.741756916046rem;left:19.686414718628rem;display:block; }
#fhTlG0cFy2vCZE4Zq1x78AcLVdneA80b { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#OpqXA99OUabJRm846edJM0UamIxGUz0a { display:block;width:53.061rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:30.748699665069rem;left:3.5004348754883rem;height:11.9986875rem;font-style:normal;color:#2f2a80;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { display:block;width:51.87175rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:2.6161003112793rem;left:3.5622825622559rem;height:33.9962875rem;font-style:normal;color:#2f2a80;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll > .row .container { border-width: 0; border-radius: 0; }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll > .row > .video-iframe-container {  }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:none; }#HCX7xTNZI474Rho6DFKiX9aIzREoyE3f { color:#2f2a80;display:block;width:46.3741875rem;position:absolute;font-family:ivyjournal;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1864166259766rem;left:6.9359817504881rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#btNfwHQthQXn2WCqqVTiWi9Xv4TMaJrh { color:#000000;display:block;width:39.375rem;position:absolute;font-family:"barlow medium semibold bold";font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:13.633891105652rem;left:10.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u1tSMikUyzgSqgLSOdevp9DxGs3qqSM9 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.309375rem;width:6.12421875rem;top:5.9978332519531rem;left:26.935766220092rem;overflow:hidden;display:block; }
#Bs601dhWwSPK2Sb1JxHG6uR1E4FNHNv5 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4355625rem;width:6.18706875rem;top:16.742836475372rem;left:26.905382156372rem;overflow:hidden;display:block; }
#VnWiSeCOwg4eif9WqvUyIWM1RWw51kFM { color:#000000;display:block;width:38.9985rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:24.123478412628rem;left:10.500217437744rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#XLouGXTBVBPHxLrA67I5sbyk2rhO9nyz { background-color:#d91930;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(101,101,109,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:"barlow medium semibold bold";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.68617375rem;height:4.19097375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:43.543838500976rem;left:19.594184875488rem;display:block; }
#bBg9LLIwKoxl9uT7Pl1mIDwUZcM4gARm { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#ECt98KF0WN9Pe0NaoSJgaTXWPTEDCkuu { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.308625rem;width:6.12413125rem;top:28.371312916279rem;left:26.937936782837rem;overflow:hidden;display:block; }
#mXJ9WnBl7mb0tGeKtHoBhM5drC1VaE6J { color:#000000;display:block;width:38.9985rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:36.184896290302rem;left:10.500217437744rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy > .row .container { background-color: transparent; background-image: none; }#gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy > .row .container > .video-iframe-container { display: none; }#gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy > .row > .video-iframe-container { display: none; }#gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy > .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); }#gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy > .row .container { border-width: 0; border-radius: 0; }#gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy > .row > .video-iframe-container {  }#gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#xVsWis0GlVirCePQHWKR9s4mxzRgN91C { color:#2f2a80;display:block;width:46.3741875rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1867218017578rem;left:6.8117179870606rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cK7c38MBrBRGqInru9UUqC1tZR4dL4tN { color:#000000;display:block;width:32.686625rem;position:absolute;font-family:"barlow medium semibold bold";font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:13.617616176605rem;left:14.281686782837rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CO1JE9VARDo13Zgfe7LWgIoNcNVmutxP { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3096875rem;width:6.12413125rem;top:6.1859755516053rem;left:26.936849594116rem;overflow:hidden;display:block; }
#boVp1UH76UW5PTPZlMWcWXF8wKkIlbbi { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.43675rem;width:6.1875rem;top:19.4365234375rem;left:26.90625rem;overflow:hidden;display:block; }
#xfl1bdpUAUIuHoB5XnnWkJFbuz8wAOvX { color:#000000;display:block;width:39rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:25.8115234375rem;left:10.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#RctsAHtHdG6sQd1G8U9z3tB8Ue9tepTy { color:#000000;display:block;width:51.4355625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:27.597663879394rem;left:4.9066848754883rem;height:1.80013125rem;text-align:center;text-align-last:center;display:block; }
#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/88e497ae-2ebb-440e-b1b9-5374118f99f4/krzysztofsekcja.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.adaptive-delivery-prevent-bg, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyload, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyloading { background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { background-color: transparent; background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .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); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { border-width: 0; border-radius: 0; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container {  }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#14abe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:19.375rem;width:34.5rem;position:absolute;display:block;z-index:15001;top:6.1870727539062rem;left:1.8125rem;display:block; }
#nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { display:block;width:32.5616875rem;position:absolute;font-family:ivyjournal;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6866302490238rem;left:3.8122835159302rem;height:2.03125rem;font-style:normal;color:#ffffff;display:block; }
#NmtVvocBmWM6WGsinI18AC0RrZiegeva { display:block;width:29.9359375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:13.641494750976rem;left:4.0944013595581rem;height:15.1855625rem;font-style:normal;color:#000000;text-align:justify;text-align-last:initial;display:block; }
#xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.25rem;width:25.75rem;top:3.8574342480469rem;left:34.131895677558rem;overflow:hidden;display:block; }
#VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:22.125rem;width:34.5rem;position:absolute;display:block;z-index:15002;top:10.173614501953rem;left:1.8125rem;display:block; }
#ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { position:absolute;display:block;z-index:15006;background-color:#dbdafe;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:2.93671875rem;width:14.124625rem;top:2.1451873779297rem;left:1.8103294372559rem;display:block; }
#lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { color:#2f2a80;display:block;width:12.4991875rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.71484375rem;left:4.0596780776978rem;height:1.86865rem;display:block; }
#B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2a80;background-image:none;position:relative;display:block; }#B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB > .row .container { background-color: transparent; background-image: none; }#B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB > .row .container > .video-iframe-container { display: none; }#B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB > .row > .video-iframe-container { display: none; }#B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB > .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); }#B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB > .row .container { border-width: 0; border-radius: 0; }#B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB > .row > .video-iframe-container {  }#B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#u2x520wdLiNFI2B7naKdGIi6QwDfnmNX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:22.1245625rem;width:34.4998125rem;position:absolute;display:block;z-index:15003;top:7.6875rem;left:23.6875rem;display:block; }
#w74AsTSMyQagsWVHMfdoXbWafKeypHrG { display:block;width:29.934875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.7189674377444rem;left:26.655817031861rem;height:16.8728125rem;font-style:normal;color:#000000;text-align:right;text-align-last:right;display:block; }
#KkRaFbh79TED5WNlpTvqLECLLg2NpcUC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#14abe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:19.375rem;width:34.4998125rem;position:absolute;display:block;z-index:15002;top:3.5625rem;left:23.6875rem;display:block; }
#pCwtQ444k8VE1ZRZpTXnyCsNnWOcKkcC { display:block;width:19.8123125rem;position:absolute;font-family:ivyjournal;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.873046875rem;left:37.875436782837rem;height:2.03125rem;font-style:normal;color:#ffffff;text-align:justify;text-align-last:initial;display:block; }
#uDyhBvsB83NHx31B5dyv8OCEtLF7Jbuy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.75rem;width:28.1875rem;top:1.7966582179069rem;left:0rem;overflow:hidden;display:block; }
#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { background-color: transparent; background-image: none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container > .video-iframe-container { display: none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row > .video-iframe-container { display: none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .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); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { border-width: 0; border-radius: 0; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row > .video-iframe-container {  }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { font-size:0.875rem;font-family:"open sans";height:32.1875rem;width:60rem;position:relative;display:block; }#LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { color:#c02121;display:block;width:40.8116875rem;position:absolute;font-family:ivyjournal;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.3117198944092rem;left:11.342578887939rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#IT9fprI2pi7mVVJ9bciMQN8Kk40B3voI { color:#2f2a80;display:block;width:59.622375rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.372830867768rem;left:0rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2v84XV6hFX9NctvRtkvgTkgAXqOV0QE { position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.85);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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.32) ;height:14.875rem;width:21.25rem;top:7.6875rem;left:19.375001907349rem;display:block; }
#SRtqv4iZOT2t5lnvQoTpRn2zBk2q1Sxz { color:#000000;display:block;width:16.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:12.4375rem;left:23.687501907349rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#s0WzI7OKHK7z5DoNrHWVRwIfDeU36w3d { color:#000000;display:block;width:16.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.012499809265rem;left:23.687501907349rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#lBhHgwZ2DPgLI7fN2efivsaMrJnoMsMF { background-color:#e30e0e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:barlow;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:14.93593788147rem;left:22.875001907349rem;display:block; }
#oJ6fH7I3eySRViGX1uhDtgIPEb5HRklw { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#W6Zd2kOCdHEaivaWNOKA0zTQETcPmX3C { box-sizing:content-box;color:#0f2745;font-size:2rem;font-weight:400;line-height:1;height:2.9367875rem;width:2.9367875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:11.4375rem;left:20.75rem;display:block; }
#Qe17mRxb8NAB9mpn3nGBIhbBddAyAmkd { box-sizing:content-box;color:#0f2745;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3117875rem;width:2.374825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:9.5rem;left:21rem;display:block; }
#N5UF9UGPVAmorca5l5l1sI9Qr3IA8otS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:1.9375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:18.68593788147rem;left:24.687501907349rem;display:block; }
#fTDD3Jkf9zHCeHsKIJybxc25TM6lcX0s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { background-color: transparent; background-image: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container > .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .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); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { border-width: 0; border-radius: 0; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container {  }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { color:#000000;display:block;width:60rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.687499523163rem;left:0rem;height:6.0926625rem;text-align:justify;text-align-last:initial;display:block; }
#VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6241875rem;width:4.37460625rem;top:2.2464866638184rem;left:27.810932159424rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { display:none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { width:47.75rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v2CL2UhsTnifml2CoLkFKeHSaIf7Rcyv { width:18.75rem;height:4.5rem;top:30.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm7usTfkKVZRiAowbKHuhqpuL1TSluS0 { display:block; }
 }@media only screen and (max-width: 763px) { #iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { width:3.125rem;height:3.125rem;top:70.9375rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5lg4QFo3JCkDn4l0Td0EU6LwPTe4lTz { width:47.75rem;height:6.375rem;top:6.875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqXHNop9Gl8NUKTFd5pG5RcRpBWGBPCa { width:47.75rem;height:4.875rem;top:10rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #naGdxaRQVBb1eeVAHykmCNbROX4b0T9y { width:47.75rem;height:13.869125rem;top:6.875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWPm7SJEILUSWT5AiqNhdmpbMXF56KnR { width:47.75rem;height:6.375rem;top:6.875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXXgGR3WdMQ1DdRnXlxcnaNOMBsd05P1 { width:47.75rem;height:6.375rem;top:6.875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkeTMpn2k9ONoHVdhlKTqPR22oZ4JTqD { width:8.4375rem;height:3.6591475016546rem;top:4.75rem;left:2.9672317504883rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { display:block; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1l2y9qL6zTpJzavmuN1WxKmoAGneEJG { width:41.875rem;height:2.1875rem;top:1.625rem;left:2.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx { display:flex;width:18rem;height:5.0625rem;top:3.75rem;left:12.3837890625rem; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #IVSBbcR4rhaNFLdk3eTfRfIpklC4Lb2D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CCmPsePuTtpGKd7Q8PV5UVSMTHdBES0Z {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #gWBf3XF4A8SngPWcnTLBUMMiT2pTzyoO {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #MRaDaBTTegqBWuTaWCk030F4o6CrTK3D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #ctoTtoszSohHZCHTTJygg0GZSxTW6sy8 {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CAVBzKoZMBLp4H7XspLwfTBXqyZlUdcw {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #lErD8eUPoZiZamCG4NMSF99nQxDo0q1K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #sEhMeCiDW9LISy6OiWspyT7fpv50elyk {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #wop1EfUNypcCiFqdwfHRnAZ7PO4wZ7su {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #cIwPStNIhctiiKxguP382tSXZpXeaoLt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #zZhA1TitlzoAsIlnsn00G5QPa2s2h7c5 {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #oqAm4xPJOQT2CJgoheQCXbETZGpyzlgn {  }
 }@media only screen and (max-width: 763px) { #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNExD8UAaS7LaGDwaKGJVCmbEppABJnG { width:18.75rem;height:4.5rem;top:30.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhTlG0cFy2vCZE4Zq1x78AcLVdneA80b { display:block; }
 }@media only screen and (max-width: 763px) { #OpqXA99OUabJRm846edJM0UamIxGUz0a { width:47.75rem;height:204rem;top:10rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { width:47.75rem;height:204rem;top:10rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMlyIJebzITkfZqXNTKrRhWfwcwkqXll { display:none; }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HCX7xTNZI474Rho6DFKiX9aIzREoyE3f { width:46.3125rem;height:2.4375rem;top:2.125rem;left:0.81098175048825rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btNfwHQthQXn2WCqqVTiWi9Xv4TMaJrh { width:39.375rem;height:1.75rem;top:13.625rem;left:4.1875009536743rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1tSMikUyzgSqgLSOdevp9DxGs3qqSM9 { width:6.0625rem;height:6.2451370653593rem;top:5.9375rem;left:20.810766220092rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs601dhWwSPK2Sb1JxHG6uR1E4FNHNv5 { width:6.125rem;height:6.3710008576356rem;top:16.6875rem;left:20.780382156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnWiSeCOwg4eif9WqvUyIWM1RWw51kFM { width:38.9375rem;height:1.75rem;top:24.0625rem;left:4.3752174377441rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLouGXTBVBPHxLrA67I5sbyk2rhO9nyz { width:18.75rem;height:4.5rem;top:30.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBg9LLIwKoxl9uT7Pl1mIDwUZcM4gARm { display:block; }
 }@media only screen and (max-width: 763px) { #ECt98KF0WN9Pe0NaoSJgaTXWPTEDCkuu { width:6.0625rem;height:6.2451370653593rem;top:28.3125rem;left:20.812936782837rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXJ9WnBl7mb0tGeKtHoBhM5drC1VaE6J { width:38.9375rem;height:3.5625rem;top:36.125rem;left:4.3752174377441rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy { display:block; }#gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVsWis0GlVirCePQHWKR9s4mxzRgN91C { width:46.3125rem;height:2.4375rem;top:2.125rem;left:0.68671798706056rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK7c38MBrBRGqInru9UUqC1tZR4dL4tN { width:32.625rem;height:3.5625rem;top:13.5625rem;left:8.1566867828369rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO1JE9VARDo13Zgfe7LWgIoNcNVmutxP { width:6.0625rem;height:6.2461888727074rem;top:6.125rem;left:20.811849594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #boVp1UH76UW5PTPZlMWcWXF8wKkIlbbi { width:6.1875rem;height:6.4365rem;top:19.375rem;left:20.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfl1bdpUAUIuHoB5XnnWkJFbuz8wAOvX { width:38.9375rem;height:1.75rem;top:25.75rem;left:4.3741321563721rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RctsAHtHdG6sQd1G8U9z3tB8Ue9tepTy { width:47.75rem;height:1.75rem;top:27.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I { display:block; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { width:47.75rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { width:26.625rem;height:2.0296875rem;top:1.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmtVvocBmWM6WGsinI18AC0RrZiegeva { width:26.5625rem;height:9rem;top:5.5625rem;left:19.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { width:25.75rem;height:33.250054612048rem;top:3.8125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { width:14.0625rem;height:2.875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { width:12.4375rem;height:1.8125rem;top:2.6875rem;left:0.99717807769775rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB { display:block; }#B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2x520wdLiNFI2B7naKdGIi6QwDfnmNX { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w74AsTSMyQagsWVHMfdoXbWafKeypHrG { width:26.5625rem;height:9rem;top:5.5625rem;left:19.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KkRaFbh79TED5WNlpTvqLECLLg2NpcUC { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCwtQ444k8VE1ZRZpTXnyCsNnWOcKkcC { width:26.625rem;height:2.0296875rem;top:1.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDyhBvsB83NHx31B5dyv8OCEtLF7Jbuy { width:28.1875rem;height:35.750605196346rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { display:block; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { width:40.75rem;height:2.0296875rem;top:3.25rem;left:5.2175788879394rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT9fprI2pi7mVVJ9bciMQN8Kk40B3voI { width:47.75rem;height:3.5625rem;top:24.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2v84XV6hFX9NctvRtkvgTkgAXqOV0QE { width:21.25rem;height:14.875rem;top:7.6875rem;left:13.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRtqv4iZOT2t5lnvQoTpRn2zBk2q1Sxz { width:16.0625rem;height:1.25rem;top:12.375rem;left:17.562067031861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0WzI7OKHK7z5DoNrHWVRwIfDeU36w3d { width:16.0625rem;height:1.25rem;top:10rem;left:17.562067031861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBhHgwZ2DPgLI7fN2efivsaMrJnoMsMF { width:18.75rem;height:4.5rem;top:30.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6fH7I3eySRViGX1uhDtgIPEb5HRklw { display:block; }
 }@media only screen and (max-width: 763px) { #W6Zd2kOCdHEaivaWNOKA0zTQETcPmX3C { width:2.875rem;height:2.875rem;top:11.4375rem;left:14.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe17mRxb8NAB9mpn3nGBIhbBddAyAmkd { width:2.3125rem;height:2.2516247120763rem;top:9.5rem;left:14.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5UF9UGPVAmorca5l5l1sI9Qr3IA8otS { width:10.625rem;height:1.9375rem;top:18.625rem;left:18.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDD3Jkf9zHCeHsKIJybxc25TM6lcX0s { display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:47.75rem;height:6.328125rem;top:11.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { width:4.3125rem;height:7.5159469709419rem;top:2.1875rem;left:21.685932159424rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/W01pcB4a/landing_maly_kw.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.adaptive-delivery-prevent-bg, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyload, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyloading { background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { background-color: transparent; background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .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); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { border-width: 0; border-radius: 0; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container {  }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2CL2UhsTnifml2CoLkFKeHSaIf7Rcyv { width:9.561625rem;height:2.62478125rem;top:17.5625rem;left:5.25rem;font-size:1rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.38) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm7usTfkKVZRiAowbKHuhqpuL1TSluS0 { display:block; }
 }@media only screen and (max-width: 763px) { #iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { width:2.5rem;height:2.5rem;top:10.875rem;left:13.0625rem;font-size:1.75rem;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #J5lg4QFo3JCkDn4l0Td0EU6LwPTe4lTz { width:13.8748125rem;height:1.42480625rem;top:12.355686187744rem;left:3.0620661377907rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;color:#d91930;display:block; }
 }@media only screen and (max-width: 763px) { #UqXHNop9Gl8NUKTFd5pG5RcRpBWGBPCa { width:13.36875rem;height:2.2747375rem;top:4.41259765625rem;left:3.31396484375rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #naGdxaRQVBb1eeVAHykmCNbROX4b0T9y { width:17.6875rem;height:3.1497375rem;top:6.685546875rem;left:1.1562500596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;color:#0c2558;display:block; }
 }@media only screen and (max-width: 763px) { #PWPm7SJEILUSWT5AiqNhdmpbMXF56KnR { width:20rem;height:1.19986875rem;top:21.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#05084d;display:block; }
 }@media only screen and (max-width: 763px) { #KXXgGR3WdMQ1DdRnXlxcnaNOMBsd05P1 { width:12.1235rem;height:2.69986875rem;top:13.710937976837rem;left:3.9377172589302rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#d91930;display:block; }
 }@media only screen and (max-width: 763px) { #kkeTMpn2k9ONoHVdhlKTqPR22oZ4JTqD { width:8.4375rem;height:3.6597625rem;top:0.32763671875rem;left:5.779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { display:block; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1l2y9qL6zTpJzavmuN1WxKmoAGneEJG { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx { display:flex;width:18rem;height:5.0625rem;top:2.9375rem;left:0.2587890625rem; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #IVSBbcR4rhaNFLdk3eTfRfIpklC4Lb2D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CCmPsePuTtpGKd7Q8PV5UVSMTHdBES0Z {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #gWBf3XF4A8SngPWcnTLBUMMiT2pTzyoO {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #MRaDaBTTegqBWuTaWCk030F4o6CrTK3D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #ctoTtoszSohHZCHTTJygg0GZSxTW6sy8 {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CAVBzKoZMBLp4H7XspLwfTBXqyZlUdcw {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #lErD8eUPoZiZamCG4NMSF99nQxDo0q1K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #sEhMeCiDW9LISy6OiWspyT7fpv50elyk {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #wop1EfUNypcCiFqdwfHRnAZ7PO4wZ7su {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #cIwPStNIhctiiKxguP382tSXZpXeaoLt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #zZhA1TitlzoAsIlnsn00G5QPa2s2h7c5 {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #oqAm4xPJOQT2CJgoheQCXbETZGpyzlgn {  }
 }@media only screen and (max-width: 763px) { #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2528961-9c80-49d5-b8b3-2898866988dc/sekcjanowylanding.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.adaptive-delivery-prevent-bg, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyload, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyloading { background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { background-color: transparent; background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .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); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNExD8UAaS7LaGDwaKGJVCmbEppABJnG { width:14.56529875rem;height:3.127605rem;top:61.284721851349rem;left:2.6540801525116rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhTlG0cFy2vCZE4Zq1x78AcLVdneA80b { display:block; }
 }@media only screen and (max-width: 763px) { #OpqXA99OUabJRm846edJM0UamIxGUz0a { width:19.9980625rem;height:12.80380625rem;top:15.61865234375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { width:20rem;height:49.587925rem;top:1.9453125rem;left:0.12353515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMlyIJebzITkfZqXNTKrRhWfwcwkqXll { display:none; }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll > .row .container { width:20rem;height:61.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HCX7xTNZI474Rho6DFKiX9aIzREoyE3f { width:20rem;height:1.462675rem;top:3.0023891925812rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btNfwHQthQXn2WCqqVTiWi9Xv4TMaJrh { width:18.75rem;height:2.92480625rem;top:10.848525285721rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1tSMikUyzgSqgLSOdevp9DxGs3qqSM9 { width:3.125rem;height:3.18685rem;top:6.5614154338837rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs601dhWwSPK2Sb1JxHG6uR1E4FNHNv5 { width:3.1206625rem;height:3.24544375rem;top:27.373048782349rem;left:8.438585579395rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnWiSeCOwg4eif9WqvUyIWM1RWw51kFM { width:15.6846875rem;height:2.92480625rem;top:31.623264312744rem;left:2.1571181416511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLouGXTBVBPHxLrA67I5sbyk2rhO9nyz { width:19.50129875rem;height:4.501305rem;top:42.937285780907rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBg9LLIwKoxl9uT7Pl1mIDwUZcM4gARm { display:block; }
 }@media only screen and (max-width: 763px) { #ECt98KF0WN9Pe0NaoSJgaTXWPTEDCkuu { width:6.0625rem;height:6.2462398743273rem;top:48.68798671875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXJ9WnBl7mb0tGeKtHoBhM5drC1VaE6J { width:20rem;height:4.38720625rem;top:56.18408046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy { display:block; }#gCASiBXAFAnqc00K4o5tpCyG7D0CmuEy > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVsWis0GlVirCePQHWKR9s4mxzRgN91C { width:20rem;height:2.925rem;top:1.7546873092651rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cK7c38MBrBRGqInru9UUqC1tZR4dL4tN { width:17.9359375rem;height:1.4622375rem;top:9.3750019073488rem;left:1.0320312976837rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO1JE9VARDo13Zgfe7LWgIoNcNVmutxP { width:3.125rem;height:3.1875rem;top:6.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #boVp1UH76UW5PTPZlMWcWXF8wKkIlbbi { width:3.121875rem;height:3.24609375rem;top:18.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfl1bdpUAUIuHoB5XnnWkJFbuz8wAOvX { width:15.685125rem;height:2.92480625rem;top:21.6875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RctsAHtHdG6sQd1G8U9z3tB8Ue9tepTy { width:20rem;height:2.79948125rem;top:40.97005625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I { background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/88e497ae-2ebb-440e-b1b9-5374118f99f4/krzysztofsekcja.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.adaptive-delivery-prevent-bg, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyload, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyloading { background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { background-color: transparent; background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .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); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { width:20rem;height:25.0625rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { width:17.499625rem;height:1.3808625rem;top:20.3125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmtVvocBmWM6WGsinI18AC0RrZiegeva { width:17.375rem;height:17.0625rem;top:24.362500190735rem;left:1.3125001192093rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { width:14.0625rem;height:17.8125rem;top:3.2976560592651rem;left:3.3742188215256rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { width:20rem;height:21.125rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { width:11.5616875rem;height:2.87460625rem;top:1.7097663879394rem;left:4.2175779640674rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { width:12.437125rem;height:1.6253875rem;top:2.361328125rem;left:3.7804684937rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB { display:block; }#B1JJSLnUpV9BXvM3NNemIgJEaRC86TuB > .row .container { width:20rem;height:55.303126938214rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2x520wdLiNFI2B7naKdGIi6QwDfnmNX { width:20rem;height:22.0625rem;top:31.990626938214rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w74AsTSMyQagsWVHMfdoXbWafKeypHrG { width:20rem;height:0;top:34.022960312237rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkRaFbh79TED5WNlpTvqLECLLg2NpcUC { width:20rem;height:19.375rem;top:27.866283066143rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCwtQ444k8VE1ZRZpTXnyCsNnWOcKkcC { width:19.75rem;height:0;top:29.17704356419rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDyhBvsB83NHx31B5dyv8OCEtLF7Jbuy { width:20rem;height:25.366283066143rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { display:block; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { width:16.6875rem;height:2.59895625rem;top:1.6863327026368rem;left:1.6230466663837rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT9fprI2pi7mVVJ9bciMQN8Kk40B3voI { width:17.060125rem;height:3.0872375rem;top:22.18710899353rem;left:1.4683592617512rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2v84XV6hFX9NctvRtkvgTkgAXqOV0QE { width:20rem;height:14.875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRtqv4iZOT2t5lnvQoTpRn2zBk2q1Sxz { width:15.3125rem;height:1.2999125rem;top:10.4375rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s0WzI7OKHK7z5DoNrHWVRwIfDeU36w3d { width:13.5rem;height:2.59895625rem;top:8rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lBhHgwZ2DPgLI7fN2efivsaMrJnoMsMF { width:14.1875rem;height:4rem;top:13.10546875rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6fH7I3eySRViGX1uhDtgIPEb5HRklw { display:block; }
 }@media only screen and (max-width: 763px) { #W6Zd2kOCdHEaivaWNOKA0zTQETcPmX3C { width:2.875rem;height:2.875rem;top:9.6875rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe17mRxb8NAB9mpn3nGBIhbBddAyAmkd { width:2.3125rem;height:2.2516247120763rem;top:7.5rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5UF9UGPVAmorca5l5l1sI9Qr3IA8otS { width:10.625rem;height:1.9375rem;top:18rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDD3Jkf9zHCeHsKIJybxc25TM6lcX0s { display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:20rem;height:11.61590625rem;top:9.4992191791537rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { width:3.875rem;height:6.5625rem;top:1.4359359741211rem;left:8.0625003576281rem;display:block; }
 }