<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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:url("https://images.assets-landingi.com/uc/05ee3537-5911-44de-bd5f-fc0d298fec2a/shutterstock_722718097kopia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x &gt; .row &gt; .video-iframe-container { display: none; }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 { position:relative;display:block; }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 { background-color: transparent; background-image: none; }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row .container &gt; .video-iframe-container { display: none; }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row &gt; .video-iframe-container { display: none; }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 { border-width: 0; border-radius: 0; }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row .container &gt; .video-iframe-container {  }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:347px;width:960px;position:relative;display:block; }#NMour4d9g8gAH5Ry7R5qe8iFCxZF5i8c { color:#faf1f1;display:block;width:572.986px;position:absolute;font-family:barlow;font-size:123px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:34px 034px 58px rgba(0,0,0,0.88);top:92.708335876465px;left:193.48959350586px;height:159.896px;font-style:normal;display:block; }
#ZRQLpQfsDC40TzmilfABMeeJSRDkObzN { color:#f8f6f6;display:block;width:302.969px;position:absolute;font-family:barlow;font-size:45px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:34px 34px 26px rgba(7,6,6,0.95);top:222.58682250977px;left:307.98611450195px;height:58.4896px;font-style:normal;display:block; }
#kWoV12VyQcEMopG2kOumcmKdrpDfw6IF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100.99px;width:605px;top:244.07987976074px;left:162.56942749023px;overflow:hidden;display:block; }
#GTJQxuRlKlDARAsEGE1SZO5W4q8l8iGX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 10px 10px 27px rgba(0,0,0,0.33) ;height:85.9896px;width:210.99px;top:20.961807250977px;left:343.45486450195px;overflow:hidden;display:block; }
#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { display:block; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { 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 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row .container &gt; .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row &gt; .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { border-width: 0; border-radius: 0; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row .container &gt; .video-iframe-container {  }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row .container { background-color:#05084d;background-image:none;width:960px;height:730px;font-size:14px;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#v2CL2UhsTnifml2CoLkFKeHSaIf7Rcyv { background-color:#e7122b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 3px 3px 3px rgba(0,0,0,0.38) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"barlow medium semibold bold";font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:230.99px;height:61.9792px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:525.98263549805px;left:362.49655151367px;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:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1135px;left:16.5px;display:none; }
#J5lg4QFo3JCkDn4l0Td0EU6LwPTe4lTz { display:block;width:348.976px;position:absolute;font-family:barlow;font-size:30px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:401.07638549805px;left:305.48611450195px;height:38.9931px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#PWPm7SJEILUSWT5AiqNhdmpbMXF56KnR { display:block;width:710px;position:absolute;font-family:barlow;font-size:24px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:629.99313354492px;left:140.88540649414px;height:31.1806px;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#KXXgGR3WdMQ1DdRnXlxcnaNOMBsd05P1 { display:block;width:193.976px;position:absolute;font-family:barlow;font-size:60px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:440.06945800781px;left:383.00350952148px;height:77.9861px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#oPmphTnq7UMpdQLaQwKahdEFCO9FpRdl { color:#ffffff;display:block;width:335px;position:absolute;font-family:barlow;font-size:24px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:78.083343505859px;left:295.83682250977px;height:31.1806px;display:block; }
#RqsuVgxHGhUFV5r5Wfv3HGsMxTVWmT4o { color:#ffffff;display:block;width:531.997px;position:absolute;font-family:barlow;font-size:24px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:117.07290649414px;left:206.94445800781px;height:31.1806px;display:block; }
#dcVWX2Zb1uN0FuG8ATNRItE1O4SZvV0R { color:#ffffff;display:block;width:291.997px;position:absolute;font-family:barlow;font-size:24px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:160.06246948242px;left:315.32986450195px;height:31.1806px;display:block; }
#UDz6cTHrQnugot8uuLH6guOW7WHe0BLD { color:#ffffff;display:block;width:894px;position:absolute;font-family:barlow;font-size:24px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:228.05905151367px;left:37.326385498047px;height:124.722px;text-align:center;text-align-last:center;display:block; }
#nRT8TACbbCWXJdQGa2HwOpqIoMgD6xHq { color:#ffffff;display:block;width:437.986px;position:absolute;font-family:ivy-semibold-nowe;font-size:50px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.972229003906px;left:260.98959350586px;height:65px;display:block; }
#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { position:relative;display:block; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { 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 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT &gt; .row .container &gt; .video-iframe-container { display: none; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT &gt; .row &gt; .video-iframe-container { display: none; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { border-width: 0; border-radius: 0; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT &gt; .row .container &gt; .video-iframe-container {  }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT &gt; .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f6;background-image:none;font-size:14px;font-family:arial;height:206px;width:960px;position:relative;display:block; }#b1l2y9qL6zTpJzavmuN1WxKmoAGneEJG { color:#000000;display:block;width:670px;position:absolute;font-family:barlow;font-size:27px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26px;left:145px;height:35.0868px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;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:9.34px;padding-right:8.29px;padding-bottom:9.34px;padding-left:8.29px;display:block;align-items:center;width:49.72px;min-width:49.72px;height:50.22px;position:relative;font-family:"open sans";font-size:37.37px;font-weight:700;line-height:50.22px;text-align:center;text-align-last:center;top:0px;left:0px;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:5.84px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:66.3px;height:19.86px;position:relative;font-family:"open sans";font-size:14.02px;font-weight:400;line-height:19.86px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;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:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;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:329px;height:94.6px;padding-top:11.68px;padding-right:11.84px;padding-bottom:11.68px;padding-left:11.84px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:60.100006103516px;left:303.63748168945px;z-index:15005; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #IVSBbcR4rhaNFLdk3eTfRfIpklC4Lb2D { display:flex;position:relative;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CCmPsePuTtpGKd7Q8PV5UVSMTHdBES0Z { width:auto; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #gWBf3XF4A8SngPWcnTLBUMMiT2pTzyoO {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #MRaDaBTTegqBWuTaWCk030F4o6CrTK3D { display:flex;position:relative;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #ctoTtoszSohHZCHTTJygg0GZSxTW6sy8 {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CAVBzKoZMBLp4H7XspLwfTBXqyZlUdcw {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #lErD8eUPoZiZamCG4NMSF99nQxDo0q1K { display:flex;position:relative;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #sEhMeCiDW9LISy6OiWspyT7fpv50elyk {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #wop1EfUNypcCiFqdwfHRnAZ7PO4wZ7su {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #cIwPStNIhctiiKxguP382tSXZpXeaoLt { display:flex;position:relative;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #zZhA1TitlzoAsIlnsn00G5QPa2s2h7c5 {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #oqAm4xPJOQT2CJgoheQCXbETZGpyzlgn {  }
#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { position:relative;display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { 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 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 &gt; .row .container &gt; .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 &gt; .row &gt; .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { border-width: 0; border-radius: 0; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 &gt; .row .container &gt; .video-iframe-container {  }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 &gt; .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05084d;background-image:none;font-size:14px;font-family:arial;height:1007px;width:960px;position:relative;display:block; }#PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { display:block;width:829.965px;position:absolute;font-family:barlow;font-size:20px;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:50.121536254883px;left:77.760406494141px;height:799.9134px;font-style:normal;color:#ffffff;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; }
#bNExD8UAaS7LaGDwaKGJVCmbEppABJnG { background-color:#d91930;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"barlow medium semibold bold";font-size:32px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:338.46156px;height:74.52086px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:908.94100952148px;left:314.34030151367px;display:block; }
#fhTlG0cFy2vCZE4Zq1x78AcLVdneA80b { display:block;position:absolute;top:50%;width:100%;z-index:15000;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 &gt; .row .container { border-width: 0; border-radius: 0; }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll &gt; .row &gt; .video-iframe-container {  }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll &gt; .row .container { font-size:14px;font-family:arial;height:916px;width:960px;position:relative;display:none; }#HCX7xTNZI474Rho6DFKiX9aIzREoyE3f { color:#2f2a80;display:block;width:741.987px;position:absolute;font-family:ivyjournal;font-size:30px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.987548828125px;left:108.98748779297px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#btNfwHQthQXn2WCqqVTiWi9Xv4TMaJrh { color:#000000;display:block;width:630px;position:absolute;font-family:"barlow medium semibold bold";font-size:22px;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:205.15979003906px;left:165px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vMpcLeWsztSTgr16ZdOZ8qZSgnJClNWu { color:#000000;display:block;width:693.993px;position:absolute;font-family:barlow;font-size:18px;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:236.73620605469px;left:133.00347900391px;height:28.8021px;text-align:center;text-align-last:center;display:block; }
#u1tSMikUyzgSqgLSOdevp9DxGs3qqSM9 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100.95px;width:97.9875px;top:95.96533203125px;left:430.97225952148px;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:102.986px;width:98.9931px;top:300.03477668762px;left:429.98263549805px;overflow:hidden;display:block; }
#VnWiSeCOwg4eif9WqvUyIWM1RWw51kFM { color:#000000;display:block;width:623.993px;position:absolute;font-family:barlow;font-size:22px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:401.92706489563px;left:167.98611450195px;height:28.5938px;text-align:center;text-align-last:center;display:block; }
#E2lrxt5PzLHpz8EVrli0usOMAkxMQUTx { color:#000000;display:block;width:822.969px;position:absolute;font-family:barlow;font-size:18px;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:430.50345039368px;left:68.506958007812px;height:86.4062px;text-align:center;text-align-last:center;display:block; }
#E9Qi9CZTt9idmZIFAhZFeQOTM2eBW7rS { color:#000000;display:block;width:522.986px;position:absolute;font-family:"barlow medium semibold bold";font-size:22px;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:648.07298469543px;left:218.48959350586px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uQMKX4V9X4Gas35qDL78bgVFePbn6L51 { color:#000000;display:block;width:822.969px;position:absolute;font-family:barlow;font-size:18px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:675.55565071106px;left:68.506958007812px;height:28.8021px;text-align:center;text-align-last:center;display:block; }
#XmJ8XiN49tJZ43ZPJSEKrHdQkC9CCeLU { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100.963px;width:97.9875px;top:536px;left:431px;overflow:hidden;display:block; }
#XLouGXTBVBPHxLrA67I5sbyk2rhO9nyz { background-color:#d91930;background-image:none;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"barlow medium semibold bold";font-size:32px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:338.906px;height:74.9688px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:777.734375px;left:310.5390625px;display:block; }
#bBg9LLIwKoxl9uT7Pl1mIDwUZcM4gARm { display:block;position:absolute;top:50%;width:100%;z-index:15000;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 &gt; .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 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I &gt; .row .container &gt; .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I &gt; .row &gt; .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I &gt; .row .container { border-width: 0; border-radius: 0; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I &gt; .row &gt; .video-iframe-container {  }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I &gt; .row .container { font-size:14px;font-family:arial;height:594px;width:960px;position:relative;display:block; }#X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#14abe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:310px;width:552px;position:absolute;display:block;z-index:15001;top:99px;left:35px;display:block; }
#nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { display:block;width:520.987px;position:absolute;font-family:ivyjournal;font-size:25px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:123px;left:67px;height:32.5px;font-style:normal;color:#ffffff;display:block; }
#NmtVvocBmWM6WGsinI18AC0RrZiegeva { display:block;width:478.975px;position:absolute;font-family:barlow;font-size:18px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:218.27493286133px;left:71.512512207031px;height:242.969px;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:567.994px;width:439.969px;top:25.987377166748px;left:520.01251220703px;overflow:hidden;display:block; }
#VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:354px;width:552px;position:absolute;display:block;z-index:15002;top:162.7873916626px;left:35px;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:46.9875px;width:225.994px;top:34.331253051758px;left:34.96875px;display:block; }
#lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { color:#2f2a80;display:block;width:199.987px;position:absolute;font-family:barlow;font-size:23px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:43.443756103516px;left:70.96875px;height:29.8984px;display:block; }
#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q { 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/dCCUfJ4r/t_o_sarnecki_03_Obszar_roboczy_1.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q.adaptive-delivery-prevent-bg, #ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q.lazyload, #ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q.lazyloading { background-image: none; }#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q &gt; .row .container { background-color: transparent; background-image: none; }#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q &gt; .row .container &gt; .video-iframe-container { display: none; }#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q &gt; .row &gt; .video-iframe-container { display: none; }#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q &gt; .row .container { border-width: 0; border-radius: 0; }#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q &gt; .row &gt; .video-iframe-container {  }#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q &gt; .row .container { font-size:14px;font-family:arial;height:517px;width:960px;position:relative;display:block; }#CQXgQomad1ueQUVuNHFJffOZXRNdcgqt { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:310px;width:771px;position:absolute;display:block;z-index:15001;top:83px;left:37px;display:block; }
#kTy9sWdrnuV4SLD8yutpIo5eDRyFb9id { display:block;width:583px;position:absolute;font-family:gtamerica;font-size:25px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:108px;left:72px;height:32.5px;font-style:normal;display:block; }
#eVMEzTRAy8naIP658ZI9SXEQv3DrqeT9 { display:block;width:569px;position:absolute;font-family:gtamerica;font-size:17px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:160.98754882812px;left:70.987487792969px;height:152.917px;font-style:normal;color:#000000;text-align:justify;text-align-last:initial;display:block; }
#MMAmP2oWy4ryDloMkb6ep159t1S2TkUw { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b32d2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:42px;width:768px;position:absolute;display:block;z-index:14999;top:76px;left:37px;display:block; }
#KcSgp0KWTHndqTBRDZ2S6eLLwBrXzX8o { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:273px;width:273.994px;top:188.00624084473px;left:654.99371337891px;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 &gt; .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 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP &gt; .row .container &gt; .video-iframe-container { display: none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP &gt; .row &gt; .video-iframe-container { display: none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP &gt; .row .container { border-width: 0; border-radius: 0; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP &gt; .row &gt; .video-iframe-container {  }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP &gt; .row .container { font-size:14px;font-family:"open sans";height:515px;width:960px;position:relative;display:block; }#LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { color:#c02121;display:block;width:652.987px;position:absolute;font-family:ivyjournal;font-size:25px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:52.987518310547px;left:181.48126220703px;height:32.5px;text-align:left;text-align-last:left;display:block; }
#IT9fprI2pi7mVVJ9bciMQN8Kk40B3voI { color:#2f2a80;display:block;width:953.963px;position:absolute;font-family:barlow;font-size:22px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:399.97500610352px;left:3.0125122070312px;height:57.1876px;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 2px 2px 8px rgba(0,0,0,0.32) ;height:238px;width:340px;top:123px;left:310.00003051758px;display:block; }
#SRtqv4iZOT2t5lnvQoTpRn2zBk2q1Sxz { color:#000000;display:block;width:258px;position:absolute;font-family:barlow;font-size:16px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:199px;left:379.00003051758px;height:20.7986px;text-align:left;text-align-last:left;display:block; }
#s0WzI7OKHK7z5DoNrHWVRwIfDeU36w3d { color:#000000;display:block;width:258px;position:absolute;font-family:barlow;font-size:16px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:160.19999694824px;left:379.00003051758px;height:20.7986px;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:barlow;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:228px;height:60px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:238.97500610352px;left:366.00003051758px;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:32px;font-weight:400;line-height:1;height:46.9886px;width:46.9886px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:183px;left:332px;display:block; }
#Qe17mRxb8NAB9mpn3nGBIhbBddAyAmkd { box-sizing:content-box;color:#0f2745;font-size:25px;font-weight:400;line-height:1;height:36.9886px;width:37.9972px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:152px;left:336px;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:170px;height:31px;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:298.97500610352px;left:395.00003051758px;display:block; }
#fTDD3Jkf9zHCeHsKIJybxc25TM6lcX0s { display:block;position:absolute;top:50%;left:0px;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 &gt; .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 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM &gt; .row .container &gt; .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM &gt; .row &gt; .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM &gt; .row .container { border-width: 0; border-radius: 0; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM &gt; .row &gt; .video-iframe-container {  }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM &gt; .row .container { font-size:14px;font-family:arial;height:324px;width:960px;position:relative;display:block; }#ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { color:#000000;display:block;width:960px;position:absolute;font-family:barlow;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:186.99999237061px;left:0px;height:97.4826px;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:121.987px;width:69.9937px;top:35.943786621094px;left:444.97491455078px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 { display:block; }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMour4d9g8gAH5Ry7R5qe8iFCxZF5i8c { width:572px;height:159px;top:92px;left:95.489593505859px;font-size:123px;display:block; }
 }@media only screen and (max-width: 763px) { #ZRQLpQfsDC40TzmilfABMeeJSRDkObzN { width:302px;height:58px;top:222px;left:209.98611450195px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #kWoV12VyQcEMopG2kOumcmKdrpDfw6IF { width:605px;height:100.99px;top:244px;left:64.569427490234px;display:block; }
 }@media only screen and (max-width: 763px) { #GTJQxuRlKlDARAsEGE1SZO5W4q8l8iGX { width:210px;height:85.58612256505px;top:20px;left:245.45486450195px;display:block; }
 }@media only screen and (max-width: 763px) { #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { display:none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row .container { width:764px;height:694px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v2CL2UhsTnifml2CoLkFKeHSaIf7Rcyv { width:300px;height:72px;top:484px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #qm7usTfkKVZRiAowbKHuhqpuL1TSluS0 { display:block; }
 }@media only screen and (max-width: 763px) { #iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { width:50px;height:50px;top:1135px;left:0px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #J5lg4QFo3JCkDn4l0Td0EU6LwPTe4lTz { width:764px;height:102px;top:110px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #PWPm7SJEILUSWT5AiqNhdmpbMXF56KnR { width:764px;height:102px;top:110px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #KXXgGR3WdMQ1DdRnXlxcnaNOMBsd05P1 { width:764px;height:102px;top:110px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #oPmphTnq7UMpdQLaQwKahdEFCO9FpRdl { width:335px;height:31px;top:78px;left:197.83682250977px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #RqsuVgxHGhUFV5r5Wfv3HGsMxTVWmT4o { width:531px;height:31px;top:117px;left:108.94445800781px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #dcVWX2Zb1uN0FuG8ATNRItE1O4SZvV0R { width:291px;height:31px;top:160px;left:217.32986450195px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UDz6cTHrQnugot8uuLH6guOW7WHe0BLD { width:764px;height:124px;top:228px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #nRT8TACbbCWXJdQGa2HwOpqIoMgD6xHq { width:437px;height:65px;top:10px;left:162.98959350586px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { display:block; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT &gt; .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1l2y9qL6zTpJzavmuN1WxKmoAGneEJG { width:670px;height:35px;top:25px;left:47px;font-size:21px;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:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx { display:flex;width:288px;height:81px;top:60px;left:198.140625px; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #IVSBbcR4rhaNFLdk3eTfRfIpklC4Lb2D { display:flex;position:relative;top:0px;left:0px; }
 }@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:0px;left:0px; }
 }@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:0px;left:0px; }
 }@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:0px;left:0px; }
 }@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 &gt; .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { width:764px;height:3264px;top:160px;left:0px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #bNExD8UAaS7LaGDwaKGJVCmbEppABJnG { width:300px;height:72px;top:484px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #fhTlG0cFy2vCZE4Zq1x78AcLVdneA80b { display:block; }
 }@media only screen and (max-width: 763px) { #AMlyIJebzITkfZqXNTKrRhWfwcwkqXll { display:block; }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll &gt; .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCX7xTNZI474Rho6DFKiX9aIzREoyE3f { width:741px;height:39px;top:34px;left:10.975006103516px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #btNfwHQthQXn2WCqqVTiWi9Xv4TMaJrh { width:630px;height:28px;top:205px;left:67px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vMpcLeWsztSTgr16ZdOZ8qZSgnJClNWu { width:693px;height:28px;top:236px;left:35.003479003906px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #u1tSMikUyzgSqgLSOdevp9DxGs3qqSM9 { width:97px;height:99.922193045748px;top:95px;left:332.97225952148px;display:block; }
 }@media only screen and (max-width: 763px) { #Bs601dhWwSPK2Sb1JxHG6uR1E4FNHNv5 { width:98px;height:101.95284317796px;top:300px;left:331.98263549805px;display:block; }
 }@media only screen and (max-width: 763px) { #VnWiSeCOwg4eif9WqvUyIWM1RWw51kFM { width:623px;height:28px;top:401px;left:69.986114501953px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #E2lrxt5PzLHpz8EVrli0usOMAkxMQUTx { width:764px;height:87px;top:430px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E9Qi9CZTt9idmZIFAhZFeQOTM2eBW7rS { width:522px;height:28px;top:648px;left:120.48959350586px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #uQMKX4V9X4Gas35qDL78bgVFePbn6L51 { width:764px;height:28px;top:675px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XmJ8XiN49tJZ43ZPJSEKrHdQkC9CCeLU { width:97px;height:99.932644469958px;top:536px;left:333px;display:block; }
 }@media only screen and (max-width: 763px) { #XLouGXTBVBPHxLrA67I5sbyk2rhO9nyz { width:300px;height:72px;top:484px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #bBg9LLIwKoxl9uT7Pl1mIDwUZcM4gARm { display:block; }
 }@media only screen and (max-width: 763px) { #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I { display:block; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I &gt; .row .container { width:764px;height:345px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { width:485px;height:280px;top:0px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { width:426px;height:32.475px;top:25px;left:313px;display:block; }
 }@media only screen and (max-width: 763px) { #NmtVvocBmWM6WGsinI18AC0RrZiegeva { width:425px;height:144px;top:89px;left:314px;font-size:12px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { width:439px;height:566.74303416832px;top:25px;left:325px;display:block; }
 }@media only screen and (max-width: 763px) { #VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { width:485px;height:280px;top:0px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { width:225px;height:46px;top:34px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { width:199px;height:29px;top:43px;left:21.96875px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q { display:block; }#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q &gt; .row .container { width:764px;height:345px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQXgQomad1ueQUVuNHFJffOZXRNdcgqt { width:485px;height:280px;top:0px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #kTy9sWdrnuV4SLD8yutpIo5eDRyFb9id { width:426px;height:32px;top:25px;left:313px;display:block; }
 }@media only screen and (max-width: 763px) { #eVMEzTRAy8naIP658ZI9SXEQv3DrqeT9 { width:425px;height:162px;top:89px;left:314px;font-size:12px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MMAmP2oWy4ryDloMkb6ep159t1S2TkUw { width:485px;height:280px;top:0px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #KcSgp0KWTHndqTBRDZ2S6eLLwBrXzX8o { width:273px;height:272.00960604977px;top:188px;left:491px;display:block; }
 }@media only screen and (max-width: 763px) { #A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { display:block; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP &gt; .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { width:652px;height:32.475px;top:52px;left:83.481262207031px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IT9fprI2pi7mVVJ9bciMQN8Kk40B3voI { width:764px;height:57.15px;top:399px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #y2v84XV6hFX9NctvRtkvgTkgAXqOV0QE { width:340px;height:238px;top:123px;left:212.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #SRtqv4iZOT2t5lnvQoTpRn2zBk2q1Sxz { width:257px;height:20px;top:198px;left:280.99307250977px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s0WzI7OKHK7z5DoNrHWVRwIfDeU36w3d { width:257px;height:20px;top:160px;left:280.99307250977px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lBhHgwZ2DPgLI7fN2efivsaMrJnoMsMF { width:300px;height:72px;top:484px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6fH7I3eySRViGX1uhDtgIPEb5HRklw { display:block; }
 }@media only screen and (max-width: 763px) { #W6Zd2kOCdHEaivaWNOKA0zTQETcPmX3C { width:46px;height:46px;top:183px;left:234px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Qe17mRxb8NAB9mpn3nGBIhbBddAyAmkd { width:37px;height:36.025995393221px;top:152px;left:238px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #N5UF9UGPVAmorca5l5l1sI9Qr3IA8otS { width:170px;height:31px;top:298px;left:297.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #fTDD3Jkf9zHCeHsKIJybxc25TM6lcX0s { display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM &gt; .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:764px;height:101.25px;top:186px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { width:69px;height:120.25515153507px;top:35px;left:346.97491455078px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 { display:block; }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 { background-color: transparent; background-image: none; }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row .container &gt; .video-iframe-container { display: none; }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row &gt; .video-iframe-container { display: none; }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row .container { width:320px;height:240.13542175293px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05ee3537-5911-44de-bd5f-fc0d298fec2a/shutterstock_722718097kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row .container.adaptive-delivery-prevent-bg, #Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row .container.lazyload, #Uf26Jue0uGCZBb2RMJ9dIUTaMT2SZoc6 &gt; .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #NMour4d9g8gAH5Ry7R5qe8iFCxZF5i8c { width:145.99px;height:41.5799px;top:103.97570037842px;left:86.996536254883px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZRQLpQfsDC40TzmilfABMeeJSRDkObzN { width:216.997px;height:41.5799px;top:145.55555725098px;left:51.493057250977px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #kWoV12VyQcEMopG2kOumcmKdrpDfw6IF { width:320px;height:53.4028px;top:187.13542175293px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GTJQxuRlKlDARAsEGE1SZO5W4q8l8iGX { width:170px;height:68px;top:22.57986164093px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { background-color:#05084d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .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 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row .container &gt; .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row &gt; .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row .container { border-width: 0; border-radius: 0; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row &gt; .video-iframe-container {  }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw &gt; .row .container { width:320px;height:925px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2CL2UhsTnifml2CoLkFKeHSaIf7Rcyv { width:152.969px;height:41.9792px;top:814.9826965332px;left:74.496528625488px;font-size:16px;box-shadow: 3px 3px 3px rgba(0,0,0,0.38) ;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qm7usTfkKVZRiAowbKHuhqpuL1TSluS0 { display:block; }
 }@media only screen and (max-width: 763px) { #iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { width:40px;height:40px;top:174px;left:209px;font-size:28px;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #J5lg4QFo3JCkDn4l0Td0EU6LwPTe4lTz { width:221.997px;height:22.7778px;top:730.22573852539px;left:48.993057250977px;font-size:19px;text-align:center;text-align-last:center;line-height:1.2;color:#d91930;display:block; }
 }@media only screen and (max-width: 763px) { #PWPm7SJEILUSWT5AiqNhdmpbMXF56KnR { width:320px;height:38.4028px;top:150.97221374512px;left:0px;font-size:16px;text-align:center;text-align-last:center;line-height:1.2;color:#05084d;display:block; }
 }@media only screen and (max-width: 763px) { #KXXgGR3WdMQ1DdRnXlxcnaNOMBsd05P1 { width:193.976px;height:43.1944px;top:751.90975952148px;left:53.993057250977px;font-size:36px;text-align:center;text-align-last:center;line-height:1.2;color:#d91930;display:block; }
 }@media only screen and (max-width: 763px) { #oPmphTnq7UMpdQLaQwKahdEFCO9FpRdl { width:320px;height:62.3611px;top:497.96875px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RqsuVgxHGhUFV5r5Wfv3HGsMxTVWmT4o { width:320px;height:62.3611px;top:574.51391601562px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcVWX2Zb1uN0FuG8ATNRItE1O4SZvV0R { width:290.99px;height:31.1806px;top:651.89237976074px;left:14.496528625488px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDz6cTHrQnugot8uuLH6guOW7WHe0BLD { width:320px;height:405.347px;top:55.885406494141px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #nRT8TACbbCWXJdQGa2HwOpqIoMgD6xHq { width:275px;height:41.5799px;top:14.340270996094px;left:21.996528625488px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { display:block; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT &gt; .row .container { width:320px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1l2y9qL6zTpJzavmuN1WxKmoAGneEJG { width:320px;height:27.309px;top:20px;left:0px;font-size:21px;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:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx { display:flex;width:288px;height:81px;top:47px;left:4.140625px; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #IVSBbcR4rhaNFLdk3eTfRfIpklC4Lb2D { display:flex;position:relative;top:0px;left:0px; }
 }@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:0px;left:0px; }
 }@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:0px;left:0px; }
 }@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:0px;left:0px; }
 }@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:#05084d;background-image:none;display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 &gt; .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 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 &gt; .row .container &gt; .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 &gt; .row &gt; .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 &gt; .row .container { width:320px;height:1200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { width:320px;height:1024.3057px;top:31.125px;left:1.9765625px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bNExD8UAaS7LaGDwaKGJVCmbEppABJnG { width:236.997px;height:53.9931px;top:1096.5798950195px;left:43.454864501953px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #fhTlG0cFy2vCZE4Zq1x78AcLVdneA80b { display:block; }
 }@media only screen and (max-width: 763px) { #AMlyIJebzITkfZqXNTKrRhWfwcwkqXll { display:none; }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll &gt; .row .container { width:320px;height:910px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HCX7xTNZI474Rho6DFKiX9aIzREoyE3f { width:320px;height:23.4028px;top:30.0625px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btNfwHQthQXn2WCqqVTiWi9Xv4TMaJrh { width:300px;height:46.8056px;top:127.59375px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vMpcLeWsztSTgr16ZdOZ8qZSgnJClNWu { width:276.969px;height:51.2153px;top:185.953125px;left:21.5078125px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1tSMikUyzgSqgLSOdevp9DxGs3qqSM9 { width:50px;height:51px;top:71px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #Bs601dhWwSPK2Sb1JxHG6uR1E4FNHNv5 { width:49.95px;height:51.9375px;top:256px;left:135.02499961853px;display:block; }
 }@media only screen and (max-width: 763px) { #VnWiSeCOwg4eif9WqvUyIWM1RWw51kFM { width:250.962px;height:23.4028px;top:316px;left:35.000001907349px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #E2lrxt5PzLHpz8EVrli0usOMAkxMQUTx { width:274.987px;height:179.253px;top:341.38122940063px;left:22.481249332428px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9Qi9CZTt9idmZIFAhZFeQOTM2eBW7rS { width:249px;height:23.4028px;top:602px;left:36px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uQMKX4V9X4Gas35qDL78bgVFePbn6L51 { width:258.994px;height:48.0208px;top:636px;left:31px;font-size:16px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XmJ8XiN49tJZ43ZPJSEKrHdQkC9CCeLU { width:49.9844px;height:51px;top:543px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #XLouGXTBVBPHxLrA67I5sbyk2rhO9nyz { width:314px;height:74px;top:755px;left:3px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #bBg9LLIwKoxl9uT7Pl1mIDwUZcM4gARm { 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 &gt; .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 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I &gt; .row .container &gt; .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I &gt; .row &gt; .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I &gt; .row .container { width:320px;height:735px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { width:320px;height:401px;top:307px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { width:279.994px;height:22.0938px;top:325px;left:27px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NmtVvocBmWM6WGsinI18AC0RrZiegeva { width:278px;height:272.8648px;top:389.80000305176px;left:21.000001907349px;text-align:justify;text-align-last:initial;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { width:225px;height:285px;top:52.762496948242px;left:53.987501144409px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { width:320px;height:338px;top:356px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { width:184.987px;height:45.9937px;top:27.356262207031px;left:67.481247425079px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { width:198.994px;height:26.0062px;top:37.78125px;left:60.4874958992px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q { display:block; }#ZPXc2cNc1XpASBRUhpSgnaW58iPUJh9Q &gt; .row .container { width:320px;height:645px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQXgQomad1ueQUVuNHFJffOZXRNdcgqt { width:320px;height:363px;top:251px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kTy9sWdrnuV4SLD8yutpIo5eDRyFb9id { width:280px;height:44.1667px;top:273px;left:20px;font-size:17px;font-family:ivyjournal;display:block; }
 }@media only screen and (max-width: 763px) { #eVMEzTRAy8naIP658ZI9SXEQv3DrqeT9 { width:280px;height:247.5px;top:335px;left:20px;text-align:justify;text-align-last:initial;font-size:15px;font-family:barlow;display:block; }
 }@media only screen and (max-width: 763px) { #MMAmP2oWy4ryDloMkb6ep159t1S2TkUw { width:320px;height:42px;top:225px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KcSgp0KWTHndqTBRDZ2S6eLLwBrXzX8o { width:189px;height:188px;top:15.984375px;left:65.5px;display:block; }
 }@media only screen and (max-width: 763px) { #A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { display:block; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP &gt; .row .container { width:320px;height:425px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { width:267px;height:41.5972px;top:26.981323242188px;left:25.96874666214px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT9fprI2pi7mVVJ9bciMQN8Kk40B3voI { width:272.962px;height:49.3906px;top:354.99374389648px;left:23.493748188019px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2v84XV6hFX9NctvRtkvgTkgAXqOV0QE { width:320px;height:238px;top:86px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SRtqv4iZOT2t5lnvQoTpRn2zBk2q1Sxz { width:245px;height:20.7986px;top:167px;left:69px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s0WzI7OKHK7z5DoNrHWVRwIfDeU36w3d { width:216px;height:41.5972px;top:128px;left:69px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lBhHgwZ2DPgLI7fN2efivsaMrJnoMsMF { width:227px;height:64px;top:209.6875px;left:46.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6fH7I3eySRViGX1uhDtgIPEb5HRklw { display:block; }
 }@media only screen and (max-width: 763px) { #W6Zd2kOCdHEaivaWNOKA0zTQETcPmX3C { width:46px;height:46px;top:155px;left:22px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Qe17mRxb8NAB9mpn3nGBIhbBddAyAmkd { width:37px;height:36.025995393221px;top:120px;left:26px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #N5UF9UGPVAmorca5l5l1sI9Qr3IA8otS { width:170px;height:31px;top:288px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #fTDD3Jkf9zHCeHsKIJybxc25TM6lcX0s { display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM &gt; .row .container { width:320px;height:360px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:320px;height:185.8161px;top:151.98750686646px;left:0px;font-size:13px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { width:62px;height:105px;top:22.974975585938px;left:129.00000572205px;display:block; }
 }</pre></body></html>