@font-face {
  font-family: Chunk;
  src: url('../fonts/Chunk.woff2') format("woff2"), url('../fonts/Chunk.woff') format("woff"), url('../fonts/Chunk.ttf') format("truetype"), url('../fonts/Chunk.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  color: #e9814a;
  background-color: #fae6dc;
  border-left: 0 solid #e2e2e2;
  border-radius: 20px;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1.5em;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page-wrapper {
  padding: 0;
  font-family: Figtree, sans-serif;
}

.page-wrapper.is-lp-page-wrapper {
  background-color: #f9e5db;
  padding-top: 8.3em;
}

.page-wrapper.is-preorder-page {
  background-color: #eaf5ff;
  padding-top: 8.3em;
}

.section-hero {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-top: 10.63em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-hero.is-single-wiedza {
  min-height: 6.94em;
  padding-top: 0;
}

.section-hero.less-padding {
  padding-top: 3em;
}

.section-hero.no-top {
  padding-top: 3.13em;
  overflow: visible;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.88em;
  padding-right: 2.88em;
}

.container.no-padding {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.full-height {
  height: 100%;
}

.container.is-relative {
  position: relative;
}

.section-hero-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.section-hero-content {
  width: 100%;
  position: relative;
}

.hero-flex {
  width: 100%;
  display: flex;
}

.hero-flex.is-wiedza {
  flex-flow: column;
}

.hero-col {
  width: 50%;
}

.hero-col.is-flx {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 4.19em;
  display: flex;
}

.hero-col.is-flx.is-cta {
  justify-content: flex-end;
}

.hero-col.is-flx.is-bigger {
  width: 100%;
}

.hero-col.is-flx.is-bigger.no-space {
  padding-bottom: 0;
}

.hero-col.flx-anim {
  display: block;
  position: relative;
}

.hero-col.flx-anim.smaller {
  width: 20%;
}

.hero-col.flx-anim.right-align {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hero-col.is-wiedza {
  width: 80%;
}

.hero-col.flex-right {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 4.19em;
  display: flex;
}

.hero-top-info {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-top-info.bottom-space {
  margin-bottom: 5em;
}

.hero-info {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2.5em;
  padding: .25em 1em;
}

.hero-info.is-dark {
  color: #8595b2;
  border-color: #d4dcea;
}

.hero-info.is-dark.is-orange-border {
  border-color: #e9814a80;
}

.hero-info.is-dark.is-orange-border.orange-text {
  color: #e9814a;
}

.hero-info.is-dark.centered {
  text-align: center;
  padding-left: .5em;
  padding-right: .5em;
}

.hero-info.is-dark.is-blue-border {
  border-color: #5f9bd380;
}

.hero-info.is-dark.is-dark-text {
  color: #173861;
}

.hero-info-text {
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.hero-info-text.is-time-info {
  color: #8595b2;
}

.hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  font-weight: 800;
  line-height: 1.2;
}

.hero-bottom-content {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  margin-top: 2.56em;
  display: flex;
}

.hero-bottom-content.less-top {
  margin-top: 2.63em;
}

.hero-bottom-content.less-top-space {
  margin-top: 1.7em;
}

.hero-text {
  color: #fff;
  max-width: 24em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5;
}

.hero-text.is-wiedza {
  max-width: 42.63em;
}

.hero-text.is-bigger {
  max-width: 100%;
}

.hero-buttons {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  display: flex;
}

.is-simple-button {
  color: #2a3948;
  background-color: #fae6dc;
  border: 1px solid #ffffff29;
  border-radius: 2.5em;
  padding: .63em .5em .63em 1.5em;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 11px 21px #e9814a7d;
}

.is-simple-button:hover, .is-simple-button.is-alt {
  box-shadow: none;
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.is-simple-button.is-alt:hover {
  background-color: #e9814a;
  border-color: #e9814a;
}

.is-simple-button.is-alt.is-hover-white:hover {
  color: #e9814a;
  background-color: #fff;
  border-color: #fff;
}

.is-simple-button.is-white {
  box-shadow: none;
  color: #173861;
  background-color: #fff;
  border-color: #fff;
  transition-duration: .2s;
}

.is-simple-button.is-white:hover {
  color: #173861;
  background-color: #0000;
  border-color: #173861;
}

.is-simple-button.is-white.is-transparent {
  color: #fff;
  background-color: #0000;
}

.is-simple-button.is-white.is-transparent:hover {
  color: #173861;
  background-color: #fff;
  border-color: #fff;
}

.is-simple-button.is-white.hover-orange:hover {
  color: #fff;
  background-color: #e9814a;
  border-color: #e9814a;
  box-shadow: 0 10px 21px #e9814a7d;
}

.is-simple-button.is-orange {
  color: #fff;
  background-color: #e9814a;
  border-color: #ffffff29;
  font-family: Figtree, sans-serif;
}

.is-simple-button.is-orange:hover {
  color: #e9814a;
  background-color: #0000;
  border-color: #e9814a;
}

.is-simple-button.is-orange.is-first.is-mobile-buttn {
  display: none;
}

.is-simple-button.is-orange-border {
  box-shadow: none;
  background-color: #0000;
  border-color: #e9814a;
}

.is-simple-button.is-orange-border:hover {
  background-color: #e9814a;
}

.is-simple-button.is-orange-border.is-full {
  display: block;
}

.is-simple-button.is-blue {
  box-shadow: none;
  color: #fff;
  background-color: #5f9bd3;
  border-bottom-color: #5f9bd3;
}

.is-simple-button.is-blue:hover {
  background-color: #0000;
  border-color: #fff;
}

.is-simple-button.is-blue.is-blue-hover:hover {
  color: #5f9bd3;
  border-color: #5f9bd3;
}

.is-simple-button.is-blue-border {
  box-shadow: none;
  background-color: #0000;
  border-color: #5f9bd3;
}

.is-simple-button.is-blue-border:hover {
  background-color: #5f9bd3;
}

.button-flex {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.button-circle {
  color: #fff;
  background-color: #e9814a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  transition: all .3s;
  display: flex;
}

.button-circle.is-alt {
  color: #e9814a;
  background-color: #fae6dc;
}

.button-circle.is-alt.is-white.is-orange-text {
  color: #e9814a;
}

.button-circle.is-white {
  color: #173861;
  background-color: #fff;
}

.button-circle.is-white.orange-text {
  color: #e9814a;
}

.button-circle.is-white.is-blue-text {
  color: #5f9bd3;
}

.button-circle.is-blue {
  background-color: #5f9bd3;
}

.button-circle.is-zi {
  color: #e9814a;
  background-color: #fae6dc;
}

.hero-col-video {
  width: 37.5em;
  position: relative;
}

.image-2 {
  z-index: 2;
  width: 100%;
  margin-top: auto;
  position: relative;
}

.hero-wrapper {
  height: 100vh;
  padding: 1.56em 1.5em;
}

.hero-wrapper.is-wiedza-hero {
  height: 44em;
}

.hero-wrapper.is-wiedza-hero.is-single-wiedza-hero {
  background-color: #eaf5ff;
  height: auto;
}

.hero-wrapper.is-wiedza-hero.is-single-wiedza-hero.is-sklep-produkt-hero {
  background-color: #fae6dc;
}

.hero-wrapper.is-kariera {
  height: auto;
}

.hero-wrapper.is-lp-hero {
  background-color: #fae6dc;
  max-height: 37.5em;
  padding-top: 1.5em;
  padding-bottom: 0;
}

.hero-wrapper.is-lp-hero.is-pre-order {
  background-color: #0000;
  background-image: linear-gradient(#eaf5ff, #fff);
  height: auto;
  max-height: 100%;
  padding-bottom: 6.25em;
}

.hero-right-content {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 4.06em;
  right: 4.5em;
}

.hero-right-content.less {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.is-button-shop {
  color: #fff;
  background-color: #fae6dc73;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6.69em;
  height: 6.69em;
  transition: all .3s;
  display: flex;
}

.is-button-shop:hover {
  color: #e9814ab5;
  background-color: #ffffffa3;
}

.button-shop-inner {
  grid-column-gap: .13em;
  grid-row-gap: .13em;
  background-color: #e9814ab5;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4.63em;
  height: 4.63em;
  transition: all .3s;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.button-shop-text {
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
}

.button-scroll {
  color: #fff;
}

.button-scroll-inner {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-scroll-text {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.section-home-info {
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: block;
}

.home-info-item {
  border-radius: 1.25em;
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  height: 30.5em;
  overflow: hidden;
}

.home-info-item-content {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.h-item-bg {
  position: absolute;
  inset: 0%;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.h-item-img-bg {
  background-image: linear-gradient(0deg, #0000004d, #0000004d), linear-gradient(#6663, #0003);
  position: absolute;
  inset: 0%;
}

.home-info-item-wrapper {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.75em;
  display: flex;
  position: relative;
}

.home-info-item-wrapper.is-half-closed {
  position: absolute;
  bottom: 0;
  left: 0;
}

.h-item-title {
  color: #fff;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.h-item-title._4 {
  color: #5f9bd3;
}

.h-item-title._6 {
  color: #e9814a;
}

.h-item-text {
  color: #fff;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.h-item-number {
  color: #fae6dc;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3;
  position: static;
  top: 1.38em;
  right: 2.19em;
}

.h-item-number._2 {
  color: #eaf5ff;
}

.h-item-number._3 {
  color: #5f9bd3;
}

.h-item-number._4 {
  color: #eaf5ff;
}

.h-item-number._5 {
  color: #fae6dc;
}

.h-item-number._1 {
  color: #e9814a;
}

.item-number-wrapper {
  position: absolute;
  top: 1.44em;
  right: 2.19em;
}

.home-items {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  display: flex;
}

.h-item-closed {
  grid-column-gap: 4.38em;
  grid-row-gap: 4.38em;
  color: #fff;
  cursor: pointer;
  background-color: #5f9bd3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 1.38em 1.63em;
  transition: all .3s;
  display: flex;
}

.h-item-closed._3 {
  color: #5f9bd3;
  background-color: #eaf5ff;
}

.h-item-closed._5 {
  background-color: #e9814a;
}

.h-item-closed._1 {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  color: #e9814a;
  background-color: #fae6dc;
}

.item-closed-text {
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.image-4 {
  height: 100%;
}

.section-about {
  background-color: #fae6dc;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.section-about.is-blue {
  background-color: #eaf5ff;
}

.about-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 56.25em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-content.bigger, .about-content.is-bigger {
  max-width: 100%;
}

.icon-embed-custom-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.4375rem;
  height: 6.4375rem;
  display: flex;
}

.image-5 {
  width: 9.13em;
}

.image-5.smlr {
  width: 6.25em;
  margin-bottom: 1.9em;
}

.about-text {
  color: #173861;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.span-kolok {
  font-family: Parkinsans, sans-serif;
  font-weight: 800;
}

.section-one {
  padding: 1.5em;
}

.one-content {
  background-color: #fae6dc;
  background-image: url('../images/gradient-png.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25em;
  justify-content: flex-start;
  height: 46.31em;
  padding: 0 0 0 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-6 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.hero-title-wrapper, .hero-title-wrapper.is-wiedza {
  max-width: 100%;
}

.one-left-content {
  z-index: 2;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  max-width: 32em;
  padding-top: 4.19em;
  padding-bottom: 4.19em;
  padding-left: 0;
  display: flex;
}

.section-title {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: #173861;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
  display: block;
}

.section-title.centered {
  text-align: center;
}

.section-title.centered.is-orange {
  color: #e9814a;
}

.section-title.smaller {
  font-size: 2.6em;
}

.section-title.smaller.sml {
  font-size: 2em;
}

.section-title.is-white {
  color: #fff;
}

.one-left-content-wrapper {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 19.9em;
  display: flex;
}

.one-text {
  color: #173861;
  font-size: 1.13em;
  font-weight: 400;
  line-height: 1.5;
}

.one-photos {
  flex: auto;
  width: 58%;
  min-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.one-photo {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.one-photo.is-01 {
  inset: 0 0 0 auto;
}

.one-photo.is-02, .one-photo.is-03, .one-photo.is-04, .one-photo.is-05, .one-photo.is-06 {
  inset: 0% 0% 0% auto;
}

.one-dots {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.one-dot {
  color: #fff;
  background-color: #ffffff4f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.88em;
  height: 2.88em;
  transition: all .3s;
  display: flex;
}

.one-dot.is-01 {
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 32%;
  left: 40%;
}

.one-dot.is-02 {
  position: absolute;
  top: 70%;
  left: 37%;
}

.one-dot.is-03 {
  position: absolute;
  top: 57%;
  left: 38%;
}

.one-dot.is-04 {
  position: absolute;
  top: 66%;
  left: 60%;
}

.one-dot.is-05 {
  position: absolute;
  top: 69%;
  left: 45%;
}

.one-dot.is-06 {
  position: absolute;
  top: 89%;
  left: 62%;
}

.one-dot-inner {
  background-color: #e9814aa3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  transition: all .3s;
  display: flex;
}

.one-dot-text {
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
}

.one-cards {
  z-index: 5;
  width: 22.5em;
  padding: 0;
  position: absolute;
  top: 40%;
  left: 28%;
}

.one-card, .one-card.is-05 {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff7a;
  border: 1px solid #ffffffc9;
  border-radius: 20px;
  padding: 1.25em;
  position: relative;
}

.one-card-top {
  justify-content: space-between;
  display: flex;
}

.one-card-title {
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.one-card-num {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.one-card-desc {
  color: #173861;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.one-card-row {
  border-top: 1px solid #fae6dc;
  justify-content: space-between;
  align-items: center;
  padding-top: .63em;
  padding-bottom: .63em;
  text-decoration: none;
  display: flex;
}

.one-card-label-text {
  color: #e9814a;
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
}

.one-card-label-left {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.one-card-row-text {
  color: #173861;
  font-size: .88em;
  line-height: 1.5;
}

.one-card-arrow {
  opacity: 0;
  transition: all .3s;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.one-card-rows {
  flex-flow: column;
  margin-top: 1.19em;
  display: flex;
}

.section-persp {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.persp-content {
  background-color: #eaf5ff;
  background-image: url('../images/gradient.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-top: 3.81em;
  padding-bottom: 3.81em;
}

.persp-title-wrapper {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.persp-title-wrapper.left-align {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.persp-title-wrapper.left-align.bottom-space {
  margin-bottom: 2.38em;
}

.persp-title-wrapper.centered {
  text-align: center;
}

.persp-slider-wrapper {
  grid-column-gap: 3.31em;
  grid-row-gap: 3.31em;
  justify-content: center;
  align-items: center;
  margin-top: 4.5em;
  display: flex;
}

.persp-slider-inner-wrapper {
  width: 100%;
  max-width: 36.56em;
}

.persp-slide {
  grid-column-gap: 2.56em;
  grid-row-gap: 2.56em;
  flex-flow: column;
  display: flex;
}

.persp-item {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: #173861;
  background-image: linear-gradient(90deg, #5f9bd300, #5f9bd396);
  border-radius: 20px;
  flex-flow: column;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.persp-item.is-rozwiazanie {
  background-color: #ffffff7a;
  background-image: none;
  border: 1px solid #ffffffc9;
}

.persp-item-title {
  color: #5f9bd3;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.persp-item-title.is-dark {
  color: #173861;
}

.persp-item-title.bigger {
  font-size: 1.5em;
}

.persp-item-text {
  font-size: 1em;
  line-height: 1.5;
}

.persp-item-text.max-width {
  max-width: 18.13em;
}

.persp-item-label {
  color: #5f9bd3;
  background-color: #fff;
  border-radius: 50px;
  width: 7em;
  padding: .63em;
  position: absolute;
  top: -1.7em;
  right: .88em;
}

.persp-item-label.is-rozwiazanie {
  color: #173861;
}

.persp-item-label.is-rozwiazanie.is-orange {
  color: #e9814a;
}

.label-text {
  text-align: center;
  font-size: .88em;
  font-weight: 700;
  line-height: 1.5;
}

.slider-nav-left {
  color: #5f9bd3;
  border: 1px solid #5f9bd3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.slider-nav-left:hover {
  color: #fff;
  background-color: #5f9bd3;
}

.slider-nav-right {
  color: #fff;
  background-color: #5f9bd3;
  border: 1px solid #5f9bd3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.slider-nav-right:hover {
  color: #5f9bd3;
  background-color: #0000;
}

.slider-nav-wrapper {
  grid-column-gap: .44em;
  grid-row-gap: .44em;
  justify-content: center;
  align-items: center;
  margin-top: 3.75em;
  display: flex;
}

.slide-nav-dot {
  background-color: #fff;
  border-radius: 100%;
  width: .25em;
  height: .25em;
  transition: all .3s;
}

.slide-nav-dot.active {
  width: .63em;
  height: .63em;
}

.section-cta {
  padding-top: 1.88em;
  padding-bottom: 2.5em;
}

.cta-wrapper {
  grid-column-gap: 1.19em;
  grid-row-gap: 1.19em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-cta-img {
  justify-content: flex-start;
  align-items: flex-end;
  height: 37.5em;
  padding-bottom: 2.56em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  position: relative;
}

.cta-img-bg {
  position: absolute;
  inset: 0%;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-img-bg-gradient {
  background-image: linear-gradient(0deg, #0003, #0003), linear-gradient(#6660, #0003);
  position: absolute;
  inset: 0%;
}

.cta-img-content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.cta-img-content.btm-align {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

.cta-img-title {
  color: #fff;
  font-size: 3.75em;
  font-weight: 800;
  line-height: 1.2;
}

.span-kolok-normal {
  font-family: Parkinsans, sans-serif;
  font-weight: 800;
}

.span-kolok-normal.is-blue {
  color: #5f9bd3;
}

.span-kolok-normal.is-orange {
  color: #e9814a;
}

.section-jak-dziala {
  padding: 6.25em 0 1.5em;
}

.sub-title-text {
  color: #173861;
  font-size: 1.13em;
  line-height: 1.5;
}

.sub-title-text.centered {
  text-align: center;
}

.sub-title-text.max-width {
  max-width: 37em;
}

.sub-title-text.max-width.is-white {
  color: #fff;
}

.jak-dziala-items {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-flow: wrap;
  margin-top: 3em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.jak-dziala-items.is-row-4.less-top {
  margin-top: 0;
}

.section-zaufali {
  padding-top: 6.25em;
  padding-bottom: 1.5em;
}

.zaufali-content {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.zaufali-box {
  background-color: #fae6dc;
  background-image: url('../images/gradientorange.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 3em;
}

.zaufali-box.less-top {
  margin-top: 1em;
}

.oneflex {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.zaufali-box-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.zf-col {
  width: 50%;
  display: block;
}

.zf-col.is-flx {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: static;
}

.zf-col.left-padding {
  padding-left: 1.88em;
}

.zf-col.left-padding.flx {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.zf-text-content {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff7a;
  border: 1px solid #ffffffc9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  padding: 1.25em;
  display: flex;
}

.zt-text {
  color: #e9814a;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4;
}

.image-8 {
  width: 1.88em;
}

.zf-podpis {
  padding-bottom: 1.94em;
}

.zf-podpis-text {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
}

.zf-col-img {
  position: relative;
}

.image-9 {
  position: absolute;
  top: 1.88em;
  right: -1.88em;
}

.image-10 {
  z-index: 2;
  position: relative;
  left: -3em;
}

.testi-circle-content {
  z-index: 3;
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #e9814a87;
  border-radius: 100%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10.19em;
  height: 10.19em;
  display: flex;
  position: absolute;
  bottom: 2.31em;
  left: auto;
  right: 0;
}

.testi-person-name {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
}

.testi-person-subtext {
  color: #fff;
  font-size: .88em;
  line-height: 1.5;
}

.zaufali-slider-nav {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-z-left {
  color: #e9814a;
  background-color: #0000;
  border: 1px solid #e9814a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.slider-z-left:hover {
  color: #fff;
  background-color: #e9814a;
}

.slider-z-right {
  color: #fff;
  background-color: #e9814a;
  border: 1px solid #e9814a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.slider-z-right:hover {
  color: #e9814a;
  background-color: #0000;
}

.slider-z-nav-wrapper {
  grid-column-gap: .44em;
  grid-row-gap: .44em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.z-content-wrapper {
  position: relative;
}

.section-postep {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.postep-content {
  justify-content: space-between;
  display: flex;
}

.postep-col {
  width: 47%;
}

.postep-items {
  grid-column-gap: 2.19em;
  grid-row-gap: 2.19em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.69em;
  display: flex;
}

.postep-item {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: #173861;
  background-image: linear-gradient(90deg, #fae6dc00, #fae6dc);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 1em 1.25em;
  display: flex;
  position: relative;
}

.icon-embed-custom-4, .icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.postep-item-icon {
  position: absolute;
  top: -1.69em;
  right: 2.13em;
}

.image-11 {
  width: 3.38em;
  height: 3.38em;
}

.image-12 {
  width: 100%;
  height: 100%;
}

.section-panel {
  padding: 1.5em;
}

.panel-box {
  background-color: #eaf5ff;
  border-radius: 20px;
}

.panel-box.with-bg {
  background-image: url('../images/gradient-blue-right.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.panel-box.with-bg.is-alt-bg {
  background-image: url('../images/gradient-blue-left.png');
}

.panel-box.is-transparent {
  background-color: #0000;
}

.panel-box-content {
  justify-content: space-between;
  padding-top: 3.31em;
  padding-bottom: 3.31em;
  display: flex;
}

.panel-box-content.centered-flex {
  justify-content: space-between;
  align-items: center;
}

.panel-box-content.no-space {
  padding-top: 0;
  padding-bottom: 0;
}

.panel-box-content.no-space.centerd {
  justify-content: space-between;
  align-items: center;
}

.panel-col {
  width: 47%;
}

.panel-col.bigger {
  width: 55%;
}

.panel-col.bigger.is-dla-firm {
  width: 70%;
}

.panel-col.smaller-dla-firm {
  width: 30%;
}

.panel-col.is-smaller-voucher {
  width: 40%;
}

.panel-col.is-bigger-voucher {
  width: 57%;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.image-13.with-radius {
  object-fit: cover;
  border-radius: 20px;
}

.panel-text-wrapper {
  margin-top: 2.38em;
  margin-bottom: 2.38em;
}

.panel-text-wrapper.max-width {
  max-width: 31.5em;
}

.panel-text-wrapper.max-width.less-top {
  margin-top: 1.19em;
}

.panel-text-wrapper.max-width.less {
  margin-top: 1.38em;
}

.panel-text-wrapper.is-jak-wrapper {
  max-width: 37.5em;
}

.panel-text-text {
  color: #173861;
  max-width: 30.5em;
  font-size: 1.13em;
  font-weight: 400;
  line-height: 1.5;
}

.panle-items {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.panel-item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.panel-item-right-content {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  flex-flow: column;
  display: flex;
}

.panel-item-right-content.is-flex {
  grid-column-gap: 1.19em;
  grid-row-gap: 1.19em;
  flex-flow: row;
}

.image-14 {
  width: 3.38em;
  height: 3.38em;
}

.panel-button-wrapper {
  margin-top: 2.38em;
}

.panel-button-wrapper.is-flx {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.panel-button-wrapper.with-space {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-opinie {
  background-color: #fff;
  padding: 6.25em 1.5em;
}

.section-opinie.is-firma {
  background-color: #eaf5ff;
}

.opinie-wrapper {
  padding-left: 0;
}

.opinie-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.19em;
  display: flex;
}

.opinie-slider-nav {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  display: flex;
}

.opinie-slider {
  justify-content: space-between;
  display: flex;
}

.opinie-slide {
  width: 30%;
  max-width: 21.25em;
}

.op-stars {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.op-content {
  margin-top: 2em;
  margin-bottom: 2em;
}

.op-content-text {
  color: #173861;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

.op-name {
  color: #173861;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.op-sub-name {
  color: #173861;
  font-size: 1em;
}

.section-wspolpraca {
  background-color: #fae6dc;
  padding: 6.25em 1.5em;
}

.section-wspolpraca.is-modele-wspolpracy {
  margin-bottom: 1.5em;
  padding-top: 4.38em;
  padding-bottom: 4.38em;
}

.section-wspolpraca.is-modele-wspolpracy.is-naukowa {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.wspolpraca-flex {
  display: flex;
}

.wspolpraca-left {
  width: 36%;
  padding-top: 3.44em;
  position: relative;
}

.wspolpraca-left.centered {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wspolpraca-left.bottom-padding {
  padding-bottom: 3em;
}

.wspolpraca-left.ismh {
  justify-content: center;
  align-items: center;
  min-height: 31.25em;
  display: flex;
}

.wspolpraca-left.ismh.left-align.lft {
  justify-content: flex-start;
  align-items: center;
}

.wspolpraca-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 64%;
  padding-left: 5em;
  display: flex;
}

.wspolpraca-right.centered {
  justify-content: center;
  align-items: stretch;
}

.wspolpraca-right.centered.with-space {
  grid-row-gap: 1.13em;
}

.wspolpraca-text-wrapper {
  margin-top: 3.88em;
  position: relative;
}

.wspolpraca-text {
  color: #173861;
  font-size: 1.13em;
  line-height: 1.5;
}

.ws-soon {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7.5em;
  display: flex;
  position: relative;
}

.image-15 {
  width: 6.13em;
}

.soon-text {
  color: #f7d1bd;
  font-size: 2.69em;
  font-weight: 700;
  line-height: 1.14;
}

.soon-text.smaller {
  color: #e9814a;
  font-size: .81em;
}

.soon-text.smaller.is-blue {
  color: #173861;
}

.image-16 {
  position: absolute;
  inset: auto auto 0 0%;
}

.image-16.isnh {
  bottom: auto;
}

.wspolpraca-items {
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.wspolpraca-item {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff7a;
  border: 1px solid #ffffffc9;
  border-radius: 20px;
  flex-flow: column;
  width: 32.33%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 1.25em 1.25em 1.25em 1.2em;
  display: flex;
}

.wspolpraca-item.cta-btn-wrapper, .wspolpraca-item.ctr {
  justify-content: flex-start;
  align-items: center;
}

.ws-img {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 7.19em;
  height: 7.19em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.ws-title {
  color: #173861;
  text-align: center;
  flex: 1;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.ws-title.xcd {
  flex: none;
}

.ws-title.left-align {
  text-align: left;
}

.ws-title.min-h {
  min-height: 2.8em;
}

.ws-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ws-button-wraper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-logotypy {
  background-color: #fff;
  padding: 3.38em 1.5em;
}

.section-logotypy.is-dla-firm {
  padding-top: 6.25em;
}

.logotypy-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.log-left {
  width: 25%;
}

.logotypy-title {
  color: #173861;
  font-family: Figtree, sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.log-right {
  grid-column-gap: 3.44em;
  grid-row-gap: 3.44em;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  padding-left: 5em;
  display: flex;
}

.log-right.is-dla-firm {
  margin-top: 1.69em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.log-img {
  width: 100%;
  max-width: 15.63em;
  max-height: 14em;
}

.section-cennik {
  padding: 1.5em;
}

.cennik-box {
  background-color: #eaf5ff;
  background-image: url('../images/gradient.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 3.81em 0;
}

.cennik-box.less-bottom {
  padding-bottom: 1.56em;
}

.cennik-box.is-white {
  background-color: #fff;
}

.cennik-box.nobg {
  background-image: none;
}

.cennik-flex {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  align-items: center;
  margin-top: 2.63em;
  display: flex;
}

.cennik-big-item {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #5f9bd35c;
  border: 1px solid #5f9bd39e;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  display: flex;
  overflow: hidden;
}

.cennik-item-img {
  width: 33%;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cennik-inner {
  width: 67%;
  max-width: 27.56em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.63em;
  padding-bottom: 5.63em;
}

.cennik-inner-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cit-left {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ci-title {
  color: #173861;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

.ci-price {
  color: #173861;
  font-size: 1.13em;
  font-weight: 800;
  line-height: 1.3;
}

.ci-price.is-light-blue {
  color: #5f9bd3;
}

.span-price {
  font-size: 1.7em;
  font-weight: 900;
}

.cennik-item-label {
  background-color: #fff;
  border-radius: 2.5em;
  padding: .31em .6em;
}

.cennik-label-text {
  color: #173861;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.5;
}

.cennik-bottom-items {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.19em;
  margin-bottom: 1.88em;
  display: flex;
}

.cennik-b-item {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  border-bottom: 1px solid #eaf5ff;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .63em;
  display: flex;
}

.cennik-b-item.is-light {
  border-bottom-color: #5f9bd3;
}

.icon-embed-custom-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.c-item-text {
  color: #173861;
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
}

.c-item-text.is-light {
  color: #5f9bd3;
}

.cennik-smaller-item {
  background-color: #ffffff7a;
  border: 1px solid #ffffffc9;
  border-radius: 1.25em;
  width: 30%;
  padding: 1.88em;
}

.icon-embed-custom-6 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.section-biblioteka {
  padding: 6.25em 1.5em;
}

.bl-title-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bl-title-left {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bl-subtext {
  color: #173861;
  font-size: 1.13em;
  line-height: 1.5;
}

.bl-items {
  grid-row-gap: 1.88em;
  flex-flow: wrap;
  margin-top: 4.19em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.is-blog-item {
  border-radius: 20px;
  width: 24%;
  margin-left: .5%;
  margin-right: .5%;
  overflow: hidden;
}

.bl-item-img {
  position: relative;
}

.image-18 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bl-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.bl-img-bg {
  background-image: linear-gradient(#eaf5ff00 58%, #eaf5ff 97%);
  position: absolute;
  inset: 0%;
}

.bl-item-content {
  background-color: #eaf5ff;
  padding-bottom: 1.19em;
  padding-left: 1.19em;
  padding-right: .88em;
}

.bl-time-reading {
  color: #8595b2;
  font-size: 1em;
  line-height: 1.5;
}

.bl-btm-content {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  flex-flow: column;
  margin-top: .81em;
  display: flex;
}

.bl-btm-content.no-top {
  margin-top: 0;
}

.bl-title {
  color: #173861;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.bl-text {
  color: #173861;
  font-size: 1em;
  line-height: 1.5;
}

.bl-text.max-width {
  max-width: 15.94em;
}

.bl-circle {
  color: #e9814a;
  background-color: #fae6dc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-left: auto;
  transition: all .3s;
  display: flex;
}

.bl-tag {
  color: #173861;
  background-color: #fff;
  border-radius: 50px;
  padding: .31em .63em;
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
  position: absolute;
  bottom: 1.13em;
  right: .88em;
}

.cta-with-cols {
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.cta-col {
  flex-flow: column;
  width: 45%;
  display: flex;
}

.cta-col.bigger {
  width: 50%;
}

.cta-col.left-align {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: flex-start;
  align-items: flex-start;
}

.cta-btn-wrapper {
  margin-top: 2.19em;
}

.icon-embed-custom-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.cta-content-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  max-width: 29.75em;
  margin-top: auto;
  margin-left: auto;
  display: flex;
}

.cta-content-wrapper.bigger {
  max-width: 38em;
}

.cta-cont-text {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5;
}

.cta-bottom-buttons {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  display: flex;
}

.cta-bottom-buttons.centered {
  justify-content: flex-start;
  align-items: center;
}

.section-kontakt {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.section-kontakt.is-orange {
  background-color: #fae6dc;
}

.section-kontakt.is-firma {
  padding-bottom: 2.94em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.section-kontakt.is-lp {
  background-color: #5f9bd3;
  padding: 5em 1.5em;
}

.kontakt-wrapper {
  justify-content: space-between;
  max-width: 59.38em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kontakt-wrapper.is-bigger {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}

.kontakt-wrapper.is-bigger.is-for-lp {
  border-radius: 20px;
  overflow: hidden;
}

.kontakt-wrapper.is-bigger.is-shop-kontakt {
  margin-top: 3.06em;
}

.kontakt-col {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 45%;
  display: flex;
}

.kontakt-col.is-bigger {
  width: 60%;
  padding-right: 3.13em;
}

.kontakt-col.is-bigger.top-align {
  justify-content: center;
  align-items: stretch;
}

.kontakt-col.smaller {
  width: 40%;
  padding-left: 2.81em;
}

.kontakt-img-wrapper {
  border-radius: 20px;
  width: 100%;
  max-width: 28.88em;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.kontakt-img-wrapper.is-full {
  max-width: 100%;
}

.kontakt-img-wrapper.is-full.no-margin, .kontakt-img-wrapper.is-full.no-top {
  margin-top: 0;
}

.image-19 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-circle-2 {
  color: #fff;
  background-color: #4d84f4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  transition: all .3s;
  display: flex;
}

.button-circle-2.is-reverse {
  color: #4d84f4;
  background-color: #fff;
}

.label-div {
  flex: none;
  width: 100%;
  margin-right: 1.56em;
}

.form-block {
  margin-bottom: 0;
}

.cs-field {
  color: #173861;
  letter-spacing: 0;
  text-transform: none;
  background-color: #eaf5ff;
  border: 1px solid #eaf5ff;
  border-radius: 20px;
  height: 3em;
  margin-bottom: 0;
  padding: .75em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.cs-field::placeholder {
  color: #8595b2;
}

.cs-field.is-textarea {
  height: 5.1em;
}

.cs-field.is-textarea.is-orange {
  height: 7em;
}

.cs-field.is-textarea.is-preorder {
  height: 3.1em;
}

.cs-field.is-newsletter-field {
  border-width: 0 0 1px;
  border-bottom-color: #173861;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.cs-field.is-newsletter-field::placeholder {
  color: #0009;
}

.cs-field.is-white {
  background-color: #fff;
  border-color: #fff;
  font-family: Figtree, sans-serif;
}

.cs-field.is-orange {
  background-color: #ffffffbd;
}

.cs-field.is-orange.is-select {
  color: #8595b2;
}

.cs-field.is-light {
  background-color: #eaf5ffa1;
  border-color: #0000;
}

.checkbox-label {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: .75em;
  font-weight: 400;
  line-height: 1.5;
}

.checkbox-label.white {
  color: #fff;
}

.form-zgody {
  margin-top: 1.5em;
  margin-bottom: .94em;
}

.cs-form-flex-item {
  border-bottom: 0 solid #444;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cs-form-flex-item.is-with-textarea {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .3em;
}

.cs-form-flex-item.is50 {
  border-bottom-width: 0;
  width: 100%;
  margin-bottom: 1.6em;
  position: relative;
}

.cs-form-flex-item.is50.no-bottom {
  margin-bottom: 0;
}

.cs-form-flex-item.is50.is-firma {
  width: 48%;
}

.zgody-more {
  cursor: pointer;
  border-bottom: 0 solid #58602e;
  padding-top: 0;
  padding-bottom: 0;
}

.button-simple {
  color: #161938;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: .6em .5em .6em 1.5em;
  text-decoration: none;
  transition: all .3s;
}

.button-simple:hover, .button-simple.is-reverse {
  color: #fff;
  background-color: #4d84f4;
  border-color: #4d84f4;
}

.button-simple.is-reverse:hover {
  color: #4d84f4;
  background-color: #0000;
}

.checkbox-field {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.zgody-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-row-items {
  justify-content: space-between;
  display: flex;
}

.zgoda-link {
  color: #525964;
  text-decoration: underline;
}

.checkbox {
  margin-top: 0;
}

.f-label {
  color: #173861;
  letter-spacing: 0;
  text-transform: none;
  font-family: Figtree, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.f-label.top-space {
  margin-top: .6em;
}

.f-label.white {
  color: #fff;
}

.f-label.is-strong {
  font-weight: 600;
}

.footer {
  background-color: #eaf5ff;
  padding: 5em 1.5em 1.5em;
}

.footer-flex {
  display: flex;
}

.footer-newsletter {
  width: 40%;
}

.newsletter-title {
  color: #e9814a;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
}

.newsletter-title-wrapper {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  flex-flow: column;
  display: flex;
}

.newsletter-text {
  color: #173861;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.newsletter-form {
  max-width: 27.44em;
  margin-top: 1.5em;
}

.footer-right {
  width: 60%;
}

.footer-email {
  color: #173861;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.footer-email:hover {
  color: #e9814a;
}

.footer-right-flex {
  margin-top: 1.63em;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.footer-col {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
}

.footer-col-title {
  color: #173861;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.footer-col-items {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: #173861;
  font-size: .88em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: #e9814a;
}

.footer-link.is-bigger {
  font-size: 1em;
  font-weight: 600;
}

.footer-link.is-cp-link {
  text-decoration: underline;
}

.newsletter-zgoda {
  color: #173861;
  font-size: .75em;
  line-height: 1.5;
}

.zgoda-newsletter-link {
  color: #173861;
  text-decoration: underline;
}

.newsletter-field-flex {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.1em;
  display: flex;
}

.footer-text-dane {
  color: #000c;
  font-size: .88em;
  line-height: 1.5;
}

.footer-bottom {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-bottom-left {
  width: 40%;
}

.footer-bottom-right {
  width: 60%;
}

.fb-top {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fbc-text {
  color: #173861;
  font-size: .88em;
  line-height: 1.5;
}

.fb-bottom {
  grid-column-gap: 4.19em;
  grid-row-gap: 4.19em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.75em;
  display: flex;
}

.fb-social-media {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media-link {
  color: #173861;
  text-decoration: none;
  transition: all .3s;
}

.social-media-link:hover {
  color: #e9814a;
}

.icon-embed-xsmall {
  color: #e9814a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-custom-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1875rem;
  height: 1.1875rem;
  display: flex;
}

.hero-extra-bg {
  background: radial-gradient(69.13% 54.32% at 79.41% 54.34%, rgba(0, 0, 0, 0.00) 0%, rgb(0 0 0 / 50%) 73.15%);
  display: block;
  position: absolute;
  inset: 0%;
}

.ab-title {
  color: #173861;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
}

.ab-title.centered {
  text-align: center;
}

.tr-content {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tr-text {
  color: #173861;
  text-align: center;
  font-size: 1.13em;
  line-height: 1.5;
}

.tr-text.left-align {
  text-align: left;
}

.section-dlaczego {
  padding: 1.5em;
}

.dlaczego-box {
  background-color: #fae6dc;
  background-image: url('../images/gradientorange_1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  padding: 5.69em 0;
  display: block;
}

.dlaczego-box.less-padding {
  padding-top: 2.94em;
  padding-bottom: 2.94em;
}

.dlaczego-box.less-padding.is-blue {
  background-color: #eaf5ff;
  background-image: none;
  padding-top: 4em;
  padding-bottom: 7em;
}

.dlaczego-box.less-padding.is-blue.less {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.dlaczego-box.less-padding.is-blue.less.is-firma {
  background-image: url('../images/gradientdlafirm.png');
  background-position: 0 100%;
  background-size: cover;
}

.dlaczego-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dlaczego-inner.dla-firm {
  grid-column-gap: 2.19em;
  grid-row-gap: 2.19em;
  align-items: stretch;
}

.dlaczego-box-items {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #e9814a21;
  border: 1px solid #e9814a80;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 3.31em 5.63em 3.25em 2em;
  display: flex;
}

.dlaczego-box-items.is-blue {
  background-color: #5f9bd321;
  border-color: #5f9bd380;
  border-radius: 30px;
}

.cz-title {
  color: #e9814a;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.cz-title.is-blue {
  color: #5f9bd3;
}

.cs-items {
  grid-column-gap: 1.19em;
  grid-row-gap: 1.19em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3.13em;
  display: flex;
}

.cs-items.less-top {
  margin-top: 1.81em;
}

.section-cennik-copy {
  padding: 1.5em;
}

.section-co-zmienia {
  padding: 0 1.5em 1.5em;
}

.co-zmienia-flex {
  justify-content: center;
  margin-top: 4.1em;
  display: flex;
}

.co-zmienia-col {
  width: 45%;
}

.co-zmienia-col.bigger {
  width: 55%;
}

.co-zmienia-box {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff7a;
  border: 1px solid #ffffffc9;
  border-radius: 20px;
  width: 100%;
  padding: 1.25em;
  position: relative;
}

.co-zmienia-box.is-orange {
  background-color: #fff;
  background-image: linear-gradient(90deg, #e9814a0f, #e9814a96);
  border-color: #e9814a66;
}

.cz-item-title {
  color: #173861;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.cz-item-title.is-orange {
  color: #e9814a;
}

.cz-box-items {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-flow: column;
  margin-top: .94em;
  display: flex;
}

.cz-box-item {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cz-box-item.is-gt {
  color: #8595b2;
}

.icon-embed-custom-9 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.cz-box-item-title {
  color: #8595b2;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.cz-box-item-title.is-dark {
  color: #173861;
}

.co-zmienia-arrows {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1.3em;
  padding-left: .75em;
  padding-right: .75em;
  display: flex;
}

.icon-embed-custom-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.section-jak-chcesz {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.jak-chcesz-box {
  background-color: #fae6dc;
  border-radius: 20px;
  padding-top: 4.31em;
  padding-bottom: 4.31em;
}

.jak-chcesz-box.is-blue {
  background-color: #eaf5ff;
  background-image: url('../images/terapia-bg.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jak-chcesz-box.is-blue.no-padding {
  padding-top: 2.5em;
  padding-bottom: 0;
}

.jak-chcesz-inner {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.jak-chcesz-left-col {
  justify-content: center;
  width: 30%;
  display: flex;
}

.ja-chcesz-right {
  width: 70%;
  padding-left: 4em;
}

.jak-flex-items {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.jak-flex-items-col {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.jak-flex-item {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.jak-flex-item-text {
  color: #173861;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.image-20 {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 2.2em;
  width: 43.6%;
  height: 84.09%;
  position: absolute;
  top: 5.91%;
  left: 15.03%;
}

.image-20.is-jak-chcesz {
  border-radius: 1.2em;
  width: 96.74%;
  height: 98.48%;
  top: .7%;
  left: 1.49%;
}

.image-20.is-tb {
  object-fit: cover;
  border-radius: 1.2em;
  width: 96.74%;
  height: 98%;
  top: 0%;
  left: 1.49%;
}

.icon-embed-custom-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.icon-embed-custom-12 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.6875rem;
  height: 1.6875rem;
  display: flex;
}

.jak-buttons {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  margin-top: 2.38em;
  display: flex;
}

.jak-img-wrapper {
  aspect-ratio: 310 / 659;
  width: 19.4em;
  position: relative;
}

.jak-img-wrapper.is-for-slide {
  width: 13.75em;
}

.jak-img-wrapper.is-tb {
  aspect-ratio: 244 / 530;
  width: 15.25em;
}

.image-21 {
  z-index: 2;
  width: 100%;
  height: auto;
  position: relative;
}

.section-co-znajdziesz {
  padding: 6.25em 1.5em 1.5em;
}

.span-kolok-blue {
  color: #5f9bd3;
  font-family: Chunk, Arial, sans-serif;
}

.co-znajdziesz-items {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  margin-top: 4.19em;
  display: flex;
  overflow: visible;
}

.co-znajdziesz-item {
  background-color: #5f9bd3;
  border-radius: 20px;
  justify-content: space-between;
  padding-left: 3em;
  display: flex;
  overflow: hidden;
}

.co-znajdziesz-img {
  max-width: 28.75em;
  margin-left: auto;
}

.co-znajdziesz-content {
  grid-column-gap: 2.13em;
  grid-row-gap: 2.13em;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.63em;
  padding-bottom: 2.63em;
  display: flex;
}

.co-znajdziesz-content.is-nauka {
  max-width: 75%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.cz-content-left {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cz-content-left.is-nauka {
  flex: none;
  width: 30%;
}

.text-block {
  color: #fff;
  background-color: #ffffff2b;
  border-radius: 40px;
  padding: .5em 1em;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.cz-title-wrapper {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-flow: column;
  display: flex;
}

.co-znajdziesz-item-title {
  color: #eaf5ff;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.co-znajdziesz-item-text {
  color: #eaf5ff;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.cz-button-wrapper {
  margin-top: auto;
}

.image-22 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ws-text-wrapper {
  max-width: 10.38em;
  margin-left: auto;
  margin-right: auto;
}

.ws-text-wrapper.bigger {
  max-width: 100%;
}

.ws-text {
  color: #173861;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.ws-text.left-align {
  text-align: left;
}

.section-faq {
  background-color: #fff;
  padding: 6.25em 1.5em;
}

.faq-content {
  display: flex;
}

.faq-col {
  width: 45%;
}

.faq-col-bigger {
  width: 60%;
}

.icon-hide {
  color: #cecece;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .3s;
  display: none;
}

.faq-icons {
  color: #5f9bd3;
  border: 1px solid #5f9bd3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  transition: all .3s;
  display: flex;
}

.faq-number {
  color: #ddb03a;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
}

.icon-show {
  color: #ddb03a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .3s;
  display: flex;
}

.faq-content-inner {
  padding-top: 1.13em;
}

.faq-number-wrapper {
  width: 2.5em;
}

.faq-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-item-content {
  margin-top: 0;
  margin-right: auto;
  overflow: hidden;
}

.accordion-wrapper {
  margin-top: 0;
}

.paragraph {
  color: #173861;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.accordion-item {
  background-color: #eaf5ff;
  border: 1px solid #eaf5ff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 1.5em;
}

.accordion-heading {
  color: #173861;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dla-kogo-items {
  max-width: 62.5em;
  margin-top: 2.63em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dla-kogo-item {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff7a;
  border: 1px solid #ffffffc9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 24%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 1.25em 1.25em 1.25em 1.2em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.dla-kogo-item:hover {
  background-color: #e9814a21;
  border-color: #e9814a80;
}

.section-co-laczy {
  background-color: #eaf5ff;
  padding: 6.25em 1.5em;
}

.co-laczy-items {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  justify-content: center;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.co-laczy-item {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff7a;
  border: 1px solid #ffffffc9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  padding: 1.25em;
  display: flex;
}

.co-laczy-item.is-bigger {
  width: 45%;
}

.co-laczy-icon {
  color: #5f9bd3;
  background-color: #fff;
  border: 1px solid #eaf5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.38em;
  height: 3.38em;
  display: flex;
}

.co-laczy-item-title {
  color: #173861;
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.co-laczy-item-text {
  color: #173861;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.icon-embed-custom-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
}

.section-dla-kogo-group {
  padding: 6.25em 1.5em 1.5em;
}

.dla-kogo-box {
  background-color: #fae6dc;
  background-image: url('../images/User-stats-container.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  padding: 5.69em 0;
  display: block;
}

.dla-kogo-box.is-alt {
  background-color: #eaf5ff;
  background-image: url('../images/User-stats-containeralt.png');
}

.group-dla-kogo-title {
  margin-bottom: 3em;
}

.dl-icon-wraper {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-23 {
  width: 3.38em;
  height: 3.38em;
}

.korzysc-item {
  grid-column-gap: 1.19em;
  grid-row-gap: 1.19em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embed-custom-14 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.cs-korzysci-items {
  grid-column-gap: 1.19em;
  grid-row-gap: 1.19em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.88em;
  display: flex;
}

.korzysci-box-item {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff7a;
  border: 1px solid #ffffffc9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 3.31em 5.63em 3.25em 2em;
  display: flex;
}

.dla-kogo-box-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.code-embed {
  width: 1.312rem;
  height: 1.312rem;
}

.icon-embed-custom-15 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.dla-kogo-top-text-wrapper {
  max-width: 38.75em;
}

.dla-kogo-top-text {
  color: #fff;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.section-dla-ciebie {
  background-color: #fae6dc;
  padding-top: 6.25em;
  padding-bottom: 0;
}

.section-dla-ciebie.is-blue {
  background-color: #eaf5ff;
}

.dla-ciebie-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2.63em;
  display: flex;
}

.dla-ciebie-col {
  width: 45%;
}

.image-24 {
  width: 26.19em;
}

.image-24.is-full {
  width: 100%;
}

.dla-ciebie-text {
  color: #173861;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.dl-text-wrapper, .brzmi-content-wrapper {
  max-width: 23.88em;
}

.brzmi-content-wrapper.is-dla-firm {
  max-width: 21em;
  position: absolute;
  inset: auto 0% 0%;
}

.soon-info {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embed-custom-16.blue {
  color: #173861;
}

.icon-embed-custom-16.white-on-mobile {
  color: #e9814a;
}

.pacjent-info-wrapper {
  max-width: 30.88em;
}

.pacjent-info-text {
  color: #173861;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.icon-embed-custom-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.1875rem;
  display: flex;
}

.section-cytat {
  background-color: #eaf5ff;
  background-image: url('../images/gradient-blue-left.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5.81em;
  padding-bottom: 5.81em;
}

.section-cytat.is-blue {
  background-color: #eaf5ff;
}

.cytat-text-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-embed-custom-17 {
  color: #5f9bd3;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.4375rem;
  margin-top: .6em;
  display: flex;
}

.cytat-btm-text {
  margin-top: 1.94em;
}

.cytat-btm-text-content {
  color: #5f9bd3;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
}

.section-co-zyskujesz {
  background-color: #fae6dc;
  padding: 6.25em 1.5em;
}

.section-co-zyskujesz.is-dla-firm {
  background-color: #fff;
  margin-top: 1.5em;
}

.co-zyskujesz-items {
  grid-row-gap: 1.2em;
  flex-flow: wrap;
  margin-top: 4.06em;
  display: flex;
}

.ci-col {
  width: 48%;
  margin: 1%;
}

.zysk-item-content {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: #173861;
  background-image: linear-gradient(90deg, #e9814a1a, #e9814a33);
  border: 1px solid #e9814a80;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 1.38em 1.25em;
  display: flex;
  position: relative;
}

.zysk-item-content.is-blue {
  background-image: linear-gradient(90deg, #5f9bd31a, #5f9bd333);
  border-color: #5f9bd380;
}

.zysk-item-content.is-co {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  background-image: linear-gradient(90deg, #5f9bd31a, #5f9bd333);
  border-color: #5f9bd3;
}

.zysk-item-content.is-co.is-dane {
  padding-top: 2.81em;
  padding-bottom: 2.81em;
}

.zysk-item-content.is-co.centered {
  justify-content: center;
  align-items: flex-start;
}

.is-flex-with-soon {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-rozwijj {
  padding: 5em 1.5em 6.25em;
}

.rozwijaj-items {
  grid-column-gap: 2.19em;
  grid-row-gap: 2.19em;
  flex-flow: column;
  margin-top: 2.63em;
  display: flex;
}

.terapia-right {
  justify-content: center;
  width: 48%;
  display: flex;
}

.terapia-left {
  width: 52%;
  padding-left: 0;
}

.section-opinia-content {
  padding-top: 0;
  padding-bottom: 1.5em;
}

.section-co-widzisz {
  background-color: #eaf5ff;
  padding: 6.25em 1.5em;
  overflow: hidden;
}

.section-co-widzisz.is-co-dostajecie {
  background-color: #fff;
}

.co-widzisz-slider {
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.co-widzisz-slider.top-space {
  margin-top: 2.5em;
}

.co-widzisz-slider.top-space.is-obszary {
  justify-content: space-between;
  align-items: flex-start;
}

.co-widzisz-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5em;
  display: flex;
}

.co-widzisz-slide {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #f4faff;
  border: 1px solid #ffffffc9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 2.25em;
  padding-bottom: 2.25em;
  display: flex;
}

.co-widzisz-slide.with-b {
  border-color: #5f9bd38c;
}

.cw-slide {
  flex: none;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

.cw-slide.is-bszar {
  width: 30%;
}

.cw-slide.is-bszar.top-space {
  margin-top: 3.25em;
}

.cw-slide-content {
  padding-top: 1.25em;
}

.cw-slide-text {
  color: #173861;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

.section-newsletter {
  background-color: #fae6dc;
  padding: 4.06em 1.5em;
}

.newsletter-flex-section {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ns-left {
  width: 45%;
  padding-right: 6.25em;
}

.ns-right {
  grid-column-gap: 1.63em;
  grid-row-gap: 1.63em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.ns-title-wrapper {
  position: relative;
}

.image-25 {
  border-radius: 1.25em;
  width: 7.44em;
  height: 7.44em;
  margin-bottom: 2.38em;
  margin-left: 4.38em;
  overflow: hidden;
  box-shadow: 0 10px 21px #f4c9b4b3;
}

.ns-img-wrapper {
  position: absolute;
  top: 75px;
  right: 0;
}

.ns-img-wrapper.is-top {
  top: 10px;
}

.ns-img-wrapper.is-top.more {
  top: -1.88em;
}

.nas-img-inner {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 12.88em;
  height: 12.88em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-26 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-27 {
  width: 6.44em;
  height: 6.44em;
  position: absolute;
  inset: auto -1.5em -2em auto;
}

.image-28 {
  border-radius: 1.25em;
  width: 6.44em;
  height: 6.44em;
  margin-top: -1.88em;
  margin-left: 14em;
  overflow: hidden;
  box-shadow: 0 10px 21px #f4c9b4b3;
}

.image-28.more-top {
  margin-top: 2em;
}

.ns-text-info {
  color: #173861;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.ns-form {
  width: 100%;
}

.ns-flex-form {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.ns-flex-form.is-flx {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  flex-flow: column;
}

.wiedza-wyszukiwarka {
  background-color: #5f9bd3;
  border-radius: 20px;
  justify-content: space-between;
  margin-top: 2.94em;
  margin-bottom: 1.88em;
  padding: 1.31em 2.88em;
  display: flex;
}

.wyszukiwarka-col {
  width: 35%;
}

.is-wyszukiwarka-input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 40px;
  height: 3.5em;
  margin-bottom: 0;
  padding: .75em .5em .75em 1.5em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.is-wyszukiwarka-input::placeholder {
  color: #fff;
}

.wyszukiwarka-inp-wrapper {
  display: flex;
  position: relative;
}

.wyszukiwarka-button {
  color: #e9814a;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: .5em;
  right: .5em;
}

.wyszukiwarka-button:hover {
  color: #fff;
  background-color: #e9814a;
}

.wiedza-filtrowanie {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
}

.filtrowanie-item {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff54;
  border-radius: 50px;
  padding: .5em .94em;
  transition: all .3s;
}

.filtrowanie-item:hover, .filtrowanie-item.active {
  color: #173861;
  background-color: #fff;
}

.filtrowanie-item-text {
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
}

.form-block-2 {
  margin-bottom: 0;
}

.section-polecane {
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.wyrozniony-box {
  background-color: #eaf5ff;
  border-radius: 20px;
}

.wyrozniony-box.with-bg {
  background-image: url('../images/gradient-blue-right.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1.5em;
}

.wyrozniony-box.with-bg.is-alt {
  background-image: url('../images/gradient-blue-left.png');
  background-position: 0 100%;
}

.wyrozniony-box.with-bg.is-alt.no-top {
  margin-top: 0;
}

.wyrozniony-box.with-bg.is-alt.no-top.no-bg {
  background-color: #0000;
  background-image: none;
}

.wyrozniony-box.is-transparent {
  background-color: #0000;
}

.post-info-details {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ekspercki-info {
  color: #e9814a;
  background-color: #fff;
  border-radius: 50px;
  padding: .5em .94em;
}

.ekspercki-text {
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
}

.ekspercki-flex {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bz-autor {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  border-top: 1px solid #d9d9d9;
  max-width: 24em;
  margin-top: 2.38em;
  padding-top: .94em;
  display: flex;
}

.autor-img {
  border-radius: 100%;
  width: 5.06em;
  height: 5.06em;
  overflow: hidden;
}

.image-29 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.autor-right-details {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.autor-name {
  color: #173861;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.autor-name.is-white {
  color: #fff;
  font-size: .88em;
}

.autor-text {
  color: #173861;
  font-size: 1em;
  line-height: 1.5;
}

.autor-text.is-white {
  color: #fff;
}

.post-button-more {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.38em;
  display: flex;
}

.section-najnowsze {
  padding-bottom: 4.38em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.wyroznione-items-flex {
  justify-content: space-between;
  margin-left: -1%;
  margin-right: -1%;
  padding-top: 3.38em;
  padding-bottom: 3.38em;
  display: flex;
}

.wyroznione-item {
  background-color: #eaf5ff;
  border: 0 solid #5f9bd33d;
  border-radius: 20px;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  overflow: hidden;
}

._w-item-img {
  width: 33%;
}

.image-30 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

._w-item-content {
  border-top: 1px solid #5f9bd33d;
  border-bottom: 1px solid #5f9bd33d;
  border-right: 1px solid #5f9bd33d;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 67%;
  padding: .88em 1.31em;
  position: relative;
}

._w-item-top {
  grid-column-gap: .81em;
  grid-row-gap: .81em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.is-category-tag {
  color: #173861;
  background-color: #fff;
  border-radius: 50px;
  padding: .5em .94em;
}

.section-kategorie {
  padding: 6.25em 1.5em 6.38em;
}

.kategorie-wrapper {
  margin-top: 3em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.kategria-item {
  background-color: #fff;
  border-radius: 20px;
  width: 19%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 1.5em;
  transition: all .3s;
  box-shadow: 0 10px 21px #53a3d540;
}

.kategria-item:hover {
  background-color: #eaf5ff;
}

.kategria-item.is-czn:hover {
  background-color: #fae6dc;
}

.image-31 {
  width: 3em;
  height: 3em;
}

.kategoria-nazwa {
  color: #173861;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.kategori-content {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  flex-flow: column;
  margin-top: 1em;
  display: flex;
}

.kategori-content.more-space {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
}

.kategoria-opis {
  color: #173861;
  font-size: 1em;
  line-height: 1.5;
}

.najnowsze-title-wrapper {
  grid-column-gap: 1.69em;
  grid-row-gap: 1.69em;
  flex-flow: column;
  display: flex;
}

.najnowsze-filtry {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter-item {
  color: #8595b2;
  border: 1px solid #8595b22b;
  border-radius: 50px;
  padding: .5em .94em;
  text-decoration: none;
}

.filter-item-text {
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
}

.filter-item-flex {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-18 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.section-single-content {
  background-image: linear-gradient(#eaf5ff, #fff);
  padding: 3.13em 1.5em 6.25em;
}

.post-ino-extra-tax {
  color: #173861;
  border: 1px solid #e9814a80;
  border-radius: 50px;
  padding: .5em .94em;
}

.extra-tag-text {
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
}

.blog-post-title {
  color: #173861;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  font-weight: 800;
  line-height: 1.2;
}

.blog-post-title.centered {
  text-align: center;
}

.section-blog-post-content {
  padding: 1.5em 1.5em 5em;
}

.s-content-flex {
  display: flex;
}

.s-content-col {
  width: 70%;
  padding-right: 3.75em;
}

.s-content-sidebar {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.s-content-desc {
  border-bottom: 1px solid #fae6dc;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.s-content-desc-text {
  color: #173861;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5;
}

.s-content-rich {
  color: #2a3948;
  font-size: 1em;
  line-height: 1.5;
}

.s-content-rich h1 {
  color: #173861;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 2.38em;
  font-weight: 800;
  line-height: 1.4;
}

.s-content-rich h2 {
  color: #173861;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.4;
}

.s-content-rich h3 {
  color: #173861;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.s-content-rich h4 {
  color: #173861;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.13em;
  font-weight: 800;
  line-height: 1.4;
}

.s-content-rich h5 {
  color: #173861;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: .88em;
  font-weight: 800;
  line-height: 1.4;
}

.s-content-rich h6 {
  color: #173861;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: .75em;
  font-weight: 800;
  line-height: 1.4;
}

.s-content-rich ol, .s-content-rich ul {
  padding-left: 20px;
}

.s-content-rich a {
  color: #2a3948;
  text-decoration: underline;
}

.s-content-rich figcaption {
  color: #2a3948;
  font-size: .75em;
}

.s-content-summary {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: #eaf5ff;
  border-radius: 20px;
  flex-flow: column;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1.5em;
  display: flex;
}

.summary-title {
  color: #5f9bd3;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.summry-text {
  color: #2a3948;
  font-size: 1em;
  line-height: 1.5;
}

.s-content-tags {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-label {
  color: #173861;
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
}

.is-post-tag {
  color: #173861;
  border: 1px solid #e9814a80;
  border-radius: 50px;
  padding: .5em .94em;
  text-decoration: none;
  transition: all .2s;
}

.is-post-tag:hover {
  color: #fff;
  background-color: #173861;
  border-color: #173861;
}

.figure {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-32 {
  width: 100%;
  display: block;
}

.sc-share {
  border-top: 1px solid #eaf5ff;
  justify-content: space-between;
  padding-top: .88em;
  display: flex;
}

.share-title {
  color: #173861;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

.sc-share-items {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sc-share-item {
  color: #173861;
  text-decoration: none;
  transition: all .2s;
}

.sc-share-item:hover {
  color: #e9814a;
}

.icon-embed-custom-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1875rem;
  height: 1.1875rem;
  display: flex;
}

.sc-autor-box {
  background-color: #5f9bd3;
  border-radius: 20px;
  padding: 1.5em;
}

.autor-box-title {
  color: #fff;
  border-bottom: 1px solid #fff3;
  margin-bottom: .94em;
  padding-bottom: .94em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.autor-box-info {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  border-top: 0 solid #d9d9d9;
  max-width: 24em;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.autor-desc-wrapper {
  margin-top: 1em;
}

.autor-desc-title {
  color: #fff;
  font-size: .88em;
  line-height: 1.5;
}

.sc-pobierz {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fae6dc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5em;
  display: flex;
}

.download-title {
  color: #173861;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.span-orange {
  color: #e9814a;
}

.download-subtile {
  color: #173861;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.download-text {
  color: #173861;
  font-size: .88em;
  line-height: 1.5;
}

.popup-pobierz {
  background-color: #fae6dcbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-pobierz-inner {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  background-color: #fae6dc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 34.75em;
  padding: 2.06em 2.31em;
  display: flex;
  position: relative;
}

.popup-pobierz-inner.bigger {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 44em;
}

.popup-pobierz-inner.bigger.is-demo {
  max-width: 35em;
}

.popup-pobierz-inner.bigger.is-konto {
  background-color: #eaf5ff;
  max-width: 50em;
}

.popup-close {
  color: #173861;
  position: absolute;
  top: 2.06em;
  right: 2.31em;
}

.icon-embed-custom-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.0625rem;
  height: 4.0625rem;
  display: flex;
}

.popup-inner-top {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.94em;
  display: flex;
}

.popup-inner-top.centered {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.popup-form.is-flex {
  width: 100%;
  margin-top: 1.56em;
  display: flex;
}

.sc-spis {
  border: 1px solid #eaf5ff;
  border-radius: 20px;
  padding: 1em;
}

.spis-title {
  color: #173861;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

.spis-items {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 1.44em;
  display: flex;
}

.spis-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #173861;
  transition: all .2s;
  display: flex;
}

.spis-item:hover {
  color: #e9814a;
}

.spis-number-wrapper {
  width: .94em;
}

.spis-number-text {
  color: #e9814a;
  margin-top: .13em;
  font-size: .75em;
  line-height: 1.5;
}

.spis-item-title {
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.sc-wiedza-newsletter {
  border: 1px solid #eaf5ff;
  border-radius: 20px;
  padding: 1em;
}

.wiedza-newsletter-title-wrapper {
  grid-column-gap: 1.06em;
  grid-row-gap: 1.06em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.44em;
  display: flex;
}

.image-33 {
  border-radius: 10px;
  flex: none;
  width: 3.62em;
  height: 3.62em;
  box-shadow: 0 10px 21px #53a3d540;
}

.image-33.is-orange {
  box-shadow: 0 10px 21px #f4c9b4b3;
}

._w-newsletter-title {
  color: #5f9bd3;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

._w-newsletter-title.is-orange {
  color: #e9814a;
}

._w-n-right {
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wn-text {
  color: #173861;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.sc-youtube {
  border: 1px solid #fae6dc;
  border-radius: 20px;
  padding: 1em;
}

.section-cta-as-hero {
  height: auto;
  padding: 1.56em 1.5em;
}

.section-cta-as-hero.is-wiedza-hero {
  height: 44em;
}

.section-cta-as-hero.is-wiedza-hero.is-single-wiedza-hero {
  background-color: #eaf5ff;
  height: auto;
}

.section-powiazane {
  padding: 6.25em 1.5em 4.38em;
}

.rekrutacja-tagi {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #5f9bd3b0;
  border: 1px solid #5f9bd3;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  max-width: 23em;
  padding: 1.25em;
  display: flex;
}

.rekrutacja-tag {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: .5em .94em;
}

.rekrutacja-tag-text {
  color: #fff;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.section-kogo-szukamy {
  background-color: #fae6dc;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.section-kogo-szukamy.is-blue {
  background-color: #eaf5ff;
}

.kogo-szukamy-wrapper {
  max-width: 41.75em;
  margin-left: auto;
  margin-right: auto;
}

.kogo-szukamy-items {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  margin-top: 2.5em;
  display: flex;
}

.kogo-item-box {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-image: linear-gradient(90deg, #5f9bd30f, #5f9bd396);
  border: 1px solid #5f9bd366;
  border-radius: 20px;
  padding: 1.25em;
  overflow: hidden;
}

.kogo-item-box.is-light {
  background-color: #ffffff7a;
  background-image: none;
  border-color: #ffffffc9;
  min-width: 40%;
}

.icon-embed-custom-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.icon-embed-custom-22 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.section-czym-bedziesz {
  background-color: #fae6dc;
  padding: 4.38em 1.5em;
}

.czym-bedziesz-flex {
  justify-content: space-between;
  display: flex;
}

.czym-b-col {
  flex-flow: column;
  width: 48%;
  display: flex;
}

.czym-img-wrapper {
  border-radius: 20px;
  margin-top: 5em;
  overflow: hidden;
}

.image-34 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.czym-lista {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  background-color: #e9814a21;
  border: 1px solid #e9814a80;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 2.13em;
  display: flex;
}

.czym-item {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  display: flex;
}

.icon-embed-custom-23 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.6875rem;
  height: 1.6875rem;
  display: flex;
}

.czym-item-right {
  grid-column-gap: .44em;
  grid-row-gap: .44em;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.czym-item-title {
  color: #173861;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.czym-item-text {
  color: #173861;
  font-size: 1.13em;
  line-height: 1.5;
}

.section-oferujemy {
  padding: 1.5em;
}

.oferujemy-lista-wrapper {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  background-color: #0000;
  border: 0 solid #e9814a80;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 2.06em;
  padding: 0;
  display: flex;
}

.co-oferujemy-img {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-35 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.oferujemy-wynagrodzenie-info {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #5f9bd3b0;
  border: 1px solid #5f9bd3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25em;
  display: flex;
  position: absolute;
  inset: auto auto -2.8em;
}

.wynagrodzenie-title {
  color: #fff;
  text-align: center;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.wynagrodzenie-text {
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.section-aplikuj {
  background-color: #fae6dc;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.form-buttons-cv {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  color: #8595b2;
  border: 1px solid #e9814a;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  padding: .75em .5em;
  transition: all .2s;
  display: flex;
}

.form-buttons-cv:hover {
  color: #fff;
  background-color: #e9814a;
}

.zalacz-title {
  color: #173861;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.zalacz-text {
  font-size: 1em;
  line-height: 1.5;
}

.fm-buttons {
  justify-content: space-between;
  display: flex;
}

.section-proces {
  padding: 6.25em 1.5em;
}

.proces-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 27.69em;
  margin-top: 4.19em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.proces-item {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.proces-item-left {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.proces-number {
  background-color: #5f9bd3;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
}

.proces-number-text {
  color: #fff;
  font-size: 1.13em;
  font-weight: 800;
  line-height: 1.5;
}

.proces-border {
  border-left: 1px dashed #5f9bd3;
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.proces-item-right {
  grid-column-gap: .44em;
  grid-row-gap: .44em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.75em;
  display: flex;
}

.proces-item-title {
  color: #173861;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.step-color {
  color: #5f9bd3;
}

.step-text {
  color: #173861;
  font-size: 1.13em;
  line-height: 1.5;
}

.section-kariera-inne {
  position: relative;
}

.kariera-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-36 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kariera-content {
  position: relative;
}

.kariera-content-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  display: flex;
}

.kariera-col {
  width: 45%;
}

.inne-rekrutacje-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.rekrutacja-item {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: .8em .63em .8em 1.5em;
  display: flex;
}

.rekrutacja-item-left {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rekrutacja-item-text {
  color: #173861;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.rekrutacja-item-desc {
  color: #173861;
  font-size: 1em;
  line-height: 1.5;
}

.jak-item {
  cursor: pointer;
  border-radius: 20px;
  flex: auto;
  min-width: 0;
  min-height: 18.25em;
  transition: flex-grow .45s;
  position: relative;
  overflow: hidden;
}

.jak-item.is-open {
  flex-grow: 6;
}

.jak-item-open {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.jak-item-closed {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  background-color: #eaf5ff;
  background-image: url('../images/gradientinfo.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-top: 1.38em;
  padding-left: 1.13em;
  padding-right: 2.56em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.jk-bg {
  position: absolute;
  inset: 0%;
}

.image-37 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.jak-item-inner-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 1.38em;
  padding-right: 2.56em;
  display: flex;
  position: relative;
}

.jak-item-numver {
  color: #eaf5ff;
  text-align: right;
  font-size: 3.75em;
  font-weight: 800;
  line-height: 1.2;
}

.jak-item-numver.is-dark {
  color: #5f9bd3;
  text-align: left;
}

.jak-item-bottom-content {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-flow: column;
  padding-bottom: 2.5em;
  display: flex;
}

.jak-title {
  color: #eaf5ff;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.jak-title.is-dark {
  color: #5f9bd3;
  font-size: 1.5em;
}

.jak-item-text {
  color: #eaf5ff;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.icon-embed-custom-24 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  position: absolute;
  bottom: .75em;
  right: .88em;
}

.jak-item-video {
  border-radius: 20px;
  flex: 0 auto;
  position: relative;
  overflow: hidden;
}

.jak-v-img {
  position: absolute;
  inset: 0%;
}

.image-38 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.jak-v-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 2.56em 2.03em 1.69em 2.81em;
  display: flex;
  position: relative;
}

.jak-v-title {
  color: #fff;
  margin-right: auto;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.section-prezentacja {
  background-color: #eaf5ff;
  padding: 6.25em 1.56em;
}

.prezentacja-video-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 3.31em;
  margin-bottom: 3.31em;
  padding-top: 2.5em;
  display: flex;
  position: relative;
}

.prezentacja-bg {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-39 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.prezentacja-bg-b {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(154deg, #0006 15%, #6660);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.prezentacja-title {
  color: #173861;
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.prezentacja-title-wrapper {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-flow: column;
  display: flex;
}

.prezentacja-text {
  color: #173861;
  text-align: center;
  font-size: 1.13em;
  line-height: 1.5;
}

.prezentacja-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1.38em;
  display: flex;
}

.section-video-rozdzialy {
  padding: 6.25em 1.5em;
}

.rozdzialy-flex {
  justify-content: space-between;
  display: flex;
}

.rozdzialy-left {
  width: 30%;
}

.rozdzialy-right {
  width: 50%;
}

.rozdzialy-items {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.rozdzial-item {
  color: #173861;
  border: 1px solid #fae6dc;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: .63em 1.5em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.rozdzial-item:hover, .rozdzial-item.active {
  border-color: #e9814a;
}

.rozdzial-item-left {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-flow: column;
  display: flex;
}

.rozdzial-item-title {
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.rozdzial-item-text {
  font-size: 1em;
  line-height: 1.5;
}

.icon-embed-custom-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.section-wspiera {
  background-color: #eaf5ff;
  padding: 6.25em 1.5em 0;
}

.wspieramy-text {
  color: #173861;
  font-size: 1.13em;
  line-height: 1.5;
}

.wspieramy-text ul {
  padding-left: 20px;
  font-weight: 600;
}

.wspieramy-text strong {
  font-weight: 700;
}

.wspieramy-text-wraper {
  margin-top: 1em;
  position: relative;
}

.section-funkcje {
  padding-top: 6.25em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.funkcje-wrapper {
  max-width: 52.69em;
  margin-top: 4.5em;
  margin-left: auto;
  margin-right: auto;
}

.funkcje-wrapper.isbigger {
  max-width: 90%;
}

.funkcje-table-head {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.13em;
  display: flex;
}

.f-head-item {
  display: flex;
}

.f-head-item.centered {
  justify-content: center;
  align-items: flex-start;
}

.f-head-item.centered.is-smaller {
  width: 23%;
}

.f-head-item.is-bigger {
  width: 54%;
}

.fun-label {
  color: #8595b2;
  font-size: .88em;
  font-weight: 700;
  line-height: 1.5;
}

.funkcja-group {
  grid-column-gap: .44em;
  grid-row-gap: .44em;
  flex-flow: column;
  width: 100%;
  margin-top: 1.13em;
  display: flex;
}

.funkce-row {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: space-between;
  align-items: center;
  padding-top: .31em;
  padding-bottom: .31em;
  display: flex;
}

.funkcja-left {
  grid-column-gap: .81em;
  grid-row-gap: .81em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.funkcja-left.is-bigger {
  width: 54%;
}

.funkja-name {
  color: #173861;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.fn-check {
  justify-content: center;
  align-items: center;
  width: 6em;
  display: flex;
}

.fn-check.is-with-size {
  width: 23%;
}

.funkcje-bottom-info {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.94em;
  display: flex;
}

.functions-box {
  background-color: #eaf5ff;
  border-radius: 20px;
  margin-top: 3.44em;
  padding-top: 2.94em;
  padding-bottom: 2.94em;
}

.f-box-title-wrapper {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-flow: column;
  display: flex;
}

.fp-title {
  color: #173861;
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.fp-text {
  color: #173861;
  text-align: center;
  font-size: 1.13em;
  line-height: 1.5;
}

.fp-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1.38em;
  display: flex;
}

.section-w-akcji {
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

._w-akcji-box {
  background-color: #fae6dc;
  background-image: url('../images/gradienttb.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-top: 3.94em;
  padding-bottom: 2.94em;
  position: relative;
}

._w-akcji-tabs {
  margin-top: 1.75em;
}

.is-akcja-tab {
  color: #8595b2;
  background-color: #0000;
  border-bottom: 1px solid #8595b2;
  padding: .44em 0;
}

.is-akcja-tab.w--current {
  color: #173861;
  background-color: #0000;
  border-bottom-color: #e9814a;
}

.akcja-tab-title {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

.tabs-menu {
  grid-column-gap: 1.94em;
  grid-row-gap: 1.94em;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.tab-inner-content {
  justify-content: space-between;
  max-width: 46.88em;
  margin-top: 4.06em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tb-right {
  grid-column-gap: 2.38em;
  grid-row-gap: 2.38em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tb-title-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  display: flex;
}

.tb-text {
  color: #173861;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.tb-text-content {
  color: #173861;
  font-size: 1.13em;
  line-height: 1.5;
}

.tb-max-width {
  max-width: 25.37em;
}

.cennik-bottom-info {
  margin-top: 1.88em;
}

.cennik-info-text {
  color: #173861;
  text-align: center;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.section-gotowy {
  padding: 1.5em;
}

.gotowy-box {
  background-color: #eaf5ff;
  border-radius: 20px;
  padding-top: 6.25em;
  padding-bottom: 2.94em;
}

.gotowy-box-inner {
  grid-column-gap: 3.69em;
  grid-row-gap: 3.69em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sciezka-items {
  justify-content: center;
  align-items: stretch;
  max-width: 62.5em;
  margin-top: 2.63em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sciezka-text-wrapper {
  max-width: 13em;
  margin-left: auto;
  margin-right: auto;
}

.sciezka-text {
  color: #173861;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.sciezka-item {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff7a;
  border: 1px solid #ffffffc9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 30%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 1.25em 1.25em 1.25em 1.2em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.sciezka-item:hover {
  background-color: #e9814a21;
  border-color: #e9814a80;
}

.sciezka-button-wrapper {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-embed-custom-26 {
  color: #e9814a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .4375rem;
  height: .3125rem;
  display: flex;
  position: absolute;
  bottom: 1.2em;
  right: .75em;
}

.icon-embed-custom-27 {
  color: #173861;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.187rem;
  display: flex;
}

.info-with-limit {
  width: 54%;
  min-width: 0;
}

.bottom-info-col {
  justify-content: center;
  align-items: center;
  width: 23%;
  display: flex;
}

.popup-dziekujemy {
  background-color: #fae6dccf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-dziekujemy-inner {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  background-color: #fae6dc;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 39.88em;
  padding: 1.69em 4.38em 2.94em;
  display: flex;
  position: relative;
}

.image-40 {
  width: 8em;
}

.dziekujemy-content {
  grid-column-gap: 1.81em;
  grid-row-gap: 1.81em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dziekujemy-title {
  color: #173861;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.dziekujemy-text {
  color: #173861;
  font-size: 1.13em;
  line-height: 1.5;
}

.close-popup-dziekujemy {
  color: #173861;
  padding-right: 0;
  position: absolute;
  top: 1.56em;
  right: 3.44em;
}

.icon-embed-custom-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.0625rem;
  height: 4.0625rem;
  display: flex;
}

.sukces-box {
  justify-content: space-between;
  max-width: 62.5em;
  margin-top: 3.75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sukces-item {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: #173861;
  background-image: linear-gradient(90deg, #5f9bd300, #5f9bd396);
  border-radius: 20px;
  flex-flow: column;
  width: 49%;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.sukces-item.is-rozwiazanie {
  background-color: #ffffff7a;
  background-image: none;
  border: 1px solid #ffffffc9;
}

.sukces-title-wrapper {
  justify-content: space-between;
  display: flex;
}

.soon-sukces {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.soon-sukces-text {
  color: #5f9bd39c;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.14;
}

.icon-embed-custom-29 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.1875rem;
  display: flex;
}

.section-w-centrum {
  padding: 1.5em;
}

._w-centrum-box {
  background-color: #eaf5ff;
  background-image: url('../images/gradientcentrum.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

._w-centrum-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._w-centrum-col {
  width: 50%;
}

._w-centrum-col.is-flx {
  grid-column-gap: 2.38em;
  grid-row-gap: 2.38em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5em;
  display: flex;
}

._w-centrum-subtitle {
  color: #5f9bd3;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

._w-centrum-text {
  color: #173861;
  font-size: 1.13em;
  line-height: 1.5;
}

._w-centrum-text ul {
  padding-left: 20px;
}

._w-centrum-img {
  position: relative;
}

.dla-kogo-flex {
  max-width: 65em;
  margin-top: 2.63em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dla-kogo-flex.is-full {
  max-width: 100%;
}

.dlk-item {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #e9814a21;
  border: 1px solid #e9814a80;
  border-radius: 20px;
  flex-flow: column;
  width: 24%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 1.25em;
  display: flex;
}

.image-41 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-42 {
  z-index: 2;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section-jak-powstal {
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.jak-powstal-box {
  background-color: #e9814a;
  border-radius: 20px;
  padding: 3.25em 0;
}

.jak-powstal-timeline {
  justify-content: space-between;
  margin-top: 4em;
  margin-bottom: 4em;
  display: flex;
}

.jp-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.jp-year {
  color: #fff;
  text-align: center;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
}

.jp-year.is-soon {
  color: #fae6dc;
  font-family: Chunk, Arial, sans-serif;
  font-weight: 400;
}

.jp-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.jp-line {
  background-color: #ffffff63;
  flex: 1;
  width: auto;
  height: 1px;
}

.jp-line.is-active {
  background-color: #fff;
}

.jp-line.is-active2 {
  background-color: #d7d7d7;
}

.jp-circle {
  background-color: #ffffff63;
  border-radius: 100%;
  flex: none;
  width: 1em;
  height: 1em;
}

.jak-powstal-content {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.jp-title {
  color: #fff;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
}

.jp-text-text {
  color: #fff;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.section-zespol {
  background-color: #eaf5ff;
  padding: 6.25em 1.5em;
}

.zespol-flex {
  flex-flow: wrap;
  max-width: 65em;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zespol-item {
  background-color: #5f9bd32e;
  border-radius: 24px;
  width: 32.33%;
  margin: .5%;
  position: relative;
}

.zespol-item-img {
  justify-content: center;
  align-items: center;
  max-width: 17.81em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.81em;
  display: flex;
}

.zespol-item-info {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  padding: .63em 1em;
  display: flex;
  position: absolute;
  bottom: .63em;
  left: 0;
  right: 0;
}

.zi-left {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.zi-title {
  color: #173861;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.zi-text {
  color: #173861;
  font-size: 1em;
  line-height: 1.5;
}

.zespol-item-info-visible {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.zespol-info-hidden {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.zi-inner {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .5em;
  display: flex;
}

.zespol-info-hidden-box {
  max-height: 0;
  transition: all .3s;
  overflow: hidden;
}

.section-kolok-info {
  background-color: #fae6dc;
  padding: 6.25em 1.5em;
}

.kol-grafika {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-43 {
  width: 44.69em;
}

.kol-info-flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.81em;
  display: flex;
}

.kol-info-col {
  grid-column-gap: 1.63em;
  grid-row-gap: 1.63em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.kol-info-text {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kol-info-text-text {
  color: #173861;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.icon-embed-custom-30 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6875rem;
  height: 1.6875rem;
  display: flex;
}

.kol-info-text-content {
  color: #173861;
  font-size: 1.13em;
  line-height: 1.5;
}

.section-certyfikaty {
  padding: 6.25em 1.5em;
}

.cetyfikaty-flex {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: wrap;
  margin-top: 4.19em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.certyfikat-item {
  aspect-ratio: 311 / 249;
  border: 1px solid #8595b2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24%;
  margin-left: .5%;
  margin-right: .5%;
  display: flex;
}

.kariera-col-text-wrapper {
  max-width: 21.88em;
  margin-top: 1em;
}

.kariera-col-text {
  color: #173861;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.kontakt-dane-details {
  grid-column-gap: 2.31em;
  grid-row-gap: 2.31em;
  justify-content: center;
  align-items: center;
  margin-top: 1.75em;
  display: flex;
}

.is-kontakt-link {
  color: #173861;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
  transition: all .3s;
}

.is-kontakt-link:hover {
  color: #e9814a;
}

.dla-firm-img {
  border-radius: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-44 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-embed-custom-31 {
  color: #5f9bd3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-bezpieczenstwo {
  padding: 5em 1.5em;
}

.bezpieczenstwo-text {
  color: #173861;
  text-align: center;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.dopasowane-button-wrapper {
  margin-top: 2.06em;
}

.kontakt-firma-box {
  background-color: #5f9bd3;
  border-radius: 20px;
  margin-top: 1.81em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 0;
  box-shadow: 0 10px 21px #53a3d540;
}

.kontakt-firma-box.is-lp-box {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.form-firma-flex {
  justify-content: space-between;
  display: flex;
}

.section-co-znajdziesz-s {
  padding: 6.25em 1.5em 6.38em;
}

.section-nauka {
  background-color: #eaf5ff;
  padding: 6.25em 1.5em;
}

.s-nauka-item {
  background-color: #5f9bd3;
  border-radius: 20px;
  justify-content: space-between;
  margin-top: 2.5em;
  padding-left: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-cytat-box {
  padding: 1.5em;
}

.section-co-wiemy {
  padding: 6.25em 1.5em;
}

.co-wiemy-flex {
  width: 100%;
  max-width: 65em;
  margin-top: 1.88em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.co-wiemy-item {
  background-color: #eaf5ff;
  background-image: url('../images/Graphics.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32.33%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 2.5em 4.56em 1.81em 1.81em;
  display: flex;
}

.cw-number {
  color: #5f9bd3;
  font-size: 3.75em;
  font-weight: 800;
  line-height: 1.2;
}

.cw-text {
  color: #5f9bd3;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
}

.cw-wrapper {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: column;
  margin-bottom: 2.5em;
  display: flex;
}

.zrodlo-info {
  color: #173861;
  background-color: #fff;
  border-radius: 50px;
  padding: .31em .63em;
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
}

.badania-info {
  margin-top: 1.88em;
  margin-bottom: 1.88em;
}

.badania-info-text {
  color: #173861;
  text-align: center;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.badania-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-obszary {
  background-color: #fff;
  padding: 1.5em 1.5em 6.25em;
  overflow: hidden;
}

.section-obszary.is-co-dostajecie {
  background-color: #fff;
}

.is-obszar-item-text {
  color: #173861;
  text-align: center;
  margin-top: .63em;
  font-size: 1em;
  line-height: 1.5;
}

.section-jak-wiedza {
  background-color: #eaf5ff;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.jak-wiedza-items {
  margin-top: 2.5em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.jak-wiedza-itema {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  background-color: #fff;
  background-image: linear-gradient(90deg, #5f9bd30f, #5f9bd396);
  border: 1px solid #5f9bd366;
  border-radius: 20px;
  flex-flow: column;
  width: 32.33%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 1.25em;
  display: flex;
}

.jak-item-title {
  color: #173861;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.jak-item-flex-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.jak-item-text-fl {
  color: #173861;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.wspolpraca-naukowa-items {
  max-width: 62.5em;
  margin-top: 2.75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.naukowa-item {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff7a;
  border: 1px solid #ffffffc9;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 1.25em 1.25em 1.25em 1.2em;
  display: flex;
}

.naukowa-item.cta-btn-wrapper, .naukowa-item.ctr {
  justify-content: flex-start;
  align-items: center;
}

.naukowa-left {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.naukowa-right {
  width: 40%;
}

.image-45 {
  border-radius: 20px;
  max-width: 12em;
  max-height: 12em;
  margin-left: auto;
  display: block;
}

.section-wspolpraca-video {
  padding: 6.25em 1.5em 5em;
}

.video-box {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 3.31em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-box-bg {
  display: block;
  position: absolute;
  inset: 0%;
}

.video-h-box-img {
  width: 100%;
  height: 100%;
}

.button-play {
  margin: auto;
  position: absolute;
  inset: auto;
}

.image-46 {
  width: 5.44em;
  height: 5.44em;
}

.section-rada-ekspertow {
  background-color: #eaf5ff;
  padding: 6.25em 1.5em;
}

.publikacja-item {
  color: #173861;
  background-color: #eaf5ff;
  border: 1px solid #eaf5ff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: .63em 1.5em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.publikacja-item:hover {
  border-color: #173861;
}

.publikacja-item.active {
  border-color: #e9814a;
}

.pi-icon {
  color: #fff;
  background-color: #5f9bd3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
}

.icon-embed-custom-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.lp-nav-info {
  background-color: #e9814a;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.25em;
  margin-bottom: 1.88em;
  padding: 1.31em 1.25em;
  display: flex;
}

.lp-nav-details {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-d-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-d-item-text {
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
}

.icon-embed-custom-33 {
  color: #ffffff54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .0625rem;
  height: 1.5625rem;
  display: flex;
}

.section-szczegoly {
  background-color: #fae6dc;
  padding: 5em 1.5em 1.5em;
}

.szczegoly-box {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5em;
  padding: 3em 3.94em;
  display: flex;
  box-shadow: 0 10px 21px #f4c9b4b3;
}

.szczegoly-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.szczegoly-label {
  color: #173861;
  font-size: 1em;
  line-height: 1.5;
}

.szczegoly-value {
  color: #e9814a;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.icon-embed-custom-34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .0625rem;
  height: 4.875rem;
  display: flex;
}

.szczegoly-sub-value {
  color: #173861;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.szczegoly-value-flex {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-dlaczeg-warto-wziac {
  background-color: #fae6dc;
  padding: 6.25em 1.5em;
}

.section-dlaczeg-warto-wziac.is-dla-firm {
  background-color: #fff;
  margin-top: 1.5em;
}

.cs-dlaczego-warto {
  width: 31.33%;
  margin: 1%;
}

.section-lp-dla-kogo {
  background-image: linear-gradient(#fae6dc, #fff);
  padding: 1.5em 1.5em 5em;
}

.section-lp-dla-kogo.is-modele-wspolpracy {
  margin-bottom: 1.5em;
  padding-top: 4.38em;
  padding-bottom: 4.38em;
}

.section-lp-dla-kogo.is-modele-wspolpracy.is-naukowa {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.dw-lp-item {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #e9814a21;
  border: 1px solid #e9814a80;
  border-radius: 20px;
  flex-flow: column;
  width: 15.66%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 1.25em;
  display: flex;
}

.section-agenda {
  background-color: #fff;
  padding: 5em 1.5em;
}

.agenda-box {
  background-color: #fae6dc;
  border-radius: 20px;
  margin-top: 1.5em;
  padding-top: 3em;
  padding-bottom: 3em;
  box-shadow: 0 10px 21px #f4c9b4b3;
}

.agenda-inner {
  flex-flow: column;
  max-width: 63.75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.agenda-item {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  border-bottom: 1px solid #8595b247;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.agenda-left {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.agenda-time {
  color: #e9814a;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.agenda-time-wrapper {
  flex: none;
  width: 5.63em;
}

.agenda-item-title {
  color: #173861;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.agenda-item-desc {
  color: #173861;
  font-size: 1em;
  line-height: 1.5;
}

.agenda-right {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  width: 30%;
  display: flex;
}

.agenda-osoba-img {
  border-radius: 100%;
  width: 5.06em;
  height: 5.06em;
  overflow: hidden;
}

.image-47 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.osoba-details {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.osoba-info {
  color: #173861;
  font-size: 1em;
  line-height: 1.5;
}

.osoba-name {
  color: #173861;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.section-co-otrzymasz {
  background-color: #fff;
  padding: 1.5em;
}

.co-otrzymasz-flex {
  max-width: 65em;
  margin-top: 3.75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.co-otrzymasz-flex.is-bigger {
  max-width: 70em;
}

.co-otrzymasz-item {
  width: 31.33%;
  margin: 1%;
}

.kontakt-lp-img {
  border-radius: 20px;
  width: 33.33%;
  overflow: hidden;
}

.image-48 {
  width: 100%;
  height: 100%;
}

.kontakt-col-lp-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  display: flex;
}

.kontakt-col-lp-content.with-padding {
  padding-left: 3.44em;
  padding-right: 3.44em;
}

.kontakt-lp-list {
  grid-column-gap: 1.06em;
  grid-row-gap: 1.06em;
  flex-flow: column;
  margin-top: 2.5em;
  display: flex;
}

.lp-list-item {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embed-custom-35 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.lp-list-text {
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
}

.text-zostalo {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.navbar-lp {
  background-color: #0000;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-l-wrapper {
  background-color: #fff;
  border-radius: 20px;
  transition: all .3s;
}

.navbar-inner-flex-lp {
  justify-content: space-between;
  align-items: center;
  height: 6.81em;
  padding-top: .94em;
  padding-bottom: .94em;
  display: flex;
}

.image-49 {
  width: 9.75em;
}

.nav-lp-right {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webinar-info {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webinar-info-text {
  color: #173861;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.webinar-counter {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  display: flex;
}

.counter-item {
  background-color: #5f9bd33b;
  border: 1px solid #5f9bd396;
  border-radius: 10px;
  width: 4.38em;
  padding: .63em .94em;
}

.counter-time {
  color: #5f9bd3;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.counter-text {
  color: #5f9bd3;
  text-align: center;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.dropdown-toggle {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.dropdown-toggle.is-white {
  color: #fff;
}

.icon-embed-custom-36 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .4375rem;
  height: .3125rem;
  display: flex;
}

.text-block-2 {
  color: #173861;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-2.is-white {
  color: #fff;
}

.drop-item {
  color: #173861;
  background-color: #fff;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s;
}

.drop-item:hover {
  color: #fff;
  background-color: #173861;
}

.is-produkt-lp-content {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.produkt-lp-gallery {
  width: 60%;
  padding-right: 5em;
}

.lp-produkt-desc {
  grid-column-gap: 2.38em;
  grid-row-gap: 2.38em;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.produkt-lp-desc {
  color: #173861;
  font-size: 1.13em;
  line-height: 1.5;
}

.product-gallery-big {
  flex: 1;
}

.image-50 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-gallery-item {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-gallery-smaller {
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.product-gallery-smaller.top-space {
  margin-top: .75em;
}

.p-gallery-small-item {
  border-radius: 20px;
  width: 24%;
  margin: .5%;
  overflow: hidden;
}

.p-gallery-small-item.is-bigger {
  width: 32.33%;
}

.preorder-flex {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.preorder-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.pre-order-text-wrapper {
  margin-top: 2.38em;
  margin-bottom: 2.38em;
}

.prd-text {
  color: #173861;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.urzadzenie-info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border: 1px solid #eaf5ff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25em;
  display: flex;
  box-shadow: 0 10px 21px #53a3d540;
}

.image-51 {
  width: 3.38em;
  height: 3.38em;
}

.dev-info-flex {
  grid-column-gap: .44em;
  grid-row-gap: .44em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dev-text-1 {
  color: #173861;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.dev-text-2 {
  color: #173861;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.download-items {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
}

.pre-bottom-content {
  max-width: 27em;
}

.qr-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid #eaf5ff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25em;
  display: flex;
}

.qr-item {
  border: 1px solid #eaf5ff;
  border-radius: 8px;
  flex: none;
  padding: .75em;
}

.qr-right {
  grid-column-gap: .44em;
  grid-row-gap: .44em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.qr-text {
  color: #173861;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.section-co-otrzymasz-copy {
  background-color: #fff;
  padding: 1.5em;
}

.section-dane {
  background-color: #eaf5ff;
  padding: 1.5em;
}

.zapisz-sie-box {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 2.5em;
  box-shadow: 0 10px 21px #53a3d540;
}

.zapisz-sie-top-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.zapisz-sie-title {
  color: #173861;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.2;
}

.zapisz-sie-text {
  color: #173861;
  font-size: .88em;
  line-height: 1.5;
}

.zapisz-sie-info {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: #e9814a;
  background-color: #fae6dc;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: .63em 1.25em;
  display: flex;
}

.zapisz-sie-imgs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.zap-item {
  border: 3px solid #fae6dc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.81em;
  height: 2.81em;
  margin-left: -.63em;
  display: flex;
  overflow: hidden;
}

.zap-item.no-left {
  margin-left: 0;
}

.image-52 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-embed-custom-37 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1875rem;
  height: .6875rem;
  display: flex;
}

.zapisz-text-info {
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.span-opcjo {
  color: #8595b2;
  font-size: .75em;
}

.form-select-jestem {
  background-color: #eaf5ff;
  border-radius: 20px;
  justify-content: space-between;
  margin-bottom: 1.3em;
  padding: .25em;
  display: flex;
}

.jestem-option {
  color: #173861;
  border-radius: 20px;
  width: 50%;
  padding-top: .69em;
  padding-bottom: .69em;
  transition: all .3s;
}

.jestem-option:hover, .jestem-option.is-current {
  color: #fff;
  background-color: #e9814a;
}

.jestem-option-text {
  text-align: center;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.section-kategorie-sklep {
  padding: 6.25em 1.5em 6.38em;
}

.kategoria-sklep-item {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 15.66%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 1.5em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 10px 21px #53a3d540;
}

.kategoria-sklep-item:hover {
  background-color: #eaf5ff;
}

.kategoria-sklep-item.is-czn:hover {
  background-color: #fae6dc;
}

.section-nie-wiesz-co {
  background-color: #fae6dc;
  padding: 5em 1.5em;
}

.nie-wiesz-co-flex {
  justify-content: space-between;
  margin-top: 3em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.nwc-box {
  background-color: #fff;
  border-radius: 20px;
  width: 32.33%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 1.5em;
  box-shadow: 0 10px 21px #f4c9b4b3;
}

.nwc-title {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  border-bottom: 1px solid #eaf5ff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
  display: flex;
}

.image-53 {
  width: 2.5em;
  height: 2.5em;
}

.nwc-title-text {
  color: #173861;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

.nwc-products {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.nwc-product {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: #173861;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nwc-product:hover {
  color: #e9814a;
}

.nwc-product-img {
  border-radius: 10px;
  width: 4em;
  height: 4em;
  overflow: hidden;
}

.image-54 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nwc-product-info {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nwc-product-title {
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.nwc-price {
  color: #e9814a;
  font-size: .88em;
  line-height: 1.5;
}

.section-produkty {
  padding: 3.75em 1.5em;
}

.products-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5em;
  display: flex;
}

.products-right {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-embed-custom-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .4375rem;
  height: .3125rem;
  display: flex;
}

.dropdown-toggle-2 {
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  color: #173861;
  letter-spacing: .6px;
  text-transform: uppercase;
  border: 1.5px solid #d9dee5;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .63em 1em;
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.drop-s-item {
  color: #173861;
  background-color: #fff;
  width: 100%;
  padding: .44em;
  text-decoration: none;
  transition: all .3s;
}

.drop-s-item:hover {
  background-color: #fae6dc;
}

.drop-s-item.is-sort {
  padding-left: 1em;
  padding-right: 1em;
}

.dropdown-list {
  padding: .63em;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 21px #f4c9b4b3;
}

.drop-s-item-flex {
  grid-column-gap: .69em;
  grid-row-gap: .69em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.drop-s-text {
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
}

.image-55 {
  flex: none;
  width: 1.5em;
  height: 1.5em;
}

.products-wrapper {
  grid-row-gap: 2.5em;
  flex-flow: wrap;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.product-cart-item {
  border: 1px solid #ebedf2;
  border-radius: 20px;
  width: 24%;
  margin: 0% .5%;
}

.product-cart-img {
  aspect-ratio: 305 / 220;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-56 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.pcat-img {
  position: absolute;
  top: .69em;
  right: .69em;
}

.product-cart-content {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.25em;
  display: flex;
}

.pcat-content-text {
  color: #8594b2;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.35;
}

.p-info-top {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-flow: column;
  display: flex;
}

.pcat-name {
  color: #173861;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
}

.pcat-price {
  color: #173861;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.image-57, .image-58 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.section-products-more {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.section-shop-info {
  background-color: #fae6dc;
  padding: 3.88em 1.5em;
}

.section-shop-info.is-dla-firm {
  background-color: #fff;
  margin-top: 1.5em;
}

.shop-info-flex {
  grid-row-gap: 1.2em;
  flex-flow: wrap;
  margin-top: 0;
  display: flex;
}

.shop-info-item {
  width: 31.33%;
  margin: 1%;
}

.shop-info-icon {
  position: static;
  top: -1.69em;
  right: 2.13em;
}

.shop-info-bottom {
  grid-column-gap: .44em;
  grid-row-gap: .44em;
  flex-flow: column;
  margin-top: 2em;
  display: flex;
}

.shop-info-subtitle {
  color: #e9814a;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.shop-payments {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  display: flex;
}

.section-voucher {
  background-color: #eaf5ff;
  padding: 6.25em 1.5em;
}

.voucher-box {
  justify-content: space-between;
  align-items: center;
  margin-top: 3.88em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.voucher-box.centered-flex {
  justify-content: space-between;
  align-items: center;
}

.voucher-box.no-space {
  padding-top: 0;
  padding-bottom: 0;
}

.voucher-box.no-space.centerd {
  justify-content: space-between;
  align-items: center;
}

.voucher-title {
  color: #173861;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.voucher-img {
  position: relative;
}

.voucher-img-content {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2.5em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.vc-title {
  color: #fff;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

.vc-value {
  color: #fff;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
}

.vc-value-wrapper {
  margin-top: 1.31em;
  margin-bottom: 2.75em;
}

.vc-link {
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
}

.section-jak-zrealizowac {
  padding: 6.25em 1.5em;
}

.jak-zrealizowac-flex {
  margin-top: 3em;
  display: flex;
}

.jak-left {
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 47%;
  margin-top: .25em;
  margin-bottom: .25em;
  margin-right: .5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.jak-right {
  flex-flow: wrap;
  width: 53%;
  display: flex;
}

.jak-right-item {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  background-color: #eaf5ff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  width: 49%;
  margin: .5%;
  padding: 1.63em 3.38em 1.13em 1.13em;
  display: flex;
}

.jv-top {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.jv-title {
  color: #5f9bd3;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.2;
}

.jv-subtitle {
  color: #5f9bd3;
  height: 68px;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.jv-bottom-text {
  color: #173861;
  font-size: 1.13em;
  line-height: 1.5;
}

.image-59 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.jak-img-info {
  grid-column-gap: 2.06em;
  grid-row-gap: 2.06em;
  flex-flow: column;
  padding-bottom: 1.75em;
  padding-right: 3.13em;
  display: flex;
  position: relative;
}

.jak-img-info-title {
  color: #eaf5ff;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.jak-img-info-flex {
  grid-column-gap: 2.06em;
  grid-row-gap: 2.06em;
  flex-flow: column;
  display: flex;
}

.jak-info-item {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embed-custom-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.jak-info-item-text {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.ws-item-wrapper {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-flow: column;
  display: flex;
}

.icon-embed-custom-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.1875rem;
  display: flex;
}

.section-wyszukiwarka-mobile {
  display: none;
}

.dlk-flx-item {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-mobile-lp-nav {
  display: none;
}

.webinar-full-counter {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-content {
  padding: 0;
}

.nav-right {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-l-wrapper-m {
  background-color: #0000;
  border-radius: 20px;
  transition: all .3s;
}

.nav-item {
  color: #fff;
  padding: .5em .69em;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.nv-inner-flex {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff14;
  border: 1px solid #ffffff29;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: .5em .69em;
  display: flex;
  position: static;
}

.text-block-3 {
  color: #fff;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.icon-embed-custom-41 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .4375rem;
  height: .3125rem;
  display: flex;
}

.dropdown-toggle-3 {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  background-color: #fff0;
  border: 1px solid #fff0;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: .5em .69em;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle-3:hover {
  background-color: #ffffff14;
  border-color: #ffffff29;
}

.nav-drop-item {
  color: #173861;
  background-color: #fff;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s;
}

.nav-drop-item:hover {
  color: #fff;
  background-color: #173861;
}

.dropdown-list-2.w--open {
  background-color: #fff;
}

.dropdown-toggle-4 {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  background-color: #fff0;
  border: 1px solid #fff0;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: .5em .69em;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle-4:hover {
  background-color: #ffffff14;
  border-color: #ffffff29;
}

.text-block-4 {
  color: #fff;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.icon-embed-custom-42 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .4375rem;
  height: .3125rem;
  display: flex;
}

.dropdown-toggle-5 {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  background-color: #fff0;
  border: 1px solid #fff0;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: .5em .69em;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle-5:hover {
  background-color: #ffffff14;
  border-color: #ffffff29;
}

.text-block-5 {
  color: #fff;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.icon-embed-custom-43 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .4375rem;
  height: .3125rem;
  display: flex;
}

.navbar-inner-flex-mp {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: space-between;
  align-items: center;
  height: 6.81em;
  padding-top: .94em;
  padding-bottom: .94em;
  display: flex;
}

.nav-navigation {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff14;
  border: 1px solid #ffffff29;
  border-radius: 56px;
  padding: .5em .69em;
}

.menu-nav-button-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff14;
  border: 1px solid #ffffff29;
  border-radius: 56px;
  padding: .5em .69em;
  display: none;
}

.nav-top-buttns {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  display: flex;
}

.nav-top-buttns.is-mobile-buttons {
  display: none;
}

.section-produkt-topinfo {
  background-image: linear-gradient(#fae6dc, #fff);
  padding: 1.5em 1.5em 6.25em;
}

.produkt-info-flx {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.produkt-info-left {
  width: 50%;
}

.produkt-info-right {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 4.38em;
  display: flex;
}

.is-button-back {
  color: #173861;
  border: 1px solid #000;
  border-radius: 40px;
  padding: .63em .69em;
  transition: all .3s;
}

.is-button-back:hover {
  color: #fff;
  background-color: #173861;
}

.btn-back-flex {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-44 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .3125rem;
  height: .4375rem;
  display: flex;
}

.btn-back-text {
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.produkt-kategoria-info {
  color: #173861;
  background-color: #fff;
  border-radius: 40px;
  padding: .44em 1em;
}

.p-kat-info-text {
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.produkt-details-info {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.produkt-name {
  color: #173861;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
}

.produkt-info-desc {
  color: #173861;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5;
}

.produkt-info-desc.is-orange {
  color: #e9814a;
  font-size: .88em;
}

.produkt-info-cena {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.p-cena-text {
  color: #173861;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
}

.p-cena-small {
  color: #2a3948;
  margin-bottom: 6px;
  font-size: .75em;
  line-height: 1.5;
}

.produkt-qty-button {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.produkt-qty {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid #8595b2;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-width: 5.1em;
  padding: .75em 1em;
  display: flex;
}

.prod-minus {
  color: #8595b2;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.prod-minus:hover {
  color: #173861;
}

.prod-plus {
  color: #8595b2;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.prod-plus:hover {
  color: #173861;
}

.prod-qty-text {
  color: #173861;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.produkt-bottom-info {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  border-top: 1px solid #2a39481a;
  flex-flow: column;
  width: 100%;
  padding-top: 1.5em;
  display: flex;
}

.pbi-item {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pbi-check {
  color: #e9814a;
  background-color: #fae6dc;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.38em;
  height: 1.38em;
  display: flex;
}

.icon-embed-custom-45 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: .875rem;
  display: flex;
}

.pbi-text {
  color: #173861;
  font-size: .88em;
  line-height: 1.5;
}

.produkt-p-gallery {
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.dlaczego-p-flex {
  margin-top: 3.5em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.dlaczego-pf-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-image: linear-gradient(90deg, #e9814a1a, #e9814a33);
  border: 1px solid #e9814a80;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 1.44em 2em 2.63em;
  display: flex;
}

.dlaczego-pf-img {
  border-radius: 100%;
  width: 11.94em;
  height: 11.94em;
  overflow: hidden;
}

.image-63 {
  width: 100%;
  height: 100%;
}

.pf-item-title {
  color: #173861;
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.pf-text {
  color: #173861;
  text-align: center;
  max-width: 12em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.umiejetnosci-flex {
  grid-row-gap: 3.44em;
  flex-flow: wrap;
  display: flex;
}

.um-flex-title {
  width: 32.33%;
  margin-left: .5%;
  margin-right: .5%;
}

.wspiera-item {
  width: 32.33%;
  min-height: 11em;
  margin: 0% .5%;
}

.section-co-w-zestawie {
  background-color: #5f9bd3;
  padding: 5em 1.5em;
}

.c-w-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 3.38em;
  display: flex;
}

.cw-col {
  width: 30%;
}

.zestaw-list {
  grid-column-gap: 1.06em;
  grid-row-gap: 1.06em;
  flex-flow: column;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  display: flex;
}

.zestaw-list-item {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embed-custom-46 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.zestaw-text {
  color: #fff;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.cw-col-gallery {
  width: 40%;
}

.cw-product-dane {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  border-left: 1px solid #eaf5ff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 3.13em;
  padding-left: 1.81em;
  display: flex;
}

.dane-title {
  color: #fff;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.dane-text {
  color: #fff;
  font-size: 1.13em;
  line-height: 1.5;
}

.popup-powiadom {
  background-color: #fae6dcbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.pow-text {
  color: #173861;
  text-align: center;
  font-size: 1.13em;
  line-height: 1.5;
}

.popup-demo {
  z-index: 111;
  background-color: #fae6dcbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-demo-buttons {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  display: flex;
}

.popup-zaloz-kont {
  z-index: 9999;
  background-color: #eaf5ffc7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-form-img {
  border-radius: 20px;
  width: 40%;
  overflow: hidden;
}

.image-64 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.popup-form-form {
  width: 60%;
  padding-left: 2.5em;
}

@media screen and (max-width: 991px) {
  .hero-title {
    font-size: 3em;
  }

  .hero-bottom-content {
    margin-top: 2em;
  }

  .hero-buttons {
    flex-flow: wrap;
  }

  .button-circle.is-alt {
    flex: none;
  }

  .hero-wrapper {
    height: auto;
  }

  .hero-wrapper.is-lp-hero {
    max-height: 100%;
  }

  .icon-embed-small {
    width: 1.6rem;
    height: 1.6rem;
  }

  .h-item-title {
    font-size: 1.6em;
  }

  .h-item-text {
    font-size: 1.1em;
  }

  .one-content {
    height: 48em;
  }

  .one-left-content {
    grid-column-gap: 1.56em;
    grid-row-gap: 1.56em;
    justify-content: flex-start;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section-title {
    font-size: 2.7em;
  }

  .one-left-content-wrapper {
    max-width: 26em;
  }

  .one-photos {
    flex-basis: auto;
    width: 58%;
  }

  .one-cards {
    top: auto;
    bottom: 1.25em;
    left: 0%;
  }

  .one-card-rows {
    margin-top: 1em;
  }

  .cta-img-title {
    font-size: 3em;
  }

  .image-13.with-radius {
    object-fit: cover;
  }

  .image-13.with-radius.mobile-contain {
    object-fit: contain;
  }

  .panel-button-wrapper.is-flx, .panel-button-wrapper.with-space {
    flex-flow: wrap;
  }

  .cennik-inner {
    padding-left: 1.56em;
    padding-right: 1.56em;
  }

  .cennik-inner-top {
    grid-column-gap: .63em;
    grid-row-gap: .63em;
    flex-flow: wrap;
  }

  .cta-col.btm-align {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .cta-bottom-buttons {
    flex-flow: wrap;
  }

  .kontakt-wrapper {
    max-width: 100%;
  }

  .footer-newsletter {
    padding-right: .94em;
  }

  .cz-box-item {
    height: 2.5em;
  }

  .icon-embed-custom-10 {
    flex: none;
  }

  .co-znajdziesz-item {
    padding-left: 2em;
  }

  .co-znajdziesz-content {
    flex-flow: wrap;
  }

  .co-znajdziesz-content.is-nauka {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
  }

  .co-laczy-item {
    width: 45%;
  }

  .zysk-item-content {
    padding-top: 2em;
  }

  .co-widzisz-slider.top-space.is-flx {
    flex-flow: wrap;
  }

  .nas-img-inner {
    width: 10em;
    height: 10em;
  }

  .image-27 {
    width: 6em;
    height: 6em;
  }

  .post-info-details, .kategorie-wrapper {
    flex-flow: wrap;
  }

  .blog-post-title {
    font-size: 2.8em;
  }

  .dla-kogo-flex.is-full {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .lp-nav-details {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .section-szczegoly {
    padding-top: 4em;
  }

  .section-lp-dla-kogo {
    padding-bottom: 3em;
  }

  .dw-lp-item {
    width: 24%;
    margin-top: .5%;
    margin-bottom: .5%;
  }

  .kontakt-col-lp-content.with-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-lp-right {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
  }

  .webinar-counter {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .counter-time {
    font-size: 1.9em;
  }

  .dropdown-toggle.is-white, .text-block-2.is-white {
    color: #fff;
  }

  .produkt-lp-gallery {
    padding-right: 4em;
  }

  .kategoria-sklep-item {
    width: 32.33%;
    margin-top: .5%;
    margin-bottom: .5%;
  }

  .product-cart-item {
    width: 32.33%;
  }

  .shop-payments {
    flex-flow: wrap;
  }

  .nav-right {
    z-index: 1;
    position: relative;
  }

  .navbar-l-wrapper-m {
    z-index: 2;
    position: relative;
  }

  .nv-inner-flex {
    grid-column-gap: 3.13em;
    grid-row-gap: 3.13em;
    flex-flow: column;
    padding-top: 11em;
  }

  .text-block-3 {
    color: #173861;
    font-size: 2em;
    font-weight: 800;
  }

  .icon-embed-custom-41, .dropdown-toggle-3 {
    color: #173861;
  }

  .nav-drop-item {
    text-align: center;
    font-size: 1.5em;
    font-weight: 800;
  }

  .nav-drop-item:hover {
    color: #e9814a;
    background-color: #0000;
  }

  .dropdown-list-2.w--open {
    text-align: center;
    position: static;
  }

  .navbar-inner-flex-mp {
    position: relative;
  }

  .nav-navigation {
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    inset: 0%;
  }

  .menu-inner-button {
    grid-column-gap: .31em;
    grid-row-gap: .31em;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-6 {
    color: #fff;
    font-size: .88em;
    font-weight: 600;
    line-height: 1;
  }

  .menu-button {
    background-color: #ffffff14;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 0.55em 0.69em;
    font-size: 14px;
  }

  .menu-button.w--open {
    background-color: #ffffff14;
  }

  .lottie-animation {
    width: 1.7em;
    margin-top: 4px;
  }

  .menu-nav-button-wrapper {
    padding: .4em .6em;
    display: block;
  }

  .brand-2 {
    z-index: 1;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    height: 100%;
  }

  .produkt-info-right {
    padding-left: 0;
  }

  .produkt-p-gallery {
    padding-right: 2em;
  }

  .wspiera-item {
    min-height: 12em;
  }

  .cw-product-dane {
    margin-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper.is-lp-page-wrapper {
    padding-top: 12.5em;
  }

  .section-hero.no-top {
    padding-top: 0;
  }

  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .hero-flex {
    flex-flow: wrap;
  }

  .hero-col.is-flx {
    width: 90%;
  }

  .hero-col.is-flx.is-bigger.no-space.bottom-space {
    padding-bottom: 2em;
  }

  .hero-col.flx-anim {
    width: 100%;
  }

  .hero-top-info.bottom-mobile-padding {
    padding-bottom: 2.81em;
  }

  .hero-buttons.is-full {
    width: 100%;
  }

  .is-simple-button.is-orange.is-first {
    order: -9999;
  }

  .is-simple-button.is-orange.is-first.mob-hidden {
    display: none;
  }

  .is-simple-button.is-orange.is-first.is-mobile-buttn {
    order: 0;
    display: block;
  }

  .hero-wrapper {
    padding: .75em;
  }

  .hero-wrapper.is-lp-hero {
    padding-top: .75em;
  }

  .hero-right-content {
    right: 0;
  }

  .section-home-info {
    padding-bottom: .75em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .section-about.is-blue {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-one {
    padding: .75em;
  }

  .one-content {
    height: auto;
    padding-bottom: .94em;
  }

  .one-left-content {
    width: 100%;
    max-width: 100%;
  }

  .section-title {
    font-size: 2em;
  }

  .one-photos {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 31.25em;
    min-height: 31.25em;
    display: flex;
    position: relative;
  }

  .one-photo.is-01, .one-photo.is-02, .one-photo.is-03, .one-photo.is-04, .one-photo.is-05, .one-photo.is-06 {
    right: auto;
  }

  .one-dots {
    left: auto;
    right: auto;
  }

  .one-cards {
    width: 100%;
    position: static;
  }

  .section-persp {
    padding-left: .75em;
    padding-right: .75em;
  }

  .persp-slider-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .slider-nav-left, .slider-nav-right {
    flex: none;
  }

  .cta-wrapper {
    flex-flow: wrap;
  }

  .section-cta-img {
    flex-flow: column;
    align-items: flex-start;
    height: 55em;
    padding-top: 2.56em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .section-cta-img.is-limited-height {
    height: 35em;
  }

  .cta-img-title {
    font-size: 3em;
  }

  .section-jak-dziala {
    padding-top: 4em;
    padding-bottom: .75em;
  }

  .jak-dziala-items.is-home, .jak-dziala-items.is-row-4.less-top {
    padding-left: .75em;
    padding-right: .75em;
  }

  .section-zaufali {
    padding-top: 4em;
  }

  .zaufali-content {
    padding-left: .75em;
    padding-right: .75em;
  }

  .oneflex {
    flex-flow: column;
  }

  .zaufali-box-inner {
    flex-flow: wrap;
    padding-top: 2.19em;
  }

  .zf-col.is-flx {
    width: 100%;
  }

  .zf-col.left-padding {
    order: -9999;
    width: 100%;
    padding-left: 0;
  }

  .image-9 {
    max-width: 15.13em;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .image-10 {
    left: -5em;
  }

  .zaufali-slider-nav {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 8em;
  }

  .section-postep {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .postep-content {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: wrap;
  }

  .postep-col {
    width: 100%;
  }

  .section-panel {
    padding: .75em;
  }

  .panel-box-content {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: wrap;
  }

  .panel-col, .panel-col.bigger, .panel-col.bigger.is-dla-firm, .panel-col.smaller-dla-firm, .panel-col.is-smaller-voucher, .panel-col.is-bigger-voucher {
    width: 100%;
  }

  .panel-col.first {
    order: -9999;
  }

  .section-opinie, .section-wspolpraca {
    padding: 4em .75em;
  }

  .section-wspolpraca.is-modele-wspolpracy {
    margin-bottom: .75em;
  }

  .section-wspolpraca.is-modele-wspolpracy.is-naukowa {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .wspolpraca-flex {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: wrap;
  }

  .wspolpraca-left {
    width: 100%;
  }

  .wspolpraca-left.ismh.left-align {
    justify-content: flex-start;
    align-items: center;
    padding-left: 5em;
  }

  .wspolpraca-left.ismh.left-align.mh {
    min-height: 15em;
  }

  .wspolpraca-right {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    width: 100%;
    padding-left: 0;
  }

  .ws-soon {
    justify-content: flex-end;
    align-items: center;
    margin-top: 2em;
  }

  .soon-text {
    font-size: 2.4em;
  }

  .image-16 {
    max-width: 18em;
    top: 0;
  }

  .image-16.isnh.is-smaller {
    max-width: 11em;
  }

  .wspolpraca-items {
    grid-column-gap: .94em;
    grid-row-gap: .94em;
    flex-flow: wrap;
  }

  .wspolpraca-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .wspolpraca-item.ctr {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wspolpraca-item.ctr-middle {
    justify-content: flex-start;
    align-items: center;
  }

  .ws-img {
    flex: none;
  }

  .ws-title {
    text-align: center;
  }

  .ws-title.xcd {
    text-align: left;
  }

  .ws-title.xcd.center-mobie {
    text-align: center;
  }

  .ws-title.left-align-mobile {
    text-align: left;
  }

  .ws-list {
    flex-flow: wrap;
    width: 100%;
  }

  .section-logotypy {
    padding-left: .75em;
    padding-right: .75em;
  }

  .section-logotypy.is-dla-firm {
    padding-top: 4em;
  }

  .logotypy-flex {
    grid-row-gap: 2em;
    flex-flow: wrap;
  }

  .log-left {
    width: 100%;
  }

  .log-right {
    width: 100%;
    padding-left: 0;
  }

  .section-cennik {
    padding: .75em;
  }

  .cennik-flex {
    flex-flow: wrap;
  }

  .cennik-big-item {
    width: 100%;
  }

  .cennik-inner {
    padding-left: 2.81em;
    padding-right: 2.81em;
  }

  .icon-embed-custom-5 {
    flex: none;
  }

  .cennik-smaller-item {
    width: 100%;
  }

  .section-biblioteka {
    padding: 4em .75em;
  }

  .bl-title-wrapper {
    grid-column-gap: 1.56em;
    grid-row-gap: 1.56em;
    flex-flow: wrap;
  }

  .is-blog-item {
    width: 49%;
  }

  .cta-with-cols {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    flex-flow: wrap;
    align-items: stretch;
    height: 100%;
  }

  .cta-col, .cta-col.bigger {
    width: 100%;
  }

  .cta-content-wrapper {
    margin-left: 0;
  }

  .cta-content-wrapper.bigger {
    max-width: 100%;
  }

  .cta-bottom-buttons {
    justify-content: flex-start;
    align-items: center;
  }

  .section-kontakt {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-kontakt.is-lp {
    padding-left: .75em;
    padding-right: .75em;
  }

  .kontakt-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: wrap;
  }

  .kontakt-wrapper.is-bigger.is-for-lp {
    grid-column-gap: 0em;
  }

  .kontakt-col {
    width: 100%;
  }

  .kontakt-col.is-bigger {
    width: 100%;
    padding-right: 0;
  }

  .kontakt-col.smaller {
    width: 100%;
    padding-left: 0;
  }

  .form-block {
    width: 100%;
  }

  .footer {
    padding-top: 4em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .footer-flex {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .footer-newsletter {
    width: 100%;
    padding-right: 0;
  }

  .footer-right {
    width: 100%;
  }

  .footer-bottom {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: wrap;
    margin-top: 2.19em;
  }

  .footer-bottom-left, .footer-bottom-right {
    width: 100%;
  }

  .fb-bottom {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .ab-title {
    text-align: center;
    font-size: 2em;
  }

  .section-dlaczego {
    padding: .75em;
  }

  .dlaczego-box {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .dlaczego-inner {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .section-co-zmienia {
    padding-bottom: .75em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .co-zmienia-flex {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .co-zmienia-col, .co-zmienia-col.bigger {
    width: 100%;
  }

  .cz-box-item {
    height: auto;
  }

  .co-zmienia-arrows {
    display: none;
  }

  .section-jak-chcesz {
    padding-left: .75em;
    padding-right: .75em;
  }

  .jak-chcesz-inner {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: wrap;
  }

  .jak-chcesz-left-col {
    width: 100%;
  }

  .ja-chcesz-right {
    order: -9999;
    width: 100%;
    padding-left: 0;
  }

  .jak-flex-items, .jak-buttons {
    flex-flow: wrap;
  }

  .section-co-znajdziesz {
    padding-top: 4em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .co-znajdziesz-item {
    flex-flow: column;
  }

  .co-znajdziesz-img {
    width: 100%;
  }

  .co-znajdziesz-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .co-znajdziesz-content.is-nauka {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    flex: none;
    width: 100%;
    max-width: 100%;
    padding-right: 2em;
    position: static;
  }

  .cz-content-left.is-nauka {
    width: 100%;
  }

  .ws-text-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .ws-text {
    text-align: left;
  }

  .section-faq {
    padding: 4em .75em;
  }

  .faq-content {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .faq-col, .faq-col-bigger {
    width: 100%;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .dla-kogo-items {
    flex-flow: wrap;
  }

  .dla-kogo-item {
    justify-content: space-between;
    align-items: center;
    width: 49%;
    margin-top: .5%;
    margin-bottom: .5%;
  }

  .section-co-laczy {
    padding: 4em .75em;
  }

  .section-dla-kogo-group {
    padding: 4em .75em .75em;
  }

  .dla-kogo-box-wrapper {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .section-dla-ciebie {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .dla-ciebie-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
  }

  .dla-ciebie-col {
    text-align: center;
    width: 100%;
  }

  .image-24.is-full {
    max-width: 37em;
  }

  .dl-text-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .brzmi-content-wrapper {
    max-width: 100%;
  }

  .brzmi-content-wrapper.is-dla-firm {
    max-width: 70%;
    padding-bottom: 1.56em;
    padding-left: 1.56em;
  }

  .section-co-zyskujesz {
    padding: 4em .75em;
  }

  .ci-col {
    width: 100%;
  }

  .section-rozwijj {
    padding: 4em .75em;
  }

  .terapia-right, .terapia-left {
    width: 100%;
  }

  .section-co-widzisz {
    padding: 4em .75em;
  }

  .co-widzisz-slider.top-space.is-obszary {
    grid-row-gap: 2.06em;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .co-widzisz-slider.top-space.is-flx {
    grid-row-gap: 1.88em;
  }

  .cw-slide.is-bszar, .cw-slide.isflx {
    width: 48%;
  }

  .section-newsletter {
    padding-left: .75em;
    padding-right: .75em;
  }

  .newsletter-flex-section {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .ns-left, .ns-right {
    width: 100%;
  }

  .ns-title-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .ns-flex-form {
    flex-flow: wrap;
  }

  .wiedza-wyszukiwarka {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    margin-top: 0;
  }

  .wiedza-wyszukiwarka.mobile-hidden {
    display: none;
  }

  .wyszukiwarka-col {
    width: 100%;
  }

  .wiedza-filtrowanie {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .filtrowanie-item-text {
    font-size: 1em;
  }

  .section-polecane {
    padding-top: .75em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .section-najnowsze {
    padding-left: .75em;
    padding-right: .75em;
  }

  .wyroznione-items-flex {
    grid-row-gap: 1.56em;
    flex-flow: wrap;
  }

  .wyroznione-item {
    width: 100%;
  }

  .section-kategorie {
    padding: 4em .75em 5em;
  }

  .kategorie-wrapper {
    grid-row-gap: .94em;
    flex-flow: wrap;
  }

  .kategria-item {
    grid-column-gap: 1.38em;
    grid-row-gap: 1.38em;
    width: 100%;
    display: flex;
  }

  .kategori-content {
    margin-top: 0;
  }

  .najnowsze-filtry {
    flex-flow: wrap;
  }

  .section-single-content {
    padding: 2.5em .75em 5em;
  }

  .section-blog-post-content {
    padding-top: .75em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .s-content-flex {
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .s-content-col {
    width: 100%;
    padding-right: 0;
  }

  .s-content-sidebar {
    width: 100%;
  }

  .popup-pobierz-inner.bigger.is-konto {
    max-width: 94%;
  }

  .icon-embed-custom-20 {
    width: 3rem;
    height: 3rem;
  }

  .section-powiazane {
    padding-top: 4em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .rekrutacja-tagi {
    margin-right: auto;
  }

  .section-kogo-szukamy.is-blue {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .kogo-szukamy-items {
    flex-flow: wrap;
  }

  .kogo-item-box {
    width: 100%;
  }

  .section-czym-bedziesz {
    padding: 4em .75em;
  }

  .czym-bedziesz-flex {
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .czym-b-col {
    width: 100%;
  }

  .czym-img-wrapper {
    margin-top: 3em;
  }

  .section-oferujemy {
    padding: .75em;
  }

  .section-aplikuj {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .fm-buttons {
    grid-row-gap: .94em;
    flex-flow: wrap;
  }

  .section-proces {
    padding: 4em .75em;
  }

  .kariera-content-flex {
    grid-row-gap: 4em;
    flex-flow: wrap;
  }

  .kariera-col, .jak-item {
    width: 100%;
  }

  .section-prezentacja, .section-video-rozdzialy {
    padding: 4em .75em;
  }

  .rozdzialy-flex {
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .rozdzialy-left, .rozdzialy-right {
    width: 100%;
  }

  .section-wspiera {
    padding: 4em .75em 3em;
  }

  .section-funkcje {
    padding-top: 4em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .f-head-item.centered.is-smaller, .fn-check {
    flex: none;
  }

  .section-w-akcji {
    padding-top: .75em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .tab-inner-content {
    grid-row-gap: 2.19em;
    flex-flow: wrap;
  }

  .tb-left {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .tb-right {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .gotowy-box {
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .sciezka-items {
    grid-row-gap: 1.56em;
    flex-flow: wrap;
  }

  .sciezka-item {
    width: 100%;
  }

  .sukces-box {
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .sukces-item, .sukces-item.is-rozwiazanie {
    width: 100%;
  }

  .section-w-centrum {
    padding: .75em;
  }

  ._w-centrum-inner {
    grid-row-gap: 2.81em;
    flex-flow: wrap;
    padding-top: 4em;
  }

  ._w-centrum-col {
    width: 100%;
  }

  ._w-centrum-col.is-flx {
    padding-left: 0;
  }

  ._w-centrum-col.is-flx.first {
    order: -9999;
  }

  ._w-centrum-img {
    max-width: 28em;
    margin-left: auto;
    margin-right: auto;
  }

  .dla-kogo-flex {
    grid-row-gap: .63em;
    flex-flow: wrap;
  }

  .dlk-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .section-jak-powstal {
    padding-bottom: .75em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .jak-powstal-timeline {
    grid-row-gap: 3em;
    flex-flow: wrap;
  }

  .jp-content {
    flex: none;
    width: 100%;
  }

  .jak-powstal-content {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-zespol {
    padding: 4em .75em;
  }

  .zespol-item {
    width: 49%;
  }

  .section-kolok-info {
    padding: 4em .75em;
  }

  .kol-info-flex {
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .kol-info-col {
    width: 100%;
  }

  .section-certyfikaty {
    padding: 4em .75em;
  }

  .cetyfikaty-flex {
    grid-row-gap: .63em;
    flex-flow: wrap;
  }

  .certyfikat-item {
    width: 49%;
  }

  .section-co-znajdziesz-s, .section-nauka {
    padding: 4em .75em;
  }

  .s-nauka-item {
    flex-flow: column;
    padding-left: 2em;
  }

  .section-co-wiemy {
    padding: 4em .75em;
  }

  .co-wiemy-flex {
    grid-row-gap: 2.06em;
    flex-flow: wrap;
  }

  .co-wiemy-item {
    width: 100%;
  }

  .section-obszary {
    padding: .75em .75em 4em;
  }

  .section-jak-wiedza {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .jak-wiedza-items {
    grid-row-gap: 1.5em;
    flex-flow: wrap;
  }

  .jak-wiedza-itema {
    width: 100%;
  }

  .wspolpraca-naukowa-items {
    grid-row-gap: 1.5em;
    flex-flow: wrap;
  }

  .naukowa-item {
    width: 100%;
  }

  .image-45 {
    max-width: 100%;
    max-height: 10em;
  }

  .section-wspolpraca-video, .section-rada-ekspertow {
    padding: 4em .75em;
  }

  .lp-nav-info {
    display: none;
  }

  .lp-nav-info.mobile-visible {
    grid-row-gap: 1.3em;
    flex-flow: wrap;
    display: flex;
  }

  .lp-nav-details {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .section-szczegoly {
    padding: 3em .75em .75em;
  }

  .szczegoly-box {
    flex-flow: column;
    padding: 2em;
  }

  .szczegoly-item {
    border-bottom: 1px solid #0000001c;
    width: 100%;
    margin-bottom: .94em;
    padding-bottom: .94em;
  }

  .icon-embed-custom-34 {
    display: none;
  }

  .section-dlaczeg-warto-wziac {
    padding: 4em .75em;
  }

  .cs-dlaczego-warto {
    width: 100%;
  }

  .section-lp-dla-kogo {
    padding-top: .75em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .dw-lp-item {
    text-align: center;
    width: 32.33%;
  }

  .section-agenda {
    padding: 4em .75em;
  }

  .agenda-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .agenda-right {
    width: 100%;
  }

  .agenda-osoba-img {
    flex: none;
  }

  .section-co-otrzymasz {
    padding: .75em;
  }

  .co-otrzymasz-flex {
    grid-row-gap: 1.1em;
    flex-flow: wrap;
  }

  .co-otrzymasz-item {
    width: 100%;
  }

  .kontakt-lp-img {
    width: 49%;
  }

  .kontakt-col-lp-content {
    width: 100%;
  }

  .kontakt-col-lp-content.with-padding {
    width: 49%;
  }

  .navbar-lp {
    padding-top: .75em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .navbar-inner-flex-lp {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
  }

  .nav-lp-right {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    grid-template: ". Area"
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .counter-item {
    width: 3.6em;
    padding-left: .7em;
    padding-right: .7em;
  }

  .counter-time {
    font-size: 1.6em;
  }

  .counter-text {
    font-size: .8em;
  }

  .drop-lang {
    margin-left: 0;
    margin-right: 0;
  }

  .is-produkt-lp-content {
    grid-row-gap: 3.5em;
    flex-flow: wrap;
  }

  .produkt-lp-gallery {
    width: 100%;
    padding-right: 0;
  }

  .lp-produkt-desc {
    width: 100%;
  }

  .preorder-flex {
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .preorder-col {
    width: 100%;
  }

  .kategoria-sklep-item {
    width: 49%;
  }

  .section-nie-wiesz-co {
    padding: 4em .75em;
  }

  .nie-wiesz-co-flex {
    grid-row-gap: .94em;
    flex-flow: wrap;
  }

  .nwc-box {
    width: 100%;
  }

  .section-produkty {
    padding-left: .75em;
    padding-right: .75em;
  }

  .product-cart-item {
    width: 49%;
  }

  .section-shop-info {
    padding-top: 3em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .shop-info-item {
    width: 100%;
  }

  .section-voucher {
    padding: 4em .75em;
  }

  .voucher-box {
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .section-jak-zrealizowac {
    padding: 4em .75em;
  }

  .jak-zrealizowac-flex {
    flex-flow: wrap;
  }

  .jak-left {
    width: 100%;
    margin-right: 0;
    padding-top: 2.81em;
    padding-bottom: 2em;
  }

  .jak-right {
    width: 100%;
  }

  .ws-item-wrapper {
    text-align: left;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-60 {
    max-width: 15.63em;
  }

  .section-wyszukiwarka-mobile {
    padding-left: .75em;
    padding-right: .75em;
    display: block;
  }

  .dlk-flx-item {
    text-align: left;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
  }

  .section-mobile-lp-nav {
    padding-left: .75em;
    padding-right: .75em;
    display: flex;
  }

  .webinar-full-counter {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    order: 0;
  }

  .brand {
    flex: none;
  }

  .image-61 {
    display: none;
  }

  .lp-mob-items {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .navbar-inner-flex-mp {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .nav-top-buttns {
    display: none;
  }

  .nav-top-buttns.is-mobile-buttons {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-produkt-topinfo {
    padding-left: .75em;
    padding-right: .75em;
  }

  .produkt-info-flx {
    grid-row-gap: 2.75em;
    flex-flow: wrap;
  }

  .produkt-info-left {
    width: 100%;
  }

  .produkt-info-right {
    order: -9999;
    width: 100%;
  }

  .produkt-p-gallery {
    width: 100%;
    padding-right: 0;
  }

  .dlaczego-p-flex {
    grid-row-gap: 0em;
    flex-flow: wrap;
  }

  .dlaczego-pf-item {
    width: 49%;
    margin-top: .5%;
    margin-bottom: .5%;
  }

  .umiejetnosci-flex {
    grid-row-gap: 2.5em;
  }

  .wspiera-item {
    width: 100%;
  }

  .section-co-w-zestawie {
    padding: 4em .75em;
  }

  .c-w-flex {
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .cw-col, .cw-col-gallery {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-flex {
    padding-bottom: .75em;
  }

  .hero-flex.no-padding {
    padding-bottom: 0;
  }

  .hero-col.is-flx {
    padding-bottom: 2em;
  }

  .hero-col.flex-right {
    width: 100%;
  }

  .is-simple-button.is-orange.is-first {
    order: 0;
  }

  .is-simple-button.is-orange.is-first.mob-hidden {
    display: none;
  }

  .hero-col-video {
    width: 100%;
  }

  .hero-right-content.less {
    position: static;
  }

  .is-button-shop {
    display: none;
  }

  .cta-img-content.btm-align {
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
  }

  .cta-img-title {
    font-size: 2.5em;
  }

  .zf-podpis-text {
    max-width: 8em;
  }

  .image-10 {
    max-width: 21em;
  }

  .panel-item-right-content.is-flex {
    flex-flow: wrap;
  }

  .soon-text.smaller.whie-on-mobile {
    color: #fff;
  }

  .ws-title.left-align-mobile {
    text-align: left;
  }

  .cennik-big-item {
    flex-flow: wrap;
  }

  .cennik-item-img {
    width: 100%;
    height: 30em;
  }

  .cennik-inner {
    width: 100%;
    max-width: 100%;
    padding: 3em 1.88em 2em;
  }

  .is-blog-item, .bl-btm-content.no-top {
    width: 100%;
  }

  .bl-text.max-width {
    max-width: 100%;
  }

  .cta-bottom-buttons {
    flex-flow: wrap;
  }

  .section-kontakt.is-lp {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .cs-field {
    padding-left: .75em;
  }

  .cs-form-flex-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cs-form-flex-item.is50, .cs-form-flex-item.is50.is-firma {
    width: 100%;
  }

  .zgody-flex {
    grid-column-gap: .63em;
    grid-row-gap: .63em;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .form-row-items {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .footer-right-flex {
    grid-row-gap: 4em;
    flex-flow: wrap;
  }

  .footer-col {
    width: 48%;
  }

  .fb-top {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    flex-flow: wrap;
  }

  .dlaczego-box-items {
    padding-right: 2em;
  }

  .jak-flex-items {
    grid-column-gap: .94em;
    grid-row-gap: .94em;
  }

  .jak-flex-items-col {
    flex: 0 auto;
    width: 100%;
  }

  .co-znajdziesz-item {
    padding-left: 1.25em;
    padding-right: 0;
  }

  .ws-text-wrapper {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ws-text-wrapper.bigger.left-mob, .ws-text-wrapper.left-align {
    justify-content: flex-start;
    align-items: center;
  }

  .dla-kogo-items {
    grid-row-gap: .94em;
  }

  .dla-kogo-item {
    width: 100%;
  }

  .co-laczy-items {
    flex-flow: wrap;
  }

  .co-laczy-item, .co-laczy-item.is-bigger {
    width: 100%;
  }

  .soon-info.white-on-mobile {
    color: #fff;
  }

  .icon-embed-custom-16 {
    width: 2rem;
    height: 2rem;
  }

  .icon-embed-custom-16.white-on-mobile {
    color: #fff;
  }

  .cw-slide.is-bszar {
    width: 100%;
  }

  .cw-slide.is-bszar.top-space {
    margin-top: 0;
  }

  .ns-left {
    padding-right: 0;
  }

  .ns-title-wrapper {
    width: 100%;
  }

  .nas-img-inner {
    width: 9em;
    height: 9em;
  }

  .image-27 {
    width: 5em;
    height: 5em;
  }

  .ns-flex-form, .wyroznione-item {
    flex-flow: wrap;
  }

  ._w-item-img {
    width: 100%;
    max-height: 17em;
  }

  ._w-item-content {
    width: 100%;
  }

  .s-content-tags, .popup-form.is-flex {
    flex-flow: wrap;
  }

  .rekrutacja-tagi {
    max-width: 100%;
  }

  .icon-embed-custom-21 {
    flex: none;
  }

  .funkcje-wrapper.isbigger {
    max-width: 100%;
    overflow: auto;
  }

  .funkcje-table-head, .funkce-row, .funkcje-bottom-info {
    min-width: 43.75em;
  }

  .popup-dziekujemy-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .icon-embed-custom-28 {
    width: 3rem;
    height: 3rem;
  }

  .jp-title {
    font-size: 2em;
  }

  .jp-text-text {
    font-size: 1.3em;
  }

  .zespol-item {
    width: 100%;
  }

  .zespol-item-img {
    min-height: 21em;
  }

  .form-firma-flex {
    flex-flow: wrap;
  }

  .dw-lp-item {
    width: 49%;
  }

  .agenda-left {
    width: 100%;
  }

  .agenda-title-wrapper {
    flex: 1;
  }

  .kontakt-lp-img {
    width: 100%;
  }

  .kontakt-col-lp-content.with-padding {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-inner-flex-lp {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .navbar-inner-flex-lp.is-pre {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-lp-right {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .jak-right-item {
    width: 100%;
  }

  .lp-mob-items {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-62 {
    display: none;
  }

  .navbar-inner-flex-mp {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-inner-flex-mp.is-pre {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .dlaczego-pf-item {
    width: 100%;
  }

  .popup-form-img {
    width: 100%;
    display: none;
  }

  .popup-form-form {
    width: 100%;
    padding-left: 0;
  }
}


@font-face {
  font-family: 'Chunk';
  src: url('../fonts/Chunk.woff2') format('woff2'), url('../fonts/Chunk.woff') format('woff'), url('../fonts/Chunk.ttf') format('truetype'), url('../fonts/Chunk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}