.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 .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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:#ffefef;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AwAgAvl7/Zdj_cia_SA.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:447px;width:1200px;position:relative;display:block; }#i32uI7cyguGxQizumoTg8KvpCP2D7J7M { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:1100px;top:430px;left:50px;overflow:hidden;display:none; }
#FOcNv0QuB8G3hTw3onTJhqmGxH8vMcbN { position:absolute;display:block;z-index:100001;height:91px;width:163px;top:37px;left:93.5px;display:block; }
#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a54870;background-image:none;position:relative;display:block; }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row .container { background-color: transparent; background-image: none; }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row .container > .video-iframe-container { display: none; }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row > .video-iframe-container { display: none; }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .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); }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row .container { border-width: 0; border-radius: 0; }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row .container { font-size:14px;font-family:arial;height:401px;width:1200px;position:relative;display:block; }#e65P1gngTSGWG0Zb8ouPL4OiCv8vqSqq { color:#f4ce83;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:39px;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:251px;left:0px;height:150px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rsL0BrTkSK2OFRck3mFZUVNGVLgFgecS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:102.969px;width:99.9688px;position:absolute;display:block;z-index:100020;top:107px;left:564px;overflow:hidden;display:none; }
#zXuU9N4X3G4rEGKAOAktoTTB9MS8T9sv { background-color:transparent;background-image:none;border-top:1px solid #f4ce83;border-left:1px solid #f4ce83;border-right:1px solid #f4ce83;border-bottom:1px solid #f4ce83;box-sizing:border-box;color:#f4ce83;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:599.4375px;height:54.4375px;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:20px;left:314.265625px;display:none; }
#XTw62oR4C8JZpJ7100HdfzxooSwb1iZa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#AJlOm2fZ4sCNczPiN72wA2Dpk6LDWSsK { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:240px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS { position:relative;display:none; }#Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS { border-width: 0; border-radius: 0; }#Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#SBQprT9kyXxAUmr2Gdi39ysO3N8Cey9m { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:500px;top:0px;left:0px;overflow:hidden;display:none; }
#qmO9HZiuwgDdMEwVyXasVnXHf2MD1b9m { color:#f4ce83;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:39px;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:251px;left:0px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uEgI43ng41MhX3EJLIrPOnTfAG0IOcf4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a54870;background-image:url("https://images.assets-landingi.com/IAEJmwJW/Wsp_lne_Swietowanie_Ajurwedy.png");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:none; }#uEgI43ng41MhX3EJLIrPOnTfAG0IOcf4 > .row .container { border-width: 0; border-radius: 0; }#uEgI43ng41MhX3EJLIrPOnTfAG0IOcf4 > .row .container { font-size:14px;font-family:arial;height:255px;width:1200px;position:relative;display:none; }#GZuPDF2O7VoTTUKwiO4hq0giUkRFTz1h { background-color:transparent;background-image:none;border-top:1px solid #f4ce83;border-left:1px solid #f4ce83;border-right:1px solid #f4ce83;border-bottom:1px solid #f4ce83;box-sizing:border-box;color:#f4ce83;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:599.4375px;height:54.4375px;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:20px;left:314.265625px;display:block; }
#EtTRVADngRJoEWuLz4tL6hm6KyAnS0Nb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#qBXCMsrKOJ8PJ8zTgryT8wi1q6WPvtJ5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:102.969px;width:99.9688px;position:absolute;display:block;z-index:100020;top:107px;left:564px;overflow:hidden;display:block; }
#o6szIPndz5JPFo17hq9rEHSaTNXbnneV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffefef;background-image:none;position:relative;display:block; }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row .container { background-color: transparent; background-image: none; }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row .container > .video-iframe-container { display: none; }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row > .video-iframe-container { display: none; }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .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); }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row .container { border-width: 0; border-radius: 0; }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row .container { font-size:14px;font-family:arial;height:482px;width:1200px;position:relative;display:block; }#O6PsQk0EcLQn16sNLJ1mrRGuy079OrU6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:1200px;top:60px;left:0px;overflow:hidden;display:block; }
#L1AqtZuwORkvfFcyu2TKEUTTbdnRrOa3 { color:#72686c;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:286px;left:0px;height:160px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vFnFrt2NyW2ZRGinbKOXKelBLTXOWuoF { color:#72686c;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:204px;left:0px;height:64px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fd6nLbtt6PDvXIW1snWXuMUoVfJXWMOs { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:500px;display:none; }
#TdBrTxHNWpR3W67H4DmeSZ6QrIApp5ir { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffefef;background-image:none;position:relative;display:none; }#TdBrTxHNWpR3W67H4DmeSZ6QrIApp5ir > .row .container { border-width: 0; border-radius: 0; }#TdBrTxHNWpR3W67H4DmeSZ6QrIApp5ir > .row .container { font-size:14px;font-family:arial;height:138px;width:1200px;position:relative;display:none; }#D4GbwHTCqLJuZyG1T8XgTANu1wduqtyB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:1200px;top:17px;left:0px;overflow:hidden;display:block; }
#cUKT00M4E5InTglFfMx9AEaVqqdfoW07 { position:relative;display:none; }#cUKT00M4E5InTglFfMx9AEaVqqdfoW07 { border-width: 0; border-radius: 0; }#cUKT00M4E5InTglFfMx9AEaVqqdfoW07 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffefef;background-image:none;font-size:14px;font-family:arial;height:302px;width:1200px;position:relative;display:none; }#kNWrE0e0eCn693mTAUcPLr6L98bLG2uP { color:#72686c;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:154px;left:60px;height:69px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEBS0mnnLHhHJKxHSnhOcMZz38mQ5saf { color:#72686c;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:154px;left:460px;height:46px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZrMxheMVToE1U7U2luTPHDxkkfd3Nso { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:100px;top:30px;left:550px;overflow:hidden;display:block; }
#GdgTzC7MerfzCI6dplpgRqRnZEo7zRwt { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:100px;top:30px;left:950px;overflow:hidden;display:block; }
#Zk3mS29RkgLVgKHN2SLaNC33REl8C8ZC { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:100px;top:30px;left:150px;overflow:hidden;display:block; }
#OTHnH9hQ4q96BdD5bK1dB9ABcx2p5gsp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:500px;display:none; }
#wGpDZGAMbptPu04ilNP8qz22vMef42NG { color:#72686c;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:154px;left:860px;height:46px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6QDJVziMzlrtatpEHE7BJLiS68cbQXr { position:relative;display:none; }#T6QDJVziMzlrtatpEHE7BJLiS68cbQXr { border-width: 0; border-radius: 0; }#T6QDJVziMzlrtatpEHE7BJLiS68cbQXr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffefef;background-image:none;font-size:14px;font-family:arial;height:309px;width:1200px;position:relative;display:none; }#GyMalS2NCJSaaEQFwxAbsl87PEfucKlB { color:#72686c;display:block;width:332px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:154px;left:844px;height:69px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDAzI9h6UGKzhcwBbpqvTB3e0PC6Ku0v { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:100px;top:30px;left:150px;overflow:hidden;display:block; }
#dtmxb23zScoakoPJ9PKa161vUvfNLNQE { color:#72686c;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:154px;left:474px;height:69px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ND5nTd9rhh1UsUomv6wu5ZriCgrALH0i { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:100px;top:30px;left:950px;overflow:hidden;display:block; }
#lNA49fRLDigCQ0UW3RezHc0ypDGphMiF { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:100px;top:30px;left:550px;overflow:hidden;display:block; }
#ye3hqnURxv1e4ISvfIAh9QdD9Pcyp2By { color:#72686c;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:100028;line-height:1.3;letter-spacing:0;top:131px;left:60px;height:115px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8SWwOe151MpaI4Nrw0PXsIp9rxoLkoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffefef;background-image:none;position:relative;display:none; }#J8SWwOe151MpaI4Nrw0PXsIp9rxoLkoN > .row .container { border-width: 0; border-radius: 0; }#J8SWwOe151MpaI4Nrw0PXsIp9rxoLkoN > .row .container { font-size:14px;font-family:arial;height:772px;width:1200px;position:relative;display:none; }#xJFJMqAGypADBek6IxZzTSVIFOUeT0CU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:1200px;top:60px;left:0px;overflow:hidden;display:none; }
#QPGiOQWrBmvrqKqtmyr2MXQe0edPoU4A { color:#72686c;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:219px;left:0px;height:64px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pump0I7LCcV34829go78FFuPMvXZ49S6 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:50px;top:494px;left:101px;overflow:hidden;display:block; }
#v82BFZEGx4LSOK9bOIlK8CKXWrQGLCo8 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:50px;top:359px;left:101px;overflow:hidden;display:block; }
#wlpACr5i74OFM2OApQWo9DMp5uiZlKlt { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:50px;top:427px;left:101px;overflow:hidden;display:block; }
#QNoP64VTILUv8oBZvquSPWt3TSdkAx1L { color:#72686c;display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:368px;left:200px;height:32px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HW0ArcdRbRPd7iXBTnu4CdXkRWmHcP5a { color:#72686c;display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:436px;left:200px;height:32px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nSHrHK2pLZIbO8oqeUpM3vs5cXsFE2oX { color:#72686c;display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:503px;left:200px;height:32px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dLTDuIT6AFUzSpQLCOOCVCIFx2xZKCEU { color:#72686c;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:617px;left:0px;height:64px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRlQFGL9RRqabqozZt2CNaNfEVE2NBL6 { color:#72686c;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:219px;left:0px;height:64px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#myWbl89Q0hUwGEmn8uAKIBHniE2o8cuN { color:#72686c;display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:327px;left:200px;height:32px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TZIFTx5z1QrRAIAEXzVy3anuMx4xeoA2 { color:#72686c;display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:395px;left:200px;height:32px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TThXZzqk1xTAXWRzbXHskAVIVG3y5udu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:500px;display:none; }
#H4vFHvKcTkcsxTJMaJ869sUdVTWIAC12 { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:35.616668701172px;left:0px;height:37px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MQxWQipTI3aqu8FAeyfwGtENLQevykqv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffefef;background-image:none;position:relative;display:none; }#MQxWQipTI3aqu8FAeyfwGtENLQevykqv > .row .container { border-width: 0; border-radius: 0; }#MQxWQipTI3aqu8FAeyfwGtENLQevykqv > .row .container { font-size:14px;font-family:arial;height:180px;width:1200px;position:relative;display:none; }#gXWFV6bW9vUEKm3li77aG6woz0U8PTEA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:480px;width:1200px;top:30px;left:0px;overflow:hidden;display:none; }
#oq5PHadQK4IZOEan69hJaUUrnuNRs02w { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:1200px;top:30px;left:0px;overflow:hidden;display:block; }
#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffefef;background-image:none;position:relative;display:block; }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row .container { background-color: transparent; background-image: none; }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row .container > .video-iframe-container { display: none; }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row > .video-iframe-container { display: none; }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .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); }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row .container { border-width: 0; border-radius: 0; }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row .container { font-size:14px;font-family:arial;height:180px;width:1200px;position:relative;display:block; }#clz7S2fgHoAF5TpppnTREHxwWlMT1V2f { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:480px;width:1200px;top:30px;left:0px;overflow:hidden;display:none; }
#Rphi6wGXZ8dipFaW806TJA5umXlzMsac { display:block;width:611px;position:absolute;font-family:ubuntu;font-size:58px;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:37px;left:284.5px;height:87px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITIzTSaihDQmJ9tZ24bsCyXEJmQamfQm { position:relative;display:none; }#ITIzTSaihDQmJ9tZ24bsCyXEJmQamfQm { border-width: 0; border-radius: 0; }#ITIzTSaihDQmJ9tZ24bsCyXEJmQamfQm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffefef;background-image:none;font-size:14px;font-family:arial;height:717px;width:1200px;position:relative;display:none; }#KfvmJ5lNg0wa9T8e8iKSEL1kWJVVr4CC { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:35.616668701172px;left:600.00003051758px;height:37px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybMosVNhPmI5dkSZCsIGZpCOGQCAAMEy { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:35.616668701172px;left:300.00003051758px;height:37px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erMeFT8hIhp47qSsZFR5yiiW4K6B2uDp { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:109.36666870117px;left:350.00003051758px;overflow:hidden;display:block; }
#gSbtgvsZqgy38JiRJ3wFTbxWZslZXa30 { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:362.71669006348px;left:305.00003051758px;height:250px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#sHnBSoU7LzhHzWIKsGQXzdxPHu0v6rDE { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:362.71669006348px;left:605.00003051758px;height:250px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#WKAlH7bk4f0RDz59RE4O0SEOdfwo2JKP { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:362.71661376953px;left:5px;height:325px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#XSLH7insNyPchDKEzOu3XJe1HniLwAhO { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:362.71668243408px;left:605.00003051758px;height:245.3333px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#eyHS0WwA0MctAt3r1xQghpxVLVSRJAgg { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:362.71667480469px;left:910.00003051758px;height:269.8663px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#RUFSUpsHbId3HIuB9FGtc9BeKyXKUE19 { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:35.699996948242px;left:0px;height:0;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#C43QGIuBB7mAom8fwSHiwuledGc3adSd { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:35.649993896484px;left:600.00003051758px;height:37.3333px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#v9sOmw3XlyQ2yEsLG90cL2rG2QniXgxR { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:362.71661376953px;left:5px;height:269.867px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#J0RU2d5xeJ74mzHVZ20PbSohtHkdgyfq { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:362.71668243408px;left:605.00003051758px;height:245.3333px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#Z7qInm28TiJuDuNMyD1cdzTqbCd4HsZ5 { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:35.616668701172px;left:0px;height:37px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJEZ7Tzm9MEBLJgEk24SwPoNkAxVvwyH { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:108.86666870117px;left:640.00003051758px;overflow:hidden;display:block; }
#gOLAX7rnAHJhHRVV4cNk7I6PgmCsSSnu { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:35.609375px;left:880px;height:37px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bv1TSC9dZaXJ1d5F06ULkhayzp3HPwqa { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:95.359375px;left:930px;overflow:hidden;display:block; }
#X3yiGtFopfsp30VQUzGsnhDXRlJozVq2 { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:362.703125px;left:900px;height:275px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#TrcQ76cuth19sM9xQqS0r8mwQAfeXk2y { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:109.359375px;left:50px;overflow:hidden;display:block; }
#xzMw85HQV2sHSNO30AodVQrq2hJDQMd4 { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:362.703125px;left:900px;height:275px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#iug6uZZssUp8w5Xdxe6DoXW7VV95ldeD { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:362.71661376953px;left:5px;height:325px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#gAa46uRETlsFM9rA8WM2aTmoqLm5hAAy { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:362.71667480469px;left:305.00003051758px;height:220.8px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#B6zribUw0S1qgRELR7V5JEZwHHVn6kSb { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:35.609375px;left:880px;height:37.2px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#m8BUiJhOH8vmMsmxIXKxUtuq86XNMKGn { position:relative;display:none; }#m8BUiJhOH8vmMsmxIXKxUtuq86XNMKGn { border-width: 0; border-radius: 0; }#m8BUiJhOH8vmMsmxIXKxUtuq86XNMKGn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff6fc;background-image:none;font-size:14px;font-family:arial;height:717px;width:1200px;position:relative;display:none; }#qO71QcBz2mOUSq1VGFGtrbc4VkvRyT07 { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:35.616668701172px;left:600.00003051758px;height:37px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIEeRZLtph5lzPox9hRQrQ1MW4dnFy9s { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:35.616668701172px;left:300.00003051758px;height:37px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2SBgLFhXpxwwg19rh8TBUvVQJrJH3lV { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:109.36666870117px;left:350.00003051758px;overflow:hidden;display:block; }
#gKbrxayuPXef0vqPlkyQEgx3kF2FfrK9 { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:362.71669006348px;left:305.00003051758px;height:250px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#MQ51nL7nCKURH94UwL6TB8TgvOkhrzzz { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:362.71669006348px;left:605.00003051758px;height:225px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#fTTpm2uaQCNWPNVPWIrFRmWvWFafcLXQ { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:362.71661376953px;left:5px;height:325px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#g2hbFxQcoOTZmru87B9rOgW1n0ii8dp5 { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:362.71667480469px;left:305.00003051758px;height:220.8px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#wVmgEPy8vfvpDlTXb3pc2QFfpUuwgOMz { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:362.71668243408px;left:605.00003051758px;height:245.3333px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#aEIwvDn3TqKWP8c1kFCpTmHptEBqUJCE { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:362.71667480469px;left:910.00003051758px;height:269.8663px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#vEmd6AfLoyHBdvBTuGEOTTThmE6FtoN8 { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:35.699996948242px;left:0px;height:0;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vfS23bLmadQEI64ZIzEegHbfCLnT1B5W { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:35.649993896484px;left:300.00003051758px;height:37.3333px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nqp62JnExTwEiZDZyByN6fHQtKI3foLs { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:35.649993896484px;left:600.00003051758px;height:37.3333px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BC9ZAO95WouO6TA0p2WQV4Fk7D8SkUOS { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:362.71661376953px;left:5px;height:269.867px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#wnSBH1QQDWVCpb60UbqSokPpkg6BcvU1 { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:362.71667480469px;left:305.00003051758px;height:220.8px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#bhrhKrfgRVc8CJTtu3QmkBhSZm941mWK { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:362.71668243408px;left:605.00003051758px;height:245.3333px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#Hz8zUEkAfA4xc6tEAs4rCGz3QdBmPB1R { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:35.616668701172px;left:0px;height:37px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7t3BZ3pUqneVZBrbQoX8ZPb4rkdZ4nr { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:108.86666870117px;left:640.00003051758px;overflow:hidden;display:block; }
#hdCPspmN2E0ideKkih5mwbtxeLKyI5VH { display:block;width:300px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:35.609375px;left:880px;height:37px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACpCBU5w3WGzX0tZATfUc4ZGdl8CN5C8 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:95.359375px;left:930px;overflow:hidden;display:block; }
#sINcvm8TRTGd94GcGhyL0GFXMyqEFzdU { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:362.703125px;left:900px;height:275px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#ay2HTtdrDN7RMUd8n9Z4BI8cvSLrifSV { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:109.359375px;left:50px;overflow:hidden;display:block; }
#xUawqk445yzrgENLCAVOmnQoJzlOSdIU { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:362.703125px;left:900px;height:275px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#KMh11OMOlOTq1vHTg84HLIThsttTqawz { display:block;width:290px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:362.71661376953px;left:5px;height:325px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffefef;background-image:none;position:relative;display:block; }#TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32 > .row .container { background-color: transparent; background-image: none; }#TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32 > .row .container > .video-iframe-container { display: none; }#TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32 > .row > .video-iframe-container { display: none; }#TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32 > .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); }#TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32 > .row .container { border-width: 0; border-radius: 0; }#TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32 > .row .container { font-size:14px;font-family:arial;height:112px;width:1200px;position:relative;display:block; }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1dede;background-image:url("https://images.assets-landingi.com/GM6ei5Wy/Projekt_bez_tytu_u_92_.png");background-position:bottom center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row .container { background-color: transparent; background-image: none; }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row .container > .video-iframe-container { display: none; }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row > .video-iframe-container { display: none; }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .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); }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row .container { border-width: 0; border-radius: 0; }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row .container { font-size:14px;font-family:arial;height:1016px;width:1200px;position:relative;display:block; }#Qf2EvhoOd6iWwr8eyZTnugRnQCxibgpa { display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:48px;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:167.11666870117px;left:0px;height:72px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTeVwDI8xH53uE9fMvxbWHTBlPfDNiH8 { position:absolute;display:block;z-index:100006;background-color:rgba(255,239,239,0.98);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:768px;width:1200px;top:120px;left:0px;display:block; }
#UIFPeat816ugxNSEoIcDXDdm4A4pTChw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:570px;width:570px;position:absolute;display:block;z-index:100007;top:319.06667709351px;left:0px;overflow:hidden;display:block; }
#SC43anTW5WsQMAQefxsdT94Kdi5ySuGg { display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:48px;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:243.31689453125px;left:0px;height:72px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LIedCwKzTEwRHbCJmbZVVGtvJRP1c2RK { display:block;width:600px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:380.06667709351px;left:500.33334350586px;height:369px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qThJOBgVn1G82ws3UgOIN1AmF4DdtwHK { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:72px;width:150px;top:777.51668930054px;left:725.83340454102px;overflow:hidden;display:block; }
#K1oKkTTUwlAZRfx4ThFAzm35aMCTWRAM { display:block;width:1200px;position:absolute;font-family:roboto;font-size:48px;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:167.11666870117px;left:0px;height:72px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DTFameMoWVNLRdnkHgZFwDXNfP9VGC0r { display:block;width:600px;position:absolute;font-family:roboto;font-size:23px;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:380.06667709351px;left:500.33334350586px;height:367.2px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FMt44Sbu6ynWpA9VlnuTc7ZydquD4Mc7 { color:#000000;display:block;width:400px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:336px;top:172px;left:333px;display:none; }
#hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffefef;background-image:none;position:relative;display:block; }#hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI > .row .container { background-color: transparent; background-image: none; }#hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI > .row .container > .video-iframe-container { display: none; }#hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI > .row > .video-iframe-container { display: none; }#hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI > .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); }#hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI > .row .container { border-width: 0; border-radius: 0; }#hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI > .row .container { font-size:14px;font-family:arial;height:707px;width:1200px;position:relative;display:block; }#DmbnGk2CQ2LyL2a2AJqHR4HcXtzfnVbp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:1200px;top:60px;left:0px;overflow:hidden;display:block; }
#CEi9xdqUJxiZGxDHXAhX6XW9VLtSZ7Hx { background-color:#4bae16;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:66.9688px;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:546.015625px;left:450px;display:block; }
#uEsOt70LJUSgkVJLezkL8ql7dQ4oTVQy { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#bEF9OckLEFHRgHOtgvLifozUxGoJ2sqQ { color:#72686c;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:200px;left:0px;height:64px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nDnL4NH9hKwNCMyJRsDBPzbDDc7xrBku { color:#72686c;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:50px;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:468.5px;left:0px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hAdH0TTbJPRPro0D1bz51hfmSgmpbEFC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:500px;display:none; }
#mJAigfpDuBzUhSqt3nGDD74ZOJMcPA7n { color:#72686c;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:372px;left:0px;height:64px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkIq12zdL9iikcB0e6GNpHcLxHdps45V { color:#72686c;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:612.984375px;left:0px;height:64px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKsqJNczuk5E1pZea4U0RnDlPkcOSU0z { color:#72686c;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:657px;left:0px;height:64px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#B1Ac3SeHuzf873zlUOTlWp4okwLTM47X { color:#72686c;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:264.78753662109px;left:0px;height:96px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIJxUQXuUukDvGG0UfnqlvNx8hTk5hFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffefef;background-image:none;position:relative;display:none; }#eIJxUQXuUukDvGG0UfnqlvNx8hTk5hFy > .row .container { border-width: 0; border-radius: 0; }#eIJxUQXuUukDvGG0UfnqlvNx8hTk5hFy > .row .container { font-size:14px;font-family:arial;height:506px;width:1200px;position:relative;display:none; }#ZQMZ5JqCvVv4ReThlMlSAyokt2muIBNk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:1200px;top:60px;left:0px;overflow:hidden;display:block; }
#GOI4ndE5JkurD6x1MzAFntNTwUenbm0c { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:500px;display:none; }
#CnRau21SLTeocAMLlyg24BbEMNPqIwDD { background-color:transparent;background-image:none;border-top:1px solid #a54870;border-left:1px solid #a54870;border-right:1px solid #a54870;border-bottom:1px solid #a54870;box-sizing:border-box;color:#a54870;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:599.438px;height:54.4375px;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:330.78125px;left:300.265625px;display:block; }
#JzkI27SvGgSt62yGAVi01nzfr6nPblkm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#iuW1Gn32iH29FWidxqp8R7wXT740mlR4 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:100px;top:230.78125px;left:550px;overflow:hidden;display:block; }
#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a54870;background-image:url("https://images.assets-landingi.com/iMGG6SuB/Wsp_lne_Swietowanie_Ajurwedy_2_.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row .container { background-color: transparent; background-image: none; }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row .container > .video-iframe-container { display: none; }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row > .video-iframe-container { display: none; }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .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); }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row .container { border-width: 0; border-radius: 0; }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row .container { font-size:14px;font-family:arial;height:843px;width:1200px;position:relative;display:block; }#Q1ngkV9XhhAPsaTFnSQ9ckqAu3Na3itz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:102.956px;width:99.9562px;position:absolute;display:block;z-index:100020;top:647.99998474121px;left:549.50616455078px;overflow:hidden;display:block; }
#MWPR6DBXNJOembbaXUvi15MOQJN58lwG { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:180px;width:450px;top:120px;left:150px;overflow:hidden;display:none; }
#SrNkIfNKVtDLGWiybeQUl1XOWL7NBJmM { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:240px;width:1200px;top:120px;left:0px;overflow:hidden;display:block; }
#e7buGflO2mOKS0IATXEXJsXybV5oUG8R { color:#f4ce83;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:39px;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:397.98750305176px;left:0px;height:150px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;height:403px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i32uI7cyguGxQizumoTg8KvpCP2D7J7M { width:764px;height:138.906px;top:309px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #FOcNv0QuB8G3hTw3onTJhqmGxH8vMcbN { width:163px;height:91px;top:37px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 { background-color:#a54870;background-image:url("https://images.assets-landingi.com/IAEJmwJW/Wsp_lne_Swietowanie_Ajurwedy.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;display:block; }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row .container { background-color: transparent; background-image: none; }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row .container > .video-iframe-container { display: none; }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row > .video-iframe-container { display: none; }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .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); }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row .container { width:764px;height:408px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e65P1gngTSGWG0Zb8ouPL4OiCv8vqSqq { width:763.987px;height:78px;top:180.99359130859px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #rsL0BrTkSK2OFRck3mFZUVNGVLgFgecS { width:70px;height:72px;top:268.921875px;left:347px;z-index:100021;display:block; }
 }@media only screen and (max-width: 1199px) { #zXuU9N4X3G4rEGKAOAktoTTB9MS8T9sv { width:299.594px;height:53.1875px;top:339.921875px;left:232.1875px;font-size:23px;z-index:100019;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #XTw62oR4C8JZpJ7100HdfzxooSwb1iZa { display:block; }
 }@media only screen and (max-width: 1199px) { #AJlOm2fZ4sCNczPiN72wA2Dpk6LDWSsK { width:762.994px;height:151.987px;top:17.193572998047px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS { display:none; }#Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #SBQprT9kyXxAUmr2Gdi39ysO3N8Cey9m { width:380px;height:152px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #qmO9HZiuwgDdMEwVyXasVnXHf2MD1b9m { width:764px;height:78px;top:168px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #uEgI43ng41MhX3EJLIrPOnTfAG0IOcf4 { background-color:#a54870;background-image:url("https://images.assets-landingi.com/IAEJmwJW/Wsp_lne_Swietowanie_Ajurwedy.png");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;display:none; }#uEgI43ng41MhX3EJLIrPOnTfAG0IOcf4 > .row .container { width:764px;height:255px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GZuPDF2O7VoTTUKwiO4hq0giUkRFTz1h { width:299.6px;height:53.1875px;top:829.93121337891px;left:231.9749879837px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #EtTRVADngRJoEWuLz4tL6hm6KyAnS0Nb { display:block; }
 }@media only screen and (max-width: 1199px) { #qBXCMsrKOJ8PJ8zTgryT8wi1q6WPvtJ5 { width:70px;height:72px;top:43px;left:347px;display:block; }
 }@media only screen and (max-width: 1199px) { #o6szIPndz5JPFo17hq9rEHSaTNXbnneV { display:block; }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row .container { width:764px;height:345px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #O6PsQk0EcLQn16sNLJ1mrRGuy079OrU6 { width:764px;height:76.3906px;top:39px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #L1AqtZuwORkvfFcyu2TKEUTTbdnRrOa3 { width:764px;height:130px;top:190px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #vFnFrt2NyW2ZRGinbKOXKelBLTXOWuoF { width:764px;height:52px;top:115.375px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #fd6nLbtt6PDvXIW1snWXuMUoVfJXWMOs { width:500px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #TdBrTxHNWpR3W67H4DmeSZ6QrIApp5ir { display:none; }#TdBrTxHNWpR3W67H4DmeSZ6QrIApp5ir > .row .container { width:764px;height:136px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #D4GbwHTCqLJuZyG1T8XgTANu1wduqtyB { width:763.987px;height:76.3875px;top:29.26879119873px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #cUKT00M4E5InTglFfMx9AEaVqqdfoW07 { display:none; }#cUKT00M4E5InTglFfMx9AEaVqqdfoW07 > .row .container { width:764px;height:276px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #kNWrE0e0eCn693mTAUcPLr6L98bLG2uP { width:240px;height:92px;top:131px;left:7.328125px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #MEBS0mnnLHhHJKxHSnhOcMZz38mQ5saf { width:240px;height:69px;top:131px;left:254.65625px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #rZrMxheMVToE1U7U2luTPHDxkkfd3Nso { width:100px;height:100px;top:30px;left:331px;display:block; }
 }@media only screen and (max-width: 1199px) { #GdgTzC7MerfzCI6dplpgRqRnZEo7zRwt { width:100px;height:100px;top:30px;left:585px;display:block; }
 }@media only screen and (max-width: 1199px) { #Zk3mS29RkgLVgKHN2SLaNC33REl8C8ZC { width:100px;height:100px;top:30px;left:77px;display:block; }
 }@media only screen and (max-width: 1199px) { #OTHnH9hQ4q96BdD5bK1dB9ABcx2p5gsp { width:500px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #wGpDZGAMbptPu04ilNP8qz22vMef42NG { width:240px;height:46px;top:142.5px;left:524px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #T6QDJVziMzlrtatpEHE7BJLiS68cbQXr { display:none; }#T6QDJVziMzlrtatpEHE7BJLiS68cbQXr > .row .container { width:764px;height:278px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GyMalS2NCJSaaEQFwxAbsl87PEfucKlB { width:240px;height:69px;top:141px;left:516.65625px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #LDAzI9h6UGKzhcwBbpqvTB3e0PC6Ku0v { width:100px;height:100px;top:30px;left:77px;display:block; }
 }@media only screen and (max-width: 1199px) { #dtmxb23zScoakoPJ9PKa161vUvfNLNQE { width:240px;height:92px;top:141px;left:262px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #ND5nTd9rhh1UsUomv6wu5ZriCgrALH0i { width:100px;height:100px;top:30px;left:585px;display:block; }
 }@media only screen and (max-width: 1199px) { #lNA49fRLDigCQ0UW3RezHc0ypDGphMiF { width:100px;height:100px;top:30px;left:331px;display:block; }
 }@media only screen and (max-width: 1199px) { #ye3hqnURxv1e4ISvfIAh9QdD9Pcyp2By { width:240px;height:138px;top:121px;left:7.328125px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #J8SWwOe151MpaI4Nrw0PXsIp9rxoLkoN { display:none; }#J8SWwOe151MpaI4Nrw0PXsIp9rxoLkoN > .row .container { width:764px;height:556px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xJFJMqAGypADBek6IxZzTSVIFOUeT0CU { width:764px;height:76.4px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #QPGiOQWrBmvrqKqtmyr2MXQe0edPoU4A { width:764px;height:52px;top:116.375px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #Pump0I7LCcV34829go78FFuPMvXZ49S6 { width:50px;height:50px;top:267px;left:75px;display:block; }
 }@media only screen and (max-width: 1199px) { #v82BFZEGx4LSOK9bOIlK8CKXWrQGLCo8 { width:50px;height:50px;top:209px;left:75px;display:block; }
 }@media only screen and (max-width: 1199px) { #wlpACr5i74OFM2OApQWo9DMp5uiZlKlt { width:50px;height:50px;top:328px;left:75px;display:block; }
 }@media only screen and (max-width: 1199px) { #QNoP64VTILUv8oBZvquSPWt3TSdkAx1L { width:500px;height:23px;top:222.5px;left:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #HW0ArcdRbRPd7iXBTnu4CdXkRWmHcP5a { width:500px;height:23px;top:280.5px;left:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #nSHrHK2pLZIbO8oqeUpM3vs5cXsFE2oX { width:500px;height:23px;top:341.5px;left:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #dLTDuIT6AFUzSpQLCOOCVCIFx2xZKCEU { width:764px;height:52px;top:433px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #xRlQFGL9RRqabqozZt2CNaNfEVE2NBL6 { width:764px;height:64px;top:219px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #myWbl89Q0hUwGEmn8uAKIBHniE2o8cuN { width:764px;height:32px;top:327px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #TZIFTx5z1QrRAIAEXzVy3anuMx4xeoA2 { width:764px;height:32px;top:395px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #TThXZzqk1xTAXWRzbXHskAVIVG3y5udu { width:500px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #H4vFHvKcTkcsxTJMaJ869sUdVTWIAC12 { width:188px;height:53.3333px;top:39.5px;left:0px;font-size:18px;z-index:100012;display:none; }
 }@media only screen and (max-width: 1199px) { #MQxWQipTI3aqu8FAeyfwGtENLQevykqv { display:none; }#MQxWQipTI3aqu8FAeyfwGtENLQevykqv > .row .container { width:764px;height:136px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gXWFV6bW9vUEKm3li77aG6woz0U8PTEA { width:764px;height:305.6px;top:30px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #oq5PHadQK4IZOEan69hJaUUrnuNRs02w { width:764px;height:76.4px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF { display:block; }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row .container { width:764px;height:136px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #clz7S2fgHoAF5TpppnTREHxwWlMT1V2f { width:764px;height:305.6px;top:30px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #Rphi6wGXZ8dipFaW806TJA5umXlzMsac { width:188px;height:53.3333px;top:39.5px;left:0px;font-size:18px;z-index:100012;display:none; }
 }@media only screen and (max-width: 1199px) { #ITIzTSaihDQmJ9tZ24bsCyXEJmQamfQm { display:none; }#ITIzTSaihDQmJ9tZ24bsCyXEJmQamfQm > .row .container { width:764px;height:780px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KfvmJ5lNg0wa9T8e8iKSEL1kWJVVr4CC { width:188px;height:27px;top:39.5px;left:382px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #ybMosVNhPmI5dkSZCsIGZpCOGQCAAMEy { width:188px;height:0;top:87.683340072632px;left:377.50001811981px;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #erMeFT8hIhp47qSsZFR5yiiW4K6B2uDp { width:150px;height:150px;top:113.06665039062px;left:211.50001811981px;display:block; }
 }@media only screen and (max-width: 1199px) { #gSbtgvsZqgy38JiRJ3wFTbxWZslZXa30 { width:219px;height:0;top:301px;left:382.00001811981px;font-size:16px;display:none; }
 }@media only screen and (max-width: 1199px) { #sHnBSoU7LzhHzWIKsGQXzdxPHu0v6rDE { width:179px;height:360px;top:286px;left:388px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #WKAlH7bk4f0RDz59RE4O0SEOdfwo2JKP { width:189px;height:456px;top:286px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #XSLH7insNyPchDKEzOu3XJe1HniLwAhO { width:219px;height:392px;top:291px;left:17.828125px;display:none; }
 }@media only screen and (max-width: 1199px) { #eyHS0WwA0MctAt3r1xQghpxVLVSRJAgg { width:219px;height:392px;top:291px;left:17.828125px;display:none; }
 }@media only screen and (max-width: 1199px) { #RUFSUpsHbId3HIuB9FGtc9BeKyXKUE19 { width:188px;height:54px;top:39.5px;left:0px;font-size:18px;z-index:100012;display:block; }
 }@media only screen and (max-width: 1199px) { #C43QGIuBB7mAom8fwSHiwuledGc3adSd { width:188px;height:54px;top:39.5px;left:191px;font-size:18px;z-index:100014;display:block; }
 }@media only screen and (max-width: 1199px) { #v9sOmw3XlyQ2yEsLG90cL2rG2QniXgxR { width:188px;height:0;top:263.0666809082px;left:0px;font-size:16px;z-index:100007;display:none; }
 }@media only screen and (max-width: 1199px) { #J0RU2d5xeJ74mzHVZ20PbSohtHkdgyfq { width:188px;height:336px;top:263.0625px;left:191px;font-size:16px;z-index:100004;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7qInm28TiJuDuNMyD1cdzTqbCd4HsZ5 { width:188px;height:53.3333px;top:39.5px;left:0px;font-size:18px;z-index:100012;display:none; }
 }@media only screen and (max-width: 1199px) { #SJEZ7Tzm9MEBLJgEk24SwPoNkAxVvwyH { width:150px;height:150px;top:113.06665039062px;left:402.50001811981px;display:block; }
 }@media only screen and (max-width: 1199px) { #gOLAX7rnAHJhHRVV4cNk7I6PgmCsSSnu { width:187.987px;height:0;top:39.487426757812px;left:572.98121356964px;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #Bv1TSC9dZaXJ1d5F06ULkhayzp3HPwqa { width:150px;height:150px;top:113.06240844727px;left:593.4749879837px;display:block; }
 }@media only screen and (max-width: 1199px) { #X3yiGtFopfsp30VQUzGsnhDXRlJozVq2 { width:219px;height:0;top:303px;left:545px;font-size:16px;display:none; }
 }@media only screen and (max-width: 1199px) { #TrcQ76cuth19sM9xQqS0r8mwQAfeXk2y { width:150px;height:150px;top:113.06666564941px;left:20.500000953674px;display:block; }
 }@media only screen and (max-width: 1199px) { #xzMw85HQV2sHSNO30AodVQrq2hJDQMd4 { width:171px;height:480px;top:285.9938659668px;left:582.46870136261px;font-size:16px;z-index:100004;display:block; }
 }@media only screen and (max-width: 1199px) { #iug6uZZssUp8w5Xdxe6DoXW7VV95ldeD { width:189px;height:0;top:313px;left:0px;font-size:16px;z-index:100007;display:none; }
 }@media only screen and (max-width: 1199px) { #gAa46uRETlsFM9rA8WM2aTmoqLm5hAAy { width:219px;height:392px;top:291px;left:17.828125px;display:none; }
 }@media only screen and (max-width: 1199px) { #B6zribUw0S1qgRELR7V5JEZwHHVn6kSb { width:187.969px;height:54px;top:39.487518310547px;left:576.01868915558px;font-size:18px;z-index:100014;display:block; }
 }@media only screen and (max-width: 1199px) { #m8BUiJhOH8vmMsmxIXKxUtuq86XNMKGn { display:none; }#m8BUiJhOH8vmMsmxIXKxUtuq86XNMKGn > .row .container { width:764px;height:769px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qO71QcBz2mOUSq1VGFGtrbc4VkvRyT07 { width:188px;height:0;top:39.549987792969px;left:191.00000286102px;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #xIEeRZLtph5lzPox9hRQrQ1MW4dnFy9s { width:188px;height:0;top:87.683340072632px;left:377.50001811981px;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #T2SBgLFhXpxwwg19rh8TBUvVQJrJH3lV { width:150px;height:150px;top:113.06665039062px;left:211.50001811981px;display:block; }
 }@media only screen and (max-width: 1199px) { #gKbrxayuPXef0vqPlkyQEgx3kF2FfrK9 { width:219px;height:0;top:301px;left:382.00001811981px;font-size:16px;display:none; }
 }@media only screen and (max-width: 1199px) { #MQ51nL7nCKURH94UwL6TB8TgvOkhrzzz { width:188px;height:0;top:332px;left:191.00000286102px;font-size:16px;display:none; }
 }@media only screen and (max-width: 1199px) { #fTTpm2uaQCNWPNVPWIrFRmWvWFafcLXQ { width:189px;height:456px;top:286px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #g2hbFxQcoOTZmru87B9rOgW1n0ii8dp5 { width:219px;height:392px;top:291px;left:17.828125px;display:none; }
 }@media only screen and (max-width: 1199px) { #wVmgEPy8vfvpDlTXb3pc2QFfpUuwgOMz { width:219px;height:392px;top:291px;left:17.828125px;display:none; }
 }@media only screen and (max-width: 1199px) { #aEIwvDn3TqKWP8c1kFCpTmHptEBqUJCE { width:219px;height:392px;top:291px;left:17.828125px;display:none; }
 }@media only screen and (max-width: 1199px) { #vEmd6AfLoyHBdvBTuGEOTTThmE6FtoN8 { width:188px;height:54px;top:39.5px;left:0px;font-size:18px;z-index:100012;display:block; }
 }@media only screen and (max-width: 1199px) { #vfS23bLmadQEI64ZIzEegHbfCLnT1B5W { width:188px;height:54px;top:39.499969482422px;left:382.00001811981px;font-size:18px;z-index:100013;display:block; }
 }@media only screen and (max-width: 1199px) { #nqp62JnExTwEiZDZyByN6fHQtKI3foLs { width:188px;height:54px;top:39.499969482422px;left:191.00000286102px;font-size:18px;z-index:100014;display:block; }
 }@media only screen and (max-width: 1199px) { #BC9ZAO95WouO6TA0p2WQV4Fk7D8SkUOS { width:188px;height:0;top:263.0666809082px;left:0px;font-size:16px;z-index:100007;display:none; }
 }@media only screen and (max-width: 1199px) { #wnSBH1QQDWVCpb60UbqSokPpkg6BcvU1 { width:188px;height:336px;top:286px;left:382px;font-size:16px;z-index:100006;display:block; }
 }@media only screen and (max-width: 1199px) { #bhrhKrfgRVc8CJTtu3QmkBhSZm941mWK { width:188px;height:336px;top:286px;left:191px;font-size:16px;z-index:100004;display:block; }
 }@media only screen and (max-width: 1199px) { #Hz8zUEkAfA4xc6tEAs4rCGz3QdBmPB1R { width:188px;height:53.3333px;top:39.5px;left:0px;font-size:18px;z-index:100012;display:none; }
 }@media only screen and (max-width: 1199px) { #f7t3BZ3pUqneVZBrbQoX8ZPb4rkdZ4nr { width:150px;height:150px;top:113.06665039062px;left:402.50001811981px;display:block; }
 }@media only screen and (max-width: 1199px) { #hdCPspmN2E0ideKkih5mwbtxeLKyI5VH { width:188px;height:0;top:87.683340072632px;left:377.50001811981px;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #ACpCBU5w3WGzX0tZATfUc4ZGdl8CN5C8 { width:150px;height:150px;top:93.5px;left:593.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #sINcvm8TRTGd94GcGhyL0GFXMyqEFzdU { width:219px;height:0;top:303px;left:545px;font-size:16px;display:none; }
 }@media only screen and (max-width: 1199px) { #ay2HTtdrDN7RMUd8n9Z4BI8cvSLrifSV { width:150px;height:150px;top:113.06666564941px;left:20.500000953674px;display:block; }
 }@media only screen and (max-width: 1199px) { #xUawqk445yzrgENLCAVOmnQoJzlOSdIU { width:171px;height:480px;top:289px;left:583px;font-size:16px;z-index:100004;display:block; }
 }@media only screen and (max-width: 1199px) { #KMh11OMOlOTq1vHTg84HLIThsttTqawz { width:189px;height:0;top:313px;left:0px;font-size:16px;z-index:100007;display:none; }
 }@media only screen and (max-width: 1199px) { #TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32 { display:block; }#TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32 > .row .container { width:764px;height:73px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RXDqM3kTGDrOoacCegu0BbVBuaTasAez { display:block; }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row .container { width:764px;height:626px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qf2EvhoOd6iWwr8eyZTnugRnQCxibgpa { width:499.987px;height:37px;top:60.374984741211px;left:110.41874408722px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTeVwDI8xH53uE9fMvxbWHTBlPfDNiH8 { width:704px;height:560px;top:29.793731689453px;left:28.274998664856px;display:block; }
 }@media only screen and (max-width: 1199px) { #UIFPeat816ugxNSEoIcDXDdm4A4pTChw { width:379.987px;height:378.994px;top:211.93124389648px;left:28.274998664856px;display:block; }
 }@media only screen and (max-width: 1199px) { #SC43anTW5WsQMAQefxsdT94Kdi5ySuGg { width:500px;height:37px;top:107.77500915527px;left:110.3812456131px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #LIedCwKzTEwRHbCJmbZVVGtvJRP1c2RK { width:400px;height:0;top:189.75px;left:306.86246967316px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #qThJOBgVn1G82ws3UgOIN1AmF4DdtwHK { width:108.994px;height:54.975px;top:523.34994506836px;left:478.93122577667px;display:block; }
 }@media only screen and (max-width: 1199px) { #K1oKkTTUwlAZRfx4ThFAzm35aMCTWRAM { width:499.987px;height:44.4px;top:60.374984741211px;left:110.41874408722px;text-align:center;text-align-last:center;font-size:30px;display:none; }
 }@media only screen and (max-width: 1199px) { #DTFameMoWVNLRdnkHgZFwDXNfP9VGC0r { width:363.994px;height:571.2px;top:184.98748779297px;left:356.86872577667px;display:none; }
 }@media only screen and (max-width: 1199px) { #FMt44Sbu6ynWpA9VlnuTc7ZydquD4Mc7 { top:172.36874389648px;left:333.43122577667px;width:400px;height:340px;z-index:100011;font-size:17px;font-weight:300;font-style:normal;font-family:ubuntu;line-height:2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI { display:block; }#hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI > .row .container { width:764px;height:498px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DmbnGk2CQ2LyL2a2AJqHR4HcXtzfnVbp { width:764px;height:76.4px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #CEi9xdqUJxiZGxDHXAhX6XW9VLtSZ7Hx { width:300px;height:53px;top:359px;left:232px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #uEsOt70LJUSgkVJLezkL8ql7dQ4oTVQy { display:block; }
 }@media only screen and (max-width: 1199px) { #bEF9OckLEFHRgHOtgvLifozUxGoJ2sqQ { width:764px;height:52px;top:138px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #nDnL4NH9hKwNCMyJRsDBPzbDDc7xrBku { width:764px;height:39px;top:308px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #hAdH0TTbJPRPro0D1bz51hfmSgmpbEFC { width:500px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #mJAigfpDuBzUhSqt3nGDD74ZOJMcPA7n { width:764px;height:52px;top:190px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #CkIq12zdL9iikcB0e6GNpHcLxHdps45V { width:764px;height:52px;top:412px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #AKsqJNczuk5E1pZea4U0RnDlPkcOSU0z { width:764px;height:52px;top:495px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #B1Ac3SeHuzf873zlUOTlWp4okwLTM47X { width:764px;height:78px;top:232px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #eIJxUQXuUukDvGG0UfnqlvNx8hTk5hFy { display:none; }#eIJxUQXuUukDvGG0UfnqlvNx8hTk5hFy > .row .container { width:764px;height:423px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZQMZ5JqCvVv4ReThlMlSAyokt2muIBNk { width:764px;height:76px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #GOI4ndE5JkurD6x1MzAFntNTwUenbm0c { width:500px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #CnRau21SLTeocAMLlyg24BbEMNPqIwDD { width:299.594px;height:53.1875px;top:249px;left:232.1875px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #JzkI27SvGgSt62yGAVi01nzfr6nPblkm { display:block; }
 }@media only screen and (max-width: 1199px) { #iuW1Gn32iH29FWidxqp8R7wXT740mlR4 { width:100px;height:100px;top:149px;left:332px;display:block; }
 }@media only screen and (max-width: 1199px) { #qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 { display:block; }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row .container { width:764px;height:534px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q1ngkV9XhhAPsaTFnSQ9ckqAu3Na3itz { width:70px;height:72px;top:378.984375px;left:347px;display:block; }
 }@media only screen and (max-width: 1199px) { #MWPR6DBXNJOembbaXUvi15MOQJN58lwG { width:500px;height:200px;top:85.984375px;left:32px;display:none; }
 }@media only screen and (max-width: 1199px) { #SrNkIfNKVtDLGWiybeQUl1XOWL7NBJmM { width:633px;height:126px;top:102.97509765625px;left:65.474995613098px;z-index:100002;display:block; }
 }@media only screen and (max-width: 1199px) { #e7buGflO2mOKS0IATXEXJsXybV5oUG8R { width:763.987px;height:78px;top:254.9814453125px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:261px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i32uI7cyguGxQizumoTg8KvpCP2D7J7M { width:320px;height:64px;top:52px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #FOcNv0QuB8G3hTw3onTJhqmGxH8vMcbN { width:163px;height:91px;top:20px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 { background-color:#a54870;background-image:url("https://images.assets-landingi.com/2WjiSxSe/Napis.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;display:none; }#IaETTCDR5HO5gE4VpAbli0vdrpoBZKp5 > .row .container { width:320px;height:432px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e65P1gngTSGWG0Zb8ouPL4OiCv8vqSqq { width:300px;height:75.6px;top:135px;left:10px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rsL0BrTkSK2OFRck3mFZUVNGVLgFgecS { width:50px;height:51px;top:0px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #zXuU9N4X3G4rEGKAOAktoTTB9MS8T9sv { width:302px;height:54px;top:71.96875px;left:9px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #XTw62oR4C8JZpJ7100HdfzxooSwb1iZa { display:block; }
 }@media only screen and (max-width: 763px) { #AJlOm2fZ4sCNczPiN72wA2Dpk6LDWSsK { width:320px;height:64px;top:233px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS { background-color:#a54870;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS > .row .container { background-color: transparent; background-image: none; }#Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS > .row .container > .video-iframe-container { display: none; }#Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS > .row > .video-iframe-container { display: none; }#Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS > .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); }#Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS > .row .container { border-width: 0; border-radius: 0; }#Z7WHqyL9RiCNbp9nLsOxNgWPe9QKdZOS > .row .container { width:320px;height:240px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBQprT9kyXxAUmr2Gdi39ysO3N8Cey9m { width:300px;height:118.987px;top:9.9562683105469px;left:9.9562497138977px;z-index:100023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qmO9HZiuwgDdMEwVyXasVnXHf2MD1b9m { width:300px;height:78px;top:140.90625px;left:9.9562497138977px;font-size:20px;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #uEgI43ng41MhX3EJLIrPOnTfAG0IOcf4 { background-color:#a54870;background-image:url("https://images.assets-landingi.com/IAEJmwJW/Wsp_lne_Swietowanie_Ajurwedy.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:none; }#uEgI43ng41MhX3EJLIrPOnTfAG0IOcf4 > .row .container { width:320px;height:177px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GZuPDF2O7VoTTUKwiO4hq0giUkRFTz1h { width:302px;height:54px;top:71.96875px;left:9px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #EtTRVADngRJoEWuLz4tL6hm6KyAnS0Nb { display:block; }
 }@media only screen and (max-width: 763px) { #qBXCMsrKOJ8PJ8zTgryT8wi1q6WPvtJ5 { width:50px;height:51px;top:0px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #o6szIPndz5JPFo17hq9rEHSaTNXbnneV { background-color:#ffefef;background-image:none;display:block; }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row .container { background-color: transparent; background-image: none; }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row .container > .video-iframe-container { display: none; }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row > .video-iframe-container { display: none; }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .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); }#o6szIPndz5JPFo17hq9rEHSaTNXbnneV > .row .container { width:320px;height:329.9375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6PsQk0EcLQn16sNLJ1mrRGuy079OrU6 { width:320px;height:32px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #L1AqtZuwORkvfFcyu2TKEUTTbdnRrOa3 { width:319.969px;height:115px;top:214.94998168945px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vFnFrt2NyW2ZRGinbKOXKelBLTXOWuoF { width:319.987px;height:69px;top:127.94995117188px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fd6nLbtt6PDvXIW1snWXuMUoVfJXWMOs { top:0px;left:0px;width:320px;height:128px;z-index:100025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TdBrTxHNWpR3W67H4DmeSZ6QrIApp5ir { background-color:#ffefef;background-image:url("https://images.assets-landingi.com/J48hv3df/Wsp_lne_Swietowanie_Ajurwedy_4_.png");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:none; }#TdBrTxHNWpR3W67H4DmeSZ6QrIApp5ir > .row .container { width:320px;height:15px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D4GbwHTCqLJuZyG1T8XgTANu1wduqtyB { width:320px;height:32px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cUKT00M4E5InTglFfMx9AEaVqqdfoW07 { display:none; }#cUKT00M4E5InTglFfMx9AEaVqqdfoW07 > .row .container { width:320px;height:606px;background-color:#ffefef;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kNWrE0e0eCn693mTAUcPLr6L98bLG2uP { width:280px;height:69px;top:197px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MEBS0mnnLHhHJKxHSnhOcMZz38mQ5saf { width:280px;height:46px;top:390px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rZrMxheMVToE1U7U2luTPHDxkkfd3Nso { width:70px;height:70px;top:301px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #GdgTzC7MerfzCI6dplpgRqRnZEo7zRwt { width:70px;height:70px;top:457px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #Zk3mS29RkgLVgKHN2SLaNC33REl8C8ZC { width:70px;height:70px;top:127px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #OTHnH9hQ4q96BdD5bK1dB9ABcx2p5gsp { top:0px;left:0px;width:320px;height:127px;z-index:100032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wGpDZGAMbptPu04ilNP8qz22vMef42NG { width:280px;height:46px;top:543px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T6QDJVziMzlrtatpEHE7BJLiS68cbQXr { display:none; }#T6QDJVziMzlrtatpEHE7BJLiS68cbQXr > .row .container { width:320px;height:597px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GyMalS2NCJSaaEQFwxAbsl87PEfucKlB { width:320px;height:69px;top:510px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LDAzI9h6UGKzhcwBbpqvTB3e0PC6Ku0v { width:70px;height:70px;top:40px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #dtmxb23zScoakoPJ9PKa161vUvfNLNQE { width:280px;height:69px;top:345px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ND5nTd9rhh1UsUomv6wu5ZriCgrALH0i { width:70px;height:70px;top:440px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #lNA49fRLDigCQ0UW3RezHc0ypDGphMiF { width:70px;height:70px;top:247px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #ye3hqnURxv1e4ISvfIAh9QdD9Pcyp2By { width:280px;height:115px;top:110px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #J8SWwOe151MpaI4Nrw0PXsIp9rxoLkoN { display:none; }#J8SWwOe151MpaI4Nrw0PXsIp9rxoLkoN > .row .container { width:320px;height:771px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xJFJMqAGypADBek6IxZzTSVIFOUeT0CU { width:320px;height:32px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #QPGiOQWrBmvrqKqtmyr2MXQe0edPoU4A { width:320px;height:0;top:72px;left:0px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #Pump0I7LCcV34829go78FFuPMvXZ49S6 { width:70px;height:70px;top:500px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #v82BFZEGx4LSOK9bOIlK8CKXWrQGLCo8 { width:70px;height:70px;top:212px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #wlpACr5i74OFM2OApQWo9DMp5uiZlKlt { width:70px;height:70px;top:369px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #QNoP64VTILUv8oBZvquSPWt3TSdkAx1L { width:320px;height:0;top:175px;left:0px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #HW0ArcdRbRPd7iXBTnu4CdXkRWmHcP5a { width:290px;height:0;top:366px;left:15px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #nSHrHK2pLZIbO8oqeUpM3vs5cXsFE2oX { width:290px;height:46px;top:570px;left:15px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLTDuIT6AFUzSpQLCOOCVCIFx2xZKCEU { width:290px;height:69px;top:651px;left:15px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xRlQFGL9RRqabqozZt2CNaNfEVE2NBL6 { width:290px;height:46px;top:128px;left:15px;font-size:18px;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #myWbl89Q0hUwGEmn8uAKIBHniE2o8cuN { width:290px;height:46px;top:282px;left:15px;font-size:18px;z-index:100026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZIFTx5z1QrRAIAEXzVy3anuMx4xeoA2 { width:290px;height:23px;top:439px;left:15px;font-size:18px;z-index:100027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TThXZzqk1xTAXWRzbXHskAVIVG3y5udu { top:0px;left:0px;width:320px;height:128px;z-index:100028;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #H4vFHvKcTkcsxTJMaJ869sUdVTWIAC12 { width:320px;height:30px;top:558.953125px;left:0px;text-align:center;text-align-last:center;font-size:20px;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #MQxWQipTI3aqu8FAeyfwGtENLQevykqv { background-color:transparent;background-image:none;display:none; }#MQxWQipTI3aqu8FAeyfwGtENLQevykqv > .row .container { width:320px;height:128px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gXWFV6bW9vUEKm3li77aG6woz0U8PTEA { width:320px;height:128px;top:0px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oq5PHadQK4IZOEan69hJaUUrnuNRs02w { width:320px;height:32px;top:30px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF { background-color:transparent;background-image:none;display:block; }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row .container { background-color: transparent; background-image: none; }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row .container > .video-iframe-container { display: none; }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row > .video-iframe-container { display: none; }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .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); }#W0THq8ZS6GgQimGeNzqIos26ZTQdl2EF > .row .container { width:320px;height:146px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clz7S2fgHoAF5TpppnTREHxwWlMT1V2f { width:320px;height:128px;top:0px;left:0px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Rphi6wGXZ8dipFaW806TJA5umXlzMsac { width:320px;height:48px;top:49px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ITIzTSaihDQmJ9tZ24bsCyXEJmQamfQm { background-color:#ffefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#ITIzTSaihDQmJ9tZ24bsCyXEJmQamfQm > .row .container { border-width: 0; border-radius: 0; }#ITIzTSaihDQmJ9tZ24bsCyXEJmQamfQm > .row .container { width:320px;height:2130px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KfvmJ5lNg0wa9T8e8iKSEL1kWJVVr4CC { width:300px;height:30px;top:1111.1812133789px;left:9.9562497138977px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ybMosVNhPmI5dkSZCsIGZpCOGQCAAMEy { width:300px;height:30px;top:589.33114624023px;left:9.9562497138977px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #erMeFT8hIhp47qSsZFR5yiiW4K6B2uDp { width:150px;height:150px;top:641.21672058105px;left:85.000005722046px;display:block; }
 }@media only screen and (max-width: 763px) { #gSbtgvsZqgy38JiRJ3wFTbxWZslZXa30 { width:290px;height:0;top:1292.4667358398px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #sHnBSoU7LzhHzWIKsGQXzdxPHu0v6rDE { width:290px;height:250px;top:1326.15625px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #WKAlH7bk4f0RDz59RE4O0SEOdfwo2JKP { width:301.987px;height:300px;top:244.31246948242px;left:8.981249332428px;text-align:center;text-align-last:center;font-size:17px;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #XSLH7insNyPchDKEzOu3XJe1HniLwAhO { width:290px;height:300px;top:791.21670532227px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #eyHS0WwA0MctAt3r1xQghpxVLVSRJAgg { width:290px;height:325px;top:1830.0667724609px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#47545a;z-index:100005;display:none; }
 }@media only screen and (max-width: 763px) { #RUFSUpsHbId3HIuB9FGtc9BeKyXKUE19 { width:187px;height:auto;top:39px;left:66px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #C43QGIuBB7mAom8fwSHiwuledGc3adSd { width:188px;height:auto;top:39px;left:66px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #v9sOmw3XlyQ2yEsLG90cL2rG2QniXgxR { width:188px;height:auto;top:277px;left:66px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #J0RU2d5xeJ74mzHVZ20PbSohtHkdgyfq { width:188px;height:auto;top:263px;left:66px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #Z7qInm28TiJuDuNMyD1cdzTqbCd4HsZ5 { width:319.987px;height:30px;top:26.943542480469px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SJEZ7Tzm9MEBLJgEk24SwPoNkAxVvwyH { width:150px;height:150px;top:1160.3436889648px;left:84.9562458992px;display:block; }
 }@media only screen and (max-width: 763px) { #gOLAX7rnAHJhHRVV4cNk7I6PgmCsSSnu { width:300px;height:30px;top:1596.1123046875px;left:9.9562497138977px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1TSC9dZaXJ1d5F06ULkhayzp3HPwqa { width:150px;height:150px;top:1644.140625px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #X3yiGtFopfsp30VQUzGsnhDXRlJozVq2 { width:290px;height:0;top:1292.4667358398px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #TrcQ76cuth19sM9xQqS0r8mwQAfeXk2y { width:150px;height:150px;top:72.225006103516px;left:84.9562458992px;display:block; }
 }@media only screen and (max-width: 763px) { #xzMw85HQV2sHSNO30AodVQrq2hJDQMd4 { width:171px;height:auto;top:289px;left:74px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #iug6uZZssUp8w5Xdxe6DoXW7VV95ldeD { width:290px;height:0;top:1814.140625px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#47545a;display:none; }
 }@media only screen and (max-width: 763px) { #gAa46uRETlsFM9rA8WM2aTmoqLm5hAAy { width:289.969px;height:325px;top:1784.1186523438px;left:14.981249332428px;text-align:center;text-align-last:center;font-size:17px;color:#47545a;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #B6zribUw0S1qgRELR7V5JEZwHHVn6kSb { width:187px;height:auto;top:49px;left:66px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #m8BUiJhOH8vmMsmxIXKxUtuq86XNMKGn { display:none; }#m8BUiJhOH8vmMsmxIXKxUtuq86XNMKGn > .row .container { width:320px;height:2520px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qO71QcBz2mOUSq1VGFGtrbc4VkvRyT07 { width:300px;height:30px;top:1124.2000427246px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xIEeRZLtph5lzPox9hRQrQ1MW4dnFy9s { width:300px;height:30px;top:597.35003662109px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T2SBgLFhXpxwwg19rh8TBUvVQJrJH3lV { width:150px;height:150px;top:641.21672058105px;left:85.000005722046px;display:block; }
 }@media only screen and (max-width: 763px) { #gKbrxayuPXef0vqPlkyQEgx3kF2FfrK9 { width:290px;height:0;top:1292.4667358398px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #MQ51nL7nCKURH94UwL6TB8TgvOkhrzzz { width:290px;height:0;top:688.16673278809px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#47545a;display:none; }
 }@media only screen and (max-width: 763px) { #fTTpm2uaQCNWPNVPWIrFRmWvWFafcLXQ { width:290px;height:0;top:201.05001068115px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #g2hbFxQcoOTZmru87B9rOgW1n0ii8dp5 { width:290px;height:275px;top:1318.3334350586px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#47545a;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #wVmgEPy8vfvpDlTXb3pc2QFfpUuwgOMz { width:290px;height:300px;top:791.21670532227px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #aEIwvDn3TqKWP8c1kFCpTmHptEBqUJCE { width:290px;height:325px;top:1830.0667724609px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#47545a;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #vEmd6AfLoyHBdvBTuGEOTTThmE6FtoN8 { width:188px;height:auto;top:65px;left:66px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #vfS23bLmadQEI64ZIzEegHbfCLnT1B5W { width:188px;height:auto;top:66px;left:66px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #nqp62JnExTwEiZDZyByN6fHQtKI3foLs { width:188px;height:auto;top:39px;left:66px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #BC9ZAO95WouO6TA0p2WQV4Fk7D8SkUOS { width:188px;height:auto;top:277px;left:66px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #wnSBH1QQDWVCpb60UbqSokPpkg6BcvU1 { width:188px;height:auto;top:263px;left:66px;text-align:center;text-align-last:center;font-size:17px;color:#47545a;display:none; }
 }@media only screen and (max-width: 763px) { #bhrhKrfgRVc8CJTtu3QmkBhSZm941mWK { width:188px;height:auto;top:263px;left:66px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #Hz8zUEkAfA4xc6tEAs4rCGz3QdBmPB1R { width:320px;height:30px;top:35.953125px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #f7t3BZ3pUqneVZBrbQoX8ZPb4rkdZ4nr { width:150px;height:150px;top:1168.3500976562px;left:85.000005722046px;display:block; }
 }@media only screen and (max-width: 763px) { #hdCPspmN2E0ideKkih5mwbtxeLKyI5VH { width:300px;height:30px;top:1101.5667419434px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ACpCBU5w3WGzX0tZATfUc4ZGdl8CN5C8 { width:150px;height:150px;top:1146.1500549316px;left:85.000005722046px;display:block; }
 }@media only screen and (max-width: 763px) { #sINcvm8TRTGd94GcGhyL0GFXMyqEFzdU { width:290px;height:0;top:1292.4667358398px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #ay2HTtdrDN7RMUd8n9Z4BI8cvSLrifSV { width:150px;height:150px;top:90.233337402344px;left:85.000005722046px;display:block; }
 }@media only screen and (max-width: 763px) { #xUawqk445yzrgENLCAVOmnQoJzlOSdIU { width:171px;height:auto;top:289px;left:74px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #KMh11OMOlOTq1vHTg84HLIThsttTqawz { width:290px;height:0;top:2175.0625px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32 { background-color:#ffefef;background-image:url("https://images.assets-landingi.com/J48hv3df/Wsp_lne_Swietowanie_Ajurwedy_4_.png");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:none; }#TM2EmpG2sKmnFUpKevqcTHMKZbCMnt32 > .row .container { width:320px;height:132px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RXDqM3kTGDrOoacCegu0BbVBuaTasAez { background-color:#f1dede;background-image:none;display:block; }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row .container { background-color: transparent; background-image: none; }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row .container > .video-iframe-container { display: none; }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row > .video-iframe-container { display: none; }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .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); }#RXDqM3kTGDrOoacCegu0BbVBuaTasAez > .row .container { width:320px;height:1029px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qf2EvhoOd6iWwr8eyZTnugRnQCxibgpa { width:320px;height:0;top:67.11669921875px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #ZTeVwDI8xH53uE9fMvxbWHTBlPfDNiH8 { width:290px;height:768px;top:20.981262207031px;left:14.981249332428px;display:none; }
 }@media only screen and (max-width: 763px) { #UIFPeat816ugxNSEoIcDXDdm4A4pTChw { width:290px;height:290px;top:184.03125px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SC43anTW5WsQMAQefxsdT94Kdi5ySuGg { width:319.987px;height:0;top:145.85623168945px;left:0.018750190734863px;text-align:center;text-align-last:center;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #LIedCwKzTEwRHbCJmbZVVGtvJRP1c2RK { width:290px;height:0;top:526.01246643066px;left:14.981249332428px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #qThJOBgVn1G82ws3UgOIN1AmF4DdtwHK { width:100px;height:48px;top:939.5px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #K1oKkTTUwlAZRfx4ThFAzm35aMCTWRAM { width:319.987px;height:120px;top:30px;left:0.018750190734863px;text-align:center;text-align-last:center;font-size:20px;z-index:100008;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #DTFameMoWVNLRdnkHgZFwDXNfP9VGC0r { width:289.984px;height:390px;top:516.984375px;left:14.984375px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;z-index:100010;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #FMt44Sbu6ynWpA9VlnuTc7ZydquD4Mc7 { width:319.987px;height:0;top:1033.4936523438px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI { display:block; }#hGZPcQFDnfE1LLRrGkHiIpHulR56pJCI > .row .container { width:320px;height:491px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DmbnGk2CQ2LyL2a2AJqHR4HcXtzfnVbp { width:320px;height:32px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #CEi9xdqUJxiZGxDHXAhX6XW9VLtSZ7Hx { width:300px;height:54px;top:335.984375px;left:10px;background-color:#4bae16;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #uEsOt70LJUSgkVJLezkL8ql7dQ4oTVQy { display:block; }
 }@media only screen and (max-width: 763px) { #bEF9OckLEFHRgHOtgvLifozUxGoJ2sqQ { width:300px;height:46px;top:128px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nDnL4NH9hKwNCMyJRsDBPzbDDc7xrBku { width:319.969px;height:32px;top:288.5625px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hAdH0TTbJPRPro0D1bz51hfmSgmpbEFC { top:0px;left:0px;width:320px;height:128px;z-index:100027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mJAigfpDuBzUhSqt3nGDD74ZOJMcPA7n { width:319.984px;height:46px;top:242.5625px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CkIq12zdL9iikcB0e6GNpHcLxHdps45V { width:320px;height:0;top:417px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #AKsqJNczuk5E1pZea4U0RnDlPkcOSU0z { width:300px;height:46px;top:400.953125px;left:10px;font-size:18px;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #B1Ac3SeHuzf873zlUOTlWp4okwLTM47X { width:319.987px;height:69px;top:173.56875610352px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eIJxUQXuUukDvGG0UfnqlvNx8hTk5hFy { display:none; }#eIJxUQXuUukDvGG0UfnqlvNx8hTk5hFy > .row .container { width:320px;height:312px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZQMZ5JqCvVv4ReThlMlSAyokt2muIBNk { width:320px;height:32px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #GOI4ndE5JkurD6x1MzAFntNTwUenbm0c { top:0px;left:0px;width:320px;height:128px;z-index:100027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CnRau21SLTeocAMLlyg24BbEMNPqIwDD { width:302px;height:54px;top:198px;left:9px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #JzkI27SvGgSt62yGAVi01nzfr6nPblkm { display:block; }
 }@media only screen and (max-width: 763px) { #iuW1Gn32iH29FWidxqp8R7wXT740mlR4 { width:70px;height:70px;top:128px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 { background-color:#a54870;background-image:url("https://images.assets-landingi.com/5PB4EDaA/Wsp_lne_Swietowanie_Ajurwedy_3_.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;display:block; }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row .container { background-color: transparent; background-image: none; }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row .container > .video-iframe-container { display: none; }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row > .video-iframe-container { display: none; }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .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); }#qFJ7cck6t63uTx2W3Q4M6O1hG6yHDrv4 > .row .container { width:320px;height:384px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1ngkV9XhhAPsaTFnSQ9ckqAu3Na3itz { width:50px;height:51px;top:325.015625px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #MWPR6DBXNJOembbaXUvi15MOQJN58lwG { width:300px;height:120px;top:60px;left:10px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SrNkIfNKVtDLGWiybeQUl1XOWL7NBJmM { width:320px;height:64px;top:120px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #e7buGflO2mOKS0IATXEXJsXybV5oUG8R { width:320px;height:78px;top:216.015625px;left:0px;font-size:20px;display:block; }
 }