@font-face{font-family:"Lato";src:url(//www.owlix.com/wp-content/themes/owlix/assets/css/../fonts/lato/lato-v25-latin-ext-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Lato";src:url(//www.owlix.com/wp-content/themes/owlix/assets/css/../fonts/lato/lato-v25-latin-ext-italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"Lato";src:url(//www.owlix.com/wp-content/themes/owlix/assets/css/../fonts/lato/lato-v25-latin-ext-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}.site-header{position:relative}.site-header__topbar{padding:12px 0}.site-header__topbar--blue{background:#48ddd4}.site-header__topbar--navy{background:#14182a}.site-header__topbar-text{text-align:center;font-size:.625rem;line-height:10px;font-weight:700;text-transform:uppercase;color:#14182a}.site-header__topbar--navy .site-header__topbar-text{color:#fff}.site-header__topbar-text span{text-decoration:underline}.site-header__main{margin-top:16px;position:fixed;z-index:100;left:0;right:0;top:40px;transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1),top .3s cubic-bezier(.4,0,.2,1);padding:0 24px}@media (min-width:768px){.site-header__main{padding:0 32px}}@media (min-width:1024px){.site-header__main{padding:0 64px}}.site-header__main.is-scrolled{top:0}.home .site-header__main{transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .6s ease,top .3s cubic-bezier(.4,0,.2,1);transform:translateY(-120%);opacity:0}.home .site-header__main.is-loaded{transform:translateY(0);opacity:1}.site-header__main.is-hidden{transform:translateY(-200%)}.site-header__main .container{padding-inline:0}@media (min-width:1024px){.site-header__main .container{padding-inline:24px}}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#14182a;border-radius:16px;padding:12px 16px 12px 32px;position:relative;transition:border-radius .2s ease}.site-header__inner:has(.menu-item-has-children:hover),.site-header__inner:has(.menu-item-has-children:focus-within){border-bottom-left-radius:0;border-bottom-right-radius:0}.site-header__logo{display:inline-flex;align-items:center;max-width:92px;width:100%}.site-header__nav{display:none;flex:1}@media (min-width:1024px){.site-header__nav{display:block}}.site-header__menu{list-style:none;display:flex;align-items:center;justify-content:center;gap:4px;width:100%}.site-header__menu li{padding:8px;transition:color .2s ease}@media (min-width:1100px){.site-header__menu li{padding:8px 12px}}.site-header__menu li a{position:relative}.site-header__menu li a:before{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;background:#e7fe52;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.site-header__menu li a:hover:before{transform:scaleX(1)}.site-header__menu a{color:#fff;font-size:.875rem;font-weight:700;line-height:16px;letter-spacing:-.25px;display:inline-flex;align-items:center;gap:4px}.site-header__menu .menu-item-has-children>a:after{content:"";width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;transition:transform .2s ease}.site-header__menu .menu-item-has-children:hover>a:after,.site-header__menu .menu-item-has-children:focus-within>a:after{transform:rotate(180deg)}.site-header__actions{display:flex;align-items:center;gap:16px}.site-header__login{color:#f2f2f7;font-size:.875rem;display:none}@media (min-width:1024px){.site-header__login{display:inline-flex}}.site-header__actions .btn{display:none;padding:8px 16px !important}@media (min-width:1024px){.site-header__actions .btn{display:inline-flex}}.site-header__burger{background:0 0;border:none;width:40px;height:40px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer}@media (min-width:1024px){.site-header__burger{display:none}}.site-header__burger span{width:22px;height:2px;background:#fff;border-radius:2px}.site-header__dropdown{position:absolute;left:0;width:100%;top:50px;opacity:0;visibility:hidden;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease,visibility 0s .3s;pointer-events:none;padding-top:15px}.site-header__menu>.menu-item-has-children:hover>.site-header__dropdown,.site-header__menu>.menu-item-has-children:focus-within>.site-header__dropdown{opacity:1;visibility:visible;max-height:500px;transition:opacity .3s ease,max-height .3s ease,visibility 0s 0s;pointer-events:auto}.site-header__dropdown-inner{background:#14182a;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding:32px;display:grid;grid-template-columns:minmax(160px, 200px) minmax(0, 1fr) minmax(160px, 200px);gap:32px;box-shadow:0 20px 40px rgba(0,0,0,.2)}.site-header__dropdown-inner:before{content:"";display:block;position:absolute;width:calc(100% - 2 * 24px);height:.5px;background-color:rgba(129,129,129,.6);top:23px;left:0;margin-inline:auto;right:0}.site-header__dropdown-help{display:flex;flex-direction:column}.site-header__help-label{text-transform:uppercase;padding:8px 12px;border:1px solid #e7fe52;border-radius:24px;font-size:.625rem;line-height:12px;letter-spacing:1px;color:#fff;width:fit-content;margin-bottom:24px}.site-header__help-cta{display:inline-flex !important;align-items:flex-start !important;gap:16px !important;color:#e7fe52;font-size:.875rem}.site-header__help-cta:before{display:none !important}.site-header__help-cta img{width:20px;height:20px}.site-header__help-text{display:flex;flex-direction:column;gap:8px}.site-header__help-title{font-size:1rem;line-height:16px;letter-spacing:-.25px;text-decoration:underline;color:#fff}.site-header__help-email{color:#e7fe52;font-size:.75rem;line-height:16px;letter-spacing:0;text-decoration:underline}.site-header__submenu{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));row-gap:12px;column-gap:8px;max-width:590px;margin:0 auto}.site-header__submenu a{color:#fff;font-size:1rem;line-height:16px;letter-spacing:-.25px}.site-header__submenu li{padding:0;display:flex;align-items:center}.site-header__submenu li:before{content:"";display:inline-block;width:18px;height:18px;margin:0 8px 0 0;background-repeat:no-repeat;background-position:center}.site-header__dropdown-apps{display:flex;flex-direction:column;gap:16px;align-items:flex-start;width:fit-content}.site-header__app-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:16px !important;width:100% !important;padding:8px 16px !important;border-radius:999px !important;border:.5px solid #fff !important;color:#fff !important}.site-header__app-btn:before{display:none !important}.site-header__app-btn span{font-size:.75rem;font-weight:400}.site-header__app-btn img{width:16px;height:16px}.site-header__mobile{position:fixed;inset:0;background:rgba(20,24,42,0);visibility:hidden;transition:background-color .3s ease,visibility 0s .3s;z-index:200;-webkit-overflow-scrolling:touch}@media (min-width:1024px){.site-header__mobile{display:none}}.site-header__mobile-panel{background:#14182a;width:100%;max-width:none;height:100%;padding:24px;display:flex;flex-direction:column;gap:32px;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);margin-left:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (min-width:502px){.site-header__mobile-panel{max-width:400px}}.site-header__mobile.is-open{background:rgba(20,24,42,.6);visibility:visible;transition:background-color .3s ease,visibility 0s 0s}.site-header__mobile.is-open .site-header__mobile-panel{transform:translateX(0)}.site-header__mobile-top{display:flex;align-items:center;justify-content:space-between}.site-header__close{background:0 0;border:none;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.site-header__close span{position:absolute;width:20px;height:2px;background:#fff;border-radius:2px}.site-header__close span:first-child{transform:rotate(45deg)}.site-header__close span:last-child{transform:rotate(-45deg)}.site-header__mobile-menu{list-style:none;display:flex;flex-direction:column;gap:16px}.site-header__mobile-menu>li{position:relative}.site-header__mobile-menu>.menu-item-has-children>a{display:flex;align-items:center;justify-content:space-between;width:100%}.site-header__mobile-menu a{color:#fff;font-size:1rem;font-weight:700;display:block}.site-header__mobile-submenu-toggle{background:0 0;border:none;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;margin-left:auto;flex-shrink:0;transition:transform .3s ease}.site-header__mobile-submenu-toggle:after{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.site-header__mobile-submenu-toggle.is-open{transform:rotate(180deg)}.site-header__mobile-menu .sub-menu{list-style:none;padding-left:16px;display:flex;flex-direction:column;gap:8px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding-top .3s ease}.site-header__mobile-menu .sub-menu.is-open{max-height:1000px;padding-top:8px}.site-header__mobile-menu .sub-menu a{font-weight:400;font-size:.875rem}.site-header__mobile-apps{margin-top:auto;display:flex;flex-direction:column;gap:16px}.site-header{gap:16px}.current-menu-item a{color:#e7fe52 !important}#menu-item-46:before{background-image:url(//www.owlix.com/wp-content/themes/owlix/assets/css/../icons/menu/faktury.svg)}#menu-item-45:before{background-image:url(//www.owlix.com/wp-content/themes/owlix/assets/css/../icons/menu/baza-klientow.svg)}#menu-item-49:before{background-image:url(//www.owlix.com/wp-content/themes/owlix/assets/css/../icons/menu/podwykonawcy.svg)}#menu-item-48:before{background-image:url(//www.owlix.com/wp-content/themes/owlix/assets/css/../icons/menu/koszty.svg)}#menu-item-50:before{background-image:url(//www.owlix.com/wp-content/themes/owlix/assets/css/../icons/menu/raporty.svg)}#menu-item-52:before{background-image:url(//www.owlix.com/wp-content/themes/owlix/assets/css/../icons/menu/zarzadzanie.svg)}#menu-item-47:before{background-image:url(//www.owlix.com/wp-content/themes/owlix/assets/css/../icons/menu/kilometrowka.svg)}#menu-item-51:before{background-image:url(//www.owlix.com/wp-content/themes/owlix/assets/css/../icons/menu/statystyki.svg)}.site-footer{background:linear-gradient(180deg,#48ddd4 0%,#14182a 65%);padding:64px 0 32px}.site-footer__hero--inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding-bottom:64px}@media (min-width:768px){.site-footer__hero--inner{gap:24px}}.site-footer__hero--inner .label{color:#fff;border-color:#fff}.site-footer__owl{max-width:205px;width:100%;height:auto}.site-footer__title{color:#fff;font-size:2.75rem;line-height:42px;letter-spacing:-.7px}@media (min-width:1024px){.site-footer__title{font-size:5.125rem;line-height:52px;letter-spacing:-1px}}.site-footer__subtitle{color:#fff;font-size:1.75rem;line-height:32px;letter-spacing:-.7px;margin-top:-12px}@media (min-width:1024px){.site-footer__subtitle{font-size:3rem;margin-top:-12px;line-height:48px;letter-spacing:-1px}}.site-footer__card--inner{background:#fff;border-radius:16px;padding:32px}.site-footer__card-top{display:flex;flex-direction:column-reverse;gap:24px;padding-bottom:32px;border-bottom:1px solid rgba(24,30,37,.1607843137)}@media (min-width:768px){.site-footer__card-top{flex-direction:row;align-items:flex-start;justify-content:space-between}}.site-footer__card-copy{max-width:370px}.site-footer__card-title{padding-bottom:16px}.site-footer__card-text{color:#14182a !important;text-transform:none;font-weight:700}.site-footer__sygnet{width:48px;height:48px}@media (min-width:768px){.site-footer__sygnet{width:56px;height:56px}}.site-footer__card-columns{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:16px;row-gap:32px;padding-top:32px;justify-content:space-between}@media (min-width:502px){.site-footer__card-columns{flex-direction:row;gap:32px;flex-wrap:wrap;gap:32px 16px}}@media (min-width:1024px){.site-footer__card-columns{justify-content:flex-start}}.site-footer__card-columns>:first-child{width:100%}@media (min-width:1024px){.site-footer__card-columns>:first-child{max-width:410px;margin-right:auto}}.site-footer__newsletter{display:flex;flex-direction:column;gap:16px}.site-footer__column-title{color:#181e25;font-size:.75rem;line-height:16px;letter-spacing:1px;text-transform:uppercase;font-weight:700;margin-bottom:24px}.site-footer__column-text{color:rgba(24,30,37,.6392156863);font-size:.875rem;line-height:16px}.site-footer__apps{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;margin-top:16px}.site-footer__app-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;border:1px solid rgba(20,24,42,.2);color:#14182a;font-size:.875rem;line-height:16px;font-weight:700;width:fit-content}.site-footer__app-btn img{width:22px;height:22px;filter:brightness(0)}.site-footer__menu{display:flex;flex-direction:column}@media (min-width:1024px){.site-footer__menu{min-width:80px}}@media (min-width:1140px){.site-footer__menu{min-width:130px}}@media (min-width:1300px){.site-footer__menu{min-width:210px}}.site-footer__menu-list{list-style:none;display:flex;flex-direction:column;gap:8px}.site-footer__menu-list a{color:#181e25;font-size:1rem;letter-spacing:-.25px;line-height:16px}.site-footer__bottom{margin-top:32px;padding-top:24px;border-top:1px solid rgba(20,24,42,.1);display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}@media (min-width:768px){.site-footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.site-footer__socials{display:flex;gap:16px}.site-footer__social{display:inline-flex;align-items:center;justify-content:center}.site-footer__social img{width:24px;height:24px}.site-footer__copyright{color:rgba(24,30,37,.6392156863);font-size:.75rem}.korzysc-hero{position:relative;background:linear-gradient(0deg,#e7fe52 0%,#f1f1f1 100%);padding:140px 0 24px;overflow:hidden}@media (min-width:1024px){.korzysc-hero{padding:160px 0 32px}}.korzysc-hero .container{position:relative;z-index:2}.korzysc-hero__circles{width:100%;height:100%;position:absolute;overflow:hidden;top:0;display:none;justify-content:center;align-items:center;z-index:1}@media (min-width:768px){.korzysc-hero__circles{display:flex}}.korzysc-hero__circles svg{position:absolute;right:0;left:0;margin:0 auto;pointer-events:none}.korzysc-hero__content{display:flex;flex-direction:column;align-items:center;text-align:center}.korzysc-hero__label{display:inline-flex;align-items:center;gap:12px;background-color:#14182a;color:#fff;padding:6px 32px;border-radius:32px;font-size:1rem;font-weight:700;line-height:20px;margin-bottom:24px}.korzysc-hero__icon{object-fit:contain;width:24px;height:24px}.korzysc-hero__label-text{white-space:nowrap}.korzysc-hero__title{font-size:1.75rem;line-height:38px;font-weight:400;margin-bottom:32px}@media (min-width:768px){.korzysc-hero__title{font-size:2.5rem;line-height:48px}}.korzysc-hero__title span{font-weight:700}.korzysc-hero__text{max-width:820px}.korzysc-hero__text p{color:#181e25}.korzysc-hero__btn{margin-top:32px;font-size:1rem !important}.korzysc-hero__image{width:100%;max-width:1000px;margin-top:24px}@media (min-width:1024px){.korzysc-hero__image{margin-top:32px}}.korzysc-hero__img{width:100%;height:auto;display:block}.korzysci-sekcja{background:#fff;padding:80px 0}@media (min-width:1024px){.korzysci-sekcja{padding:120px 0}}.korzysci-sekcja__intro{display:flex;flex-direction:column;gap:16px;margin-bottom:64px}.korzysci-sekcja__label{width:fit-content}.korzysci-sekcja__title{max-width:510px}.korzysci-sekcja__rows{display:flex;flex-direction:column;gap:16px}@media (min-width:768px){.korzysci-sekcja__rows{gap:16px}}.korzysci-sekcja__row{display:flex;flex-direction:column;gap:24px}@media (min-width:768px){.korzysci-sekcja__row{flex-direction:row;align-items:stretch;gap:8px}}@media (min-width:768px){.korzysci-sekcja__row--reverse{flex-direction:row-reverse}}.korzysci-sekcja__image-wrap{flex:0 0 100%;border-radius:8px;overflow:hidden}@media (min-width:768px){.korzysci-sekcja__image-wrap{flex:0 0 60%}}.korzysci-sekcja__image{width:100%;height:100%;object-fit:cover;display:block}.korzysci-sekcja__content-wrap{flex:1;background:linear-gradient(90deg,#14182a 0%,#48ddd4 70%,#48ddd4 100%);border-radius:8px;padding:24px;display:flex;align-items:center;justify-content:center}.korzysci-sekcja__content{background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:24px;height:100%}@media (min-width:768px){.korzysci-sekcja__content{max-width:315px}}.korzysci-sekcja__content-title{font-size:1.25rem;line-height:28px;font-weight:700}.korzysci-sekcja__content-text{font-size:1.25rem;line-height:20px;color:#181e25}.korzysci-sekcja__content-text p{margin:0 0 12px;color:#181e25}.korzysci-sekcja__content-text p:last-child{margin-bottom:0}.korzysci-sekcja__content-text ul,.korzysci-sekcja__content-text ol{margin:0 0 12px;padding-left:24px}.korzysci-sekcja__content-text ul:last-child,.korzysci-sekcja__content-text ol:last-child{margin-bottom:0}.korzysci-sekcja__content-text li{margin-bottom:8px}.korzysci-sekcja__content-text li:last-child{margin-bottom:0}.video-sekcja{background:linear-gradient(0deg,#e7fe52 0%,#f8f7f5 50%);padding:80px 0 120px}@media (min-width:1024px){.video-sekcja{padding:120px 0 190px}}.video-sekcja__intro{display:flex;flex-direction:column;gap:16px;margin-bottom:64px}@media (min-width:1024px){.video-sekcja__intro{margin-bottom:80px}}.video-sekcja__label{width:fit-content}.video-sekcja__title{max-width:600px}.video-sekcja__title span{font-size:1.25rem}@media (min-width:1024px){.video-sekcja__title{line-height:44px}.video-sekcja__title span{font-size:2rem}}.video-sekcja__video-wrap{width:100%;max-width:1200px;margin:0 auto}.video-sekcja__video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:16px;background:#14182a}.video-sekcja__iframe{position:absolute;top:0;left:0;width:100%;height:100%}.faq{padding:80px 0;background:#f7f5f2}@media (min-width:768px){.faq{padding:180px 0}}.faq__grid{display:grid;gap:32px}@media (min-width:768px){.faq__grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:64px}}.faq__intro{display:flex;flex-direction:column;gap:16px}.faq__label{width:fit-content}.faq__list{display:flex;flex-direction:column;gap:8px}.faq__item{background:#fff;border-radius:8px;overflow:hidden}.faq__question{width:100%;border:none;background:0 0;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:400;font-size:1.25rem;color:#14182a;cursor:pointer;text-align:left}.faq__icon{width:20px;height:20px;position:relative;flex:0 0 auto}.faq__icon:before,.faq__icon:after{content:"";position:absolute;background:#14182a;border-radius:2px;transition:transform .2s ease}.faq__icon:before{width:12px;height:2px;top:9px;left:4px}.faq__icon:after{width:2px;height:12px;top:4px;left:9px}.faq__question[aria-expanded=true]{font-weight:700}.faq__question[aria-expanded=true] .faq__icon:after{transform:scaleY(0)}.faq__answer{padding-inline:24px;font-size:1rem;line-height:28px;color:#181e25;max-height:0;overflow:hidden;opacity:0;transition:all .35s ease;margin-bottom:0}.faq__answer p{font-size:1rem;color:#181e25}.faq__answer ul,.faq__answer ol{margin-top:8px;list-style-position:inside;padding-left:12px}.faq__answer.is-open{opacity:1;margin-bottom:24px}.blog-card{position:relative;border-radius:8px;overflow:hidden;background:#fff;aspect-ratio:unset;min-height:320px;display:flex;flex-direction:column}@media (min-width:768px){.blog-card{aspect-ratio:635/440}}.blog-card__media{position:absolute;inset:0;width:100%;height:100%}.blog-card__media img{width:100%;height:100%;object-fit:cover;object-position:center}.blog-card__content{position:relative;background:#fff;margin:auto 16px 16px;padding:24px;border-radius:8px;display:flex;flex-direction:column}.blog-card__title{font-size:1rem;line-height:24px;color:#181e25;margin-bottom:12px}@media (min-width:1024px){.blog-card__title{font-size:1.25rem}}.blog-card__title a{color:inherit}.blog-card__excerpt{font-size:.75rem;line-height:16px;color:#181e25}.blog-card__link{font-weight:700;font-size:.875rem;text-decoration:underline;margin-top:auto;padding-top:20px;color:#181e25}.kontakt-page{background-color:#f8f7f5;padding:140px 0 60px}@media (min-width:768px){.kontakt-page{padding:180px 0 90px}}.kontakt-page__grid{display:grid;gap:64px}@media (min-width:768px){.kontakt-page__grid{grid-template-columns:1fr 1fr;align-items:center;gap:32px}}@media (min-width:1300px){.kontakt-page__grid{gap:100px}}@media (min-width:1024px){.kontakt-page__grid{gap:150px}}.kontakt-page__left{display:flex;flex-direction:column;gap:16px}.kontakt-page__label{width:fit-content}.kontakt-page__title{margin-bottom:8px}.kontakt-page__text{font-size:1rem;line-height:24px;color:#181e25;max-width:460px}.kontakt-page__form{margin-top:24px}.kontakt-page__right{display:flex;flex-direction:column;gap:24px}.kontakt-page__cards{display:grid;grid-template-columns:repeat(1fr);gap:8px}@media (min-width:502px){.kontakt-page__cards{grid-template-columns:repeat(2,1fr)}}.kontakt-page__card{background:#fff;border-radius:8px;padding:24px;display:flex;flex-direction:column;min-height:170px}.kontakt-page__card--owl{align-items:center;align-items:flex-start;padding:12px}@media (min-width:502px){.kontakt-page__card--owl{align-items:center}}.kontakt-page__card--owl img{max-width:200px}.kontakt-page__card-icon{width:64px;height:64px;border-radius:8px;background:#14182a;display:flex;align-items:center;justify-content:center;margin-bottom:48px}.kontakt-page__card-title{font-size:1rem;font-weight:700;line-height:24px;color:#181e25;margin-bottom:2px}.kontakt-page__card-title--email{margin-top:auto}.kontakt-page__card-link{font-size:.875rem;color:rgba(24,30,37,.6392156863);text-decoration:none}.kontakt-page__card-text,.kontakt-page__card-text p{font-size:1rem;line-height:24px;color:rgba(24,30,37,.6392156863)}.kontakt-page__card-text a,.kontakt-page__card-text p a{color:rgba(24,30,37,.6392156863)}.kontakt-page__socials{display:flex;gap:12px;background-color:#f8f7f5;border-radius:8px;margin-bottom:48px;width:fit-content;padding:12px 16px}.kontakt-page__social{display:inline-flex;align-items:center;justify-content:center}.kontakt-page__social img{width:24px;height:24px}.document-page{padding:80px 0;max-width:1100px !important}.document-page ul,.document-page ol{list-style-position:inside;padding-left:16px}.document-page li{padding:5px 0;color:#181e25}.document-page h2{margin:64px 0}.document-page h3{margin:32px 0 12px}.document-page h4{margin:32px 0 12px}.document-page p{padding:12px 0;color:#181e25}.document-page strong{color:#181e25}.document-page table{min-width:700px}.page-404{min-height:calc(100vh - 34px);background:radial-gradient(circle at top,#fff 0%,#d6fd70 75%,#e7fe52 100%);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.page-404__circles{position:absolute;left:0;right:0;margin:0 auto;width:100%;height:100%;display:flex;align-items:center}.page-404__circles svg{position:absolute;left:0;right:0;margin:0 auto}.page-404__circles svg:nth-child(1){width:90%}.page-404__circles svg:nth-child(2){width:65%}.page-404__circles svg:nth-child(3){width:40%}.page-404__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:64px 0}.page-404__image{max-width:352px;width:100%;height:auto}.page-404__title{font-size:2.5rem;line-height:40px;letter-spacing:-.5px}@media (min-width:768px){.page-404__title{font-size:5.125rem;line-height:81px;letter-spacing:-1px}}.page-404 .btn{border:1px solid rgba(24,30,37,.1607843137) !important;margin-top:8px;backdrop-filter:blur(16px);background-color:transparent !important}.error404 footer{display:none !important}.error404 .site-header__topbar{background-color:#48ddd4 !important}.error404 .site-header__topbar p{color:#181e25 !important}.cennik__section{background:radial-gradient(circle at top,#fff 0%,#d6fd70 75%,#e7fe52 100%);padding:140px 0 60px}@media (min-width:768px){.cennik__section{padding:160px 0 80px}}.cennik__section .container{display:flex;flex-direction:column}.cennik__intro{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.cennik__label{width:fit-content}.cennik__title{max-width:700px;font-size:1.5rem;line-height:32px;letter-spacing:0}@media (min-width:768px){.cennik__title{line-height:52px}}.cennik__title strong{font-weight:700}.cennik__text{max-width:640px;color:#181e25;font-size:.875rem;line-height:19px;font-weight:700}.cennik__switch{display:inline-flex;align-items:center;gap:8px;padding:4px;background:#fff;border-radius:24px;margin:24px auto 32px;justify-content:center}.cennik__switch-btn{border:none;background:0 0;font-family:"Lato",sans-serif;padding:8px 16px;line-height:24px;border-radius:24px;font-size:1rem;font-weight:400;color:#181e25;cursor:pointer;transition:background .2s ease,color .2s ease}.cennik__switch-btn.is-active{background:#e7fe52;color:#181e25;font-weight:700}.cennik__switch-discount{display:inline-block;font-size:.75rem;font-weight:700;color:#22c55e;margin-left:4px;vertical-align:middle}.cennik__plans{display:grid;grid-template-columns:1fr;gap:16px;margin-top:32px}@media (min-width:768px){.cennik__plans{grid-template-columns:repeat(2,1fr);gap:8px}}@media (min-width:1024px){.cennik__plans{grid-template-columns:repeat(4,1fr)}}.cennik__plan{background:#fff;border-radius:8px;padding:24px;display:flex;flex-direction:column;min-height:420px;position:relative}.cennik__plan:nth-child(3){-webkit-box-shadow:inset 0px 0px 0px 2px #14182a;box-shadow:inset 0px 0px 0px 2px #14182a}.cennik__plan:nth-child(3):before{content:"Polecany plan";position:absolute;top:-27px;right:0;left:0;width:fit-content;font-size:.87rem;line-height:20px;font-weight:700;background:#14182a;color:#fff;margin:0 auto;border-top-left-radius:24px;border-top-right-radius:24px;padding:4px 16px}.cennik__plan--featured{background:#14182a;color:#fff}.cennik__plan--featured .cennik__plan-text,.cennik__plan--featured .cennik__feature,.cennik__plan--featured .cennik__price,.cennik__plan--featured .cennik__plan-title{color:#fff}.cennik__plan--featured .cennik__plan-text{border-color:rgba(255,255,255,.3215686275)}.cennik__plan--featured .cennik__feature-check{background-color:rgba(255,255,255,.3215686275)}.cennik__plan--featured .cennik__feature-check svg path{stroke:#d6fd70}.cennik__plan--featured .cennik__plan-btn{background:#48ddd4;color:#14182a}.cennik__plan--featured .cennik__features{border-color:rgba(255,255,255,.3215686275)}.cennik__plan--featured .cennik__price-note{color:#fff}.cennik__plan-title{margin-bottom:12px}.cennik__plan-title small{font-size:.938rem}.cennik__plan-text{font-size:.75rem;color:#181e25;min-height:53px;line-height:16px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgba(24,30,37,.1607843137)}.cennik__price-wrap{display:flex;align-items:baseline;gap:2px}.cennik__price-period{font-size:.875rem;font-weight:400;color:#181e25}.cennik__plan--featured .cennik__price-period{color:#fff}.cennik__price{font-size:1.5rem;font-weight:700;color:#181e25;letter-spacing:-1.75px;transition:opacity .2s ease,transform .2s ease}@media (min-width:768px){.cennik__price{font-size:2.25rem;letter-spacing:-2px}}.cennik__price small{font-size:1.5rem}.cennik__price.is-updating{opacity:0;transform:translateY(6px)}.cennik__price-note{font-size:.75rem;color:#181e25;font-weight:400;max-height:0;opacity:0;margin-top:0;overflow:hidden;transition:max-height .25s ease,opacity .25s ease,margin-top .25s ease}.cennik__price-note.is-visible{height:48px;max-height:48px;opacity:1;margin-top:-4px}.cennik__plan-btn{width:100%;margin-top:20px;text-align:center}.cennik__features{list-style:none;display:flex;flex-direction:column;gap:8px;list-style-type:none;margin-top:20px;padding-bottom:8px;height:100%;border-bottom:1px solid rgba(24,30,37,.1607843137)}.cennik__feature{display:flex;font-size:1rem;color:#181e25;display:flex;align-items:center;gap:16px}.cennik__feature-check{display:flex;align-items:center;justify-content:center;border-radius:50%;width:24px;height:24px;background-color:#f8f7f5;flex-shrink:0}.cennik__features-toggle{display:inline-flex;align-items:center;gap:4px;background:0 0;border:none;font-family:"Lato",sans-serif;font-size:.8125rem;font-weight:600;color:#181e25;cursor:pointer;padding:4px 0;margin-top:8px;text-decoration:underline;text-underline-offset:2px}.cennik__plan--featured .cennik__features-toggle{color:#fff}.cennik__features-toggle:hover{opacity:.7}.cennik__comparison{background-color:#272d41;padding:80px 0}@media (min-width:768px){.cennik__comparison{padding:120px 0}}@media (min-width:1024px){.cennik__comparison-inner{overflow-x:visible}}.cennik__comparison-title{text-align:center;color:#fff;line-height:32px;letter-spacing:0;font-size:1.5rem;margin-bottom:64px}@media (min-width:768px){.cennik__comparison-title{font-size:2rem;line-height:44px}}.cennik__comparison-table{border-radius:8px;border:1px solid #434a61;overflow:clip}@media (min-width:768px){.cennik__comparison-table{min-width:unset}}.cennik__comparison-head{display:grid;grid-template-columns:1fr repeat(4,40px);background-color:#1e2336;position:sticky;top:0;z-index:2}@media (min-width:768px){.cennik__comparison-head{grid-template-columns:1.8fr repeat(4,1fr)}}.cennik__comparison-head-cell{padding:12px 0;font-size:.6rem;font-weight:700;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.3px;text-align:center;border-left:1px solid #434a61;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);display:flex;align-items:center;justify-content:flex-start;width:40px;overflow:hidden}.cennik__comparison-head-cell:first-child{border-left:none;writing-mode:horizontal-tb;transform:none;text-align:left;padding-left:16px;color:#fff;font-size:.6875rem;justify-content:flex-start;width:auto;overflow:visible}@media (min-width:768px){.cennik__comparison-head-cell{font-size:1rem;padding:24px;writing-mode:horizontal-tb;transform:none;width:auto;overflow:visible;justify-content:center}.cennik__comparison-head-cell:first-child{font-size:1rem;padding-left:24px}}.cennik__comparison-category{border-bottom:1px solid #434a61}.cennik__comparison-category:last-child{border-bottom:none}.cennik__comparison-category.is-open .cennik__comparison-category-arrow{transform:rotate(180deg)}.cennik__comparison-category-header{width:100%;display:grid;grid-template-columns:1fr auto;align-items:center;background:#272d41;border:none;cursor:pointer;padding:16px;transition:background .2s ease}@media (min-width:768px){.cennik__comparison-category-header{padding:24px 32px}}.cennik__comparison-category-header:hover{background:#2e3450}.cennik__comparison-category-left{display:flex;align-items:center;gap:12px}@media (min-width:768px){.cennik__comparison-category-left{gap:16px}}.cennik__comparison-category-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:rgba(231,254,82,.12);border-radius:6px;flex-shrink:0}.cennik__comparison-category-icon img{width:13px;height:13px;object-fit:contain}@media (min-width:768px){.cennik__comparison-category-icon{width:32px;height:32px}.cennik__comparison-category-icon img{width:18px;height:18px}}.cennik__comparison-category-name{font-size:.65rem;font-weight:700;color:#e7fe52;text-transform:uppercase;letter-spacing:.3px}@media (min-width:768px){.cennik__comparison-category-name{font-size:1rem;letter-spacing:.5px}}.cennik__comparison-category-count{font-size:.625rem;color:rgba(255,255,255,.4);font-weight:400;display:none}@media (min-width:768px){.cennik__comparison-category-count{font-size:.75rem;display:block}}.cennik__comparison-category-arrow{display:flex;align-items:center;color:rgba(255,255,255,.5);transition:transform .3s ease}.cennik__comparison-category-body{max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .35s ease}.cennik__comparison-row{display:grid;grid-template-columns:1fr repeat(4,40px);border-top:1px solid #434a61}.cennik__comparison-row:hover{background:rgba(255,255,255,.02)}@media (min-width:768px){.cennik__comparison-row{grid-template-columns:1.8fr repeat(4,1fr)}}.cennik__comparison-cell{min-height:44px;padding:12px 0;font-size:.6875rem;color:#fff;line-height:22px;border-left:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;text-align:center;width:40px}.cennik__comparison-cell:first-child{border-left:none;justify-content:flex-start;padding-left:16px;padding-right:4px;width:auto}@media (min-width:768px){.cennik__comparison-cell{padding:16px 24px;min-height:64px;font-size:.8125rem;width:auto}.cennik__comparison-cell:first-child{padding-left:24px}}.cennik__comparison-cell--label{font-size:.8125rem;color:rgba(255,255,255,.85);text-align:left}.cennik__compare-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#e7fe52;flex-shrink:0}@media (min-width:768px){.cennik__compare-dot{width:10px;height:10px}}.cennik__compare-text{font-size:.6875rem;font-weight:600;color:#fff}@media (min-width:768px){.cennik__compare-text{font-size:.875rem}}.cennik__compare-empty{display:block;width:10px;height:2px;background:rgba(255,255,255,.15);border-radius:1px}@media (min-width:768px){.cennik__compare-empty{width:16px}}.blog-hero__section{padding:140px 0 60px;background:linear-gradient(0deg,#e7fe52 10%,#f8f7f5 100%)}@media (min-width:768px){.blog-hero__section{padding:160px 0 80px}}.blog-hero__intro{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}@media (min-width:768px){.blog-hero__intro{margin-bottom:64px}}.blog-hero__intro .label{width:fit-content}.blog-hero__title{max-width:1260px;font-size:2rem;line-height:38px;letter-spacing:-.5px}@media (min-width:1024px){.blog-hero__title{font-size:4.275rem;line-height:71px;letter-spacing:-1px}}.blog-hero__grid{display:grid;gap:8px}@media (min-width:768px){.blog-hero__grid{grid-template-columns:1fr 1fr;align-items:stretch;margin-bottom:-300px}}.blog-hero__media img{border-radius:8px;height:100%;object-fit:cover;object-position:left center}.blog-hero__card{background:#fff;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:16px}.blog-hero__card-title{font-size:1.125rem;line-height:24px}@media (min-width:1024px){.blog-hero__card-title{font-size:1.75rem;line-height:32px}}.blog-hero__card-text,.blog-hero__card-text p{font-size:.75rem;line-height:16px;color:#181e25;flex:1}.blog-hero__card-text ul,.blog-hero__card-text ol,.blog-hero__card-text p ul,.blog-hero__card-text p ol{margin-top:8px;list-style-position:inside;padding-left:12px}.blog-hero__card-link{font-weight:700;font-size:.875rem;text-decoration:underline;margin-top:auto;padding-top:32px;color:#181e25}.blog-grid{background:#f8f7f5;padding:64px 0 0}@media (min-width:768px){.blog-grid{padding:320px 0 0}}.blog-grid__intro{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}@media (min-width:768px){.blog-grid__intro{margin-bottom:64px}}.blog-grid__items{display:grid;grid-template-columns:1fr;gap:8px}@media (min-width:768px){.blog-grid__items{grid-template-columns:repeat(2,1fr)}}.blog-grid__pagination{padding:64px 0;display:flex;justify-content:center;gap:12px}.blog-grid__pagination .page-numbers{padding:8px 12px;border-radius:24px;background:#fff;color:#14182a;font-size:.875rem}.blog-grid__pagination .current{background:#e7fe52;color:#181e25;font-weight:700}.home-hero{position:relative;background:linear-gradient(180deg,#3cc7bf 0%,#181e25 80%);padding:80px 0 440px;overflow:hidden}@media (min-width:502px){.home-hero{padding:80px 0 550px}}@media (min-width:768px){.home-hero{padding:80px 0 600px}}@media (min-width:1024px){.home-hero{padding:0 0 32px;height:96vh;min-height:880px;max-height:1220px}}@media (min-width:1024px){.home-hero .container{height:100%;display:flex;flex-direction:column}}.home-hero__circles{width:100%;height:100%;position:absolute;overflow:hidden;top:0;display:none;justify-content:center;align-items:center;z-index:1}@media (min-width:768px){.home-hero__circles{display:flex}}.home-hero__circles svg{position:absolute;right:0;left:0;margin:0 auto;pointer-events:none}.home-hero__slides{position:absolute;inset:0}.home-hero .swiper-slide-container{height:100%;width:100%;position:relative}.home-hero .swiper-slide-1{z-index:1}.home-hero .swiper-slide-1 .home-hero__slide-owl img{max-width:450px;width:fit-content;position:absolute;left:0;right:0;margin:0 auto;width:300px;bottom:-2%}@media (min-width:502px){.home-hero .swiper-slide-1 .home-hero__slide-owl img{width:440px;bottom:-3%}}@media (min-width:1024px){.home-hero .swiper-slide-1 .home-hero__slide-owl img{bottom:260px;width:100%}}.home-hero .swiper-slide-1 .home-hero__slide-item img{max-width:400px;width:fit-content;position:absolute;right:-2%;bottom:280px;display:none}@media (min-width:1310px){.home-hero .swiper-slide-1 .home-hero__slide-item img{display:block}}.home-hero .swiper-slide-1 .home-hero__slide-chat img{max-width:340px;width:fit-content;position:absolute;right:0;bottom:285px;top:unset;width:250px}@media (min-width:502px){.home-hero .swiper-slide-1 .home-hero__slide-chat img{width:300px;right:10%;bottom:39%}}@media (min-width:768px){.home-hero .swiper-slide-1 .home-hero__slide-chat img{right:6%;bottom:36%}}@media (min-width:1024px){.home-hero .swiper-slide-1 .home-hero__slide-chat img{bottom:unset;right:14%;bottom:650px}}@media (min-width:1310px){.home-hero .swiper-slide-1 .home-hero__slide-chat img{right:19%}}.home-hero .swiper-slide-2{z-index:1}.home-hero .swiper-slide-2 .home-hero__slide-owl img{max-width:460px !important;width:fit-content;position:absolute;left:0;right:0;margin:0 auto;width:300px;bottom:-2%;max-width:none}@media (min-width:502px){.home-hero .swiper-slide-2 .home-hero__slide-owl img{width:400px;bottom:-3%}}@media (min-width:768px){.home-hero .swiper-slide-2 .home-hero__slide-owl img{width:480px}}@media (min-width:1024px){.home-hero .swiper-slide-2 .home-hero__slide-owl img{bottom:290px;width:46%}}.home-hero .swiper-slide-2 .home-hero__slide-chat img{max-width:340px;width:fit-content;position:absolute;right:0;bottom:235px;top:unset;width:250px}@media (min-width:502px){.home-hero .swiper-slide-2 .home-hero__slide-chat img{width:300px;right:0;bottom:29%}}@media (min-width:768px){.home-hero .swiper-slide-2 .home-hero__slide-chat img{right:4%;bottom:28%}}@media (min-width:1024px){.home-hero .swiper-slide-2 .home-hero__slide-chat img{bottom:unset;right:10%;bottom:570px}}@media (min-width:1250px){.home-hero .swiper-slide-2 .home-hero__slide-chat img{right:17%}}.home-hero__layout{position:relative;z-index:2;display:flex;flex-direction:column;gap:32px}@media (min-width:1024px){.home-hero__layout{margin-top:auto}}.home-hero__main{display:flex;flex-direction:column;gap:8px}@media (min-width:1024px){.home-hero__main{flex-direction:row;align-items:flex-start;gap:8px}}.home-hero__reviews-wrapper{position:relative;display:none;opacity:0;transform:translateX(-30px);transition:opacity .8s ease .2s,transform .8s cubic-bezier(.4,0,.2,1) .2s}.home-hero__reviews-wrapper.is-visible{opacity:1;transform:translateX(0)}@media (min-width:1024px){.home-hero__reviews-wrapper{display:block}}.home-hero__reviews{position:relative;width:100%;max-width:260px;overflow:hidden}.home-hero__review-card{background:rgba(255,255,255,.1);backdrop-filter:blur(16px);border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:16px}.home-hero__review-stars{display:flex;gap:4px;margin-bottom:8px}.home-hero__review-stars svg{flex-shrink:0}.home-hero__review-text{font-size:1rem;line-height:24px;color:#fff;flex:1}.home-hero__review-author{display:flex;align-items:center;gap:12px}.home-hero__review-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.home-hero__review-avatar img{width:100%;height:100%;object-fit:cover}.home-hero__review-name{font-size:.75rem;line-height:20px;font-weight:700;color:#fff}.home-hero__review-nav{position:absolute;bottom:-20px;right:-16px;transform:translateY(-50%);width:40px;height:40px;background:#14182a;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s;color:#fff;z-index:2}.home-hero__review-nav:hover{color:#e7fe52}@media (min-width:1024px){.home-hero__review-nav{right:-50px}}.home-hero__label{width:fit-content;text-align:center}.home-hero__info--large .home-hero__label{margin:0}.home-hero__title{color:#fff;margin:0;line-height:40px;text-align:center}@media (min-width:768px){.home-hero__title{line-height:60px}}@media (min-width:1024px){.home-hero__title{line-height:78px;font-size:62px;text-align:left}}@media (min-width:1292px){.home-hero__title{font-size:82px;line-height:90px}}.home-hero__text{font-size:1rem;line-height:24px;color:#fff}.home-hero__text p{margin:0}@media (min-width:768px){.home-hero__text{font-size:1.125rem;line-height:28px}}.home-hero__cta{margin-top:16px}.home-hero__bottom{display:grid;grid-template-columns:1fr;gap:8px}@media (min-width:1024px){.home-hero__bottom{grid-template-columns:2fr 1fr}}.home-hero__info-group{display:flex;flex-direction:column;gap:8px;opacity:0;transform:translateY(30px);transition:opacity .8s ease .4s,transform .8s cubic-bezier(.4,0,.2,1) .4s}.home-hero__info-group.is-visible{opacity:1;transform:translateY(0)}@media (min-width:768px){.home-hero__info-group{gap:8px}}.home-hero__info{background:#fff;border-radius:16px;padding:24px}@media (min-width:768px){.home-hero__info{padding:24px;flex:1}}.home-hero__info--large{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:24px;opacity:0;transform:translateY(30px);transition:opacity .8s ease .3s,transform .8s cubic-bezier(.4,0,.2,1) .3s}.home-hero__info--large.is-visible{opacity:1;transform:translateY(0)}.home-hero__info--large h1{margin-top:8px;color:#181e25}.home-hero__info-text p{font-size:1rem;line-height:20px;color:#181e25}@media (min-width:768px){.home-hero__info-text p{font-size:1rem;line-height:24px}}.home-hero__info-cta{display:flex;flex-direction:column;align-items:center;gap:8px}@media (min-width:768px){.home-hero__info-cta{align-items:flex-end}}.home-hero__info-cta a{width:fit-content}.home-hero__info-cta span{font-size:.75rem;line-height:20px;color:rgba(24,30,37,.6392156863)}.home-hero__info-cta .btn{width:100%;text-align:center}@media (min-width:1024px){.home-hero__info-cta .btn{width:fit-content}}.opinie{padding:64px 0}@media (min-width:1024px){.opinie{padding:100px 0}}.opinie__content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:16px}@media (min-width:768px){.opinie__content{align-items:center;text-align:center}}.opinie__label{width:fit-content}.opinie__title{max-width:680px;font-weight:400 !important}.opinie__reviews{width:100%;margin-top:16px}@media (min-width:768px){.opinie__reviews{margin-top:64px}}.fakt{background:#fbfaf8;padding:64px 0}@media (min-width:1024px){.fakt{padding:100px 0}}.fakt__intro{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:32px}@media (min-width:768px){.fakt__intro{margin-bottom:64px}}.fakt__label{width:fit-content}.fakt__title{max-width:830px;font-weight:400 !important;text-align:center}.fakt__grid{width:100%;margin:0 auto}.fakt__grid .swiper-wrapper{align-items:stretch}@media (min-width:768px){.fakt__grid{overflow:visible}}.fakt__slide{height:auto}.fakt__card{background:#fff;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:16px;min-height:300px;height:100%;transition:transform .3s ease,box-shadow .3s ease}@media (min-width:768px){.fakt__card{min-height:370px}}.fakt__card:hover{box-shadow:0 0 20px rgba(0,0,0,.05);transform:translateY(-4px)}.fakt__icon img{width:64px;height:64px;object-fit:contain}@media (min-width:768px){.fakt__icon img{width:94px;height:94px}}.fakt__card-title{margin-top:auto}.fakt__card-text{font-size:.875rem;line-height:20px;color:rgba(24,30,37,.6392156863);margin-bottom:48px}.fakt__note{margin-top:32px;font-size:1.225rem;color:#181e25}@media (min-width:768px){.fakt__note{margin-top:64px}}.aplikacja{background:#f8f7f5;padding:64px 0}@media (min-width:1024px){.aplikacja{padding:100px 0}}.aplikacja__intro{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:32px}@media (min-width:768px){.aplikacja__intro{margin-bottom:64px}}.aplikacja__label{width:fit-content}.aplikacja__title{max-width:1195px;font-weight:400 !important;text-align:center}.aplikacja__layout{display:flex;flex-direction:column;gap:8px}@media (min-width:900px){.aplikacja__layout{flex-direction:row;align-items:flex-start;gap:8px}}.aplikacja__list{display:flex;flex-direction:column;gap:8px}@media (min-width:900px){.aplikacja__list{width:40%}}@media (min-width:1024px){.aplikacja__list{width:50%}}.aplikacja__item{background:#fff;border-radius:8px;padding:24px;transition:background .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.aplikacja__item:not(.is-active):hover{transform:translateX(4px)}.aplikacja__button{width:100%;border:none;background:0 0;display:flex;align-items:center;gap:24px;text-align:left;padding:0;font-size:1.5rem;font-weight:700;color:#181e25;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1)}.aplikacja__button:hover{transform:scale(1.01)}.aplikacja__icon{transition:transform .4s cubic-bezier(.4,0,.2,1)}.is-active .aplikacja__icon{transform:scale(1.1) rotate(-5deg)}.aplikacja__icon img{width:40px;height:40px;object-fit:contain}.aplikacja__content{max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);margin-top:0;margin-bottom:0;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1),margin .5s cubic-bezier(.4,0,.2,1)}.aplikacja__content.is-open{max-height:500px;opacity:1;transform:translateY(0);margin-top:24px;margin-left:64px}.aplikacja__text{font-size:1.125rem;line-height:28px;color:#181e25}.aplikacja__media{display:none}@media (min-width:900px){.aplikacja__media{display:block;width:60%}}@media (min-width:1024px){.aplikacja__media{width:50%}}.aplikacja__media-inner{position:relative;overflow:hidden;min-height:320px;display:flex;align-items:center;justify-content:center}.aplikacja__image{border-radius:16px;max-width:100%;height:auto;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.aplikacja__image.is-fading{opacity:0;transform:translateY(8px)}.aplikacja__item-image{max-height:0;overflow:hidden;opacity:0;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1),margin-top .4s cubic-bezier(.4,0,.2,1);margin-top:0}.aplikacja__item-image.is-open{max-height:800px;opacity:1;margin-top:24px}.aplikacja__item-image img{width:100%;height:auto;border-radius:12px;display:block}@media (min-width:900px){.aplikacja__item-image{display:none}}.biznes{background:#fff;padding:64px 0}@media (min-width:1024px){.biznes{padding:100px 0}}.biznes__intro{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}@media (min-width:768px){.biznes__intro{margin-bottom:64px}}.biznes__label{width:fit-content}.biznes__title{max-width:510px}.biznes__rows{display:flex;flex-direction:column;gap:16px}@media (min-width:768px){.biznes__rows{gap:16px}}.biznes__row{display:flex;flex-direction:column;gap:24px}@media (min-width:768px){.biznes__row{flex-direction:row;align-items:stretch;gap:8px}}@media (min-width:768px){.biznes__row--reverse{flex-direction:row-reverse}}.biznes__image-wrap{flex:0 0 100%;border-radius:8px;overflow:hidden;opacity:0;transform:translateX(-60px);transition:opacity .8s ease,transform .8s cubic-bezier(.4,0,.2,1)}.biznes__row--reverse .biznes__image-wrap{transform:translateX(60px)}.biznes__row.is-visible .biznes__image-wrap{opacity:1;transform:translateX(0)}@media (min-width:768px){.biznes__image-wrap{flex:0 0 60%}}.biznes__image{width:100%;height:100%;object-fit:cover;display:block}.biznes__content-sygnet{width:30px;margin-bottom:32px}@media (min-width:768px){.biznes__content-sygnet{margin-bottom:64px}}.biznes__content-wrap{flex:1;background:linear-gradient(90deg,#14182a 0%,#48ddd4 70%,#48ddd4 100%);border-radius:8px;padding:24px;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateX(60px);transition:opacity .8s ease .2s,transform .8s cubic-bezier(.4,0,.2,1) .2s}.biznes__row--reverse .biznes__content-wrap{transform:translateX(-60px)}.biznes__row.is-visible .biznes__content-wrap{opacity:1;transform:translateX(0)}.biznes__content{background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:24px;height:100%}@media (min-width:768px){.biznes__content{max-width:315px}}.biznes__content-title{font-size:1.25rem;line-height:28px;font-weight:700}.biznes__content-text{font-size:1.25rem;line-height:20px;color:#181e25}.biznes__content-text p{margin:0 0 12px;color:#181e25}.biznes__content-text p:last-child{margin-bottom:0}.biznes__content-text ul,.biznes__content-text ol{margin:0 0 12px;padding-left:24px}.biznes__content-text ul:last-child,.biznes__content-text ol:last-child{margin-bottom:0}.biznes__content-text li{margin-bottom:8px}.biznes__content-text li:last-child{margin-bottom:0}.dla-kogo{background:#14182a;padding:64px 0;position:relative;overflow:hidden}@media (min-width:1024px){.dla-kogo{padding:120px 0}}.dla-kogo__circles{position:absolute;display:flex;top:0;align-items:center;justify-content:center;width:100%;height:100%}.dla-kogo__circles svg{position:absolute}.dla-kogo__intro{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;margin-bottom:64px;position:relative;z-index:1}.dla-kogo__label{width:fit-content;color:#fff !important;border-color:rgba(255,255,255,.1607843137) !important}.dla-kogo__title{max-width:600px;color:#fff}.dla-kogo__grid{position:relative;z-index:1}@media (min-width:768px){.dla-kogo__grid{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:8px}}@media (min-width:768px){.dla-kogo__grid .swiper-wrapper{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:8px}}.dla-kogo__card{border-radius:8px;overflow:hidden;display:flex !important;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;gap:8px;height:auto !important}@media (min-width:768px){.dla-kogo__card{width:auto}}.dla-kogo__card:hover{transform:translateY(-4px)}.dla-kogo__card-image{width:100%;min-height:240px;overflow:hidden;position:relative;border-radius:8px;aspect-ratio:1}@media (min-width:768px){.dla-kogo__card-image{aspect-ratio:1}}.dla-kogo__card-image img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .4s ease}.dla-kogo__card:hover .dla-kogo__card-image img{transform:scale(1.05)}.dla-kogo__card-content{padding:32px 24px;display:flex;flex-direction:column;gap:8px;border-radius:8px;background-color:#fff;flex:1}.dla-kogo__card-title{font-size:1.125rem;line-height:24px;color:#181e25}.dla-kogo__card-text{font-size:1rem;line-height:20px;color:#181e25}.porownanie{background:linear-gradient(to top,#e7fe52 20%,#fff 70%);padding:64px 0}@media (min-width:1024px){.porownanie{padding:100px 0}}.porownanie__layout{display:flex;flex-direction:column;gap:64px}@media (min-width:1024px){.porownanie__layout{gap:80px}}.porownanie__content{display:flex;flex-direction:column;gap:64px}@media (min-width:1024px){.porownanie__content{flex-direction:row;align-items:flex-end;gap:64px}}.porownanie__intro{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.porownanie__label{width:fit-content}.porownanie__title{max-width:940px}.porownanie__text{font-size:.875rem;line-height:20px;font-weight:700;color:#181e25}.porownanie__table{background:#272d41;border-radius:16px;overflow-x:auto;flex:1}@media (min-width:1024px){.porownanie__table{width:70%}}.porownanie__table table{width:100%;border-collapse:collapse}@media (min-width:768px){.porownanie__table table{min-width:600px}}.porownanie__table thead tr{border-bottom:1px solid rgba(255,255,255,.1)}.porownanie__table thead th{padding:12px 8px;font-size:.5rem;line-height:14px;letter-spacing:.3px;text-transform:uppercase;font-weight:700;color:#fff;text-align:left;border-right:1px solid rgba(255,255,255,.1)}.porownanie__table thead th:last-child{border-right:none}@media (min-width:768px){.porownanie__table thead th{font-size:.875rem;padding:20px;text-align:center}}.porownanie__table tbody tr{border-bottom:1px solid rgba(255,255,255,.1)}.porownanie__table tbody tr:last-child{border-bottom:none}.porownanie__table tbody td{padding:12px 8px;font-size:.6rem;line-height:18px;color:#fff;vertical-align:middle;border-right:1px solid rgba(255,255,255,.1)}.porownanie__table tbody td:last-child{border-right:none}@media (min-width:768px){.porownanie__table tbody td{padding:24px;font-size:1rem;line-height:20px}}.porownanie__table-label{width:50%;font-weight:700}@media (min-width:768px){.porownanie__table-label{width:35%}}.porownanie__table-label--accent{color:#e7fe52 !important;text-align:left !important}.porownanie__table-owlix,.porownanie__table-inne{width:25%;text-align:center}@media (min-width:768px){.porownanie__table-owlix,.porownanie__table-inne{width:20%}}.porownanie__table-owlix svg,.porownanie__table-inne svg{display:inline-block;vertical-align:middle;width:16px;height:16px}@media (min-width:768px){.porownanie__table-owlix svg,.porownanie__table-inne svg{width:21px;height:21px}}.porownanie__table-inne{background:#30374e}.porownanie__image{display:none;align-items:flex-end;justify-content:center}@media (min-width:1024px){.porownanie__image{width:30%;display:flex}}.porownanie__image img{max-width:100%;height:auto}.cta{background:#f8f7f5;padding:90px 0}@media (min-width:768px){.cta{padding:120px 0}}@media (min-width:1024px){.cta{padding:180px 0}}.cta__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:48px}.cta__title{max-width:640px}.cta__button{display:inline-flex;align-items:center;gap:8px;padding:16px 24px;font-size:1rem;line-height:24px;transition:background .3s ease,transform .2s ease,box-shadow .3s ease}.cta__button:active{transform:translateY(0)}.cta__button svg{transition:transform .3s ease}.cta__button:hover svg{transform:translateX(4px)}.wystawiaj{background-color:#14182a;background-size:cover;background-position:center;background-repeat:no-repeat;padding:32px 0;position:relative;min-height:500px;width:100%;max-height:850px}@media (min-width:502px){.wystawiaj{aspect-ratio:16/9}}@media (min-width:1024px){.wystawiaj{padding:64px 0}}.wystawiaj:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,rgba(20,24,42,.55) 0%,rgba(20,24,42,.2) 100%);pointer-events:none}.wystawiaj__inner{height:100%}.wystawiaj__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;gap:32px;height:100%}@media (min-width:768px){.wystawiaj__content{max-width:50%}}@media (min-width:1024px){.wystawiaj__content{max-width:650px}}.wystawiaj__title{color:#fff;font-weight:400}@media (min-width:502px){.wystawiaj__title{line-height:48px;display:flex;flex-direction:column}}.wystawiaj__title span{color:#e7fe52;margin-bottom:-16px}.wystawiaj__bottom{display:flex;flex-direction:column;gap:32px}.wystawiaj__text{color:#fff;font-size:1rem;font-weight:500;max-width:650px}.wystawiaj__buttons{display:flex;flex-wrap:wrap;gap:16px}.wystawiaj__button{display:inline-flex;align-items:center;gap:12px;padding:16px 24px;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:32px;color:#fff;font-size:.875rem;line-height:20px;font-weight:700;text-decoration:none;transition:background .3s ease,border-color .3s ease,transform .2s ease}.wystawiaj__button:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.3);transform:translateY(-2px)}.wystawiaj__button:active{transform:translateY(0)}.wystawiaj__button img{width:24px;height:24px}.home-blog{background:#f8f7f5;padding:64px 0}@media (min-width:1024px){.home-blog{padding:100px 0 0}}.home-blog .home-blog__slider-wrap .container{padding-bottom:64px;border-bottom:1px solid rgba(24,30,37,.1607843137)}@media (min-width:768px){.home-blog .home-blog__slider-wrap .container{padding-bottom:160px}}.home-blog__header{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:64px;justify-content:space-between}@media (min-width:768px){.home-blog__header{flex-direction:row;align-items:flex-end}}.home-blog__intro{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.home-blog__label{width:fit-content}.home-blog__title{margin:0}.home-blog__button{display:inline-flex;align-items:center;gap:8px;margin-top:16px;padding:16px 24px;font-size:1rem;line-height:24px;transition:background .3s ease,transform .2s ease,box-shadow .3s ease}.home-blog__nav{display:flex;gap:12px;align-self:flex-end}.home-blog__nav-btn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(24,30,37,.1607843137);border-radius:50%;cursor:pointer;transition:background .3s ease,border-color .3s ease,transform .2s ease}.home-blog__nav-btn svg{color:#181e25;transition:color .3s ease}.home-blog__nav-btn:hover{background:#e7fe52;border-color:#e7fe52;transform:scale(1.05)}.home-blog__nav-btn:active{transform:scale(.95)}.home-blog__nav-btn.swiper-button-disabled{opacity:.4;cursor:not-allowed}.home-blog__nav-btn.swiper-button-disabled:hover{background:#fff;border-color:rgba(24,30,37,.1607843137);transform:scale(1)}.home-blog__slider-wrap{overflow:hidden}.home-blog__slider{overflow:visible;padding-bottom:64px}.home-blog__slider .swiper-wrapper{align-items:stretch}.home-blog__slider .swiper-slide{height:auto}.program-ambasadorski{background:#f8f7f5}.program-ambasadorski-hero{padding:120px 0 72px;background:#f8f7f5}@media (min-width:768px){.program-ambasadorski-hero{padding:140px 0 96px}}@media (min-width:1024px){.program-ambasadorski-hero{padding:160px 0 120px}}.program-ambasadorski-hero__content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:670px;margin:0 auto}.program-ambasadorski-hero__label{width:fit-content;padding:4px 12px 4px 4px !important;text-transform:uppercase;margin-bottom:24px}.program-ambasadorski-hero__label span{background-color:#e7fe52;margin-right:12px;border-radius:16px;padding:4px 8px}.program-ambasadorski-hero__title{color:#181e25;margin:0;line-height:44px;margin-bottom:48px}@media (min-width:768px){.program-ambasadorski-hero__title{line-height:64px}}@media (min-width:1024px){.program-ambasadorski-hero__title{line-height:78px;margin-bottom:64px}}.program-ambasadorski-hero__title span{color:rgba(24,30,37,.6392156863)}.program-ambasadorski-hero__text p{font-size:1rem;line-height:24px;color:#181e25;font-weight:700}@media (min-width:768px){.program-ambasadorski-hero__text p{font-size:1.25rem;line-height:28px}}.program-ambasadorski-hero__cta{margin-top:24px}@media (min-width:768px){.program-ambasadorski-hero__cta{margin-top:32px}}.program-ambasadorski-jak-dziala{padding:0 0 64px;background:#f8f7f5}@media (min-width:1024px){.program-ambasadorski-jak-dziala{padding:0 0 80px}}.program-ambasadorski-jak-dziala__layout{display:flex;flex-direction:column;gap:64px}@media (min-width:1024px){.program-ambasadorski-jak-dziala__layout{flex-direction:row;align-items:center;gap:80px}}.program-ambasadorski-jak-dziala__video{flex:1;border-radius:16px;overflow:hidden;background:#14182a;position:relative;cursor:pointer}@media (min-width:1024px){.program-ambasadorski-jak-dziala__video{width:45%}}.program-ambasadorski-jak-dziala__video video{width:100%;height:auto;display:block}.program-ambasadorski-jak-dziala__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;border:4px solid #e7fe52;background:#14182a;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#14182a;transition:all .3s ease;animation:pulse 2s ease-in-out infinite}.program-ambasadorski-jak-dziala__play-btn[hidden]{display:none}.program-ambasadorski-jak-dziala__play-btn:hover{background:#e7fe52;transform:translate(-50%,-50%) scale(1.1)}.program-ambasadorski-jak-dziala__play-btn svg{width:32px;height:32px;margin-left:4px}.program-ambasadorski-jak-dziala__play-btn path{fill:#fff}@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,.7)}50%{box-shadow:0 0 0 20px rgba(255,255,255,0)}}.program-ambasadorski-jak-dziala__content{flex:1;display:flex;flex-direction:column}.program-ambasadorski-jak-dziala__label{width:fit-content;margin-bottom:16px}.program-ambasadorski-jak-dziala__title{margin:0 0 12px}.program-ambasadorski-jak-dziala__text{font-size:.875rem;line-height:20px;color:rgba(24,30,37,.6392156863);margin:0 0 24px}@media (min-width:768px){.program-ambasadorski-jak-dziala__text{font-size:1rem;line-height:24px}}.program-ambasadorski-jak-dziala__blocks{display:flex;flex-direction:column;gap:8px}.program-ambasadorski-jak-dziala__block{padding:24px;border-radius:8px;background:#fff}.program-ambasadorski-jak-dziala__block--accent{background:#e7fe52}.program-ambasadorski-jak-dziala__block-title{font-size:1rem;line-height:24px;font-weight:700;color:#181e25;margin:0 0 4px}.program-ambasadorski-jak-dziala__block-text{font-size:1rem;line-height:20px;color:rgba(24,30,37,.6392156863);margin:0}.program-ambasadorski-dla-kogo{padding:72px 0;background:#efede6}@media (min-width:768px){.program-ambasadorski-dla-kogo{padding:96px 0}}@media (min-width:1024px){.program-ambasadorski-dla-kogo{padding:120px 0}}.program-ambasadorski-dla-kogo__intro{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:64px}@media (min-width:1024px){.program-ambasadorski-dla-kogo__intro{margin-bottom:80px}}.program-ambasadorski-dla-kogo__label{width:fit-content}.program-ambasadorski-dla-kogo__title{max-width:600px;margin:0}.program-ambasadorski-dla-kogo__layout{display:flex;flex-direction:column;gap:8px}@media (min-width:900px){.program-ambasadorski-dla-kogo__layout{flex-direction:row;align-items:flex-start;gap:8px}}.program-ambasadorski-dla-kogo__list{display:flex;flex-direction:column;gap:8px}@media (min-width:900px){.program-ambasadorski-dla-kogo__list{width:40%}}.program-ambasadorski-dla-kogo__item{background:#fff;border-radius:8px;padding:24px;transition:background .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.program-ambasadorski-dla-kogo__item:not(.is-active):hover{transform:translateX(4px)}.program-ambasadorski-dla-kogo__button{width:100%;border:none;background:0 0;display:flex;align-items:center;gap:24px;text-align:left;padding:0;font-size:1.5rem;font-weight:700;color:#181e25;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1)}.program-ambasadorski-dla-kogo__icon{transition:transform .4s cubic-bezier(.4,0,.2,1)}.is-active .program-ambasadorski-dla-kogo__icon{transform:scale(1.1) rotate(-5deg)}.program-ambasadorski-dla-kogo__icon img{width:40px;height:40px;object-fit:contain}.program-ambasadorski-dla-kogo__content{max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);margin-top:0;margin-bottom:0;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1),margin .5s cubic-bezier(.4,0,.2,1)}.program-ambasadorski-dla-kogo__content.is-open{max-height:500px;opacity:1;transform:translateY(0);margin-top:24px;margin-left:64px}.program-ambasadorski-dla-kogo__text{font-size:1.125rem;line-height:28px;color:#181e25;margin:0}@media (min-width:900px){.program-ambasadorski-dla-kogo__media{width:60%}}.program-ambasadorski-dla-kogo__media-inner{position:relative;overflow:hidden;min-height:320px;display:flex;align-items:center;justify-content:center}.program-ambasadorski-dla-kogo__image{border-radius:16px;max-width:100%;height:auto;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);aspect-ratio:729/680;object-fit:cover}.program-ambasadorski-dla-kogo__image.is-fading{opacity:0;transform:translateY(8px)}.program-ambasadorski-dlaczego{padding:72px 0;background:#f8f7f5}@media (min-width:768px){.program-ambasadorski-dlaczego{padding:96px 0}}@media (min-width:1024px){.program-ambasadorski-dlaczego{padding:120px 0}}.program-ambasadorski-dlaczego__intro{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:64px}@media (min-width:1024px){.program-ambasadorski-dlaczego__intro{margin-bottom:80px}}.program-ambasadorski-dlaczego__label{width:fit-content}.program-ambasadorski-dlaczego__title{margin:0;max-width:520px}.program-ambasadorski-dlaczego__blocks{display:flex;flex-direction:column;gap:8px}.program-ambasadorski-dlaczego__block{background:#fff;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:16px}@media (min-width:768px){.program-ambasadorski-dlaczego__block{flex-direction:row;align-items:center;padding:32px;justify-content:space-between}}@media (min-width:1024px){.program-ambasadorski-dlaczego__block{gap:64px}}.program-ambasadorski-dlaczego__block-title{font-size:1.125rem;line-height:28px;font-weight:700;color:#14182a;margin:0;flex-shrink:0}@media (min-width:768px){.program-ambasadorski-dlaczego__block-title{font-size:1.35rem;line-height:32px;width:40%}}@media (min-width:1024px){.program-ambasadorski-dlaczego__block-title{width:35%}}.program-ambasadorski-dlaczego__block-text{font-size:1rem;line-height:20px;color:#181e25;margin:0;flex:1;max-width:600px}@media (min-width:768px){.program-ambasadorski-dlaczego__block-text{font-size:1.25rem;line-height:24px}}.program-ambasadorski-link{padding:72px 0;background:linear-gradient(0deg,#181e25 30%,#1a8b8e 80%);position:relative}@media (min-width:768px){.program-ambasadorski-link{padding:96px 0}}@media (min-width:1024px){.program-ambasadorski-link{padding:120px 0}}.program-ambasadorski-link .container{position:relative;z-index:2}.program-ambasadorski-link__circles{width:100%;height:100%;position:absolute;overflow:hidden;top:10%;display:none;justify-content:center;align-items:center;z-index:1}@media (min-width:768px){.program-ambasadorski-link__circles{display:flex}}.program-ambasadorski-link__circles svg{position:absolute;right:0;left:0;margin:0 auto;pointer-events:none}@media (min-width:1024px){.program-ambasadorski-link__circles svg{right:-800px}}.program-ambasadorski-link__layout{display:flex;flex-direction:column;gap:64px}@media (min-width:1024px){.program-ambasadorski-link__layout{flex-direction:row;align-items:flex-end;gap:80px}}.program-ambasadorski-link__content{flex:1;display:flex;flex-direction:column}@media (min-width:1024px){.program-ambasadorski-link__content{width:50%;max-width:590px}}.program-ambasadorski-link__label{width:fit-content;background:0 0;color:#fff !important;border-color:rgba(255,255,255,.1607843137) !important;text-transform:uppercase;margin-bottom:16px}.program-ambasadorski-link__title{color:#fff;margin-bottom:32px}.program-ambasadorski-link__title-accent{color:#e7fe52}.program-ambasadorski-link__arrow{width:32px;height:44px;background:#e7fe52;border-radius:32px;display:flex;align-items:center;justify-content:center;color:#14182a;animation:bounce 2s infinite;margin-bottom:32px}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}.program-ambasadorski-link__intro{display:flex;flex-direction:column}.program-ambasadorski-link__intro-big{font-size:1.125rem;line-height:28px;font-weight:700;color:#fff;margin:0}@media (min-width:768px){.program-ambasadorski-link__intro-big{font-size:1.25rem;line-height:32px}}.program-ambasadorski-link__intro-small{font-size:1rem;line-height:20px;color:#e7fe52;margin:0}.program-ambasadorski-link__form{display:flex;flex-direction:column;gap:24px;margin-top:32px}.program-ambasadorski-link__input-group{display:flex;flex-direction:column;gap:12px}.program-ambasadorski-link__label-text{font-size:.875rem;line-height:20px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.program-ambasadorski-link input[type=email].program-ambasadorski-link__input{padding:16px !important;border-radius:8px !important;background:#fff !important;color:#181e25 !important;font-size:1rem !important}.program-ambasadorski-link input[type=email].program-ambasadorski-link__input::placeholder{color:rgba(24,30,37,.6392156863) !important}.program-ambasadorski-link input[type=email].program-ambasadorski-link__input:focus{outline:none !important;border-color:#e7fe52 !important}.program-ambasadorski-link__submit{position:relative;overflow:hidden;width:fit-content;border:0 !important}.program-ambasadorski-link__submit:disabled{opacity:.7;cursor:not-allowed}.program-ambasadorski-link__loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.program-ambasadorski-link__loader svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.program-ambasadorski-link__consent{margin-top:-12px}.program-ambasadorski-link__consent-label{display:flex;align-items:flex-start;gap:16px;cursor:pointer;position:relative}.program-ambasadorski-link__consent-checkbox{position:absolute;opacity:0;width:0;height:0}.program-ambasadorski-link__consent-checkbox:focus-visible+.program-ambasadorski-link__consent-checkmark{outline:2px solid #e7fe52;outline-offset:2px}.program-ambasadorski-link__consent-checkbox:checked+.program-ambasadorski-link__consent-checkmark{background:#e7fe52;border-color:#e7fe52}.program-ambasadorski-link__consent-checkbox:checked+.program-ambasadorski-link__consent-checkmark:after{opacity:1}.program-ambasadorski-link__consent-checkmark{flex-shrink:0;width:20px;height:20px;border:2px solid rgba(255,255,255,.5);border-radius:4px;background:0 0;position:relative;transition:background .2s,border-color .2s;margin-top:2px}.program-ambasadorski-link__consent-checkmark:after{content:"";position:absolute;top:2px;left:6px;width:5px;height:10px;border:solid #181e25;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s}.program-ambasadorski-link__consent-text{font-size:.75rem;line-height:18px;color:#fff}.program-ambasadorski-link__consent-text a{color:#fff;text-decoration:underline}.program-ambasadorski-link__consent-text a:hover{color:#e7fe52}.program-ambasadorski-link__results{display:flex;flex-direction:column;gap:24px;margin-top:32px}@media (min-width:768px){.program-ambasadorski-link__results{flex-direction:row}}.program-ambasadorski-link__box{background:rgba(255,255,255,.0784313725);border-radius:8px;width:100%;padding:24px;display:flex;flex-direction:column}@media (min-width:768px){.program-ambasadorski-link__box{width:50%}}.program-ambasadorski-link__box-header{display:flex;align-items:center;gap:8px;padding:16px;border-radius:8px;background-color:#181e25;margin:0 auto 24px;width:fit-content;color:#fff}.program-ambasadorski-link__box-title{font-size:1rem;line-height:24px;font-weight:700;color:#fff;margin:0}@media (min-width:768px){.program-ambasadorski-link__box-title{font-size:1.125rem;line-height:28px}}.program-ambasadorski-link__box-content{display:flex;flex-direction:column;gap:16px;align-items:center;height:100%}.program-ambasadorski-link__box-text{width:100%;padding:16px 8px;border-radius:16px;word-break:break-all;color:#e7fe52;font-weight:700;font-size:1rem;word-wrap:break-word;overflow-wrap:break-word;margin:0}.program-ambasadorski-link__copy-btn,.program-ambasadorski-link__download-btn{padding:10px 16px;border:1px solid rgba(24,30,37,.3215686275);border-radius:32px;background:rgba(255,255,255,.1607843137);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:background .3s;display:flex;align-items:center;gap:12px;white-space:nowrap;margin-top:auto}.program-ambasadorski-link__copy-btn[hidden],.program-ambasadorski-link__download-btn[hidden]{display:none}.program-ambasadorski-link__copy-btn:hover,.program-ambasadorski-link__download-btn:hover{background:#14182a}.program-ambasadorski-link__copy-btn svg,.program-ambasadorski-link__download-btn svg{margin-top:1px}.program-ambasadorski-link__box-qr{display:flex;flex-direction:column;align-items:center;gap:24px}.program-ambasadorski-link__box-qr-image{width:130px;height:130px;background:#fff;border-radius:16px;padding:16px;display:flex;align-items:center;justify-content:center}.program-ambasadorski-link__box-qr-image img{max-width:100%;height:auto;display:block}.program-ambasadorski-link__image{display:flex;align-items:center;justify-content:center}@media (min-width:1024px){.program-ambasadorski-link__image{width:50%}}.program-ambasadorski-link__image img{max-width:100%;height:auto}.program-ambasadorski-faq{background:linear-gradient(0deg,#e7fe52 0%,#f8f7f5 100%)}.program-ambasadorski-faq .faq{background:0 0;padding:0 24px}.program-ambasadorski-faq .faq .container{padding:80px 0;border-top:1px solid rgba(24,30,37,.1607843137)}@media (min-width:768px){.program-ambasadorski-faq .faq .container{padding:220px 0}}.program-ambasadorski-cta{padding:72px 0;background:#f8f7f5}@media (min-width:768px){.program-ambasadorski-cta{padding:96px 0}}@media (min-width:1024px){.program-ambasadorski-cta{padding:120px 0}}.program-ambasadorski-cta__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;max-width:700px;margin:0 auto}@media (min-width:768px){.program-ambasadorski-cta__content{gap:32px}}.program-ambasadorski-cta__title{margin-bottom:16px;font-size:2.5rem;line-height:28px;letter-spacing:-1px !important}@media (min-width:768px){.program-ambasadorski-cta__title{margin-bottom:32px;font-size:5.125rem;line-height:58px;letter-spacing:-1px !important}}.program-ambasadorski-cta__title span{color:rgba(24,30,37,.6392156863)}.program-ambasadorski-cta__text p{font-size:1.125rem;line-height:24px;color:#181e25}@media (min-width:768px){.program-ambasadorski-cta__text p{font-size:1.25rem;line-height:28px}}.program-ambasadorski-cta__button{margin-top:8px}@media (min-width:768px){.program-ambasadorski-cta__button{margin-top:16px}}.single-post{background:#fff}.single-post__hero-inner{display:grid;grid-template-columns:1fr;gap:0}@media (min-width:768px){.single-post__hero-inner{grid-template-columns:1fr 1fr}}.single-post__featured-image{width:100%;margin-top:120px}@media (min-width:768px){.single-post__featured-image{min-height:600px}}@media (min-width:768px){.single-post__featured-image{border-bottom-right-radius:8px;margin-top:0}}.single-post__featured-image img{width:100%;height:100%;object-fit:cover;display:block}@media (min-width:768px){.single-post__featured-image img{border-bottom-right-radius:8px}}.single-post__header{display:flex;flex-direction:column;gap:24px;padding:32px}@media (min-width:768px){.single-post__header{padding:80px 64px 64px;justify-content:center;max-width:650px}}.single-post__title{font-size:1.75rem;line-height:36px;color:#181e25;margin:0}@media (min-width:768px){.single-post__title{font-size:3rem;line-height:56px}}.single-post__meta{display:flex;gap:24px;flex-wrap:wrap}.single-post__meta-item{display:flex;align-items:center;gap:8px;font-size:.875rem;line-height:20px;color:rgba(24,30,37,.6392156863)}.single-post__meta-item svg{flex-shrink:0}.single-post__content-section{padding:0 0 32px}@media (min-width:768px){.single-post__content-section{padding:80px 0}}.single-post__layout{display:grid;grid-template-columns:1fr;gap:64px}.single-post__layout>:first-child{order:2}.single-post__layout>:last-child{order:1}@media (min-width:768px){.single-post__layout{grid-template-columns:260px 1fr;gap:32px}.single-post__layout>*{order:0}}@media (min-width:1024px){.single-post__layout{gap:80px}}.single-post__sidebar{order:-1 !important;display:none}@media (min-width:768px){.single-post__sidebar{order:0 !important;display:block}}.single-post__sidebar-title{font-size:1.25rem;line-height:28px;font-weight:700;color:#181e25;margin-bottom:24px}.single-post__recent-posts{display:flex;flex-direction:column;gap:24px}.single-post__recent-item{display:block;text-decoration:none;transition:transform .2s ease}.single-post__recent-item:hover{transform:translateX(4px)}.single-post__recent-image{width:100%;aspect-ratio:16/9;border-radius:8px;overflow:hidden;margin-bottom:8px}.single-post__recent-image img{width:100%;height:100%;object-fit:cover;display:block}.single-post__recent-title{font-size:.875rem;line-height:20px;font-weight:700;color:#181e25;margin:0 0 4px}.single-post__recent-date{font-size:.75rem;line-height:16px;color:rgba(24,30,37,.6392156863)}.single-post__content{max-width:100%}.single-post__content h1,.single-post__content h2,.single-post__content h3,.single-post__content h4,.single-post__content h5,.single-post__content h6{color:#181e25;margin:0 0 16px}.single-post__content h1:first-child,.single-post__content h2:first-child,.single-post__content h3:first-child,.single-post__content h4:first-child,.single-post__content h5:first-child,.single-post__content h6:first-child{margin-top:0}.single-post__content p{font-size:1rem;line-height:28px;color:#181e25;margin:0 0 24px}.single-post__content p:last-child{margin-bottom:0}.single-post__content img{max-width:100%;height:auto;border-radius:8px;margin:24px 0}.single-post__content a{color:#48ddd4;text-decoration:underline}.single-post__content a:hover{color:#14182a}.single-post__content ul,.single-post__content ol{margin:0 0 24px;padding-left:32px}.single-post__content ul:last-child,.single-post__content ol:last-child{margin-bottom:0}.single-post__content li{font-size:1rem;line-height:28px;color:#181e25;margin-bottom:8px}.single-post__content li:last-child{margin-bottom:0}.single-post__content blockquote{border-left:4px solid #48ddd4;padding-left:24px;margin:24px 0;font-style:italic;color:rgba(24,30,37,.6392156863)}.single-post__content code{background:#f8f7f5;padding:2px 6px;border-radius:4px;font-size:.875rem;font-family:monospace}.single-post__content pre{background:#f8f7f5;padding:24px;border-radius:8px;overflow-x:auto;margin:24px 0}.single-post__content pre code{background:0 0;padding:0}.single-post__content table{width:100%;border-collapse:collapse;margin:24px 0}.single-post__content table th,.single-post__content table td{padding:12px;border:1px solid rgba(24,30,37,.1607843137);text-align:left}.single-post__content table th{background:#f8f7f5;font-weight:700}.single-post__spacer{display:none}@media (min-width:1024px){.single-post__spacer{display:block}}.single-post__related{padding:64px 0;background:#f8f7f5}@media (min-width:768px){.single-post__related{padding:80px 0}}.single-post__related-title{font-size:1.75rem;line-height:36px;color:#181e25;margin:16px 0 32px}@media (min-width:768px){.single-post__related-title{font-size:2.5rem;line-height:52px;margin-bottom:64px}}.single-post__related-grid{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width:768px){.single-post__related-grid{grid-template-columns:repeat(2,1fr);gap:64px}}.dla-ksiegowych-hero{padding:120px 0 64px}@media (min-width:768px){.dla-ksiegowych-hero{padding:140px 0 80px}}@media (min-width:1024px){.dla-ksiegowych-hero{padding:160px 0 80px}}.dla-ksiegowych-hero__intro{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:820px;margin:0 auto 64px}@media (min-width:1024px){.dla-ksiegowych-hero__intro{margin-bottom:100px}}.dla-ksiegowych-hero__label{width:fit-content;padding:4px 12px 4px 4px !important;text-transform:uppercase;margin-bottom:24px}.dla-ksiegowych-hero__label span{background-color:#e7fe52;margin-right:12px;border-radius:16px;padding:4px 8px}.dla-ksiegowych-hero__title{color:#181e25;margin:0;line-height:44px;font-size:2rem}@media (min-width:1024px){.dla-ksiegowych-hero__title{font-size:3rem;line-height:62px}}.dla-ksiegowych-hero__layout{display:flex;flex-direction:column;gap:64px}@media (min-width:1024px){.dla-ksiegowych-hero__layout{flex-direction:row;align-items:stretch;gap:110px}}.dla-ksiegowych-hero__video{flex:1;border-radius:16px;overflow:hidden;background:#14182a;position:relative;cursor:pointer}.dla-ksiegowych-hero__video video{width:100%;height:100%;display:block;object-fit:cover}.dla-ksiegowych-hero__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;border:4px solid #e7fe52;background:#14182a;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#14182a;transition:all .3s ease;animation:dk-pulse 2s ease-in-out infinite}.dla-ksiegowych-hero__play-btn[hidden]{display:none}.dla-ksiegowych-hero__play-btn:hover{background:#e7fe52;transform:translate(-50%,-50%) scale(1.1)}.dla-ksiegowych-hero__play-btn svg{width:32px;height:32px;margin-left:4px}.dla-ksiegowych-hero__play-btn path{fill:#fff}@keyframes dk-pulse{0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,.7)}50%{box-shadow:0 0 0 20px rgba(255,255,255,0)}}.dla-ksiegowych-hero__content{flex:1;display:flex;flex-direction:column}.dla-ksiegowych-hero__content-label{width:fit-content;margin-bottom:16px}.dla-ksiegowych-hero__content-title{margin:0 0 24px}.dla-ksiegowych-hero__sowa{margin-bottom:24px}.dla-ksiegowych-hero__sowa img{width:100%;height:auto;display:block}@media (min-width:768px){.dla-ksiegowych-hero__sowa img{max-width:85%;margin:0 auto}}.dla-ksiegowych-hero__box{background:#e7fe52;border-radius:16px;padding:24px}.dla-ksiegowych-hero__box p{margin:0;font-size:1rem;line-height:24px;color:#181e25;font-weight:700}.dla-ksiegowych-koniec{padding:64px 0;background:#efede6}@media (min-width:1024px){.dla-ksiegowych-koniec{padding:100px 0}}.dla-ksiegowych-koniec__title{text-align:center;margin:0 auto 64px;color:#181e25;max-width:1090px}@media (min-width:1024px){.dla-ksiegowych-koniec__title{margin-bottom:100px}}.dla-ksiegowych-koniec__grid{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width:768px){.dla-ksiegowych-koniec__grid{grid-template-columns:repeat(3,1fr);gap:12px}}.dla-ksiegowych-koniec__box{background:#fff;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:48px}.dla-ksiegowych-koniec__icon img{width:64px;height:64px;display:block}.dla-ksiegowych-koniec__text{margin:0;font-size:1.5rem;line-height:24px;color:#181e25}@media (min-width:768px){.dla-ksiegowych-koniec__text{font-size:2rem;line-height:32px}}.dla-ksiegowych-zamiast{padding:64px 0;background-color:#f4f4f4}@media (min-width:1024px){.dla-ksiegowych-zamiast{padding:100px 0}}.dla-ksiegowych-zamiast__layout{display:flex;flex-direction:column;gap:64px}@media (min-width:1024px){.dla-ksiegowych-zamiast__layout{flex-direction:row;align-items:stretch;gap:150px}}@media (min-width:1024px){.dla-ksiegowych-zamiast__image{width:36%}}.dla-ksiegowych-zamiast__image img{width:100%;height:auto;display:block}.dla-ksiegowych-zamiast__content{display:flex;flex-direction:column}@media (min-width:1024px){.dla-ksiegowych-zamiast__content{width:64%}}.dla-ksiegowych-zamiast__title{margin:0 0 32px;color:#181e25;font-size:2rem;line-height:32px}@media (min-width:1024px){.dla-ksiegowych-zamiast__title{margin:0 0 64px}}.dla-ksiegowych-zamiast__boxes{display:grid;grid-template-columns:1fr;gap:12px;flex:1}@media (min-width:768px){.dla-ksiegowych-zamiast__boxes{grid-template-columns:repeat(2,1fr)}}.dla-ksiegowych-zamiast__box{background:#fff;border-radius:8px;padding:24px}.dla-ksiegowych-zamiast__box p{margin:0;font-size:1.5rem;line-height:24px;color:#181e25;font-weight:400}@media (min-width:768px){.dla-ksiegowych-zamiast__box p{font-size:2rem;line-height:34px}}.dla-ksiegowych-stop{padding:64px 0;background:linear-gradient(0deg,#e7fe52 0%,#f8f7f5 100%)}@media (min-width:1024px){.dla-ksiegowych-stop{padding:80px 0}}.dla-ksiegowych-stop__top{display:flex;flex-direction:column;gap:32px;margin-bottom:64px}@media (min-width:1024px){.dla-ksiegowych-stop__top{flex-direction:row;align-items:flex-end;gap:80px;margin-bottom:80px}}@media (min-width:1024px){.dla-ksiegowych-stop__top-left{flex:0 0 45%}}.dla-ksiegowych-stop__label{width:fit-content;margin-bottom:16px}.dla-ksiegowych-stop__title{margin:0;color:#181e25}@media (min-width:1024px){.dla-ksiegowych-stop__top-right{flex:1}}.dla-ksiegowych-stop__text h3,.dla-ksiegowych-stop__text h4{margin:0 0 12px;color:#181e25}.dla-ksiegowych-stop__text strong{font-size:2rem}.dla-ksiegowych-stop__text p{margin:0;font-size:1.25rem;line-height:26px;color:#181e25}.dla-ksiegowych-stop__bottom{display:flex;flex-direction:column;gap:8px}@media (min-width:1024px){.dla-ksiegowych-stop__bottom{flex-direction:row;align-items:stretch;gap:8px;min-height:630px}}@media (min-width:1024px){.dla-ksiegowych-stop__image{flex:1}}.dla-ksiegowych-stop__image img{width:100%;height:100%;display:block;object-fit:cover;border-radius:16px}.dla-ksiegowych-stop__bottom-content{padding:24px;border-radius:8px;background-color:#fff;height:auto}@media (min-width:1024px){.dla-ksiegowych-stop__bottom-content{flex:1}}.dla-ksiegowych-stop__label-2{width:fit-content;margin-bottom:16px}.dla-ksiegowych-stop__text-2 strong{font-size:3rem;line-height:46px;font-weight:700}.dla-ksiegowych-stop__text-2 p{margin:0;font-size:2.125rem;line-height:46px;color:#181e25;font-weight:700}.dla-ksiegowych-dzieki{padding:64px 0;background:#14182a}@media (min-width:1024px){.dla-ksiegowych-dzieki{padding:140px 0}}.dla-ksiegowych-dzieki .label{color:#fff;border-color:rgba(255,255,255,.1607843137)}.dla-ksiegowych-dzieki__intro{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:64px}@media (min-width:1024px){.dla-ksiegowych-dzieki__intro{margin-bottom:80px}}.dla-ksiegowych-dzieki__label{width:fit-content;margin-bottom:16px}.dla-ksiegowych-dzieki__title{margin:0;color:#fff;max-width:600px}.dla-ksiegowych-dzieki__grid{display:grid;grid-template-columns:1fr;gap:8px}@media (min-width:768px){.dla-ksiegowych-dzieki__grid{grid-template-columns:repeat(3,1fr);gap:8px}}.dla-ksiegowych-dzieki__box{background:#fff;border-radius:8px;padding:24px;min-height:250px}.dla-ksiegowych-dzieki__box-title{margin:0 0 16px;font-size:1.125rem;line-height:28px;color:#181e25;font-weight:700}.dla-ksiegowych-dzieki__box-text{margin:0;font-size:1rem;line-height:24px;color:#181e25}.dla-ksiegowych-wizja{padding:64px 0;background:#f8f7f5}@media (min-width:1024px){.dla-ksiegowych-wizja{padding:120px 0}}.dla-ksiegowych-wizja__text{text-align:center;max-width:1015px;margin:0 auto 16px}.dla-ksiegowych-wizja__text p{color:#181e25;font-size:3rem;line-height:44px}.dla-ksiegowych-wizja__text em{font-weight:300}.dla-ksiegowych-wizja__grid{display:grid;grid-template-columns:1fr;gap:8px}@media (min-width:768px){.dla-ksiegowych-wizja__grid{grid-template-columns:repeat(3,1fr)}}.dla-ksiegowych-wizja__box{display:flex;flex-direction:column;gap:48px;background-color:#e7fe52;min-height:390px;padding:24px;border-radius:8px}.dla-ksiegowych-wizja__icon img{width:64px;height:64px;display:block}.dla-ksiegowych-wizja__box-text{margin:0;font-size:2rem;line-height:32px;color:#181e25}.dla-ksiegowych-praktyka{padding:64px 0;background:#efede6}@media (min-width:1024px){.dla-ksiegowych-praktyka{padding:80px 0}}.dla-ksiegowych-praktyka__intro{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:64px}@media (min-width:1024px){.dla-ksiegowych-praktyka__intro{margin-bottom:80px}}.dla-ksiegowych-praktyka__label{width:fit-content}.dla-ksiegowych-praktyka__title{max-width:600px;margin:0}.dla-ksiegowych-praktyka__layout{display:flex;flex-direction:column;gap:8px}@media (min-width:900px){.dla-ksiegowych-praktyka__layout{flex-direction:row;align-items:flex-start;gap:8px}}.dla-ksiegowych-praktyka__list{display:flex;flex-direction:column;gap:8px}@media (min-width:900px){.dla-ksiegowych-praktyka__list{width:40%}}.dla-ksiegowych-praktyka__item{background:#fff;border-radius:8px;padding:24px;transition:background .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.dla-ksiegowych-praktyka__item:not(.is-active):hover{transform:translateX(4px)}.dla-ksiegowych-praktyka__button{width:100%;border:none;background:0 0;display:flex;align-items:center;gap:24px;text-align:left;padding:0;font-size:1.5rem;font-weight:700;color:#181e25;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1)}.dla-ksiegowych-praktyka__icon{transition:transform .4s cubic-bezier(.4,0,.2,1)}.is-active .dla-ksiegowych-praktyka__icon{transform:scale(1.1) rotate(-5deg)}.dla-ksiegowych-praktyka__icon img{width:40px;height:40px;object-fit:contain}.dla-ksiegowych-praktyka__content{max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);margin-top:0;margin-bottom:0;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1),margin .5s cubic-bezier(.4,0,.2,1)}.dla-ksiegowych-praktyka__content.is-open{max-height:500px;opacity:1;transform:translateY(0);margin-top:24px;margin-left:64px}.dla-ksiegowych-praktyka__text{font-size:1.125rem;line-height:28px;color:#181e25;margin:0}@media (min-width:900px){.dla-ksiegowych-praktyka__media{width:60%}}.dla-ksiegowych-praktyka__media-inner{position:relative;overflow:hidden;min-height:320px;display:flex;align-items:center;justify-content:center}.dla-ksiegowych-praktyka__image{border-radius:16px;max-width:100%;height:auto;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);aspect-ratio:729/680;object-fit:cover}.dla-ksiegowych-praktyka__image.is-fading{opacity:0;transform:translateY(8px)}.dla-ksiegowych-polec{padding:64px 0;background:linear-gradient(0deg,#181e25 30%,#1a8b8e 80%);position:relative;overflow:hidden}@media (min-width:768px){.dla-ksiegowych-polec{padding:80px 0}}@media (min-width:1024px){.dla-ksiegowych-polec{padding:80px 0}}.dla-ksiegowych-polec .container{position:relative;z-index:2}.dla-ksiegowych-polec__circles{width:100%;height:100%;position:absolute;overflow:hidden;top:10%;display:none;justify-content:center;align-items:center;z-index:1}@media (min-width:768px){.dla-ksiegowych-polec__circles{display:flex}}.dla-ksiegowych-polec__circles svg{position:absolute;right:0;left:0;margin:0 auto;pointer-events:none}@media (min-width:1024px){.dla-ksiegowych-polec__circles svg{right:-800px}}.dla-ksiegowych-polec__layout{display:flex;flex-direction:column;gap:64px}@media (min-width:1024px){.dla-ksiegowych-polec__layout{flex-direction:row;align-items:flex-end;gap:80px}}.dla-ksiegowych-polec__content{flex:1;display:flex;flex-direction:column}@media (min-width:1024px){.dla-ksiegowych-polec__content{width:50%;max-width:590px}}.dla-ksiegowych-polec__label{width:fit-content;background:0 0;color:#fff !important;border-color:rgba(255,255,255,.1607843137) !important;text-transform:uppercase;margin-bottom:16px}.dla-ksiegowych-polec__title{color:#fff;margin-bottom:64px;max-width:437px}.dla-ksiegowych-polec__title span{color:#e7fe52}.dla-ksiegowych-polec__text{margin-bottom:32px}.dla-ksiegowych-polec__text p{font-size:1rem;line-height:24px;color:#fff;margin:0 0 16px}@media (min-width:768px){.dla-ksiegowych-polec__text p{font-size:1.125rem;line-height:28px}}.dla-ksiegowych-polec__text p:last-child{margin-bottom:0}.dla-ksiegowych-polec__text strong{font-weight:700}.dla-ksiegowych-polec__form{margin-top:24px}.dla-ksiegowych-polec__image{display:flex;align-items:center;justify-content:center}@media (min-width:1024px){.dla-ksiegowych-polec__image{width:50%}}.dla-ksiegowych-polec__image img{max-width:100%;height:auto}.dla-ksiegowych-faq{background:linear-gradient(0deg,#e7fe52 0%,#f8f7f5 100%)}.dla-ksiegowych-faq .faq{background:0 0;padding:0 24px}.dla-ksiegowych-faq .faq .container{padding:80px 0;border-top:1px solid rgba(24,30,37,.1607843137)}@media (min-width:768px){.dla-ksiegowych-faq .faq .container{padding:220px 0}}.dla-ksiegowych-nowosci{padding:64px 0;background:#efede6}@media (min-width:1024px){.dla-ksiegowych-nowosci{padding:80px 0}}.dla-ksiegowych-nowosci__intro{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:64px}@media (min-width:1024px){.dla-ksiegowych-nowosci__intro{margin-bottom:80px}}.dla-ksiegowych-nowosci__label{width:fit-content}.dla-ksiegowych-nowosci__title{max-width:600px;margin:0}.dla-ksiegowych-nowosci__layout{display:flex;flex-direction:column;gap:8px}@media (min-width:900px){.dla-ksiegowych-nowosci__layout{flex-direction:row;align-items:flex-start;gap:8px}}.dla-ksiegowych-nowosci__list{display:flex;flex-direction:column;gap:8px}@media (min-width:900px){.dla-ksiegowych-nowosci__list{width:40%}}.dla-ksiegowych-nowosci__item{background:#fff;border-radius:8px;padding:24px;transition:background .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.dla-ksiegowych-nowosci__item:not(.is-active):hover{transform:translateX(4px)}.dla-ksiegowych-nowosci__button{width:100%;border:none;background:0 0;display:flex;align-items:center;gap:24px;text-align:left;padding:0;font-size:1.5rem;font-weight:700;color:#181e25;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1)}.dla-ksiegowych-nowosci__icon{transition:transform .4s cubic-bezier(.4,0,.2,1)}.is-active .dla-ksiegowych-nowosci__icon{transform:scale(1.1) rotate(-5deg)}.dla-ksiegowych-nowosci__icon img{width:40px;height:40px;object-fit:contain}.dla-ksiegowych-nowosci__content{max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);margin-top:0;margin-bottom:0;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1),margin .5s cubic-bezier(.4,0,.2,1)}.dla-ksiegowych-nowosci__content.is-open{max-height:500px;opacity:1;transform:translateY(0);margin-top:24px;margin-left:64px}.dla-ksiegowych-nowosci__text{font-size:1.125rem;line-height:28px;color:#181e25;margin:0}.dla-ksiegowych-nowosci__text ul{list-style-type:disc;list-style-position:outside;padding-left:24px}.dla-ksiegowych-nowosci__text p,.dla-ksiegowych-nowosci__text ul,.dla-ksiegowych-nowosci__text li{font-size:16px !important;color:#181e25 !important}@media (min-width:900px){.dla-ksiegowych-nowosci__media{width:60%}}.dla-ksiegowych-nowosci__media-inner{position:relative;overflow:hidden;min-height:320px;display:flex;align-items:center;justify-content:center}.dla-ksiegowych-nowosci__image{border-radius:16px;max-width:100%;height:auto;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);aspect-ratio:729/680;object-fit:cover}.dla-ksiegowych-nowosci__image.is-fading{opacity:0;transform:translateY(8px)}.pobierz{padding:120px 0 64px;background:#f8f7f5;min-height:100vh;position:relative;overflow:hidden}.pobierz .container{display:flex;justify-content:center;position:relative;z-index:1}.pobierz__circles{position:absolute;left:0;right:0;top:0;margin:0 auto;width:100%;height:100%;display:flex;align-items:center}.pobierz__circles svg{position:absolute;left:0;right:0;margin:0 auto;opacity:.15}.pobierz__circles svg:nth-child(1){width:90%}.pobierz__circles svg:nth-child(2){width:65%}.pobierz__circles svg:nth-child(3){width:40%}.pobierz__inner{display:flex;flex-direction:column;align-items:center;width:100%;max-width:670px;gap:48px}.pobierz__section{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;width:100%}.pobierz__label{padding:4px 12px 4px 4px !important}.pobierz__label span{background-color:#e7fe52;margin-right:12px;border-radius:16px;padding:4px 8px}.pobierz__title{font-size:1.75rem;letter-spacing:-.5px;line-height:1.25}@media (min-width:768px){.pobierz__title{font-size:2.25rem}}.pobierz__text{font-size:.9375rem;line-height:22px;color:#181e25;max-width:600px}.pobierz__btn{display:inline-flex;align-items:center;gap:12px;padding:4px 16px;border-radius:999px;background:#14182a;color:#fff;font-family:"Lato",sans-serif;font-size:.8125rem;font-weight:700;text-decoration:none;transition:transform .25s ease,opacity .25s ease;width:fit-content}.pobierz__btn:hover{transform:scale(1.03);opacity:.88}.pobierz__btn img{width:18px;height:18px;object-fit:contain;flex-shrink:0;filter:brightness(0) saturate(100%) invert(95%) sepia(60%) saturate(800%) hue-rotate(10deg)}.pobierz__apps{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;justify-content:center}.pobierz__app-btn{display:inline-flex;align-items:center;gap:16px;padding:16px 32px;border-radius:999px;border:1px solid rgba(20,24,42,.2);color:#14182a;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s ease;min-width:140px;justify-content:center}.pobierz__app-btn:hover{transform:scale(1.03)}.pobierz__app-btn img{width:28px;height:28px;filter:brightness(0)}.pobierz__divider{width:100%;border:none;border-top:2px dashed rgba(20,24,42,.15);margin:0}.pobierz__small-heading{font-size:.875rem;font-weight:700;color:#181e25}.pobierz__socials{display:flex;flex-direction:row;gap:16px;justify-content:center;flex-wrap:wrap}.pobierz__social-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#14182a;transition:transform .2s ease,background .2s ease}.pobierz__social-btn:hover{transform:scale(1.08);background:#242b4c}.pobierz__social-btn img{width:28px;height:28px;object-fit:contain;filter:brightness(0) invert(1)}.pobierz__opinion-row{display:flex;align-items:center;gap:24px;justify-content:center}.pobierz__opinion-arrow{font-size:1.25rem;font-weight:700;color:#14182a}.pobierz__rating{margin-top:-16px}.pobierz__rating img{max-width:260px;height:auto;box-shadow:0 4px 12px rgba(20,24,42,.1);margin:0 auto}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body,p{font-family:"Lato",sans-serif;font-weight:400;font-size:1.25rem;line-height:28px;letter-spacing:-.04px;color:rgba(24,30,37,.6392156863)}h1,h2,h3,h4,h5,h6{color:#181e25;font-weight:700}h1{font-size:2rem;letter-spacing:-1px;line-height:24px}@media (min-width:768px){h1{font-size:4rem;line-height:48px}}@media (min-width:1024px){h1{font-size:5.125rem;line-height:62px}}h2{font-size:1.75rem;letter-spacing:-1px}@media (min-width:768px){h2{font-size:2rem}}@media (min-width:1024px){h2{font-size:3rem;line-height:48px}}h4{font-size:1.5rem}@media (min-width:1024px){h4{font-size:2rem}}h5{font-size:1.125rem}@media (min-width:1024px){h5{font-size:1.5rem}}h6{font-size:1.125rem;line-height:24px;letter-spacing:-.4px}@media (min-width:1024px){h6{font-size:1.5rem;line-height:28px;letter-spacing:-.5px}}button{font-family:"Lato",sans-serif;cursor:pointer}img{width:100%;height:auto;display:block}a{text-decoration:none}.btn{padding:12px 16px;border-radius:32px;letter-spacing:-.25px;font-size:.875rem;line-height:16px;text-align:center;justify-content:center;font-weight:700;display:flex;align-items:center;gap:12px;transition:transform .3s ease,background-color .3s ease}.btn--primary{background:#e7fe52;color:#181e25}.btn--primary:hover{transform:scale(1.03);background-color:#48ddd4}.btn--secondary{background:#48ddd4;color:#181e25;text-transform:uppercase}.btn--secondary:hover{transform:scale(1.03);background-color:#e7fe52}.label{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:8px 12px;border-radius:24px;color:#14182a;border:1px solid rgba(24,30,37,.1607843137);font-size:.625rem;line-height:12px;letter-spacing:1px;text-transform:uppercase;font-weight:700}input[type=text],input[type=email],input[type=password],input[type=tel],select,textarea{font-family:"Lato",sans-serif;width:100% !important;border:1px solid #d8d8d8 !important;border-radius:100px !important;padding:12px 16px !important;font-size:.875rem !important}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,select::placeholder,textarea::placeholder{color:#8e8e8e !important}input[type=text]:focus,input[type=text]:focus-visible,input[type=email]:focus,input[type=email]:focus-visible,input[type=password]:focus,input[type=password]:focus-visible,input[type=tel]:focus,input[type=tel]:focus-visible,select:focus,select:focus-visible,textarea:focus,textarea:focus-visible{outline:1px solid #dadada !important}textarea{border-radius:8px !important;resize:none}.container{max-width:1388px;padding-inline:24px;width:100%;margin:0 auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#14182a}::-webkit-scrollbar-thumb:hover{background:#555}