.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1lvA1sGx/partner_tez_przyjaciel_przyjacielska_wiez2.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row .container { background-color: transparent; background-image: none; }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row .container > .video-iframe-container { display: none; }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row > .video-iframe-container { display: none; }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .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); }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row .container { border-width: 0; border-radius: 0; }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row .container { font-size:14px;font-family:arial;height:650px;width:1200px;position:relative;display:block; }#EPkZZu5gAKZNsmK57OySUshZlBEypJq1 { color:#2c3241;display:block;width:559px;position:absolute;font-family:lato;font-size:70px;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:217.30000305176px;left:641.00003051758px;height:140px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qieEdqa21TimWqS7tQJqvboGfZNN4HhZ { color:#2c3241;display:block;width:460px;position:absolute;font-family:lato;font-size:21px;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:381.5px;left:641.00003051758px;height:62.6667px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk > .row .container { background-color: transparent; background-image: none; }#WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk > .row .container > .video-iframe-container { display: none; }#WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk > .row > .video-iframe-container { display: none; }#WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk > .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); }#WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk > .row .container { border-width: 0; border-radius: 0; }#WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk > .row .container { font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:block; }#AVm9aJbuVuAuJwGy37FTKRtww5H4b3ul { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:31px;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:31.800018310547px;left:0px;height:46px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU { position:relative;display:block; }#k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU { background-color: transparent; background-image: none; }#k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU > .row .container > .video-iframe-container { display: none; }#k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU > .row > .video-iframe-container { display: none; }#k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU > .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); }#k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU { border-width: 0; border-radius: 0; }#k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:380px;width:1200px;position:relative;display:block; }#lGzb0TJXkDWZRlzEkttcf10dA1w7Ed9c { color:#2c3241;display:block;width:1115px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:40.5px;left:42.5px;height:308px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#I2qSMv3IqOADM6IprAKcXAtgTawMzK2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#I2qSMv3IqOADM6IprAKcXAtgTawMzK2M > .row .container { background-color: transparent; background-image: none; }#I2qSMv3IqOADM6IprAKcXAtgTawMzK2M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I2qSMv3IqOADM6IprAKcXAtgTawMzK2M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I2qSMv3IqOADM6IprAKcXAtgTawMzK2M > .row .container > .video-iframe-container { display: none; }#I2qSMv3IqOADM6IprAKcXAtgTawMzK2M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I2qSMv3IqOADM6IprAKcXAtgTawMzK2M > .row > .video-iframe-container { display: none; }#I2qSMv3IqOADM6IprAKcXAtgTawMzK2M > .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); }#I2qSMv3IqOADM6IprAKcXAtgTawMzK2M > .row .container { border-width: 0; border-radius: 0; }#I2qSMv3IqOADM6IprAKcXAtgTawMzK2M > .row .container { font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:block; }#P7s72csVLyWfABZILpbQiaGforX1zwXQ { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:31px;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:32px;left:0px;height:46px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB { position:relative;display:block; }#D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB { background-color: transparent; background-image: none; }#D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB > .row .container > .video-iframe-container { display: none; }#D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB > .row > .video-iframe-container { display: none; }#D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB > .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); }#D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB { border-width: 0; border-radius: 0; }#D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:630px;width:1200px;position:relative;display:block; }#piWb8czOWHWef8vsJFm7XmUQ6yfJbWTr { color:#2c3241;display:block;width:1115px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:48.5px;left:42.5px;height:560px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx > .row .container { background-color: transparent; background-image: none; }#D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx > .row .container > .video-iframe-container { display: none; }#D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx > .row > .video-iframe-container { display: none; }#D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx > .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); }#D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx > .row .container { border-width: 0; border-radius: 0; }#D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx > .row .container { font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:block; }#bZg47GnuQSTFc1OV1MZmh2tCErnEd4ea { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:31px;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:32px;left:0px;height:46px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove { position:relative;display:block; }#ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove { background-color: transparent; background-image: none; }#ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove > .row .container > .video-iframe-container { display: none; }#ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove > .row > .video-iframe-container { display: none; }#ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove > .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); }#ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove { border-width: 0; border-radius: 0; }#ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:700px;width:1200px;position:relative;display:block; }#DAoHg882ybptTg8f2stldoIRpEIfaJKb { color:#2c3241;display:block;width:508px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:84px;left:46px;height:532px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Jnvi7wTSMGcwr4tmJtFdBAPAiB37NJup { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:598px;width:400px;top:51px;left:700.00003051758px;overflow:hidden;display:block; }
#pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve > .row .container { background-color: transparent; background-image: none; }#pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve > .row .container > .video-iframe-container { display: none; }#pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve > .row > .video-iframe-container { display: none; }#pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve > .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); }#pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve > .row .container { border-width: 0; border-radius: 0; }#pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve > .row .container { font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:block; }#zW4cuCySmnoNUUl36OUH14IulLdsISPr { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:31px;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:32px;left:0px;height:46px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ { position:relative;display:block; }#oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ { background-color: transparent; background-image: none; }#oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ > .row .container > .video-iframe-container { display: none; }#oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ > .row > .video-iframe-container { display: none; }#oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ > .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); }#oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ { border-width: 0; border-radius: 0; }#oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:600px;width:1200px;position:relative;display:block; }#rzQ4KXeWtZu5movEJ7i1WPFOHBPF2u7N { color:#2c3241;display:block;width:1115px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:55.5px;left:42.5px;height:504px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5 > .row .container { background-color: transparent; background-image: none; }#vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5 > .row .container > .video-iframe-container { display: none; }#vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5 > .row > .video-iframe-container { display: none; }#vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5 > .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); }#vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5 > .row .container { border-width: 0; border-radius: 0; }#vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5 > .row .container { font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:block; }#cak2a4c0RM0tQZSROKiNATBMoNTPtATV { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:31px;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:32px;left:0px;height:46px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq { position:relative;display:block; }#bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq { background-color: transparent; background-image: none; }#bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq > .row .container > .video-iframe-container { display: none; }#bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq > .row > .video-iframe-container { display: none; }#bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq > .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); }#bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq { border-width: 0; border-radius: 0; }#bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:734px;width:1200px;position:relative;display:block; }#R7kr2G19ev2tMmC7HtyQrgpqx0s7ZCUC { color:#2c3241;display:block;width:508px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:115px;left:646.00003051758px;height:504px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UFkGJuWF9XTgeT03bkh7Sd0JThUfC6n4 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:600px;width:400px;top:67px;left:100px;overflow:hidden;display:block; }
#HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe > .row .container { background-color: transparent; background-image: none; }#HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe > .row .container > .video-iframe-container { display: none; }#HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe > .row > .video-iframe-container { display: none; }#HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe > .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); }#HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe > .row .container { border-width: 0; border-radius: 0; }#HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe > .row .container { font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:block; }#twEieUDbieV3ThMT0nOWE2ukOvgzTiIz { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:31px;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:32px;left:0px;height:46px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT > .row .container { background-color: transparent; background-image: none; }#NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT > .row .container > .video-iframe-container { display: none; }#NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT > .row > .video-iframe-container { display: none; }#NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT > .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); }#NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT > .row .container { border-width: 0; border-radius: 0; }#NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT > .row .container { font-size:14px;font-family:arial;height:291px;width:1200px;position:relative;display:block; }#WaPitIndihC3EMtyPbGhl3gP7pDONDJ6 { color:#2c3241;display:block;width:1115px;position:absolute;font-family:lato;font-size:21px;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:43.5px;left:42.5px;height:219.3333px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { position:relative;display:block; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { background-color: transparent; background-image: none; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container > .video-iframe-container { display: none; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row > .video-iframe-container { display: none; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .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); }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { border-width: 0; border-radius: 0; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:625px;width:1200px;position:relative;display:block; }#ZEWaoJh9uni8aOISWV4wKuSENv031A9L { color:#2c3241;display:block;width:548px;position:absolute;font-family:lato;font-size:44px;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:122.00016784668px;left:583.00001907349px;height:88px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WW9E1lZfZ1Len9ypaN3tuAOR838VVJ6L { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:398px;width:531px;top:50px;left:86px;overflow:hidden;display:block; }
#TOGZUMfkLetSPNqqFSfZqZQr5pPiK5HM { background-color:#004e8e;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:352px;height:55px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:414px;left:681.00001907349px;display:block; }
#xOnWdKuPTgTfBBXtcoQTk907w577JGAv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#uPMEKsVGz8sutlCRUrTlpm39x6PoQlM4 { color:#2c3241;display:block;width:548px;position:absolute;font-family:lato;font-size:30px;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:267.50018310547px;left:583.00001907349px;height:90px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fDg85JRuFsEtLtMndF3RH50Fhg07Wywu { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57px;width:150px;top:0px;left:1049.9999694824px;overflow:hidden;display:block; }
#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { background-color: transparent; background-image: none; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container > .video-iframe-container { display: none; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row > .video-iframe-container { display: none; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .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); }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { border-width: 0; border-radius: 0; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { font-size:14px;font-family:arial;height:571px;width:1200px;position:relative;display:block; }#wvllS2BTnP7PyAIvQKASgtPV1USATJd8 { color:#2c3241;display:block;width:1200px;position:absolute;font-family:lato;font-size:31px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:70px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HsTurATm93ig2ksXZ7WBWz7sATKSJvnw { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:440px;width:286px;top:128px;left:169px;overflow:hidden;display:block; }
#rto4nQPT1bOTTvN0rK9TRqV3mfqDwKqD { color:#2c3241;display:block;width:450px;position:absolute;font-family:lato;font-size:21px;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:186px;left:629.00003051758px;height:219.333px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aIptQeCLyievNtP0Svf0LJZFeX8R6wWm { background-color:#004e8e;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:352px;height:55px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:451.99984741211px;left:678.00001907349px;display:block; }
#NACb8pdr2T8xtQTUAQUc7yqNZdCFuTPb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX { display:block; }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPkZZu5gAKZNsmK57OySUshZlBEypJq1 { width:559px;height:139px;top:217px;left:205px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #qieEdqa21TimWqS7tQJqvboGfZNN4HhZ { width:460px;height:62px;top:381px;left:304px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk { display:block; }#WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVm9aJbuVuAuJwGy37FTKRtww5H4b3ul { width:764px;height:46px;top:31px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU { display:block; }#k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGzb0TJXkDWZRlzEkttcf10dA1w7Ed9c { width:764px;height:308px;top:40px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #I2qSMv3IqOADM6IprAKcXAtgTawMzK2M { display:block; }#I2qSMv3IqOADM6IprAKcXAtgTawMzK2M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7s72csVLyWfABZILpbQiaGforX1zwXQ { width:764px;height:46px;top:32px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB { display:block; }#D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piWb8czOWHWef8vsJFm7XmUQ6yfJbWTr { width:764px;height:532px;top:48px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx { display:block; }#D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZg47GnuQSTFc1OV1MZmh2tCErnEd4ea { width:764px;height:46px;top:32px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove { display:block; }#ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAoHg882ybptTg8f2stldoIRpEIfaJKb { width:508px;height:532px;top:84px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jnvi7wTSMGcwr4tmJtFdBAPAiB37NJup { top:51px;left:364px;width:400px;height:598px;display:block; }
 }@media only screen and (max-width: 763px) { #pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve { display:block; }#pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zW4cuCySmnoNUUl36OUH14IulLdsISPr { width:764px;height:46px;top:32px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ { display:block; }#oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzQ4KXeWtZu5movEJ7i1WPFOHBPF2u7N { width:764px;height:504px;top:55px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5 { display:block; }#vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cak2a4c0RM0tQZSROKiNATBMoNTPtATV { width:764px;height:46px;top:32px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq { display:block; }#bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7kr2G19ev2tMmC7HtyQrgpqx0s7ZCUC { width:508px;height:504px;top:115px;left:256px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UFkGJuWF9XTgeT03bkh7Sd0JThUfC6n4 { top:67px;left:0px;width:400px;height:600px;display:block; }
 }@media only screen and (max-width: 763px) { #HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe { display:block; }#HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twEieUDbieV3ThMT0nOWE2ukOvgzTiIz { width:764px;height:46px;top:32px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT { display:block; }#NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaPitIndihC3EMtyPbGhl3gP7pDONDJ6 { width:764px;height:219px;top:43px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { display:block; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEWaoJh9uni8aOISWV4wKuSENv031A9L { width:548px;height:88px;top:122px;left:216px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #WW9E1lZfZ1Len9ypaN3tuAOR838VVJ6L { top:50px;left:0px;width:531px;height:398px;display:block; }
 }@media only screen and (max-width: 763px) { #TOGZUMfkLetSPNqqFSfZqZQr5pPiK5HM { width:352px;height:55px;top:414px;left:412px;display:block; }
 }@media only screen and (max-width: 763px) { #xOnWdKuPTgTfBBXtcoQTk907w577JGAv { display:block; }
 }@media only screen and (max-width: 763px) { #uPMEKsVGz8sutlCRUrTlpm39x6PoQlM4 { width:548px;height:90px;top:267px;left:216px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fDg85JRuFsEtLtMndF3RH50Fhg07Wywu { top:0px;left:614px;width:150px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #dcxLJZo4UclnGSd0pucFxd092bJzh9Iq { display:block; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvllS2BTnP7PyAIvQKASgtPV1USATJd8 { width:764px;height:;top:70px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #HsTurATm93ig2ksXZ7WBWz7sATKSJvnw { width:286px;height:440px;top:128px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rto4nQPT1bOTTvN0rK9TRqV3mfqDwKqD { width:450px;height:218px;top:186px;left:314px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aIptQeCLyievNtP0Svf0LJZFeX8R6wWm { width:352px;height:55px;top:451px;left:412px;display:block; }
 }@media only screen and (max-width: 763px) { #NACb8pdr2T8xtQTUAQUc7yqNZdCFuTPb { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1lvA1sGx/partner_tez_przyjaciel_przyjacielska_wiez2.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row .container { background-color: transparent; background-image: none; }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row .container > .video-iframe-container { display: none; }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row > .video-iframe-container { display: none; }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .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); }#goaSJ37lQbSpn3RJN7v4BSUcLuPguGLX > .row .container { width:320px;height:311px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPkZZu5gAKZNsmK57OySUshZlBEypJq1 { width:320px;height:64px;top:43px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qieEdqa21TimWqS7tQJqvboGfZNN4HhZ { width:320px;height:94px;top:148.69999694824px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk { display:block; }#WQAcK7CTIE1ir9wTtFN6olHHrCRA38Sk > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVm9aJbuVuAuJwGy37FTKRtww5H4b3ul { width:320px;height:94px;top:11.687507629395px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU { display:block; }#k5hkDAfenyfI9z6GsxBZc5Xz3M1py9mU > .row .container { width:320px;height:690px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGzb0TJXkDWZRlzEkttcf10dA1w7Ed9c { width:320px;height:648px;top:20px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #I2qSMv3IqOADM6IprAKcXAtgTawMzK2M { display:block; }#I2qSMv3IqOADM6IprAKcXAtgTawMzK2M > .row .container { width:320px;height:113px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7s72csVLyWfABZILpbQiaGforX1zwXQ { width:320px;height:94px;top:10px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB { display:block; }#D7z3pSTVFGlnOxv8IP9lq8ew9f0Cl7dB > .row .container { width:320px;height:1321px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piWb8czOWHWef8vsJFm7XmUQ6yfJbWTr { width:320px;height:1296px;top:24.499984741211px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx { display:block; }#D7GDgFVhF3XOm4JiWsQV7UU7G54xO7vx > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZg47GnuQSTFc1OV1MZmh2tCErnEd4ea { width:320px;height:62.6667px;top:18.800018310547px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove { display:block; }#ecLZzFTJKMcqHbvIUqh7s7G7Kxvmuove > .row .container { width:320px;height:1130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAoHg882ybptTg8f2stldoIRpEIfaJKb { width:320px;height:576px;top:20px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jnvi7wTSMGcwr4tmJtFdBAPAiB37NJup { width:320px;height:480px;top:623.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve { display:block; }#pTTZO6PlsNA3V3BvgOpfAi06ftaHQQve > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zW4cuCySmnoNUUl36OUH14IulLdsISPr { width:320px;height:62.6667px;top:18.800018310547px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ { display:block; }#oQzDohlZTvKzP6ZFLr1Iu1cxpWUfe3gJ > .row .container { width:320px;height:1050px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzQ4KXeWtZu5movEJ7i1WPFOHBPF2u7N { width:320px;height:1008px;top:21px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5 { display:block; }#vdEJSUTP65ne3sz8ErQNCrQTLPIicFv5 > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cak2a4c0RM0tQZSROKiNATBMoNTPtATV { width:320px;height:62.6667px;top:18.800003051758px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq { display:block; }#bUZXBwvp04HzEgEA6aGnaQgFnRSZM2dq > .row .container { width:320px;height:1140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7kr2G19ev2tMmC7HtyQrgpqx0s7ZCUC { width:320px;height:600px;top:17.974998474121px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UFkGJuWF9XTgeT03bkh7Sd0JThUfC6n4 { width:320px;height:480px;top:636.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe { display:block; }#HoNAEucrQhq9qxu2Loc1y4fIRR78rWKe > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twEieUDbieV3ThMT0nOWE2ukOvgzTiIz { width:320px;height:62.6667px;top:18.787475585938px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT { display:block; }#NKTBvGnT5qlNi1iMUCdg5JJEhLX7KuUT > .row .container { width:320px;height:490px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaPitIndihC3EMtyPbGhl3gP7pDONDJ6 { width:320px;height:438.6669px;top:17.200000762939px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { display:block; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container { width:320px;height:700px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEWaoJh9uni8aOISWV4wKuSENv031A9L { width:320px;height:52px;top:101px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #WW9E1lZfZ1Len9ypaN3tuAOR838VVJ6L { width:320px;height:240px;top:327.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TOGZUMfkLetSPNqqFSfZqZQr5pPiK5HM { width:280px;height:55px;top:589.50001525879px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xOnWdKuPTgTfBBXtcoQTk907w577JGAv { display:block; }
 }@media only screen and (max-width: 763px) { #uPMEKsVGz8sutlCRUrTlpm39x6PoQlM4 { width:320px;height:120px;top:191.5px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fDg85JRuFsEtLtMndF3RH50Fhg07Wywu { width:115px;height:43px;top:20.999984741211px;left:102.49999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #dcxLJZo4UclnGSd0pucFxd092bJzh9Iq { display:block; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { width:320px;height:750px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvllS2BTnP7PyAIvQKASgtPV1USATJd8 { width:320px;height:26.6667px;top:26px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #HsTurATm93ig2ksXZ7WBWz7sATKSJvnw { width:192px;height:297px;top:300px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #rto4nQPT1bOTTvN0rK9TRqV3mfqDwKqD { width:270px;height:216px;top:79px;left:25px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aIptQeCLyievNtP0Svf0LJZFeX8R6wWm { width:304px;height:55px;top:655px;left:8.0000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #NACb8pdr2T8xtQTUAQUc7yqNZdCFuTPb { display:block; }
 }