.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container { display: none; }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .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); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/caf4ae9d-f5f8-44c9-ae53-5c2c85acac02/Frame101.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.adaptive-delivery-prevent-bg, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyload, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyloading { background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { background-color: transparent; background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .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); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { border-width: 0; border-radius: 0; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:960px;height:610px;font-size:14px;font-family:arial;position:relative;display:block; }#kmrmfWk5aNSCaEfRSTftQ4xHeFRuvalf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:493px;width:500px;position:absolute;display:block;z-index:15000;top:99px;left:0px;display:block; }
#GHAFTIvIaF4OdwTZ5zuddmqhNk2G40nv { display:block;width:383px;position:absolute;font-family:poppins;font-size:38px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:150.609375px;left:28px;height:49.3984px;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;color:#333333;display:block; }
#Q65asirmygyeR56sUIBG2LzMIt7ZsJfC { display:block;width:464px;position:absolute;font-family:poppins;font-size:25px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:199px;left:28px;height:;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;color:#f70000;display:block; }
#oiXDxdRize3vHnmJSFWe2Xwu0qQSxwfD { background-color:#fd8f00;background-image: -webkit-linear-gradient(top, #ba0001, #d7282a);background-image: -moz-linear-gradient(top, #ba0001, #d7282a);background-image: -ms-linear-gradient(top, #ba0001, #d7282a);background-image: -o-linear-gradient(top, #ba0001, #d7282a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0001', endColorstr='#d7282a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0001', endColorstr='#d7282a' );";background-image: linear-gradient(to bottom, #ba0001, #d7282a);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:215px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:477px;left:28px;display:block; }
#JOZAaQNPJ9JcaIwUpxsdWqkfRgUdM6Xt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VDtPO4SmomXFrS2upnb5MP8Xu5XhCP2A { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29px;width:173px;top:32px;left:19px;overflow:hidden;display:block; }
#TZtX03WoLiPUSdqZfnu8MLGrdCaALFN6 { display:block;width:383px;position:absolute;font-family:poppins;font-size:37px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:231.5px;left:28px;height:48.0938px;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;color:#333333;display:block; }
#CcZThU9HuLfkSJi8o6XQukMKhfuNmQvy { display:block;width:296px;position:absolute;font-family:poppins;font-size:13px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:329px;left:28px;height:83.1875px;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;color:#333333;display:block; }
#ImzGUoioOzceqJ1ki0DB0oW27T36JAoE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:816px;width:960px;display:none; }
#gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 { 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; }#gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 > .row .container { background-color: transparent; background-image: none; }#gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 > .row .container > .video-iframe-container { display: none; }#gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 > .row > .video-iframe-container { display: none; }#gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 > .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); }#gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 > .row .container { border-width: 0; border-radius: 0; }#gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 > .row .container { font-size:14px;font-family:arial;height:347px;width:960px;position:relative;display:block; }#TQnEfCmTEmen0spTy2vrN8JXZg62pN5x { display:block;width:434px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:107.390625px;left:23px;height:182px;font-style:normal;display:block; }#TQnEfCmTEmen0spTy2vrN8JXZg62pN5x li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#TQnEfCmTEmen0spTy2vrN8JXZg62pN5x li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wdP6OEmo/check.png); }
#w5JQ8CpFZ4wXgr2VdRTdwlCqBNFMOt4l { display:block;width:446px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:205px;left:514px;height:;font-style:normal;display:block; }#w5JQ8CpFZ4wXgr2VdRTdwlCqBNFMOt4l li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#w5JQ8CpFZ4wXgr2VdRTdwlCqBNFMOt4l li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wdP6OEmo/check.png); }
#nWk104w7rqwhFBUcMo4LGlZ9BTLGu9X2 { display:block;width:446px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:111px;left:514px;height:64.7812px;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; }
#WdGgPBzVrkHHdFOkcABHDx4Zo21Gr7zR { display:block;width:434px;position:absolute;font-family:poppins;font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:29.59375px;left:23px;height:46.7969px;color:#333333;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; }
#TvfrBwpgFPb6y1CeFwkocZBnpTKSh9de { display:block;width:394px;position:absolute;font-family:poppins;font-size:36px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:29.59375px;left:514px;height:46.7969px;color:#333333;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; }
#yVJhFc6DTlFFhpRZlDBfZpICGuPJWU8P { box-sizing:content-box;height:346px;width:470px;position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;top:0px;left:5px;border-top-right-radius:28px;border-bottom-right-radius:28px;border-bottom-left-radius:28px;border-top-left-radius:28px;display:block; }
#fpWbTWaakRJyTqGkqqMpCw2M3MrfQZQU { box-sizing:content-box;height:346px;width:470px;position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:0px;left:490px;border-top-right-radius:28px;border-bottom-right-radius:28px;border-bottom-left-radius:28px;border-top-left-radius:28px;display:block; }
#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 { 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; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container { background-color: transparent; background-image: none; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container > .video-iframe-container { display: none; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row > .video-iframe-container { display: none; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .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); }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container { border-width: 0; border-radius: 0; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container { font-size:14px;font-family:arial;height:230px;width:960px;position:relative;display:block; }#ToP1TZ0KKkwezsMZpIm8e57RTvihQX5a { background-color:#fd8f00;background-image: -webkit-linear-gradient(top, #ba0001, #d7282a);background-image: -moz-linear-gradient(top, #ba0001, #d7282a);background-image: -ms-linear-gradient(top, #ba0001, #d7282a);background-image: -o-linear-gradient(top, #ba0001, #d7282a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0001', endColorstr='#d7282a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0001', endColorstr='#d7282a' );";background-image: linear-gradient(to bottom, #ba0001, #d7282a);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:215px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:73px;left:372.5px;display:block; }
#gnxOwIcZavX5MqfVd3TlWchl6CkKwvRp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container { background-color: transparent; background-image: none; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container > .video-iframe-container { display: none; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row > .video-iframe-container { display: none; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .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); }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container { border-width: 0; border-radius: 0; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container { font-size:14px;font-family:arial;height:200px;width:960px;position:relative;display:block; }#qgt424UcrTb2cPuEh9dZhTcgp6CSZsr4 { display:block;width:960px;position:absolute;font-family:rubik;font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:77px;left:0px;height:;color:#333333;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; }
#ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh > .row .container { background-color: transparent; background-image: none; }#ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh > .row .container > .video-iframe-container { display: none; }#ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh > .row > .video-iframe-container { display: none; }#ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh > .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); }#ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh > .row .container { border-width: 0; border-radius: 0; }#ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#sIXbtnaKNOT8gyiycopOltxLf4SEf9fi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:255px;width:188px;position:absolute;display:block;z-index:15000;top:0px;left:22px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#sVI39b7b1ONiETwAUIzumiJWc2NCwJUV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;background-color:#f6f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:110px;width:110px;position:absolute;display:block;z-index:15001;top:20px;left:61px;display:block; }
#KMOG3LWXdhTBMB8nG6b02UWn3CwkGUH0 { display:block;width:150px;position:absolute;font-family:rubik;font-size:16px;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:173px;left:41px;height:48px;text-align:center;text-align-last:center;color:#333333;font-style:normal;display:block; }
#vks9w0pfC4c5rhnvsoFVwUBOZUdpiqu7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:255px;width:188px;position:absolute;display:block;z-index:15004;top:0px;left:262px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#meSt3vyv2HgOGbiakR8f8lOosLMMFUa9 { display:block;width:150px;position:absolute;font-family:rubik;font-size:16px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:161px;left:281px;height:72px;text-align:center;text-align-last:center;color:#333333;font-style:normal;display:block; }
#DmwunffcTzd3XQ1mTty3Tb2R1NArBRsD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;background-color:#f6f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:110px;width:110px;position:absolute;display:block;z-index:15005;top:20px;left:302px;display:block; }
#us6LOCHhDZiB5fFVCDGEq4NM8gu9K1TA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:255px;width:188px;position:absolute;display:block;z-index:15008;top:0px;left:510px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#dpmIyAXqki9LoybiEmH2UM2bXBV4drXX { display:block;width:150px;position:absolute;font-family:rubik;font-size:16px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:161px;left:529px;height:72px;text-align:center;text-align-last:center;color:#333333;font-style:normal;display:block; }
#pLfthkT0GTxuWBJLHHBwbzZA4Js6yH2g { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;background-color:#f6f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:110px;width:110px;position:absolute;display:block;z-index:15009;top:20px;left:549px;display:block; }
#afKGlWTWolWETvlOKQuKL9gVcpoD5PpV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:255px;width:188px;position:absolute;display:block;z-index:15012;top:0px;left:750px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#R7JARkWJJVqgDu2tX9OpanyhR8hbUina { display:block;width:150px;position:absolute;font-family:rubik;font-size:16px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:161px;left:769px;height:72px;text-align:center;text-align-last:center;color:#333333;font-style:normal;display:block; }
#Riyb8f0WEVUTOT8DV27EwxybCbJWaw1l { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;background-color:#f6f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:110px;width:110px;position:absolute;display:block;z-index:15013;top:20px;left:789px;display:block; }
#PXK5oTNrInXD0gLQQ0MdoWcJNdWRLSAE { box-sizing:content-box;color:#5d92ff;font-size:29px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:54px;left:95px; }
#srg2DeAxdGDm0x2t867y7kFgPVLXHQD2 { box-sizing:content-box;color:#5d92ff;font-size:29px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:54px;left:335px; }
#pZEyCVqBuNEtboeIbTVOZwOSbQUKAXZx { box-sizing:content-box;color:#5d92ff;font-size:29px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:54px;left:583px; }
#LbpZcXK3BULXy1ys7TUzr2tpUoIUzeZy { box-sizing:content-box;color:#5d92ff;font-size:29px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:54px;left:823px; }
#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container { background-color: transparent; background-image: none; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container > .video-iframe-container { display: none; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row > .video-iframe-container { display: none; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .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); }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container { border-width: 0; border-radius: 0; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container { font-size:14px;font-family:arial;height:160px;width:960px;position:relative;display:block; }#CNsGv8PFCRdCmg0BgSZOhNrB9uVp15VL { background-color:#fd8f00;background-image: -webkit-linear-gradient(top, #ba0001, #d7282a);background-image: -moz-linear-gradient(top, #ba0001, #d7282a);background-image: -ms-linear-gradient(top, #ba0001, #d7282a);background-image: -o-linear-gradient(top, #ba0001, #d7282a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0001', endColorstr='#d7282a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0001', endColorstr='#d7282a' );";background-image: linear-gradient(to bottom, #ba0001, #d7282a);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:215px;height:55px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29px;left:372.5px;display:block; }
#MgxkZlq8hJtQ2P9aBAsJUGNWf9DCo4AU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh { 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; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container { background-color: transparent; background-image: none; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container > .video-iframe-container { display: none; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row > .video-iframe-container { display: none; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .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); }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container { border-width: 0; border-radius: 0; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF { position:relative;display:block; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF { background-color: transparent; background-image: none; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container > .video-iframe-container { display: none; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row > .video-iframe-container { display: none; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .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); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF { border-width: 0; border-radius: 0; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c260f0a2-c8e5-468a-9054-c2ded732e43b/KartapodarunkowaszablonPrezentacja1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:591px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container.adaptive-delivery-prevent-bg, #vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container.lazyload, #vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container.lazyloading { background-image: none; }#VMyR2MuTa5t3LKuSQTOOCwt6qGfOC2Jh { display:block;width:960px;position:absolute;font-family:poppins;font-size:42px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:225.6484375px;left:0px;height:54.5938px;text-align:center;text-align-last:center;font-style:normal;color:#d7282a;display:block; }
#DRd0ryLLHkpOt37rAnpHNvznHcZyQ5Rx { display:block;width:960px;position:absolute;font-family:poppins;font-size:27px;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:401px;left:0px;height:129.586px;color:#333333;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FBsPT6V3Qon3AUPWW5y799Ieo7rWgIJ2 { display:block;width:116px;position:absolute;font-family:poppins;font-size:25px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:194.1484375px;left:422px;height:32.5px;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;color:#333333;text-align:center;text-align-last:center;display:block; }
#VtPlgExdw7FMyutDoBarQyTAg0eLZXqC { display:block;width:324px;position:absolute;font-family:poppins;font-size:25px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:279.25px;left:318px;height:32.5px;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;color:#333333;text-align:center;text-align-last:center;display:block; }
#OTHgiSuafq8TJxxfHJMyJATWCNeM4mW0 { display:block;width:960px;position:absolute;font-family:poppins;font-size:26px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:118.3984375px;left:0px;height:33.7969px;text-align:center;text-align-last:center;font-style:normal;color:#333333;display:block; }
#JcHz6BgNLN8nHlWMnmxcw9wwTXEMKOa7 { display:block;width:960px;position:absolute;font-family:poppins;font-size:66px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:46.3984375px;left:0px;height:85.7969px;text-align:center;text-align-last:center;font-style:normal;color:#333333;display:block; }
#U3kycKk4aWfmneWDS4kqhbft4orpCIfP { box-sizing:content-box;height:1px;width:400px;position:absolute;display:block;z-index:15008;background-color:#333333;background-image:none;top:171px;left:280px;display:block; }
#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL { background-color:#0c0c0c;background-image:none;z-index:;position:relative;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;display:block; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row .container { background-color: transparent; background-image: none; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row .container > .video-iframe-container { display: none; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row > .video-iframe-container { display: none; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .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); }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row .container { border-width: 0; border-radius: 0; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row .container { font-size:14px;font-family:arial;height:130px;width:960px;position:relative;display:block; }#rT2cpCEMmOwTg1kLhDBsQ18SeiHEQJlL { display:block;width:338px;position:absolute;font-family:poppins;font-size:14px;font-weight:300;z-index:15005;line-height:1.4;top:53.6953125px;left:29px;background-color:transparent;background-image:none;height:19.5938px;text-align:left;text-align-last:left;color:#f9f9f9;font-style:normal;display:block; }
#nbL6nL95MKHigTnrRSDD7tnL5dscQsm6 { background-color:#ccd4db;background-image:none;height:40px;width:1px;position:absolute;display:block;z-index:15006;top:42px;left:783.5px;display:block; }
#UD6hQrzxuThXBeMgiIPMsrmGWZndPpxz { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:47px;left:807px; }
#UD6hQrzxuThXBeMgiIPMsrmGWZndPpxz > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#XzvVObA8zWRcT0PwXfTiucITR5w3oQ77 { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:47px;left:854px; }
#XzvVObA8zWRcT0PwXfTiucITR5w3oQ77 > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#dbb7cpu0JsFaKopGQQFVqS1qVC2UmAxu { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:47px;left:899px; }
#dbb7cpu0JsFaKopGQQFVqS1qVC2UmAxu > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#aR272Gy34h8InwUmuTVtSwsJ7GkASZSr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27px;width:165px;top:50px;left:602px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmrmfWk5aNSCaEfRSTftQ4xHeFRuvalf { width:482px;height:440px;top:114px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GHAFTIvIaF4OdwTZ5zuddmqhNk2G40nv { width:386px;height:41px;top:255px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Q65asirmygyeR56sUIBG2LzMIt7ZsJfC { width:482px;height:108px;top:304px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #oiXDxdRize3vHnmJSFWe2Xwu0qQSxwfD { width:192px;height:55px;top:435px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #JOZAaQNPJ9JcaIwUpxsdWqkfRgUdM6Xt { display:block; }
 }@media only screen and (max-width: 763px) { #VDtPO4SmomXFrS2upnb5MP8Xu5XhCP2A { top:32px;left:0px;width:173px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #TZtX03WoLiPUSdqZfnu8MLGrdCaALFN6 { width:386px;height:41px;top:255px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #CcZThU9HuLfkSJi8o6XQukMKhfuNmQvy { width:386px;height:41px;top:255px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ImzGUoioOzceqJ1ki0DB0oW27T36JAoE { width:764px;height:649px;display:none; }
 }@media only screen and (max-width: 763px) { #gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 { display:block; }#gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 > .row .container { width:764px;height:214px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQnEfCmTEmen0spTy2vrN8JXZg62pN5x { width:341px;height:168px;top:0px;left:20px;display:block; }#TQnEfCmTEmen0spTy2vrN8JXZg62pN5x li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wdP6OEmo/check.png); }
 }@media only screen and (max-width: 763px) { #w5JQ8CpFZ4wXgr2VdRTdwlCqBNFMOt4l { width:341px;height:168px;top:0px;left:402px;display:block; }#w5JQ8CpFZ4wXgr2VdRTdwlCqBNFMOt4l li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wdP6OEmo/check.png); }
 }@media only screen and (max-width: 763px) { #nWk104w7rqwhFBUcMo4LGlZ9BTLGu9X2 { width:341px;height:168px;top:0px;left:402px;display:block; }
 }@media only screen and (max-width: 763px) { #WdGgPBzVrkHHdFOkcABHDx4Zo21Gr7zR { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TvfrBwpgFPb6y1CeFwkocZBnpTKSh9de { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #yVJhFc6DTlFFhpRZlDBfZpICGuPJWU8P { top:0px;left:0px;width:470px;height:346px;display:block; }
 }@media only screen and (max-width: 763px) { #fpWbTWaakRJyTqGkqqMpCw2M3MrfQZQU { top:0px;left:294px;width:470px;height:346px;display:block; }
 }@media only screen and (max-width: 763px) { #RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 { display:block; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container { width:764px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToP1TZ0KKkwezsMZpIm8e57RTvihQX5a { width:192px;height:55px;top:435px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gnxOwIcZavX5MqfVd3TlWchl6CkKwvRp { display:block; }
 }@media only screen and (max-width: 763px) { #DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR { display:block; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container { width:764px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgt424UcrTb2cPuEh9dZhTcgp6CSZsr4 { width:744px;height:46px;top:77px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh { display:block; }#ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh > .row .container { width:764px;height:288px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIXbtnaKNOT8gyiycopOltxLf4SEf9fi { width:178px;height:255px;top:0px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #sVI39b7b1ONiETwAUIzumiJWc2NCwJUV { width:110px;height:110px;top:20px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #KMOG3LWXdhTBMB8nG6b02UWn3CwkGUH0 { width:164px;height:48px;top:164px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vks9w0pfC4c5rhnvsoFVwUBOZUdpiqu7 { width:178px;height:255px;top:0px;left:198px;display:block; }
 }@media only screen and (max-width: 763px) { #meSt3vyv2HgOGbiakR8f8lOosLMMFUa9 { width:164px;height:48px;top:165px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #DmwunffcTzd3XQ1mTty3Tb2R1NArBRsD { width:110px;height:110px;top:20px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #us6LOCHhDZiB5fFVCDGEq4NM8gu9K1TA { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #dpmIyAXqki9LoybiEmH2UM2bXBV4drXX { width:164px;height:48px;top:165px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #pLfthkT0GTxuWBJLHHBwbzZA4Js6yH2g { width:110px;height:110px;top:20px;left:423px;display:block; }
 }@media only screen and (max-width: 763px) { #afKGlWTWolWETvlOKQuKL9gVcpoD5PpV { width:178px;height:255px;top:0px;left:580px;display:block; }
 }@media only screen and (max-width: 763px) { #R7JARkWJJVqgDu2tX9OpanyhR8hbUina { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #Riyb8f0WEVUTOT8DV27EwxybCbJWaw1l { width:110px;height:110px;top:20px;left:619px;display:block; }
 }@media only screen and (max-width: 763px) { #PXK5oTNrInXD0gLQQ0MdoWcJNdWRLSAE { width:42px;height:42px;top:54px;left:70.5px;display:block; }
 }@media only screen and (max-width: 763px) { #srg2DeAxdGDm0x2t867y7kFgPVLXHQD2 { width:42px;height:42px;top:54px;left:261.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pZEyCVqBuNEtboeIbTVOZwOSbQUKAXZx { width:42px;height:42px;top:54px;left:460.5px;display:block; }
 }@media only screen and (max-width: 763px) { #LbpZcXK3BULXy1ys7TUzr2tpUoIUzeZy { width:42px;height:42px;top:54px;left:651.5px;display:block; }
 }@media only screen and (max-width: 763px) { #S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP { display:block; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container { width:764px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNsGv8PFCRdCmg0BgSZOhNrB9uVp15VL { width:192px;height:55px;top:435px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #MgxkZlq8hJtQ2P9aBAsJUGNWf9DCo4AU { display:block; }
 }@media only screen and (max-width: 763px) { #WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh { display:block; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF { display:block; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMyR2MuTa5t3LKuSQTOOCwt6qGfOC2Jh { width:764px;height:54px;top:225px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #DRd0ryLLHkpOt37rAnpHNvznHcZyQ5Rx { width:744px;height:100px;top:0px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #FBsPT6V3Qon3AUPWW5y799Ieo7rWgIJ2 { width:386px;height:41px;top:255px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #VtPlgExdw7FMyutDoBarQyTAg0eLZXqC { width:386px;height:41px;top:255px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #OTHgiSuafq8TJxxfHJMyJATWCNeM4mW0 { width:764px;height:33px;top:118px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JcHz6BgNLN8nHlWMnmxcw9wwTXEMKOa7 { width:764px;height:85px;top:46px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #U3kycKk4aWfmneWDS4kqhbft4orpCIfP { top:171px;left:182px;width:400px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL { display:block; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL { background-color: transparent; background-image: none; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row .container > .video-iframe-container { display: none; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row > .video-iframe-container { display: none; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .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); }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row .container { width:760px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rT2cpCEMmOwTg1kLhDBsQ18SeiHEQJlL { top:146px;left:-1px;width:317px;height:44px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbL6nL95MKHigTnrRSDD7tnL5dscQsm6 { left:404px;top:10px;background-color:#ccd4db;background-image:none;width:1px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #UD6hQrzxuThXBeMgiIPMsrmGWZndPpxz { top:47px;left:709px;width:30px;height:30px;display:block; }
#UD6hQrzxuThXBeMgiIPMsrmGWZndPpxz > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #XzvVObA8zWRcT0PwXfTiucITR5w3oQ77 { top:47px;left:734px;width:30px;height:30px;display:block; }
#XzvVObA8zWRcT0PwXfTiucITR5w3oQ77 > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #dbb7cpu0JsFaKopGQQFVqS1qVC2UmAxu { top:47px;left:734px;width:30px;height:30px;display:block; }
#dbb7cpu0JsFaKopGQQFVqS1qVC2UmAxu > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #aR272Gy34h8InwUmuTVtSwsJ7GkASZSr { top:50px;left:504px;width:165px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { background-color: transparent; background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .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); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { border-width: 0; border-radius: 0; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:320px;height:655px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmrmfWk5aNSCaEfRSTftQ4xHeFRuvalf { width:282px;height:354px;top:69px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #GHAFTIvIaF4OdwTZ5zuddmqhNk2G40nv { width:253px;height:39px;top:96.609375px;left:33.5px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Q65asirmygyeR56sUIBG2LzMIt7ZsJfC { width:254px;height:26px;top:135.609375px;left:33px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oiXDxdRize3vHnmJSFWe2Xwu0qQSxwfD { width:192px;height:55px;top:336px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #JOZAaQNPJ9JcaIwUpxsdWqkfRgUdM6Xt { display:block; }
 }@media only screen and (max-width: 763px) { #VDtPO4SmomXFrS2upnb5MP8Xu5XhCP2A { width:173px;height:29px;top:20px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #TZtX03WoLiPUSdqZfnu8MLGrdCaALFN6 { width:320px;height:40.2969px;top:161.609375px;left:0px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #CcZThU9HuLfkSJi8o6XQukMKhfuNmQvy { width:278px;height:76.7812px;top:233px;left:21px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ImzGUoioOzceqJ1ki0DB0oW27T36JAoE { top:362px;left:0px;width:320px;height:272px;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 { display:block; }#gXO7ReM6uSnxoLXCG8TanoJOAGLtRRr7 > .row .container { width:320px;height:525px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQnEfCmTEmen0spTy2vrN8JXZg62pN5x { width:307px;height:137px;top:94px;left:6.5px;text-align:left;text-align-last:left;font-size:13px;display:block; }#TQnEfCmTEmen0spTy2vrN8JXZg62pN5x li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wdP6OEmo/check.png); }
 }@media only screen and (max-width: 763px) { #w5JQ8CpFZ4wXgr2VdRTdwlCqBNFMOt4l { width:315px;height:84px;top:413px;left:5px;text-align:left;text-align-last:left;font-size:14px;display:block; }#w5JQ8CpFZ4wXgr2VdRTdwlCqBNFMOt4l li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wdP6OEmo/check.png); }
 }@media only screen and (max-width: 763px) { #nWk104w7rqwhFBUcMo4LGlZ9BTLGu9X2 { width:311px;height:67.1875px;top:327px;left:6px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WdGgPBzVrkHHdFOkcABHDx4Zo21Gr7zR { width:320px;height:33.7969px;top:33.09375px;left:1px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #TvfrBwpgFPb6y1CeFwkocZBnpTKSh9de { width:320px;height:33.7969px;top:265.1015625px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #yVJhFc6DTlFFhpRZlDBfZpICGuPJWU8P { width:320px;height:346px;top:517px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #fpWbTWaakRJyTqGkqqMpCw2M3MrfQZQU { width:320px;height:346px;top:883px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 { display:block; }#RhgZvyqOndQ2kQDmrCvKd19HgedSKkI6 > .row .container { width:320px;height:106px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToP1TZ0KKkwezsMZpIm8e57RTvihQX5a { width:215px;height:55px;top:20px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #gnxOwIcZavX5MqfVd3TlWchl6CkKwvRp { display:block; }
 }@media only screen and (max-width: 763px) { #DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR { display:block; }#DADK6WgJQlZ1xJJNdUymqUvk0dVzwGGR > .row .container { width:320px;height:103px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgt424UcrTb2cPuEh9dZhTcgp6CSZsr4 { width:300px;height:33.7969px;top:35px;left:10px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh { display:block; }#ERMPBhtsJaKzLzfEiikg2SJ5gOTSywhh > .row .container { width:320px;height:971px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIXbtnaKNOT8gyiycopOltxLf4SEf9fi { width:188px;height:227px;top:0px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #sVI39b7b1ONiETwAUIzumiJWc2NCwJUV { width:110px;height:110px;top:20px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #KMOG3LWXdhTBMB8nG6b02UWn3CwkGUH0 { width:164px;height:21px;top:155px;left:83px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vks9w0pfC4c5rhnvsoFVwUBOZUdpiqu7 { width:188px;height:227px;top:251px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #meSt3vyv2HgOGbiakR8f8lOosLMMFUa9 { width:164px;height:63px;top:391px;left:78px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DmwunffcTzd3XQ1mTty3Tb2R1NArBRsD { width:110px;height:110px;top:271px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #us6LOCHhDZiB5fFVCDGEq4NM8gu9K1TA { width:188px;height:227px;top:488px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #dpmIyAXqki9LoybiEmH2UM2bXBV4drXX { width:164px;height:63px;top:638px;left:78px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pLfthkT0GTxuWBJLHHBwbzZA4Js6yH2g { width:110px;height:110px;top:508px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #afKGlWTWolWETvlOKQuKL9gVcpoD5PpV { width:188px;height:227px;top:725px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #R7JARkWJJVqgDu2tX9OpanyhR8hbUina { width:164px;height:42px;top:865px;left:78px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Riyb8f0WEVUTOT8DV27EwxybCbJWaw1l { width:110px;height:110px;top:745px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #PXK5oTNrInXD0gLQQ0MdoWcJNdWRLSAE { width:42px;height:42px;top:54px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #srg2DeAxdGDm0x2t867y7kFgPVLXHQD2 { width:42px;height:42px;top:305px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #pZEyCVqBuNEtboeIbTVOZwOSbQUKAXZx { width:42px;height:42px;top:542px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #LbpZcXK3BULXy1ys7TUzr2tpUoIUzeZy { width:42px;height:42px;top:779px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP { display:block; }#S3Ug3MueQ6LThMhSdv3Fzvml0B81peCP > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNsGv8PFCRdCmg0BgSZOhNrB9uVp15VL { width:215px;height:55px;top:20px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #MgxkZlq8hJtQ2P9aBAsJUGNWf9DCo4AU { display:block; }
 }@media only screen and (max-width: 763px) { #WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh { display:block; }#WZPRN6ZiRd9M6GFhtVIv4QvLCkbdS5Qh > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF { display:block; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF { background-color: transparent; background-image: none; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container > .video-iframe-container { display: none; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row > .video-iframe-container { display: none; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .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); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF { border-width: 0; border-radius: 0; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container { width:320px;height:514px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c260f0a2-c8e5-468a-9054-c2ded732e43b/KartapodarunkowaszablonPrezentacja1.png");background-position:top right !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container.adaptive-delivery-prevent-bg, #vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container.lazyload, #vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #VMyR2MuTa5t3LKuSQTOOCwt6qGfOC2Jh { width:320px;height:32.5px;top:389px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #DRd0ryLLHkpOt37rAnpHNvznHcZyQ5Rx { width:300px;height:134.391px;top:171.296875px;left:10px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FBsPT6V3Qon3AUPWW5y799Ieo7rWgIJ2 { width:116px;height:32.5px;top:357px;left:102px;text-align:center;text-align-last:center;font-size:25px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VtPlgExdw7FMyutDoBarQyTAg0eLZXqC { width:320px;height:32.5px;top:426px;left:0px;text-align:center;text-align-last:center;font-size:25px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OTHgiSuafq8TJxxfHJMyJATWCNeM4mW0 { width:320px;height:26px;top:105px;left:0px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JcHz6BgNLN8nHlWMnmxcw9wwTXEMKOa7 { width:320px;height:36.3984px;top:72px;left:0px;text-align:left;text-align-last:left;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #U3kycKk4aWfmneWDS4kqhbft4orpCIfP { width:260px;height:1px;top:179px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row .container { background-color: transparent; background-image: none; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row .container > .video-iframe-container { display: none; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row > .video-iframe-container { display: none; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .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); }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row .container { border-width: 0; border-radius: 0; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHRPiOg2rb41aVZoaJMs3nFPFZsOsroL > .row .container { width:320px;height:211px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rT2cpCEMmOwTg1kLhDBsQ18SeiHEQJlL { left:2px;background-color:transparent;background-image:none;top:85px;width:317px;height:18.1953px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nbL6nL95MKHigTnrRSDD7tnL5dscQsm6 { left:111px;background-color:#ccd4db;background-image:none;top:122px;width:100px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #UD6hQrzxuThXBeMgiIPMsrmGWZndPpxz { display:flex;width:30px;height:30px;top:144px;left:82px; }
#UD6hQrzxuThXBeMgiIPMsrmGWZndPpxz > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #XzvVObA8zWRcT0PwXfTiucITR5w3oQ77 { display:flex;width:30px;height:30px;top:144px;left:146px; }
#XzvVObA8zWRcT0PwXfTiucITR5w3oQ77 > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #dbb7cpu0JsFaKopGQQFVqS1qVC2UmAxu { display:flex;width:30px;height:30px;top:144px;left:211px; }
#dbb7cpu0JsFaKopGQQFVqS1qVC2UmAxu > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #aR272Gy34h8InwUmuTVtSwsJ7GkASZSr { width:165px;height:27px;top:38px;left:78px;display:block; }
 }