.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;
}body { background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 > .row .container { background-color: transparent; background-image: none; }#vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 > .row .container > .video-iframe-container { display: none; }#vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 > .row > .video-iframe-container { display: none; }#vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 > .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); }#vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 > .row .container { border-width: 0; border-radius: 0; }#vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 > .row .container { font-size:14px;font-family:"open sans";height:100px;width:960px;position:relative;display:block; }#o55i1sd6AP6KSCywHpLvmmMzmUutcLTK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:66px;width:217px;position:absolute;display:block;z-index:15000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:17px;left:40px;overflow:hidden;display:block; }
#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM { border-bottom:0 solid #ee3162;border-left:0 solid #ee3162;border-right:0 solid #ee3162;border-top:10px solid #8ed116;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6odfr4db/0b289990eaa74b714a51357e610b0c0f50e5ae95_large.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM.adaptive-delivery-prevent-bg, #J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM.lazyload, #J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM.lazyloading { background-image: none; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row .container { background-color: transparent; background-image: none; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row .container > .video-iframe-container { display: none; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row > .video-iframe-container { display: none; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .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); }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row .container { border-width: 0; border-radius: 0; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row .container { font-size:14px;font-family:"open sans";height:493px;width:960px;position:relative;display:block; }#n0b4EXtaKdXGe48tyJVvcQRyWWACmoTJ { display:block;width:673.993px;position:absolute;font-family:"open sans";font-size:35px;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:81px;left:144px;height:126px;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;color:#ffffff;display:block; }
#ITL2AgG4E9QFxVfT0beN68BMLfekU7Dq { display:block;width:900px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:236px;left:31px;height:31.2px;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;color:#ffffff;display:block; }
#Bh56eWsLhvzwKtLJv5CPFw2VicMAUhHU { border-bottom:1px solid #f1f1f1;border-left:1px solid #f1f1f1;border-right:1px solid #f1f1f1;border-top:1px solid #f1f1f1;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:98.9931px;width:98.9931px;position:absolute;display:block;z-index:15008;top:441px;left:412px;display:block; }
#ZRaiK4SXN4gOAthwUoKh5LQABT965VDw { background-color:#ff7a0b;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;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:301px;height:56px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:320.40000152588px;left:329.50003051758px;display:block; }
#VTTzHSZEGdBXqyGubKgzhW1yEN33MOK6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VHtwRLix23Eu56s8rX7BLdgse0peIOr4 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:407px;width:929px;top:21.400001525879px;left:15.5px;display:block; }
#RrO2udgxQ94R9gzEkzTSgppnvdJAqEde { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10px;width:20.9896px;position:absolute;display:block;z-index:15009;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:487px;left:452px;overflow:hidden;display:block; }
#CZfR357gehhDhgs5tzAore1Oiah7kyH8 { position:relative;display:block; }#CZfR357gehhDhgs5tzAore1Oiah7kyH8 { background-color: transparent; background-image: none; }#CZfR357gehhDhgs5tzAore1Oiah7kyH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZfR357gehhDhgs5tzAore1Oiah7kyH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZfR357gehhDhgs5tzAore1Oiah7kyH8 > .row .container > .video-iframe-container { display: none; }#CZfR357gehhDhgs5tzAore1Oiah7kyH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZfR357gehhDhgs5tzAore1Oiah7kyH8 > .row > .video-iframe-container { display: none; }#CZfR357gehhDhgs5tzAore1Oiah7kyH8 > .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); }#CZfR357gehhDhgs5tzAore1Oiah7kyH8 { border-width: 0; border-radius: 0; }#CZfR357gehhDhgs5tzAore1Oiah7kyH8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CZfR357gehhDhgs5tzAore1Oiah7kyH8 > .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:"open sans";height:68px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DxE8OafRuO30yRqtHVLOoW4TyV70SBgU { position:relative;display:block; }#DxE8OafRuO30yRqtHVLOoW4TyV70SBgU { background-color: transparent; background-image: none; }#DxE8OafRuO30yRqtHVLOoW4TyV70SBgU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxE8OafRuO30yRqtHVLOoW4TyV70SBgU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxE8OafRuO30yRqtHVLOoW4TyV70SBgU > .row .container > .video-iframe-container { display: none; }#DxE8OafRuO30yRqtHVLOoW4TyV70SBgU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxE8OafRuO30yRqtHVLOoW4TyV70SBgU > .row > .video-iframe-container { display: none; }#DxE8OafRuO30yRqtHVLOoW4TyV70SBgU > .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); }#DxE8OafRuO30yRqtHVLOoW4TyV70SBgU { border-width: 0; border-radius: 0; }#DxE8OafRuO30yRqtHVLOoW4TyV70SBgU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DxE8OafRuO30yRqtHVLOoW4TyV70SBgU > .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:"open sans";height:261px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CFu6DcG9HBTy2xKOmEdnwDKQhO4c7VDH { display:block;width:881px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.000030517578px;left:29.975006103516px;height:70.1736px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yCEUvaTD1pSqnWfh4gQ8tu4RczfTZxc5 { display:block;width:862px;position:absolute;font-family:"source sans pro";font-size:23px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:96.996520996094px;left:39.496520996094px;height:119.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT { position:relative;display:block; }#P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT { background-color: transparent; background-image: none; }#P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT > .row .container > .video-iframe-container { display: none; }#P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT > .row > .video-iframe-container { display: none; }#P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT > .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); }#P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT { border-width: 0; border-radius: 0; }#P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT > .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:"open sans";height:502px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VtKeF9J3ZgIMkJbDz7ZUWdqLsNV6A12l { border-bottom:0;border-left:0;border-right:0;border-top:0;height:428px;width:332px;position:absolute;display:block;z-index:15000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:36.999969482422px;left:16.975006103516px;overflow:hidden;display:block; }
#eAA3I8vuvoUV7BoEdwhDF17kGqNRakua { display:block;width:540px;position:absolute;font-family:"source sans pro";font-size:28px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:28px;left:384px;height:36.4px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r7kG0UCFhQr6dc7Kn8I0JDTaQy3pVb7R { display:block;width:535px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:86.374969482422px;left:384.00003051758px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#r7kG0UCFhQr6dc7Kn8I0JDTaQy3pVb7R li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#r7kG0UCFhQr6dc7Kn8I0JDTaQy3pVb7R li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/RnaGFsEb/Kszta%C5%82t_7.png); }
#syUNhJLaMAODBoCttF6pKkc484KmOZyM { position:relative;display:block; }#syUNhJLaMAODBoCttF6pKkc484KmOZyM { background-color: transparent; background-image: none; }#syUNhJLaMAODBoCttF6pKkc484KmOZyM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syUNhJLaMAODBoCttF6pKkc484KmOZyM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syUNhJLaMAODBoCttF6pKkc484KmOZyM > .row .container > .video-iframe-container { display: none; }#syUNhJLaMAODBoCttF6pKkc484KmOZyM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syUNhJLaMAODBoCttF6pKkc484KmOZyM > .row > .video-iframe-container { display: none; }#syUNhJLaMAODBoCttF6pKkc484KmOZyM > .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); }#syUNhJLaMAODBoCttF6pKkc484KmOZyM { border-width: 0; border-radius: 0; }#syUNhJLaMAODBoCttF6pKkc484KmOZyM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#syUNhJLaMAODBoCttF6pKkc484KmOZyM > .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:153px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mBHIWrop1OEtN9d4MZU4O55JVEPwzH8U { background-color:#ff7a0b;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;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:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:402px;height:73px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40px;left:279.00003051758px;display:block; }
#c6TGL2rKN6o9mEkx9cs3pKBPpcPavem8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA { position:relative;display:block; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA { background-color: transparent; background-image: none; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container > .video-iframe-container { display: none; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row > .video-iframe-container { display: none; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .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); }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA { border-width: 0; border-radius: 0; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efefef;background-image:none;font-size:14px;font-family:"open sans";height:112px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ERJwOWXrqeroSf1cIJKeIofJxcdEhZwr { display:block;width:899px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:20px;left:41px;height:77.9515px;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 { display:block; }#vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 > .row .container { width:764px;height:124px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #o55i1sd6AP6KSCywHpLvmmMzmUutcLTK { width:217px;height:66px;top:28px;left:23px;display:block; }
 }@media only screen and (max-width: 959px) { #J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6odfr4db/0b289990eaa74b714a51357e610b0c0f50e5ae95_large.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM.adaptive-delivery-prevent-bg, #J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM.lazyload, #J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM.lazyloading { background-image: none; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row .container { background-color: transparent; background-image: none; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row .container > .video-iframe-container { display: none; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row > .video-iframe-container { display: none; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .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); }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row .container { width:764px;height:475px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #n0b4EXtaKdXGe48tyJVvcQRyWWACmoTJ { width:633.993px;height:118.802px;top:65.989593505859px;left:64.982643127441px;font-size:33px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #ITL2AgG4E9QFxVfT0beN68BMLfekU7Dq { width:627.986px;height:21.6px;top:226.70140075684px;left:67.986114501953px;font-size:18px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #Bh56eWsLhvzwKtLJv5CPFw2VicMAUhHU { width:98.9931px;height:98.9931px;top:419.35766601562px;left:339.84377288818px;display:block; }
 }@media only screen and (max-width: 959px) { #ZRaiK4SXN4gOAthwUoKh5LQABT965VDw { width:301px;height:56px;top:292.00003051758px;left:231.50000572205px;display:block; }
 }@media only screen and (max-width: 959px) { #VTTzHSZEGdBXqyGubKgzhW1yEN33MOK6 { display:block; }
 }@media only screen and (max-width: 959px) { #VHtwRLix23Eu56s8rX7BLdgse0peIOr4 { width:764px;height:410px;top:-6px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #RrO2udgxQ94R9gzEkzTSgppnvdJAqEde { width:20.9896px;height:10px;top:465px;left:379.98265838623px;display:block; }
 }@media only screen and (max-width: 959px) { #CZfR357gehhDhgs5tzAore1Oiah7kyH8 { display:block; }#CZfR357gehhDhgs5tzAore1Oiah7kyH8 > .row .container { width:764px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DxE8OafRuO30yRqtHVLOoW4TyV70SBgU { display:block; }#DxE8OafRuO30yRqtHVLOoW4TyV70SBgU > .row .container { width:764px;height:259px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CFu6DcG9HBTy2xKOmEdnwDKQhO4c7VDH { width:720px;height:65px;top:6px;left:20px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #yCEUvaTD1pSqnWfh4gQ8tu4RczfTZxc5 { width:720.987px;height:114.375px;top:103.98750305176px;left:21.487499237061px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT { display:block; }#P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT > .row .container { width:764px;height:542px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VtKeF9J3ZgIMkJbDz7ZUWdqLsNV6A12l { width:278px;height:360px;top:82.974998474121px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #eAA3I8vuvoUV7BoEdwhDF17kGqNRakua { width:441px;height:36.4px;top:12px;left:306px;display:block; }
 }@media only screen and (max-width: 959px) { #r7kG0UCFhQr6dc7Kn8I0JDTaQy3pVb7R { width:450px;height:429.844px;top:82.986083984375px;left:301.47570037842px;display:block; }#r7kG0UCFhQr6dc7Kn8I0JDTaQy3pVb7R li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/RnaGFsEb/Kszta%C5%82t_7.png); }
 }@media only screen and (max-width: 959px) { #syUNhJLaMAODBoCttF6pKkc484KmOZyM { display:block; }#syUNhJLaMAODBoCttF6pKkc484KmOZyM > .row .container { width:764px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mBHIWrop1OEtN9d4MZU4O55JVEPwzH8U { width:342px;height:61px;top:23px;left:211.00000572205px;font-size:24px;display:block; }
 }@media only screen and (max-width: 959px) { #c6TGL2rKN6o9mEkx9cs3pKBPpcPavem8 { display:block; }
 }@media only screen and (max-width: 959px) { #sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA { display:block; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container { width:764px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ERJwOWXrqeroSf1cIJKeIofJxcdEhZwr { width:743px;height:77.9515px;top:20px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 { display:block; }#vDRfMUKy1GINVkWQHXmLKvpFSe0T9Oz2 > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o55i1sd6AP6KSCywHpLvmmMzmUutcLTK { width:217px;height:66px;top:20px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6odfr4db/0b289990eaa74b714a51357e610b0c0f50e5ae95_large.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM.adaptive-delivery-prevent-bg, #J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM.lazyload, #J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM.lazyloading { background-image: none; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row .container { background-color: transparent; background-image: none; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row .container > .video-iframe-container { display: none; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row > .video-iframe-container { display: none; }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .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); }#J7P9xSAPtUeJ2abHpgI4KlkTUqSOQXSM > .row .container { width:320px;height:325px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0b4EXtaKdXGe48tyJVvcQRyWWACmoTJ { width:297.986px;height:95.9722px;top:40px;left:11px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ITL2AgG4E9QFxVfT0beN68BMLfekU7Dq { width:281.997px;height:35.9722px;top:168px;left:19px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Bh56eWsLhvzwKtLJv5CPFw2VicMAUhHU { width:99px;height:99px;top:578px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #ZRaiK4SXN4gOAthwUoKh5LQABT965VDw { width:301px;height:56px;top:231px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #VTTzHSZEGdBXqyGubKgzhW1yEN33MOK6 { display:block; }
 }@media only screen and (max-width: 763px) { #VHtwRLix23Eu56s8rX7BLdgse0peIOr4 { width:320px;height:291px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RrO2udgxQ94R9gzEkzTSgppnvdJAqEde { width:21px;height:10px;top:8px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #CZfR357gehhDhgs5tzAore1Oiah7kyH8 { display:block; }#CZfR357gehhDhgs5tzAore1Oiah7kyH8 > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxE8OafRuO30yRqtHVLOoW4TyV70SBgU { display:block; }#DxE8OafRuO30yRqtHVLOoW4TyV70SBgU > .row .container { width:320px;height:355px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFu6DcG9HBTy2xKOmEdnwDKQhO4c7VDH { width:282px;height:93.6111px;top:3px;left:19px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yCEUvaTD1pSqnWfh4gQ8tu4RczfTZxc5 { width:280px;height:210.625px;top:123.48751831055px;left:20px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT { display:block; }#P9ZzbmaLqAT7DKFhyWPEuzpFnQ4ELBvT > .row .container { width:320px;height:791px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtKeF9J3ZgIMkJbDz7ZUWdqLsNV6A12l { width:211px;height:273px;top:51.124938964844px;left:54.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #eAA3I8vuvoUV7BoEdwhDF17kGqNRakua { width:240px;height:31.1806px;top:19.937484741211px;left:50.987501144409px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #r7kG0UCFhQr6dc7Kn8I0JDTaQy3pVb7R { width:280.987px;height:435.174px;top:334.79999542236px;left:19.512500762939px;text-align:left;text-align-last:left;font-size:16px;display:block; }#r7kG0UCFhQr6dc7Kn8I0JDTaQy3pVb7R li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/RnaGFsEb/Kszta%C5%82t_7.png); }
 }@media only screen and (max-width: 763px) { #syUNhJLaMAODBoCttF6pKkc484KmOZyM { display:block; }#syUNhJLaMAODBoCttF6pKkc484KmOZyM > .row .container { width:320px;height:127px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBHIWrop1OEtN9d4MZU4O55JVEPwzH8U { width:304px;height:73px;top:20px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #c6TGL2rKN6o9mEkx9cs3pKBPpcPavem8 { display:block; }
 }@media only screen and (max-width: 763px) { #sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA { display:block; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container { width:320px;height:148px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERJwOWXrqeroSf1cIJKeIofJxcdEhZwr { width:279px;height:128.7501px;top:20px;left:20px;text-align:left;text-align-last:left;font-size:11px;display:block; }
 }