.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;
} *:focus-visible, input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="tel"]:focus-visible, textarea:focus-visible { outline: 2px solid #ffffff; } @media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(13,45,89,0.35);background-image:url("https://images.assets-landingi.com/uc/731458b6-0be9-4cc4-bcde-8f30b2530c0e/FELG_DentKampaniaDlaMlodychDentystow_BACKGROUND_gray.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d9611333-e922-473e-9bf5-ed151f5b7a56/FELG_DentKampaniaDlaMlodychDentystow_MAIN_GFX.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:820px;width:1200px;overflow:visible;position:relative;display:block; }#Tx4OVsknrTCO6lU20VaHs58XhkW9KtEZ { color:#0d2d59;display:block;width:323px;position:absolute;font-family:rubik;font-size:48px;font-weight:700;z-index:14992;line-height:1.3;letter-spacing:0;top:175px;left:80px;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;display:block; }
#oTR78Ffzilf1v4loT4Qa3XodG3SXsJkZ { color:#0d2d59;display:block;width:320px;position:absolute;font-family:rubik;font-size:20px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:454.546875px;left:80px;height:130px;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; }
#voKIKom0W4Tb8NTfyrEsTDgft9RAqOBp { position:absolute;display:block;z-index:15010;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:144px;width:360px;top:0px;left:40px;overflow:hidden;display:block; }
#wdQQJ5UWgWrMSt85iGP0vutZyMrWTBmJ { background-color:#0d2d59;background-image:none;background-position:top left !important;background-repeat: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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;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:275px;height:50px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:654.1875px;left:79px;display:block; }
#t5TMOTQSneeuEavTDOgeKEeqMh5asv2H { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fg7H7SITnETLl5CicUbJ317CP4BuLlzh { position:absolute;display:block;z-index:14991;background-color:#0d2d59;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:126px;width:344px;top:298px;left:65px;display:block; }
#zQSK1PIVXRNSeXyVFVkNUApxZZot8Hfv { color:#0d2d59;display:block;width:434px;position:absolute;font-family:rubik;font-size:24px;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:15px;left:440px;height:57.5938px;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; }
#mAospccxrfgrClP1BWqST2GoxZ9ATK8D { color:#0d2d59;display:block;width:546px;position:absolute;font-family:rubik;font-size:20px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:81.796875px;left:440px;height:48px;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; }
#Jrp4fyfa9peekOcpUTDg94xWRitrT9ko { position:absolute;display:block;z-index:14989;background-color:#e60039;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:80px;width:180px;top:710px;left:786px;display:block; }
#hF6xgcasDsFrOtW5N11QQzB16Qbk9v9u { color:#ffffff;display:block;width:180px;position:absolute;font-family:rubik;font-size:16px;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:720px;left:786px;height:19.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;text-align:center;text-align-last:center;display:block; }
#aZU1sRfBS99MvEmX72o9soZFW9u9GADA { color:#ffffff;display:block;width:180px;position:absolute;font-family:rubik;font-size:36px;font-weight:400;z-index:14990;line-height:1.2;letter-spacing:0;top:737px;left:786px;height:43.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;text-align:center;text-align-last:center;display:block; }
#OiaKhDQ2fNNL4uPa8uhxwVnLDrrmTSNM { color:#ffffff;display:block;width:20px;position:absolute;font-family:rubik;font-size:14px;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:742.59375px;left:943px;height:16.7969px;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;text-align:left;text-align-last:left;display:block; }
#vraf1OX4n7k6FZh0UaA7gcpgiF5Gw3I2 { color:#ffffff;display:block;width:308px;position:absolute;font-family:rubik;font-size:16px;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:660px;left:722px;height:38.375px;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;text-align:center;text-align-last:center;display:block; }
#vivsDS6yKpvTOx2wngADVue5aayZMFMe { color:#0d2d59;display:block;width:10px;position:absolute;font-family:rubik;font-size:10px;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:769px;left:80px;height:10px;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; }
#bFaFqR6bAagCvyhPrruIZx0EuMNchH0x { color:#0d2d59;display:block;width:200px;position:absolute;font-family:rubik;font-size:10px;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:790px;left:90px;height:20px;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; }
#O2DRweVvggmuAKi3NFyJXHM9Cn9eDbxH { color:#0d2d59;display:block;width:206px;position:absolute;font-family:rubik;font-size:10px;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:769px;left:90px;height:20px;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; }
#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(13,45,89,0.35);background-image:url("https://images.assets-landingi.com/uc/c269280e-6427-44c5-b3b3-d14818f09523/FELG_DentKampaniaDlaMlodychDentystow_BACKGROUND_blue.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P.adaptive-delivery-prevent-bg, #oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P.lazyload, #oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P.lazyloading { background-image: none; }#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P > .row .container { background-color: transparent; background-image: none; }#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P > .row .container > .video-iframe-container { display: none; }#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P > .row > .video-iframe-container { display: none; }#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P > .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); }#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P > .row .container { border-width: 0; border-radius: 0; }#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#HauZvfkdcdxVzV3CdEKOz3OoTeZzKgra { color:#ffffff;display:block;width:600px;position:absolute;font-family:rubik;font-size:48px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.625px;left:300px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CzaXsGw769AuSS12EGZ4amUpbkNURoxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(13,45,89,0.35);background-image:url("https://images.assets-landingi.com/uc/c269280e-6427-44c5-b3b3-d14818f09523/FELG_DentKampaniaDlaMlodychDentystow_BACKGROUND_blue.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#CzaXsGw769AuSS12EGZ4amUpbkNURoxn.adaptive-delivery-prevent-bg, #CzaXsGw769AuSS12EGZ4amUpbkNURoxn.lazyload, #CzaXsGw769AuSS12EGZ4amUpbkNURoxn.lazyloading { background-image: none; }#CzaXsGw769AuSS12EGZ4amUpbkNURoxn > .row .container { background-color: transparent; background-image: none; }#CzaXsGw769AuSS12EGZ4amUpbkNURoxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzaXsGw769AuSS12EGZ4amUpbkNURoxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzaXsGw769AuSS12EGZ4amUpbkNURoxn > .row .container > .video-iframe-container { display: none; }#CzaXsGw769AuSS12EGZ4amUpbkNURoxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzaXsGw769AuSS12EGZ4amUpbkNURoxn > .row > .video-iframe-container { display: none; }#CzaXsGw769AuSS12EGZ4amUpbkNURoxn > .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); }#CzaXsGw769AuSS12EGZ4amUpbkNURoxn > .row .container { border-width: 0; border-radius: 0; }#CzaXsGw769AuSS12EGZ4amUpbkNURoxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CzaXsGw769AuSS12EGZ4amUpbkNURoxn > .row .container { font-size:14px;font-family:arial;height:360px;width:1200px;position:relative;display:block; }#gKCk7ohANv04ttxRu3t8lt3aOVnWZobB { color:#ffffff;display:block;width:220px;position:absolute;font-family:rubik;font-size:14px;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:241.88751220703px;left:40px;height:44.7812px;text-align:center;text-align-last:center;display:block; }
#uITtABSM1UTeHUwGxC9qTlEe9G2UESqK { color:#ffffff;display:block;width:145px;position:absolute;font-family:rubik;font-size:18px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:128.80001831055px;left:77px;height:27px;text-align:center;text-align-last:center;display:block; }
#Qz8JsP4ORQqib4593M3qVMnKOwsJ2hyZ { color:#0d2d59;display:block;width:180px;position:absolute;font-family:rubik;font-size:50px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:157.5px;left:360px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxK1DtiNot7yzn0vLUKBWAr2a79O5qAE { color:#ffffff;display:block;width:145px;position:absolute;font-family:rubik;font-size:18px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:128.80001831055px;left:377px;height:27px;text-align:center;text-align-last:center;display:block; }
#Ztdub2pkSt0387baEKtQix8XmeTKGKzA { color:#ffffff;display:block;width:207px;position:absolute;font-family:rubik;font-size:14px;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:241.88751220703px;left:346px;height:44.7812px;text-align:center;text-align-last:center;display:block; }
#GfFUvEmorPtwpmpHJeBqaTlPzal9r2QC { color:#ffffff;display:block;width:145px;position:absolute;font-family:rubik;font-size:18px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:128.80001831055px;left:677px;height:27px;text-align:center;text-align-last:center;display:block; }
#blEp2Pg8BVKRXzQC5tMBsK7TsAz8wK3r { color:#ffffff;display:block;width:207px;position:absolute;font-family:rubik;font-size:14px;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:241.88751220703px;left:646px;height:44.7812px;text-align:center;text-align-last:center;display:block; }
#riQbE34gfatyWy0IaNpVo6sZUZzWpEbZ { color:#ffffff;display:block;width:145px;position:absolute;font-family:rubik;font-size:18px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:128.80001831055px;left:977px;height:27px;text-align:center;text-align-last:center;display:block; }
#A4adrbba26ydhXbtdTU66dXkPzhKNlK6 { color:#0d2d59;display:block;width:180px;position:absolute;font-family:rubik;font-size:50px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:157.5px;left:960px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXQXS5n3crJ96dNFLTDNlZpTGwkJUEM1 { color:#ffffff;display:block;width:191px;position:absolute;font-family:rubik;font-size:14px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:241.88751220703px;left:954px;height:67.1719px;text-align:center;text-align-last:center;display:block; }
#usFeOeMc7I6IOUxf4LSvgaak7PuWOziH { position:absolute;display:block;z-index:14990;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:70px;width:160px;top:155px;left:70px;display:block; }
#K8M398elU1yllp1qnEblKgSVhoy4l2hl { position:absolute;display:block;z-index:14994;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:70px;width:190px;top:155px;left:355px;display:block; }
#RftInwBW4n82CNtaJOPB0ckTq7hkvOZ5 { position:absolute;display:block;z-index:14992;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:70px;width:190px;top:155px;left:655px;display:block; }
#OEKbWxAn5Zh4AqNZdIbNWxCmONi8qSAV { position:absolute;display:block;z-index:14993;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:70px;width:200px;top:155px;left:950px;display:block; }
#EWNdwArFt2w6AF0R45cnu6hBqSQCrdVl { color:#0d2d59;display:block;width:180px;position:absolute;font-family:rubik;font-size:50px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:157.5px;left:660px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DquTJ3agKzGrTQdf7QJi7OaFONQe0HHt { color:#0d2d59;display:block;width:180px;position:absolute;font-family:rubik;font-size:50px;font-weight:700;z-index:14991;line-height:1.3;letter-spacing:0;top:157.5px;left:60px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQHNGLuemf96ZtgtmIrPs2ZhHCoc05wL { 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:80px;width:80px;top:25px;left:110px;overflow:hidden;display:block; }
#qIxwCnfhFn1tFiRcI1FKMgzmwCTqBdIv { position:absolute;display:block;z-index:15009;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:80px;width:80px;top:25px;left:410px;overflow:hidden;display:block; }
#rpoB4T7z91tQTGRIcLAQlfbnBKiur3uH { position:absolute;display:block;z-index:15010;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:80px;width:80px;top:25px;left:710px;overflow:hidden;display:block; }
#dVDkTlqpN8ihNHpXOP6oKvBmcvl3MO7Q { position:absolute;display:block;z-index:15011;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:80px;width:80px;top:25px;left:1010px;overflow:hidden;display:block; }
#ofO5nQcbJKoK3v3uHXg7KPAkuzJeGV9A { color:#ffffff;display:block;width:300px;position:absolute;font-family:rubik;font-size:32px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.200012207031px;left:0px;height:41.6px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rFpvSg7RIzNqMel5kw6P3xW3e3Ku5NML { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:.6;top:330px;left:1170px; }
#rFpvSg7RIzNqMel5kw6P3xW3e3Ku5NML > img { max-width: 100%;max-height:100%; width:20px; height:20px; }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(45,155,230,0.5);background-image:url("https://images.assets-landingi.com/uc/9f71edbc-f022-4a06-a91d-b5c70a1d3710/background_IPL.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8.adaptive-delivery-prevent-bg, #a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8.lazyload, #a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8.lazyloading { background-image: none; }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 > .row .container { background-color: transparent; background-image: none; }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 > .row .container > .video-iframe-container { display: none; }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 > .row > .video-iframe-container { display: none; }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 > .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); }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 > .row .container { border-width: 0; border-radius: 0; }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#W9NoVDXB9T2bb3eEKTpo01cKRT9789cx { color:#ffffff;display:block;width:800px;position:absolute;font-family:rubik;font-size:48px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.625px;left:200px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE { position:relative;display:block; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE { background-color: transparent; background-image: none; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row .container > .video-iframe-container { display: none; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row > .video-iframe-container { display: none; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .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); }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE { border-width: 0; border-radius: 0; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .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; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:710px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#onfJZ5ALv5ZRu01NO7NUnCr3qNGzfANT { color:#ffffff;display:block;width:220px;position:absolute;font-family:rubik;font-size:16px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 20px #000000;top:170px;left:340px;height:202px;font-style:normal;text-align:left;text-align-last:left;display:block; }#onfJZ5ALv5ZRu01NO7NUnCr3qNGzfANT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#onfJZ5ALv5ZRu01NO7NUnCr3qNGzfANT li:before{  }
#FyQNZeuhgxE7qKfZe8XUiBixUCXBLf26 { position:absolute;display:block;z-index:14988;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 75px rgba(0,0,0,0.25) ;height:140px;width:220px;top:10px;left:340px;display:block; }
#GkeeU6Naiv2rd3Bwvh8Rx3Vl2y66MvKn { color:#0d2d59;display:block;width:220px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:14989;line-height:1.4;letter-spacing:0;top:38px;left:340px;height:84px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sJd2p5XgbIsRSPn8VkKXs642aPaffR8D { position:absolute;display:block;z-index:14989;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 75px rgba(0,0,0,0.25) ;height:140px;width:220px;top:10px;left:640px;display:block; }
#oQic961lNA9ZSrX1BTS0DKElyTsJfrFr { color:#0d2d59;display:block;width:220px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:38px;left:640px;height:84px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TeWXkIDpZi6JapJ6T9HqFnP6t6fFU8gP { color:#ffffff;display:block;width:220px;position:absolute;font-family:rubik;font-size:16px;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 20px #000000;top:170px;left:640px;height:303px;font-style:normal;text-align:left;text-align-last:left;display:block; }#TeWXkIDpZi6JapJ6T9HqFnP6t6fFU8gP li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TeWXkIDpZi6JapJ6T9HqFnP6t6fFU8gP li:before{  }
#CP4vq5Nptye5U9DEdhQKFu0t5IMwohtq { position:absolute;display:block;z-index:14990;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 75px rgba(0,0,0,0.25) ;height:140px;width:220px;top:10px;left:940px;display:block; }
#q2yWAAOsAuEDaLEkAC0Bd5HVvC7CnXtB { color:#0d2d59;display:block;width:200px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:24px;left:950px;height:112px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xZcIOPqrOhwHgVMszS631Wk3Rn270tpx { color:#ffffff;display:block;width:220px;position:absolute;font-family:rubik;font-size:16px;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 25px #000000;top:170px;left:940px;height:226px;font-style:normal;text-align:left;text-align-last:left;display:block; }#xZcIOPqrOhwHgVMszS631Wk3Rn270tpx li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#xZcIOPqrOhwHgVMszS631Wk3Rn270tpx li:before{  }
#JbygBB7dQAmXABDHlXEPqSHkMU5c2Bb6 { position:absolute;display:block;z-index:14989;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 75px rgba(0,0,0,0.25) ;height:140px;width:220px;top:10px;left:40px;display:block; }
#oTUBfr1Iuiy1VELAxFML8d9lxFBAeVaw { color:#0d2d59;display:block;width:190px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:14990;line-height:1.4;letter-spacing:0;top:38px;left:55px;height:84px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XJbaCgHvthanOBaqwBSX485oOzwidm6x { color:#ffffff;display:block;width:220px;position:absolute;font-family:rubik;font-size:16px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 20px #000000;top:170px;left:40px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#XJbaCgHvthanOBaqwBSX485oOzwidm6x li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#XJbaCgHvthanOBaqwBSX485oOzwidm6x li:before{  }
#y9Qn3H9JPnMTHw3kz7xKzTdxfslzcHLO { color:#0d2d59;display:block;width:300px;position:absolute;font-family:rubik;font-size:32px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:54px;left:0px;height:41.6px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TWJrylf0XuxAMJH8MGQU2ncxyDwURqgc { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:.6;top:680px;left:1170px; }
#TWJrylf0XuxAMJH8MGQU2ncxyDwURqgc > img { max-width: 100%;max-height:100%; width:20px; height:20px; }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(45,155,230,0.5);background-image:url("https://images.assets-landingi.com/uc/c269280e-6427-44c5-b3b3-d14818f09523/FELG_DentKampaniaDlaMlodychDentystow_BACKGROUND_blue.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b.adaptive-delivery-prevent-bg, #iwG3OOhB43mwudrVL6HARTnmMW9lFx7b.lazyload, #iwG3OOhB43mwudrVL6HARTnmMW9lFx7b.lazyloading { background-image: none; }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b > .row .container { background-color: transparent; background-image: none; }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b > .row .container > .video-iframe-container { display: none; }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b > .row > .video-iframe-container { display: none; }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b > .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); }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b > .row .container { border-width: 0; border-radius: 0; }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#DPQ3vvUm9RyNmIlkiarynX6E4lfGwuQC { color:#ffffff;display:block;width:880px;position:absolute;font-family:rubik;font-size:48px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.625px;left:160px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N7XSaiT89QyRCI42cZdMs6ycks28GRuP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c269280e-6427-44c5-b3b3-d14818f09523/FELG_DentKampaniaDlaMlodychDentystow_BACKGROUND_blue.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#N7XSaiT89QyRCI42cZdMs6ycks28GRuP.adaptive-delivery-prevent-bg, #N7XSaiT89QyRCI42cZdMs6ycks28GRuP.lazyload, #N7XSaiT89QyRCI42cZdMs6ycks28GRuP.lazyloading { background-image: none; }#N7XSaiT89QyRCI42cZdMs6ycks28GRuP > .row .container { background-color: transparent; background-image: none; }#N7XSaiT89QyRCI42cZdMs6ycks28GRuP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7XSaiT89QyRCI42cZdMs6ycks28GRuP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7XSaiT89QyRCI42cZdMs6ycks28GRuP > .row .container > .video-iframe-container { display: none; }#N7XSaiT89QyRCI42cZdMs6ycks28GRuP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7XSaiT89QyRCI42cZdMs6ycks28GRuP > .row > .video-iframe-container { display: none; }#N7XSaiT89QyRCI42cZdMs6ycks28GRuP > .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); }#N7XSaiT89QyRCI42cZdMs6ycks28GRuP > .row .container { border-width: 0; border-radius: 0; }#N7XSaiT89QyRCI42cZdMs6ycks28GRuP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7XSaiT89QyRCI42cZdMs6ycks28GRuP > .row .container { font-size:14px;font-family:arial;height:580px;width:1200px;position:relative;display:block; }#vunmorNBuQwv7G0vT4QG6qMt5dBuTuPr { position:absolute;display:block;z-index:15059;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:400px;width:300px;top:50px;left:220px;overflow:hidden;display:block; }
#piSkDXLpk8JenKwzeUeUt7LQrDgXXsHI { color:#ffffff;display:block;width:407px;position:absolute;font-family:rubik;font-size:18px;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:301px;left:570px;height:61.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xvbzUolXOwTXJtLSbnci8IaAy65GZPk5 { color:#ffffff;display:block;width:409px;position:absolute;font-family:rubik;font-size:50px;font-weight:700;z-index:15001;line-height:1.25;letter-spacing:0;top:126px;left:570px;height:125px;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;text-align:left;text-align-last:left;display:block; }
#T9rtXrxTaTcAbDWEUxhfhf5yzZsnUc0d { color:#ffffff;display:block;width:450px;position:absolute;font-family:rubik;font-size:32px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:413px;left:570px;height:41.5938px;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; }
#lP3TW3JkGN3yivMukN4nKQH81GJMxcmC { color:#0d2d59;display:block;width:300px;position:absolute;font-family:rubik;font-size:23px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:470px;left:220px;height:29.8906px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uEtwydZqAkmO0qiJ08o7gcZkVlIbTB2C { position:absolute;display:block;z-index:15023;background-color:#0d2d59;background-image:none;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:2px;width:124px;top:509.875px;left:308px;display:block; }
#DMGwKhhODEBN05cufqQrspOz9rQ7LzBT { box-sizing:content-box;height:500px;width:320px;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:40px;left:210px;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;border-top-left-radius:30px;display:block; }
#ukTBAnQZqAvSmbfOinedHES0FCaMzCiy { color:#0d2d59;display:block;width:300px;position:absolute;font-family:rubik;font-size:32px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:54px;left:0px;height:41.6px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ctUA0ShwxENUGksWQWptTaZ3c4qxwev9 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#0d2d59;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:270px;height:50px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:155px;left:65px;display:none; }
#bqhWQ6PqbG3eqgFoxy4aQdi93kGVuqdT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#E9uTl3IxuVZrJAGeCXnBoUAkVT3hZlxg { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:168px;left:105px;display:none; }
#dGWFFdTqaSSeao9zWD2aIqbE7lpwpb6E { color:#ffffff;display:block;width:270px;position:absolute;font-family:rubik;font-size:32px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:61.5625px;left:65px;height:41.5938px;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;text-align:center;text-align-last:center;display:none; }
#Abuh5l2LqH8T7DqFQ7mNKDn3f90t9QnU { color:#ffffff;display:block;width:270px;position:absolute;font-family:rubik;font-size:32px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:40.78125px;left:465px;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;text-align:center;text-align-last:center;display:none; }
#xklM7TBelcNTdHeHoXOMuTTLTyKPHih7 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#0d2d59;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:270px;height:50px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:156px;left:465px;display:none; }
#aOqyot15mbBubpfuuUXluCRVEKXnm2lA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HBCFeFpTuNvtKPbew8AdUGKp6T5PNIbc { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#0d2d59;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:270px;height:50px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:155px;left:865px;display:none; }
#RtfaTLAWswXdTI9gs6QUKtPCEpJIav1o { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JPMW4rEGv6nE4CFLkbmbM2qXNlsrkzBo { color:#ffffff;display:block;width:270px;position:absolute;font-family:rubik;font-size:32px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20px;left:865px;height:124.781px;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;text-align:center;text-align-last:center;display:none; }
#p2m7wTQimuTRszMtNXCtXsaSI9L1C110 { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:.6;top:270px;left:1170px;display:none; }
#p2m7wTQimuTRszMtNXCtXsaSI9L1C110 > img { max-width: 100%;max-height:100%; width:20px; height:20px; }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c269280e-6427-44c5-b3b3-d14818f09523/FELG_DentKampaniaDlaMlodychDentystow_BACKGROUND_blue.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss.adaptive-delivery-prevent-bg, #oXKnFMqlhszy30zFJzcZHG5qCpNGkVss.lazyload, #oXKnFMqlhszy30zFJzcZHG5qCpNGkVss.lazyloading { background-image: none; }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss > .row .container { background-color: transparent; background-image: none; }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss > .row .container > .video-iframe-container { display: none; }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss > .row > .video-iframe-container { display: none; }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss > .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); }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss > .row .container { border-width: 0; border-radius: 0; }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#la7V43tPKTtevqAi8PfwZCfRWTh9yxgC { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#0d2d59;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:270px;height:50px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:155px;left:65px;display:block; }
#wTzhWI2MU2no4tmVvEMBMDTXv5uCOE9O { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GihZi34yM2TtrHmwBW1vD4oDXkDT9huP { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:168px;left:105px; }
#hQ6WGHCCFA6QxgHo55I8THnZg4VqMnZo { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#0d2d59;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:270px;height:50px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:156px;left:465px;display:block; }
#SpwLsTkTRd73raTfemWAWeeKRB4FykFD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PzGJKzXf3Pxb7nGykfXFX9vho8k1NtHo { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#0d2d59;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:270px;height:50px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:155px;left:865px;display:block; }
#MOgtrH96qW4af9FOTJXy5G3P1T4v8s1m { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#T2iC3B1rMuVdAvgUt8BAzIH2pc1QQwR5 { color:#ffffff;display:block;width:270px;position:absolute;font-family:rubik;font-size:32px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:61.5625px;left:65px;height:41.5938px;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;text-align:center;text-align-last:center;display:block; }
#KAZd6EG88Fm40kfiOsGf3rV5st7aZwec { color:#ffffff;display:block;width:270px;position:absolute;font-family:rubik;font-size:32px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:40.78125px;left:465px;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;text-align:center;text-align-last:center;display:block; }
#Qr2ZTo2nh6JTcKif5Chc1xnL09PLiT7L { color:#ffffff;display:block;width:270px;position:absolute;font-family:rubik;font-size:32px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20px;left:865px;height:124.781px;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;text-align:center;text-align-last:center;display:block; }
#AOpwtNC0Vx1RT7DVlFrPT9l8QT0ETCCF { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:.6;top:270px;left:1170px; }
#AOpwtNC0Vx1RT7DVlFrPT9l8QT0ETCCF > img { max-width: 100%;max-height:100%; width:20px; height:20px; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(13,45,89,0.35);background-image:url("https://images.assets-landingi.com/uc/731458b6-0be9-4cc4-bcde-8f30b2530c0e/FELG_DentKampaniaDlaMlodychDentystow_BACKGROUND_gray.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.adaptive-delivery-prevent-bg, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyload, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyloading { background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { background-color: transparent; background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .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); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { border-width: 0; border-radius: 0; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { font-size:14px;font-family:arial;height:600px;width:1200px;position:relative;display:block; }#rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { color:#ffffff;display:block;width:452px;position:absolute;font-family:rubik;font-size:32px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:50px;left:80px;height:124.781px;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; }
#WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { color:#ffffff;display:block;width:407px;position:absolute;font-family:rubik;font-size:18px;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:349.765625px;left:80px;height:91.7814px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KQa8umOG6zydmIBI6A6ewPFxiq7pK1qK { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#0d2d59;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:300px;height:50px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:466.80004882812px;left:450px;display:block; }
#xdfMcpOuxqqArpuTwWsnObRM0fBsgshg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SJwnz5WuRpzfePThdETV0GIFelrPQRuQ { color:#ffffff;display:block;width:526px;position:absolute;font-family:rubik;font-size:60px;font-weight:700;z-index:14998;line-height:1.25;letter-spacing:0;top:224.765625px;left:80px;height:75px;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;text-align:left;text-align-last:left;display:block; }
#cc986r2S4IObe2OAOnIZdmN7qKHntB05 { position:absolute;display:block;z-index:15017;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:215px;width:440px;top:215.03125px;left:680px;overflow:hidden;display:block; }
#TTb8tyFF1LNaEZfmsC0UUOTsBTbEelPa { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:.6;top:570px;left:1170px; }
#TTb8tyFF1LNaEZfmsC0UUOTsBTbEelPa > img { max-width: 100%;max-height:100%; width:20px; height:20px; }#b54QKclttNo9ob4Mz6yXup6i8KR83suI { background-color:rgba(0,0,0,0.65);background-image:url("https://images.assets-landingi.com/uc/c269280e-6427-44c5-b3b3-d14818f09523/FELG_DentKampaniaDlaMlodychDentystow_BACKGROUND_blue.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#b54QKclttNo9ob4Mz6yXup6i8KR83suI.adaptive-delivery-prevent-bg, #b54QKclttNo9ob4Mz6yXup6i8KR83suI.lazyload, #b54QKclttNo9ob4Mz6yXup6i8KR83suI.lazyloading { background-image: none; }#aee3f7eee63f2c31e0113ca0c5eb6b3b.widget-smartsection { background-color:rgba(0,0,0,0.65);background-image:url("https://images.assets-landingi.com/uc/c269280e-6427-44c5-b3b3-d14818f09523/FELG_DentKampaniaDlaMlodychDentystow_BACKGROUND_blue.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aee3f7eee63f2c31e0113ca0c5eb6b3b.widget-smartsection.adaptive-delivery-prevent-bg, #aee3f7eee63f2c31e0113ca0c5eb6b3b.widget-smartsection.lazyload, #aee3f7eee63f2c31e0113ca0c5eb6b3b.widget-smartsection.lazyloading { background-image: none; }#b54QKclttNo9ob4Mz6yXup6i8KR83suI > .row .container { background-color: transparent; background-image: none; }#b54QKclttNo9ob4Mz6yXup6i8KR83suI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b54QKclttNo9ob4Mz6yXup6i8KR83suI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b54QKclttNo9ob4Mz6yXup6i8KR83suI > .row .container > .video-iframe-container { display: none; }#b54QKclttNo9ob4Mz6yXup6i8KR83suI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b54QKclttNo9ob4Mz6yXup6i8KR83suI > .row > .video-iframe-container { display: none; }#b54QKclttNo9ob4Mz6yXup6i8KR83suI > .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); }#b54QKclttNo9ob4Mz6yXup6i8KR83suI > .row .container { border-width: 0; border-radius: 0; }#b54QKclttNo9ob4Mz6yXup6i8KR83suI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#b54QKclttNo9ob4Mz6yXup6i8KR83suI > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx4OVsknrTCO6lU20VaHs58XhkW9KtEZ { width:323px;height:;top:175px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #oTR78Ffzilf1v4loT4Qa3XodG3SXsJkZ { width:320px;height:130px;top:454px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #voKIKom0W4Tb8NTfyrEsTDgft9RAqOBp { top:0px;left:0px;width:360px;height:144px;display:block; }
 }@media only screen and (max-width: 763px) { #wdQQJ5UWgWrMSt85iGP0vutZyMrWTBmJ { width:275px;height:50px;top:654px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #t5TMOTQSneeuEavTDOgeKEeqMh5asv2H { display:block; }
 }@media only screen and (max-width: 763px) { #fg7H7SITnETLl5CicUbJ317CP4BuLlzh { top:298px;left:0px;width:344px;height:126px;display:block; }
 }@media only screen and (max-width: 763px) { #zQSK1PIVXRNSeXyVFVkNUApxZZot8Hfv { width:434px;height:58px;top:15px;left:222px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mAospccxrfgrClP1BWqST2GoxZ9ATK8D { width:546px;height:;top:81px;left:218px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Jrp4fyfa9peekOcpUTDg94xWRitrT9ko { top:710px;left:568px;width:180px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #hF6xgcasDsFrOtW5N11QQzB16Qbk9v9u { width:180px;height:19px;top:720px;left:568px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #aZU1sRfBS99MvEmX72o9soZFW9u9GADA { width:180px;height:43px;top:737px;left:568px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #OiaKhDQ2fNNL4uPa8uhxwVnLDrrmTSNM { width:20px;height:16px;top:742px;left:725px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vraf1OX4n7k6FZh0UaA7gcpgiF5Gw3I2 { width:308px;height:38px;top:660px;left:456px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vivsDS6yKpvTOx2wngADVue5aayZMFMe { width:10px;height:10px;top:769px;left:0px;font-size:7px;display:block; }
 }@media only screen and (max-width: 763px) { #bFaFqR6bAagCvyhPrruIZx0EuMNchH0x { width:200px;height:20px;top:790px;left:0px;font-size:7px;display:block; }
 }@media only screen and (max-width: 763px) { #O2DRweVvggmuAKi3NFyJXHM9Cn9eDbxH { width:206px;height:20px;top:769px;left:0px;font-size:7px;display:block; }
 }@media only screen and (max-width: 763px) { #oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P { display:block; }#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HauZvfkdcdxVzV3CdEKOz3OoTeZzKgra { width:600px;height:62px;top:37px;left:82px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #CzaXsGw769AuSS12EGZ4amUpbkNURoxn { display:block; }#CzaXsGw769AuSS12EGZ4amUpbkNURoxn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKCk7ohANv04ttxRu3t8lt3aOVnWZobB { width:220px;height:44px;top:241px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uITtABSM1UTeHUwGxC9qTlEe9G2UESqK { width:145px;height:27px;top:128px;left:22.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Qz8JsP4ORQqib4593M3qVMnKOwsJ2hyZ { width:180px;height:65px;top:157px;left:196.5px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #DxK1DtiNot7yzn0vLUKBWAr2a79O5qAE { width:145px;height:27px;top:128px;left:213.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ztdub2pkSt0387baEKtQix8XmeTKGKzA { width:207px;height:44px;top:241px;left:175px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GfFUvEmorPtwpmpHJeBqaTlPzal9r2QC { width:145px;height:27px;top:128px;left:404.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #blEp2Pg8BVKRXzQC5tMBsK7TsAz8wK3r { width:207px;height:44px;top:241px;left:366px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #riQbE34gfatyWy0IaNpVo6sZUZzWpEbZ { width:145px;height:27px;top:128px;left:595.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A4adrbba26ydhXbtdTU66dXkPzhKNlK6 { width:180px;height:65px;top:157px;left:578.5px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #TXQXS5n3crJ96dNFLTDNlZpTGwkJUEM1 { width:191px;height:67px;top:241px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #usFeOeMc7I6IOUxf4LSvgaak7PuWOziH { top:155px;left:15.5px;width:160px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #K8M398elU1yllp1qnEblKgSVhoy4l2hl { top:155px;left:191.5px;width:190px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #RftInwBW4n82CNtaJOPB0ckTq7hkvOZ5 { top:155px;left:382.5px;width:190px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #OEKbWxAn5Zh4AqNZdIbNWxCmONi8qSAV { top:155px;left:564px;width:200px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #EWNdwArFt2w6AF0R45cnu6hBqSQCrdVl { width:180px;height:65px;top:157px;left:387.5px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #DquTJ3agKzGrTQdf7QJi7OaFONQe0HHt { width:180px;height:65px;top:157px;left:5.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LQHNGLuemf96ZtgtmIrPs2ZhHCoc05wL { top:25px;left:55.5px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #qIxwCnfhFn1tFiRcI1FKMgzmwCTqBdIv { top:25px;left:246.5px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #rpoB4T7z91tQTGRIcLAQlfbnBKiur3uH { top:25px;left:437.5px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #dVDkTlqpN8ihNHpXOP6oKvBmcvl3MO7Q { top:25px;left:628.5px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #ofO5nQcbJKoK3v3uHXg7KPAkuzJeGV9A { width:320px;height:;top:20px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #rFpvSg7RIzNqMel5kw6P3xW3e3Ku5NML { top:330px;left:744px;width:20px;height:20px;display:block; }
#rFpvSg7RIzNqMel5kw6P3xW3e3Ku5NML > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 { display:block; }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9NoVDXB9T2bb3eEKTpo01cKRT9789cx { width:764px;height:62px;top:37px;left:0px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE { display:block; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onfJZ5ALv5ZRu01NO7NUnCr3qNGzfANT { width:220px;height:202px;top:170px;left:162px;font-size:12px;display:block; }#onfJZ5ALv5ZRu01NO7NUnCr3qNGzfANT li:before{  }
 }@media only screen and (max-width: 763px) { #FyQNZeuhgxE7qKfZe8XUiBixUCXBLf26 { top:10px;left:162px;width:220px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #GkeeU6Naiv2rd3Bwvh8Rx3Vl2y66MvKn { width:220px;height:84px;top:38px;left:162px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sJd2p5XgbIsRSPn8VkKXs642aPaffR8D { top:10px;left:353px;width:220px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #oQic961lNA9ZSrX1BTS0DKElyTsJfrFr { width:220px;height:84px;top:38px;left:353px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TeWXkIDpZi6JapJ6T9HqFnP6t6fFU8gP { width:220px;height:303px;top:170px;left:353px;font-size:12px;display:block; }#TeWXkIDpZi6JapJ6T9HqFnP6t6fFU8gP li:before{  }
 }@media only screen and (max-width: 763px) { #CP4vq5Nptye5U9DEdhQKFu0t5IMwohtq { top:10px;left:544px;width:220px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #q2yWAAOsAuEDaLEkAC0Bd5HVvC7CnXtB { width:200px;height:112px;top:24px;left:564px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xZcIOPqrOhwHgVMszS631Wk3Rn270tpx { width:220px;height:226px;top:170px;left:544px;font-size:12px;display:block; }#xZcIOPqrOhwHgVMszS631Wk3Rn270tpx li:before{  }
 }@media only screen and (max-width: 763px) { #JbygBB7dQAmXABDHlXEPqSHkMU5c2Bb6 { top:10px;left:0px;width:220px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #oTUBfr1Iuiy1VELAxFML8d9lxFBAeVaw { width:190px;height:84px;top:38px;left:0.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XJbaCgHvthanOBaqwBSX485oOzwidm6x { width:220px;height:;top:170px;left:0px;font-size:12px;display:block; }#XJbaCgHvthanOBaqwBSX485oOzwidm6x li:before{  }
 }@media only screen and (max-width: 763px) { #y9Qn3H9JPnMTHw3kz7xKzTdxfslzcHLO { width:320px;height:;top:54px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #TWJrylf0XuxAMJH8MGQU2ncxyDwURqgc { top:680px;left:744px;width:20px;height:20px;display:block; }
#TWJrylf0XuxAMJH8MGQU2ncxyDwURqgc > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #iwG3OOhB43mwudrVL6HARTnmMW9lFx7b { display:block; }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPQ3vvUm9RyNmIlkiarynX6E4lfGwuQC { width:764px;height:62px;top:37px;left:0px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #N7XSaiT89QyRCI42cZdMs6ycks28GRuP { display:block; }#N7XSaiT89QyRCI42cZdMs6ycks28GRuP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vunmorNBuQwv7G0vT4QG6qMt5dBuTuPr { top:50px;left:2px;width:300px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #piSkDXLpk8JenKwzeUeUt7LQrDgXXsHI { width:407px;height:61px;top:301px;left:352px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xvbzUolXOwTXJtLSbnci8IaAy65GZPk5 { width:409px;height:125px;top:126px;left:352px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #T9rtXrxTaTcAbDWEUxhfhf5yzZsnUc0d { width:450px;height:41px;top:413px;left:314px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lP3TW3JkGN3yivMukN4nKQH81GJMxcmC { width:300px;height:29px;top:470px;left:2px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #uEtwydZqAkmO0qiJ08o7gcZkVlIbTB2C { width:124px;height:2px;top:509px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #DMGwKhhODEBN05cufqQrspOz9rQ7LzBT { top:40px;left:0px;width:320px;height:500px;display:block; }
 }@media only screen and (max-width: 763px) { #ukTBAnQZqAvSmbfOinedHES0FCaMzCiy { width:320px;height:;top:20px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #ctUA0ShwxENUGksWQWptTaZ3c4qxwev9 { width:270px;height:50px;top:155px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #bqhWQ6PqbG3eqgFoxy4aQdi93kGVuqdT { display:block; }
 }@media only screen and (max-width: 763px) { #E9uTl3IxuVZrJAGeCXnBoUAkVT3hZlxg { top:168px;left:32px;width:25px;height:25px;display:none; }
 }@media only screen and (max-width: 763px) { #dGWFFdTqaSSeao9zWD2aIqbE7lpwpb6E { width:270px;height:41px;top:61px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #Abuh5l2LqH8T7DqFQ7mNKDn3f90t9QnU { width:270px;height:83px;top:40px;left:238px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #xklM7TBelcNTdHeHoXOMuTTLTyKPHih7 { width:270px;height:50px;top:156px;left:238px;display:none; }
 }@media only screen and (max-width: 763px) { #aOqyot15mbBubpfuuUXluCRVEKXnm2lA { display:block; }
 }@media only screen and (max-width: 763px) { #HBCFeFpTuNvtKPbew8AdUGKp6T5PNIbc { width:270px;height:50px;top:155px;left:492px;display:none; }
 }@media only screen and (max-width: 763px) { #RtfaTLAWswXdTI9gs6QUKtPCEpJIav1o { display:block; }
 }@media only screen and (max-width: 763px) { #JPMW4rEGv6nE4CFLkbmbM2qXNlsrkzBo { width:270px;height:124px;top:20px;left:492px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #p2m7wTQimuTRszMtNXCtXsaSI9L1C110 { top:270px;left:742px;width:20px;height:20px;display:none; }
#p2m7wTQimuTRszMtNXCtXsaSI9L1C110 > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #oXKnFMqlhszy30zFJzcZHG5qCpNGkVss { display:block; }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #la7V43tPKTtevqAi8PfwZCfRWTh9yxgC { width:270px;height:50px;top:155px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wTzhWI2MU2no4tmVvEMBMDTXv5uCOE9O { display:block; }
 }@media only screen and (max-width: 763px) { #GihZi34yM2TtrHmwBW1vD4oDXkDT9huP { top:168px;left:32px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hQ6WGHCCFA6QxgHo55I8THnZg4VqMnZo { width:270px;height:50px;top:156px;left:238px;display:block; }
 }@media only screen and (max-width: 763px) { #SpwLsTkTRd73raTfemWAWeeKRB4FykFD { display:block; }
 }@media only screen and (max-width: 763px) { #PzGJKzXf3Pxb7nGykfXFX9vho8k1NtHo { width:270px;height:50px;top:155px;left:492px;display:block; }
 }@media only screen and (max-width: 763px) { #MOgtrH96qW4af9FOTJXy5G3P1T4v8s1m { display:block; }
 }@media only screen and (max-width: 763px) { #T2iC3B1rMuVdAvgUt8BAzIH2pc1QQwR5 { width:270px;height:41px;top:61px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KAZd6EG88Fm40kfiOsGf3rV5st7aZwec { width:270px;height:83px;top:40px;left:238px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Qr2ZTo2nh6JTcKif5Chc1xnL09PLiT7L { width:270px;height:124px;top:20px;left:492px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AOpwtNC0Vx1RT7DVlFrPT9l8QT0ETCCF { top:270px;left:742px;width:20px;height:20px;display:block; }
#AOpwtNC0Vx1RT7DVlFrPT9l8QT0ETCCF > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:452px;height:124px;top:50px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:407px;height:91px;top:349px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KQa8umOG6zydmIBI6A6ewPFxiq7pK1qK { width:300px;height:50px;top:466px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #xdfMcpOuxqqArpuTwWsnObRM0fBsgshg { display:block; }
 }@media only screen and (max-width: 763px) { #SJwnz5WuRpzfePThdETV0GIFelrPQRuQ { width:526px;height:75px;top:224px;left:0px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #cc986r2S4IObe2OAOnIZdmN7qKHntB05 { top:215px;left:324px;width:440px;height:215px;display:block; }
 }@media only screen and (max-width: 763px) { #TTb8tyFF1LNaEZfmsC0UUOTsBTbEelPa { top:570px;left:744px;width:20px;height:20px;display:block; }
#TTb8tyFF1LNaEZfmsC0UUOTsBTbEelPa > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #b54QKclttNo9ob4Mz6yXup6i8KR83suI { display:block; }#aee3f7eee63f2c31e0113ca0c5eb6b3b.widget-smartsection { display:block; }#b54QKclttNo9ob4Mz6yXup6i8KR83suI > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(13,45,89,0.35);background-image:url("https://images.assets-landingi.com/uc/731458b6-0be9-4cc4-bcde-8f30b2530c0e/FELG_DentKampaniaDlaMlodychDentystow_BACKGROUND_gray.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1731ff8c-ac00-4836-88f8-a7295a3f1832/FELG_DentKampaniaDlaMlodychDentystow_MAIN_GFX_MOBILE.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx4OVsknrTCO6lU20VaHs58XhkW9KtEZ { width:280px;height:187.188px;top:240px;left:20px;text-align:center;text-align-last:center;font-size:36px;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #oTR78Ffzilf1v4loT4Qa3XodG3SXsJkZ { width:272px;height:83.1875px;top:467.1875px;left:24px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #voKIKom0W4Tb8NTfyrEsTDgft9RAqOBp { width:240px;height:95px;top:0px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #wdQQJ5UWgWrMSt85iGP0vutZyMrWTBmJ { width:160px;height:40px;top:1002px;left:80px;font-size:16px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #t5TMOTQSneeuEavTDOgeKEeqMh5asv2H { display:block; }
 }@media only screen and (max-width: 763px) { #fg7H7SITnETLl5CicUbJ317CP4BuLlzh { width:256px;height:95px;top:332px;left:33px;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #zQSK1PIVXRNSeXyVFVkNUApxZZot8Hfv { width:300px;height:38.375px;top:115px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mAospccxrfgrClP1BWqST2GoxZ9ATK8D { width:300px;height:46.7812px;top:163.375px;left:10px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Jrp4fyfa9peekOcpUTDg94xWRitrT9ko { width:180px;height:80px;top:629px;left:70px;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #hF6xgcasDsFrOtW5N11QQzB16Qbk9v9u { width:180px;height:14.3906px;top:640px;left:70px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #aZU1sRfBS99MvEmX72o9soZFW9u9GADA { width:180px;height:43.1875px;top:657px;left:70px;text-align:center;text-align-last:center;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #OiaKhDQ2fNNL4uPa8uhxwVnLDrrmTSNM { width:20px;height:14.3906px;top:663px;left:224px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vraf1OX4n7k6FZh0UaA7gcpgiF5Gw3I2 { width:308px;height:28.7812px;top:590.375px;left:6px;text-align:center;text-align-last:center;font-size:12px;color:#0d2d59;display:block; }
 }@media only screen and (max-width: 763px) { #vivsDS6yKpvTOx2wngADVue5aayZMFMe { width:10px;height:7px;top:1061px;left:83px;text-align:left;text-align-last:left;font-size:7px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bFaFqR6bAagCvyhPrruIZx0EuMNchH0x { width:141px;height:14px;top:1076px;left:93px;text-align:left;text-align-last:left;font-size:7px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O2DRweVvggmuAKi3NFyJXHM9Cn9eDbxH { width:144px;height:14px;top:1061px;left:93px;text-align:left;text-align-last:left;font-size:7px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P { display:none; }#oCvpG31H2OgrHyGWUNON79tsTwfQ0f8P > .row .container { width:320px;height:60px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HauZvfkdcdxVzV3CdEKOz3OoTeZzKgra { width:320px;height:23.3906px;top:18.287483215332px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CzaXsGw769AuSS12EGZ4amUpbkNURoxn { display:block; }#CzaXsGw769AuSS12EGZ4amUpbkNURoxn > .row .container { width:320px;height:800px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKCk7ohANv04ttxRu3t8lt3aOVnWZobB { width:197px;height:44.7812px;top:157px;left:110px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uITtABSM1UTeHUwGxC9qTlEe9G2UESqK { width:145px;height:24px;top:73.000015258789px;left:110px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qz8JsP4ORQqib4593M3qVMnKOwsJ2hyZ { width:120px;height:41.6px;top:259.9375px;left:122.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxK1DtiNot7yzn0vLUKBWAr2a79O5qAE { width:145px;height:24px;top:231.75px;left:110px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ztdub2pkSt0387baEKtQix8XmeTKGKzA { width:207px;height:44.7812px;top:315.73748779297px;left:110px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GfFUvEmorPtwpmpHJeBqaTlPzal9r2QC { width:145px;height:24px;top:390.53753662109px;left:110px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #blEp2Pg8BVKRXzQC5tMBsK7TsAz8wK3r { width:207px;height:44.7812px;top:474.53753662109px;left:110px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #riQbE34gfatyWy0IaNpVo6sZUZzWpEbZ { width:145px;height:24px;top:549.33752441406px;left:110px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A4adrbba26ydhXbtdTU66dXkPzhKNlK6 { width:120px;height:41.6px;top:577.53753662109px;left:122.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXQXS5n3crJ96dNFLTDNlZpTGwkJUEM1 { width:191px;height:67.1719px;top:633.33752441406px;left:110px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #usFeOeMc7I6IOUxf4LSvgaak7PuWOziH { width:120px;height:50px;top:97px;left:110px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #K8M398elU1yllp1qnEblKgSVhoy4l2hl { width:140px;height:50px;top:255.75px;left:110px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #RftInwBW4n82CNtaJOPB0ckTq7hkvOZ5 { width:140px;height:50px;top:414.53753662109px;left:110px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #OEKbWxAn5Zh4AqNZdIbNWxCmONi8qSAV { width:140px;height:50px;top:573.33752441406px;left:110px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #EWNdwArFt2w6AF0R45cnu6hBqSQCrdVl { width:120px;height:41.6px;top:418.72503662109px;left:122.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DquTJ3agKzGrTQdf7QJi7OaFONQe0HHt { width:100px;height:41.6px;top:101px;left:120px;font-size:32px;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #LQHNGLuemf96ZtgtmIrPs2ZhHCoc05wL { width:80px;height:80px;top:80px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qIxwCnfhFn1tFiRcI1FKMgzmwCTqBdIv { width:80px;height:80px;top:241.78750610352px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rpoB4T7z91tQTGRIcLAQlfbnBKiur3uH { width:80px;height:80px;top:400.53753662109px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dVDkTlqpN8ihNHpXOP6oKvBmcvl3MO7Q { width:80px;height:80px;top:559.33752441406px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ofO5nQcbJKoK3v3uHXg7KPAkuzJeGV9A { width:320px;height:23.3906px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:18px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rFpvSg7RIzNqMel5kw6P3xW3e3Ku5NML { display:flex;width:20px;height:20px;top:760px;left:150px; }
#rFpvSg7RIzNqMel5kw6P3xW3e3Ku5NML > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 { display:none; }#a7g2KWqHxbc8CnxbD0c6aculrCgrUTt8 > .row .container { width:320px;height:53px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W9NoVDXB9T2bb3eEKTpo01cKRT9789cx { width:320px;height:23.3906px;top:18.287483215332px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/731458b6-0be9-4cc4-bcde-8f30b2530c0e/FELG_DentKampaniaDlaMlodychDentystow_BACKGROUND_gray.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE.adaptive-delivery-prevent-bg, #qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE.lazyload, #qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE.lazyloading { background-image: none; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row .container { background-color: transparent; background-image: none; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row .container > .video-iframe-container { display: none; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row > .video-iframe-container { display: none; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .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); }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row .container { border-width: 0; border-radius: 0; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qPpr2xuuGGHF2T8D1Xp9tyemDK9ZDxVE > .row .container { width:320px;height:1390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onfJZ5ALv5ZRu01NO7NUnCr3qNGzfANT { width:260px;height:100px;top:615px;left:30px;text-align:left;text-align-last:left;font-size:12px;display:block; }#onfJZ5ALv5ZRu01NO7NUnCr3qNGzfANT li:before{  }
 }@media only screen and (max-width: 763px) { #FyQNZeuhgxE7qKfZe8XUiBixUCXBLf26 { width:240px;height:90px;top:505px;left:40px;z-index:14988;box-shadow: 1px 1px 75px rgba(0,0,0,0.25) ;display:block; }
 }@media only screen and (max-width: 763px) { #GkeeU6Naiv2rd3Bwvh8Rx3Vl2y66MvKn { width:220px;height:84px;top:508px;left:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJd2p5XgbIsRSPn8VkKXs642aPaffR8D { width:240px;height:90px;top:765px;left:40px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #oQic961lNA9ZSrX1BTS0DKElyTsJfrFr { width:150px;height:84px;top:768px;left:85px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeWXkIDpZi6JapJ6T9HqFnP6t6fFU8gP { width:260px;height:159px;top:875px;left:30px;text-align:left;text-align-last:left;font-size:12px;display:block; }#TeWXkIDpZi6JapJ6T9HqFnP6t6fFU8gP li:before{  }
 }@media only screen and (max-width: 763px) { #CP4vq5Nptye5U9DEdhQKFu0t5IMwohtq { width:240px;height:90px;top:1084px;left:40px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #q2yWAAOsAuEDaLEkAC0Bd5HVvC7CnXtB { width:220px;height:84px;top:1087px;left:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZcIOPqrOhwHgVMszS631Wk3Rn270tpx { width:260px;height:100px;top:1194px;left:30px;text-align:left;text-align-last:left;font-size:12px;display:block; }#xZcIOPqrOhwHgVMszS631Wk3Rn270tpx li:before{  }
 }@media only screen and (max-width: 763px) { #JbygBB7dQAmXABDHlXEPqSHkMU5c2Bb6 { width:240px;height:90px;top:73px;left:40px;z-index:14988;box-shadow: 1px 1px 75px rgba(0,0,0,0.25) ;display:block; }
 }@media only screen and (max-width: 763px) { #oTUBfr1Iuiy1VELAxFML8d9lxFBAeVaw { width:190px;height:84px;top:76px;left:65px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XJbaCgHvthanOBaqwBSX485oOzwidm6x { width:220px;height:290px;top:183px;left:50px;text-align:left;text-align-last:left;font-size:12px;display:block; }#XJbaCgHvthanOBaqwBSX485oOzwidm6x li:before{  }
 }@media only screen and (max-width: 763px) { #y9Qn3H9JPnMTHw3kz7xKzTdxfslzcHLO { width:320px;height:23.3906px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:18px;z-index:15008;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TWJrylf0XuxAMJH8MGQU2ncxyDwURqgc { display:flex;width:20px;height:20px;top:1350px;left:150px; }
#TWJrylf0XuxAMJH8MGQU2ncxyDwURqgc > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #iwG3OOhB43mwudrVL6HARTnmMW9lFx7b { display:none; }#iwG3OOhB43mwudrVL6HARTnmMW9lFx7b > .row .container { width:320px;height:469px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DPQ3vvUm9RyNmIlkiarynX6E4lfGwuQC { width:320px;height:46.7812px;top:18.287483215332px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #N7XSaiT89QyRCI42cZdMs6ycks28GRuP { display:block; }#N7XSaiT89QyRCI42cZdMs6ycks28GRuP > .row .container { width:320px;height:1380px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vunmorNBuQwv7G0vT4QG6qMt5dBuTuPr { width:290px;height:386px;top:102px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #piSkDXLpk8JenKwzeUeUt7LQrDgXXsHI { width:274px;height:81.5625px;top:707px;left:23px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xvbzUolXOwTXJtLSbnci8IaAy65GZPk5 { width:300px;height:80px;top:607px;left:10px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #T9rtXrxTaTcAbDWEUxhfhf5yzZsnUc0d { width:300px;height:23.3906px;top:808.5625px;left:10px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lP3TW3JkGN3yivMukN4nKQH81GJMxcmC { width:300px;height:27.2969px;top:508px;left:10px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #uEtwydZqAkmO0qiJ08o7gcZkVlIbTB2C { width:124px;height:2px;top:544.296875px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #DMGwKhhODEBN05cufqQrspOz9rQ7LzBT { width:300px;height:480px;top:97px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ukTBAnQZqAvSmbfOinedHES0FCaMzCiy { width:320px;height:;top:20px;left:0px;text-align:center;text-align-last:center;font-size:18px;z-index:15009;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ctUA0ShwxENUGksWQWptTaZ3c4qxwev9 { width:270px;height:50px;top:925px;left:25px;font-size:16px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #bqhWQ6PqbG3eqgFoxy4aQdi93kGVuqdT { display:block; }
 }@media only screen and (max-width: 763px) { #E9uTl3IxuVZrJAGeCXnBoUAkVT3hZlxg { display:flex;width:25px;height:25px;top:938px;left:65px;z-index:15061; }
 }@media only screen and (max-width: 763px) { #dGWFFdTqaSSeao9zWD2aIqbE7lpwpb6E { width:270px;height:23.3906px;top:891.9375px;left:25px;text-align:center;text-align-last:center;font-size:18px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Abuh5l2LqH8T7DqFQ7mNKDn3f90t9QnU { width:270px;height:23.3906px;top:1035px;left:25px;text-align:center;text-align-last:center;font-size:18px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #xklM7TBelcNTdHeHoXOMuTTLTyKPHih7 { width:270px;height:50px;top:1068.375px;left:25px;font-size:16px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #aOqyot15mbBubpfuuUXluCRVEKXnm2lA { display:block; }
 }@media only screen and (max-width: 763px) { #HBCFeFpTuNvtKPbew8AdUGKp6T5PNIbc { width:270px;height:50px;top:1235.140625px;left:25px;font-size:16px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #RtfaTLAWswXdTI9gs6QUKtPCEpJIav1o { display:block; }
 }@media only screen and (max-width: 763px) { #JPMW4rEGv6nE4CFLkbmbM2qXNlsrkzBo { width:190px;height:46.7812px;top:1178.375px;left:65px;text-align:center;text-align-last:center;font-size:18px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #p2m7wTQimuTRszMtNXCtXsaSI9L1C110 { display:flex;width:20px;height:20px;top:1340px;left:150px;z-index:15046; }
#p2m7wTQimuTRszMtNXCtXsaSI9L1C110 > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #oXKnFMqlhszy30zFJzcZHG5qCpNGkVss { display:none; }#oXKnFMqlhszy30zFJzcZHG5qCpNGkVss > .row .container { width:320px;height:624px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #la7V43tPKTtevqAi8PfwZCfRWTh9yxgC { width:270px;height:50px;top:63.375px;left:25px;font-size:16px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #wTzhWI2MU2no4tmVvEMBMDTXv5uCOE9O { display:block; }
 }@media only screen and (max-width: 763px) { #GihZi34yM2TtrHmwBW1vD4oDXkDT9huP { display:flex;width:25px;height:25px;top:75.875px;left:65px; }
 }@media only screen and (max-width: 763px) { #hQ6WGHCCFA6QxgHo55I8THnZg4VqMnZo { width:270px;height:50px;top:221.75px;left:25px;font-size:16px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #SpwLsTkTRd73raTfemWAWeeKRB4FykFD { display:block; }
 }@media only screen and (max-width: 763px) { #PzGJKzXf3Pxb7nGykfXFX9vho8k1NtHo { width:270px;height:50px;top:358.5156px;left:25px;font-size:16px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #MOgtrH96qW4af9FOTJXy5G3P1T4v8s1m { display:block; }
 }@media only screen and (max-width: 763px) { #T2iC3B1rMuVdAvgUt8BAzIH2pc1QQwR5 { width:270px;height:23.3906px;top:20px;left:25px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KAZd6EG88Fm40kfiOsGf3rV5st7aZwec { width:270px;height:23.3906px;top:178.375px;left:25px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Qr2ZTo2nh6JTcKif5Chc1xnL09PLiT7L { width:270px;height:46.7812px;top:291.75px;left:25px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AOpwtNC0Vx1RT7DVlFrPT9l8QT0ETCCF { display:flex;width:20px;height:20px;top:428.5156px;left:150px; }
#AOpwtNC0Vx1RT7DVlFrPT9l8QT0ETCCF > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { background-color:rgba(13,45,89,0.35);background-image:url("https://images.assets-landingi.com/uc/731458b6-0be9-4cc4-bcde-8f30b2530c0e/FELG_DentKampaniaDlaMlodychDentystow_BACKGROUND_gray.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.adaptive-delivery-prevent-bg, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyload, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyloading { background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { background-color: transparent; background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .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); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { width:320px;height:580px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:320px;height:46.7812px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:260px;height:76.5px;top:166.76249694824px;left:30px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KQa8umOG6zydmIBI6A6ewPFxiq7pK1qK { width:220px;height:40px;top:298.76249694824px;left:50px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xdfMcpOuxqqArpuTwWsnObRM0fBsgshg { display:block; }
 }@media only screen and (max-width: 763px) { #SJwnz5WuRpzfePThdETV0GIFelrPQRuQ { width:320px;height:40px;top:96.77490234375px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cc986r2S4IObe2OAOnIZdmN7qKHntB05 { width:280px;height:136px;top:388.76249694824px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TTb8tyFF1LNaEZfmsC0UUOTsBTbEelPa { display:flex;width:20px;height:20px;top:549.99998664856px;left:290px; }
#TTb8tyFF1LNaEZfmsC0UUOTsBTbEelPa > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #b54QKclttNo9ob4Mz6yXup6i8KR83suI { display:block; }#aee3f7eee63f2c31e0113ca0c5eb6b3b.widget-smartsection { display:block; }#b54QKclttNo9ob4Mz6yXup6i8KR83suI > .row .container { width:320px;height:360px;position:relative;display:block; } }