@keyframes fall {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(100vh);
        opacity: 1;
    }
}@keyframes scaleItem {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        
        transform: scale(0);
        opacity: 0;
    }
}@keyframes rotateGradient {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}@keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}@keyframes slide-updown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    0% { transform: translateY(0); }
}@-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
}@keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
}@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}@keyframes fadeGradient {
    0%,100% { opacity: 0.5; }
    50% { opacity: 1; }
}@-webkit-keyframes backInUp {
    0% {
      -webkit-transform: translateY(1200px) scale(0.7);
      transform: translateY(1200px) scale(0.7);
      opacity: 0.7;
    }
  
    80% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }@keyframes backInUp {
    0% {
      -webkit-transform: translateY(1200px) scale(0.7);
      transform: translateY(1200px) scale(0.7);
      opacity: 0.7;
    }
  
    80% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
}@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}@keyframes arrowMove {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  70% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: .1;
  } 
}@keyframes squirelRuns {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-200px);
  }
}@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}@-webkit-keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}@keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}body{background:linear-gradient(0deg,#1b1b21 0%,#1b1b21 100%) , #1b1b21;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:auto}.pyck-info,.pyck-cta,.pyck-advantages__item,.pyck-advantages__video-presentation,.pyck-advantages__video-presentation::before,.pyck-reviews__item{will-change:transform , opacity}.pyck-site{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;overflow-x:hidden}.pyck-site__main{flex:1;position:relative;z-index:3}.modal-open .pyck-site__main{filter:blur(30px)}.modal-open .pyck-strypes{opacity:0}.pyck-strypes{column-gap:348px;z-index:-99;backface-visibility:hidden;perspective:1000}.pyck-strypes .stripe{width:2px;background:linear-gradient(0deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.00) 100%);opacity:.5;backface-visibility:hidden;perspective:1000;will-change:transform , opacity}.pyck-strypes .stripe-line{width:2px;height:245px;background-color:rgba(255,255,255,.24);opacity:0;animation:fall 5s ease-in 0s infinite forwards;will-change:transform , opacity}.pyck-strypes .stripe:nth-child(1) .stripe-line {animation-delay:.4s}.pyck-strypes .stripe:nth-child(2) .stripe-line {animation-delay:1.4s}.pyck-strypes .stripe:nth-child(3) .stripe-line {animation-delay:3s}.text-gradient-light{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.70) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;will-change:opacity , transform , background;transform:translateZ(0)}.text-gradient-light span{background:transparent;background-clip:unset;color:var(--bs-success-text-emphasis);-webkit-text-fill-color:var(--bs-success-text-emphasis)}.signup-banner{background:linear-gradient(0deg,rgba(0,0,0,.20) 0%,rgba(0,0,0,.20) 100%) , linear-gradient(90deg,#1bfef5 0%,#6f2f9f 100%) , linear-gradient(90deg,#19fff6 0%,#0f9994 100%);color:var(--bs-white);font-size:1rem;font-weight:700;line-height:1;padding:12px 0;cursor:pointer;backface-visibility:hidden;perspective:1000;will-change:opacity , transform , background;transform:translateZ(0)}.signup-banner svg{opacity:.35;transition:all .3s ease-in-out;animation:arrowMove 1.5s ease-in-out infinite}.signup-banner:hover svg{opacity:1;transition:all .3s ease-in-out}.pyck-site.signup-banner-on .navbar{margin-top:44px}.navbar{font-size:.875rem;line-height:1.25rem;background:rgba(27,27,33,.55);backdrop-filter:blur(8px)}.navbar::after{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);height:1px;width:1296px;background:radial-gradient(100% 62.87% at 50% 100%,rgba(255,255,255,.12) 0%,rgba(255,255,255,.00) 100%)}.navbar .nav-link{display:flex;align-items:center;column-gap:.75rem;position:relative}.navbar .nav-link::before{content:"";background-color:var(--bs-white);display:inline-block;width:3px;height:3px;opacity:.2}.navbar .nav-item:first-child .nav-link::before,.navbar .nav-link.dropdown-toggle::after{display:none}.nav-link:focus-visible{box-shadow:none!important}@media (min-width:1199.98px){.nav-link.dropdown-toggle{cursor:pointer;pointer-events:none}.nav-item.dropdown:hover>.dropdown-menu,.nav-item.dropdown.show>.dropdown-menu{display:block;animation:fadeInUp .3s ease-in 0s 1 forwards;margin-top:25px}}.navbar-brand img{width:106px;height:30px;object-fit:contain}.navbar-collapse{justify-content:center}.btn-login{border:none;color:var(--bs-white);font-size:1rem;font-weight:500;line-height:1.5rem;margin-right:16px;padding:0}.dropdown-menu .menu-item:not(:last-of-type) {margin-bottom:8px}.dropdown-menu .dropdown-item{border-radius:8px;color:#828599;column-gap:12px;line-height:1.25rem;padding:12px;white-space:normal;transition:all .3s ease-in-out;opacity:0}.dropdown-menu .dropdown-item .icon{display:flex;width:32px;min-width:32px;height:32px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background:rgba(255,255,255,.04)}.dropdown-menu .dropdown-item strong{color:var(--bs-white);font-size:1rem;font-weight:700;line-height:150%}.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item.active{background:rgba(255,255,255,.05)}.dropdown-menu .dropdown-item{animation:fadeInUp .4s ease-in 0s 1 forwards}.dropdown-menu .menu-item:nth-child(2) .dropdown-item {animation-delay:.2s}.dropdown-menu .menu-item:nth-child(3) .dropdown-item {animation-delay:.4s}.dropdown-menu .menu-item:nth-child(4) .dropdown-item {animation-delay:.6s}.dropdown-menu .menu-item:nth-child(5) .dropdown-item {animation-delay:.8s}.current-flag{margin-right:24px;padding:8px 0}.current-flag img{border-radius:100%;width:30px;height:30px;object-fit:cover}.wpml-ls-legacy-list-vertical{position:absolute;top:100%;left:50%;margin-left:-80px;min-width:173px;display:none;font-size:1.125rem;line-height:normal;z-index:99}.wpml-ls-legacy-list-vertical ul{display:flex;padding:12px 16px;flex-direction:column;align-items:flex-start;gap:8px;min-width:173px;border-radius:12px;border:2px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(243,238,255,.00) 0%,rgba(243,238,255,.04) 100%) , #1b1b21;box-shadow:0 12px 16px -4px rgba(16,24,40,.08) , 0 4px 6px -2px rgba(16,24,40,.03)}.wpml-ls-legacy-list-vertical ul li{width:100%;opacity:0}.wpml-ls ul .wpml-ls-current-language a{color:#19fff6}.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,.wpml-ls-legacy-dropdown a:focus,.wpml-ls-legacy-dropdown a:hover{background-color:transparent}.wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown{position:relative;padding:8px 0}.wpml-ls-item .wpml-ls-flag{border-radius:100%;width:30px;height:30px;object-fit:cover}.wpml-ls ul a{background-color:transparent;border:none;border-radius:8px;color:rgba(255,255,255,.90);display:flex;padding:8px;align-items:center;gap:8px;align-self:stretch}.wpml-ls ul a:hover{background:rgba(255,255,255,.05)}.navbar__lang-trigger.open .dropdown-menu,.navbar__lang-trigger.open .wpml-ls,.navbar__lang-trigger.open ul li{animation:fadeInUp .3s ease-in 0s 1 forwards;display:block}.navbar__lang-trigger ul li{opacity:0}.navbar__lang-trigger:hover ul li:first-child{animation-delay:.2s}.navbar__lang-trigger:hover ul li:last-child{animation-delay:.4s}.navbar__lang-trigger{margin-right:24px}.navbar__lang-trigger .btn.current-lang{border:1px solid rgba(255,255,255,.35);box-shadow:0 0 12px 0 rgba(255,255,255,.08) inset;font-size:.875rem;padding:11px 16px;display:flex;align-items:center;column-gap:8px}.navbar__lang-trigger .btn.current-lang .arrow{position:static}.current-lang .arrow svg{opacity:.3}.navbar__lang-trigger .btn.current-lang:hover{background-color:transparent;border-color:var(--bs-success-text-emphasis);color:var(--bs-white)}.navbar__lang-trigger .language-dropdown{font-size:.875rem;line-height:1.25rem;min-width:130px;max-width:130px;padding:16px 20px;right:0;margin-top:26px}.navbar__lang-trigger .language-dropdown a{display:flex;align-items:center;column-gap:8px;line-height:2.25rem}.navbar__lang-trigger .language-dropdown .lang-code{opacity:.8}.navbar__lang-trigger .language-dropdown li.active a,.navbar__lang-trigger .language-dropdown a:hover{color:rgba(25,255,246,1)}.navbar__lang-trigger .language-dropdown li.active .lang-code{opacity:.35}.navbar__contacts .dropdown-toggle::after{display:none}.navbar__contacts .dropdown-toggle.show{background:var(--bs-success-text-emphasis);border-color:var(--bs-success-text-emphasis);color:var(--bs-black)}.dropdown-menu--contacts{--bs-dropdown-spacer:26px;background:linear-gradient(0deg,#0f0e1a,#0f0e1a) , linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,0) 100%);border:2px solid rgba(255,255,255,.2);left:auto!important;right:0;min-width:352px;padding:32px}.dropdown-menu--contacts .dropdown-item{border-radius:0;color:rgba(255,255,255,.35);column-gap:0;padding:0;line-height:1.5rem}.dropdown-menu--contacts .dropdown-item:not(:last-child) {margin-bottom:24px}.dropdown-item.dropdown-item--person{border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:24px}.dropdown-item.dropdown-item--person:hover{background-color:transparent}.dropdown-item--person .person-photo{margin-right:16px}.dropdown-item--person img{width:72px;height:72px;object-fit:cover}.dropdown-item--person h4{color:var(--bs-white);font-size:1.25rem;margin-bottom:8px}.dropdown-menu--contacts .dropdown-item:not(.dropdown-item--person) {border:1px solid rgba(255,255,255,.1);border-radius:16px;column-gap:8px;padding:14px 16px}.dropdown-item--contact a{flex:1;font-size:1rem;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.pyck-site__footer{background:linear-gradient(0deg,rgba(255,255,255,.10) -100%,rgba(255,255,255,.00) 100%);background-color:#1b1b21;background-blend-mode:normal;color:rgba(255,255,255,.50);font-size:1rem;font-weight:500;line-height:150%;padding-top:79px}.animated-gradient{width:100%;height:600px;bottom:0;left:50%;transform:translateX(-50%);overflow:hidden}.animated-gradient::after{content:"";position:absolute;left:50%;bottom:-50%;margin-left:-294px;--size:588px;--speed:15s;--easing:cubic-bezier(.8,.2,.2,.8);width:var(--size);height:var(--size);filter: blur(calc(var(--size) / 7));background-image:linear-gradient(#03b0e9,#19fff6,#6f2f9f);animation:rotateGradient var(--speed) var(--easing) alternate infinite;border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;opacity:.1}.pyck-site__footer .container{position:relative;z-index:2}.footer-logo{display:inline-block;margin-bottom:16px}.footer-logo img{width:81px;height:46px;object-fit:cover}.footer-tagline{max-width:173px}.footer-tagline address{margin-top:4px;margin-bottom:16px}.footer-tagline a{text-decoration:underline;opacity:.5}.pyck-site__footer-menu{display:flex;column-gap:30px;list-style-type:none;padding-left:8px}.pyck-site__footer-menu li.menu-item-has-children{flex:1}.pyck-site__footer-menu li.menu-item-has-children>a{color:var(--bs-white);display:block;pointer-events:none;cursor:context-menu;font-weight:700;line-height:150%;text-decoration:none;margin-bottom:16px}.pyck-site__footer-menu .sub-menu{list-style-type:none;margin-bottom:0;padding-left:0}.pyck-site__footer-menu .sub-menu li:not(:last-child) {margin-bottom:16px}.pyck-site__footer-menu .sub-menu a{color:rgba(255,255,255,.5);text-decoration:none;transition:all .3s ease-in-out}.pyck-site__footer-menu .sub-menu a[aria-current="page"],.pyck-site__footer-menu .sub-menu a:hover{color:rgba(255,255,255,1);transition:all .3s ease-in-out}.pyck-site__bottom-footer{color:#667085;padding:48px 0;position:relative;z-index:3}.pyck-social-pages{column-gap:24px}.pyck-social-pages a{color:rgba(255,255,255,.35);display:block;transition:all .3s ease-in-out}.pyck-social-pages a:hover{color:rgba(255,255,255,1);transition:all .3s ease-in-out}.pyck-site__footer-contacts{background:linear-gradient(90deg,#1bfef5 0%,#6f2f9f 100%) , linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2));color:var(--bs-white);padding:19px 24px}.pyck-site__footer-contacts .contacts-wrapper{column-gap:16px}.contacts-wrapper__blk--phone .icon{margin-right:4px;transform:perspective(200px)}.contacts-wrapper__blk--phone .icon svg{animation:tilt-shaking 1s linear 0s infinite forwards}.contacts-wrapper__blk--phone:hover .icon svg{animation-play-state:paused}.pyck-site__compliance{column-gap:20px}.pyck-site__compliance .item svg path,.pyck-site__compliance .item svg rect{transition:all .3s ease-in-out}.pyck-site__compliance .item svg rect{fill:rgba(255,255,255,.08)}.pyck-site__compliance .item svg path{fill:rgba(255,255,255,.5)}.pyck-site__compliance .item:hover svg path{fill:rgba(255,255,255,1);transition:all .3s ease-in-out}.pyck-site__compliance .item--climate:hover svg rect{transition:all .3s ease-in-out}.pyck-site__compliance .item--climate:hover svg rect{fill:#0793c1}.pyck-site__compliance .item--gdpr:hover svg rect{fill:#0052b4}.pyck-site__compliance .item--remote:hover svg rect{fill:#40628b}.pyck-site__compliance .item--compliant:hover svg rect{fill:#0052b4}.pyck-hero-section{color:rgba(239,237,253,.70);font-size:1rem;font-weight:500;line-height:150%;padding-top:196px;padding-bottom:59px}.pyck-tagline,.tagline-label{border-radius:2rem;color:rgba(255,255,255,.2);display:inline-flex;font-size:.875rem;font-weight:700;line-height:1.25rem;margin-bottom:14px;padding:4px 12px;background:linear-gradient(90deg,#1bfef5 0%,#6f2f9f 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative;z-index:1}.pyck-tagline::before,.tagline-label::before{content:"";border-radius:inherit;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.00);box-shadow:0 -7px 11px 0 rgba(164,143,255,.12) inset;z-index:-1}.pyck-hero-section h1{font-size:2.25rem;font-weight:700;line-height:130%;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.70) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.pyck-hero-section p{margin-bottom:30px}.pyck-hero-section__actions{column-gap:24px}.pyck-hero-section__mockup::before{content:"";position:absolute;top:0;left:0;width:630px;height:596px;background-image:url(https://pyck.ai/wp-content/themes/pycks/img/backdrop-blur.svg);background-size:contain;background-position:center;background-repeat:no-repeat;margin:-170px 0 0 -50px;z-index:-1}.pyck-hero-section__mockup img{min-width:650px;margin-left:-50px}.subscribe-form-wrapper{display:flex;position:relative;max-width:387px}.subscribe-form-wrapper .wpcf7-form-control-wrap{display:block}.subscribe-form-wrapper .wpcf7-form-control:not(.wpcf7-submit) {border-radius:100px;height:72px;padding:12px 11px 12px 24px;background:linear-gradient(0deg,var(--alpha-white-3,rgba(0,0,0,.03)),var(--alpha-white-3,rgba(0,0,0,.03))) , linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 100%);border: 1px solid var(--alpha-black-8, #FFFFFF14);box-shadow: 0px 0px 12px 0px #FFFFFF14 inset;color:var(--bs-white);width:100%}.subscribe-form-wrapper .wpcf7-form-control:not(.wpcf7-submit)::placeholder {color:rgba(255,255,255,.5)}.subscribe-form-wrapper .wpcf7-not-valid-tip{display:none}.subscribe-form-wrapper .wpcf7-submit{background:var(--base-primary,#00e5ff);position:absolute;top:0;right:0;font-size:0;width:48px;height:48px;border-radius:50%;margin:12px 11px 0 0;background-image:url(data:image/svg+xml,%3Csvg\ width=\'20\'\ height=\'17\'\ viewBox=\'0\ 0\ 20\ 17\'\ fill=\'none\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath\ d=\'M0.999999\ 8.5L19\ 8.5C18.9999\ 8.08773\ 18.8209\ 7.69235\ 18.5024\ 7.40074L12.0523\ 1.5M12.0523\ 15.5L18.5024\ 9.59926C18.8205\ 9.30748\ 18.9991\ 8.91212\ 18.9989\ 8.5\'\ stroke=\'%23030114\'\ stroke-width=\'2\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A);background-position:center;background-repeat:no-repeat;background-size:14px;border:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.subscribe-form-wrapper .wpcf7-submit:focus{box-shadow:none;outline:none}.subscribe-form-wrapper .wpcf7-submit:active{transform:scale(.95);transform-origin:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.subscribe-form-wrapper .wpcf7-spinner{position:absolute;right:0;bottom:0;margin:10px 24px -24px 0}.pyck-trusted-by-section{background:#030114;padding-top:34px;padding-bottom:1px}.pyck-trusted-by-section--know-of{padding-top:40px;padding-bottom:120px}.pyck-trusted-by-section .section-heading{font-size:3.5rem;margin-bottom:30px}.trusted-by-logos{margin-bottom:34px;padding:6px 0}.trusted-by-logos .item{border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.10);height:72px;padding:6px 30px;text-align:center;cursor:grabbing;display:flex;align-items:center;justify-content:center}.trusted-by-logos .item::after{content:"";position:absolute;top:-6px;left:100%;width:16px;height: calc(100% + 12px);background-image:url(https://pyck.ai/wp-content/themes/pycks/img/item-border.svg);background-size:contain;background-position:center;background-repeat:no-repeat;margin-left:5px}.trusted-by-logos .item img{width:100%;height:40px;object-fit:contain;object-position:center;filter:grayscale(1) brightness(10);opacity:84%}.reviews-swiper{float:right;max-width:395px;padding-top:17px;padding-left:12px;margin:-215px 0 0 -12px;z-index:33}.reviews-swiper .swiper-slide{background:linear-gradient(0deg,rgba(255,255,255,.04),rgba(255,255,255,.04)) , linear-gradient(180deg,rgba(243,238,255,0) 0%,rgba(243,238,255,.04) 100%);background-color:#26262d;backdrop-filter:blur(100px);border-radius:16px;margin-bottom:16px;position:relative;overflow:hidden}.reviews-swiper .review-card{padding:24px 32px}.review-card .review-description{font-size:1.125rem;line-height:150%;font-weight:400;margin-bottom:16px}.review-card .review-author__name{font-size:.875rem;line-height:1.25rem;margin-bottom:4px}.review-card .review-author__position{display:block;font-size:.75rem;font-weight:500;line-height:100%;color:#828599}.swiper-slide .slide-logo{mask-size:contain;mask-composite:add;mask-mode:match-source;background-color:rgba(239,237,253,.7);height:40px;width:100%}.swiper-controls{align-items:center}.swiper-controls .swiper-button-prev,.swiper-controls .swiper-button-next{color:#4c4e59;width:32px;height:32px;margin:0;opacity:.5;transition:all .3s ease-in-out}.swiper-controls .swiper-button-prev:hover,.swiper-controls .swiper-button-next:hover{opacity:1;transition:all .3s ease-in-out}.swiper-controls .swiper-button-prev::after{content:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 320\ 512\'\ fill=\'%23F0F1F7\'%3E%3Cpath\ d=\'M9.4\ 233.4c-12.5\ 12.5-12.5\ 32.8\ 0\ 45.3l192\ 192c12.5\ 12.5\ 32.8\ 12.5\ 45.3\ 0s12.5-32.8\ 0-45.3L77.3\ 256\ 246.6\ 86.6c12.5-12.5\ 12.5-32.8\ 0-45.3s-32.8-12.5-45.3\ 0l-192\ 192z\'/%3E%3C/svg%3E)}.swiper-controls .swiper-button-next::after{content:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 320\ 512\'\ fill=\'%23F0F1F7\'%3E%3Cpath\ d=\'M310.6\ 233.4c12.5\ 12.5\ 12.5\ 32.8\ 0\ 45.3l-192\ 192c-12.5\ 12.5-32.8\ 12.5-45.3\ 0s-12.5-32.8\ 0-45.3L242.7\ 256\ 73.4\ 86.6c-12.5-12.5-12.5-32.8\ 0-45.3s32.8-12.5\ 45.3\ 0l192\ 192z\'/%3E%3C/svg%3E)}.swiper-controls .swiper-button-prev::after,.swiper-controls .swiper-button-next::after{width:14px;font-size:0}.swiper-controls .swiper-pagination{width:auto}.swiper-pagination .swiper-pagination-bullet{background:#222326;border-radius:200px;width:12px;height:12px;margin:0 5px;opacity:.5;transition:all .3s ease-in-out}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--bs-success-text-emphasis)}#trustedByLogos .swiper-wrapper{transition-timing-function:linear!important;will-change:transform}.pyck-benefits{overflow:hidden;padding-bottom:60px}.pyck-benefits__item{color:rgba(255,255,255,.5);font-weight:500;line-height:150%;position:relative;padding-bottom:36px;padding-top:24px}.pyck-benefits__item::before,.pyck-benefits__item::after{content:"";position:absolute;left:0;margin-left:-34px;width:1px;top:0}.pyck-benefits__item::before{height:100%;background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.00) 100%)}.pyck-benefits__item::after{height:16px;background:rgba(255,255,255,.24);animation:fall 4s ease-in 0s infinite forwards}.pyck-benefits__item.border-0::after,.pyck-benefits__item.border-0::before{display:none}.pyck-benefits__item.item--2::after{animation-delay:.6s}.pyck-benefits__item.item--3::after{animation-delay:.3s}.pyck-benefits__item.item--4::after{animation-delay:.9s}.pyck-benefits__item .icon{display:inline-block;width:48px;height:48px;margin-bottom:12px}.pyck-benefits__item h5{font-size:1rem;line-height:150%;margin-bottom:4px}.pyck-advantages{background:linear-gradient(180deg,#030014 0%,rgba(3,0,20,0) 50%);padding-top:30px;padding-bottom:40px}.pyck-advantages::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:25%;background:linear-gradient(0deg,#030014 0%,rgba(3,0,20,.00) 100%)}.pyck-advantages__item{border-radius:20px;background:#060516;color:var(--bs-light);line-height:150%;margin-bottom:24px;min-height:calc(100% - 24px);overflow:hidden;position:relative}.pyck-advantages__item.item--xxl{background:linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,.00) 100%) , #060516;display:flex;flex-direction:column;min-height:560px;padding:0 38px 0 44px}.pyck-advantages__item.item--xxl.item--xxl--1{padding-right:0}.pyck-advantages__item.item--xxl .row{flex:1;align-items:center}.pyck-advantages__item.item--xxl .item-mockup{height:560px;background-position:center;background-repeat:no-repeat}.pyck-advantages__item.item--4{background-position:inherit}.item--xxl.sustainability-benefit .item-mockup{background-size:cover;background-repeat:no-repeat}.pyck-advantages__item.item--xxl .item-description{padding:0 30px}.pyck-advantages__item.item--xxl--4 .row{flex-direction:row-reverse}.pyck-advantages__item .tagline{border-radius:32px;display:inline-block;margin-bottom:16px;padding:4px 13px 4px 8px;position:relative;overflow:hidden;background:linear-gradient(90deg,#1bfef5 0%,#6f2f9f 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:.875rem;line-height:1.25rem;font-weight:700;z-index:1}.pyck-advantages__item .tagline::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.00);box-shadow:0 -7px 11px 0 rgba(164,143,255,.12) inset;z-index:-1}.pyck-advantages__item h3{font-size:var(--bs-font-size-xl);background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.70) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:15px}.pyck-advantages__item .item-content{padding:40px 54px 64px}.pyck-advantages__item .item-mockup{background-size:cover;background-position:center;height:365px;position:relative}.pyck-advantages__item .item-mockup::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:160px;background:linear-gradient(0deg,#030014 0%,rgba(3,0,20,.00) 100%)}.pyck-advantages__item.item-new{border-radius:20px}.pyck-advantages__item.item-new h3{font-size:1.75rem;line-height:150%;margin-bottom:15px}.pyck-advantages__item.item-new .item-mockup{height:345px}.pyck-advantages__item.item-new .item-content{padding:16px 32px 32px}.pyck-advantages__video-presentation{border:3px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(243,238,255,.08) 0%,rgba(243,238,255,.00) 100%) , #060516;height:563.45px;row-gap:29px;padding-bottom:64px;position:relative;z-index:1}.pyck-advantages__video-presentation::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:100%;background:url(https://pyck.ai/wp-content/themes/pycks/img/video-cover-gradient.svg) no-repeat bottom;background-size:cover;z-index:-1;animation:fadeGradient 6s ease-in-out 0s infinite forwards}.pyck-advantages__video-presentation h2{font-size:60.982px;line-height:130%}.section-heading{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.70) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:var(--bs-font-size-xl);line-height:130%;margin-bottom:32px}.pyck-reviews{background:linear-gradient(0deg,#030114,#030114);margin-bottom:89px}.pyck-reviews__item{text-align:center}.pyck-reviews__item .review-logo{max-width:142px;height:auto;margin-bottom:32px}.pyck-reviews__item .item-content{font-size:var(--bs-font-size-xl,1.5rem);line-height:150%}.pyck-reviews__item .item-content p{margin-bottom:0}.pyck-reviews__item .item-meta__user{flex-direction:column;margin:30px auto 0}.pyck-reviews__item .item-meta__user img{width:64px;height:64px;object-fit:cover;margin-bottom:15px}.pyck-reviews__item .item-meta__user h3{font-size:1.125rem;line-height:150%;margin-bottom:4px}.pyck-reviews__item .item-meta__user .position{color:rgba(255,255,255,.5);font-size:1.125rem;line-height:150%}.carousel-controls{max-width:calc(100% - 24px)}.carousel-control-btn{cursor:pointer;width:48px;height:48px;opacity:.2;transition:all .3s ease-in-out}.carousel-control-btn:hover{opacity:1;transition:all .3s ease-in-out}.pyck-reviews .carousel-controls__dots{width:auto}.carousel-controls__dots{display:flex;align-items:center;justify-content:center;column-gap:16px}.carousel-controls__dots .dot,.carousel-controls__dots .swiper-pagination-bullet{background-color:#222326;border-radius:50%;cursor:pointer;width:18px;height:18px}.carousel-controls__dots .dot.tns-nav-active,.carousel-controls__dots .swiper-pagination-bullet-active{background-color:var(--bs-success-text-emphasis)}.pyck-info{background:linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,.00) 100%) , #060516;margin-bottom:100px;padding:80px 74px 80px 80px}.pyck-info__mockup{position:absolute;right:0;top:0;width:50%;height:100%;object-fit:cover}.pyck-info:not(.pyck-why) .custom-checked-list {font-size:1.5rem;line-height:1.75rem}.custom-checked-list{color:#aaa;font-size:1.125rem;font-weight:400;line-height:150%;margin-bottom:0}.custom-checked-list li{margin-bottom:30px;padding-left:40px;position:relative}.custom-checked-list li::before{content:"";position:absolute;top:0;left:0;width:28px;height:28px;background:url(https://pyck.ai/wp-content/themes/pycks/img/check-icon.svg) no-repeat center;background-size:contain}.pyck-info.pyck-info--open-source{border:2px solid rgba(255,255,255,.10)}.pyck-info .open-source__description{color:#adadad;font-size:1.125rem;line-height:150%;padding:119px 54px}.pyck-info .open-source__description p:last-of-type{margin-bottom:0}.pyck-info .open-source__mockup img{position:absolute;left:0;width:100%;height:100%;object-fit:cover}.arrow-container{float:right;position:relative;width:420px;height:397px}.arrow{position:absolute;transform-origin:50% 50%}.top-arrow{top:0;left:50%;margin-left:-126px}.bottom-right-arrow{bottom:0;right:0;margin-bottom:-24px}.bottom-left-arrow{bottom:0;left:0}.pyck-steps{padding-bottom:130px}.pyck-steps__item{color:rgba(239,237,253,.60);font-weight:500;line-height:150%;height:100%;padding-bottom:46px;position:relative;backface-visibility:hidden;perspective:1000}.pyck-steps__item::after{content:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'25\'\ height=\'24\'\ viewBox=\'0\ 0\ 25\ 24\'\ fill=\'none\'%3E%3Cpath\ d=\'M24.5\ 12C24.5\ 5.37258\ 19.1274\ 0\ 12.5\ 0C5.87258\ 0\ 0.5\ 5.37258\ 0.5\ 12C0.5\ 18.6274\ 5.87258\ 24\ 12.5\ 24C19.1274\ 24\ 24.5\ 18.6274\ 24.5\ 12Z\'\ fill=\'url\(%23paint0_linear_10_29298\)\'\ fill-opacity=\'0.08\'/%3E%3Cpath\ d=\'M12.5\ 9L15.5\ 12L12.5\ 15L9.5\ 12L12.5\ 9Z\'\ fill=\'%23F3EEFF\'/%3E%3Cpath\ d=\'M24\ 12C24\ 5.64873\ 18.8513\ 0.5\ 12.5\ 0.5C6.14873\ 0.5\ 1\ 5.64873\ 1\ 12C1\ 18.3513\ 6.14873\ 23.5\ 12.5\ 23.5C18.8513\ 23.5\ 24\ 18.3513\ 24\ 12Z\'\ stroke=\'%23F3EEFF\'\ stroke-opacity=\'0.06\'/%3E%3Cdefs%3E%3ClinearGradient\ id=\'paint0_linear_10_29298\'\ x1=\'12.5\'\ y1=\'0\'\ x2=\'12.5\'\ y2=\'24\'\ gradientUnits=\'userSpaceOnUse\'%3E%3Cstop\ stop-color=\'%23F3EEFF\'\ stop-opacity=\'0\'/%3E%3Cstop\ offset=\'1\'\ stop-color=\'%23F3EEFF\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E);position:absolute;bottom:0;left:50%;width:25px;height:25px;margin-left:-13px;animation:scaleItem 3s ease-in-out 0s infinite forwards;opacity:0}.pyck-steps__item.item--2::after{animation-delay:.6s}.pyck-steps__item.item--3::after{animation-delay:1s}.pyck-steps__item.item--4::after{animation-delay:1.2s}.pyck-steps__item .icon{background-size:cover;background-position:center;background-repeat:no-repeat;width:48px;height:49px;margin-bottom:11px}.pyck-steps__item h5{font-size:1rem;line-height:150%;margin-bottom:0}.pyck-steps__wrap{margin-bottom:66px}.pyck-steps__wrap::after{content:"";position:absolute;bottom:12px;left:50%;transform:translateX(-50%);width:calc(100% - 216px);height:1px;background:linear-gradient(90deg,rgba(255,255,255,.00) 0%,rgba(255,255,255,.08) 24.33%,rgba(255,255,255,.08) 49.55%,rgba(255,255,255,.08) 74.78%,rgba(255,255,255,.00) 100%)}.pyck-why{padding-top:96px;padding-bottom:96px}.pyck-why .custom-checked-list{margin-bottom:40px}.pyck-info__actions{column-gap:24px}.pyck-why__mockup-wrap{padding-top:63px}.pyck-why__hand-mockup{position:relative;z-index:3}.pyck-why__mockup-wrap::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:265px;background:linear-gradient(0deg,#060415 0%,rgba(6,4,21,.00) 100%);z-index:3}.pyck-blog-section{background:linear-gradient(180deg,#030114 0%,rgba(3,1,20,0) 72.49%) , linear-gradient(0deg,#030114,#030114);padding-bottom:52px}.pyck-cta{background:linear-gradient(180deg,#030014 0%,rgba(3,0,20,.00) 97.11%);background-color:#1b1b21;background-blend-mode:normal;color:rgba(239,237,253,.7);padding-top:150px;padding-bottom:158px;line-height:150%}.page-template-cloud-wms .pyck-cta{padding-top:126px}.pyck-cta--inverse{background:none;padding-top:24px;padding-bottom:88px}.pyck-cta--bg-inverse{background:linear-gradient(0deg,#030014 0%,rgba(3,0,20,.00) 97.11%)}.pyck-cta h2,.pyck-cta .description h2,.pyck-facts--wms .section-heading{font-size:3.5rem;line-height:130%;margin-bottom:12px}.pyck-cta p{margin-bottom:30px}.pyck-cta .description h2{font-weight:700;letter-spacing:-1px;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.70) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.page-heading{color:rgba(239,237,253,.70);font-size:1.125rem;line-height:1.75rem;padding-top:173px;padding-bottom:72px}.page-heading h1{font-size:var(--bs-font-size-xxl);line-height:111%;margin-bottom:14px}.page-heading__description p{margin-bottom:0}.page-heading--with-btn .page-heading__description{margin-bottom:44px}.page-heading--single-post h1{font-size:var(--bs-font-size-xl);font-weight:700;line-height:130%;margin-bottom:24px}.page-heading--single-post p{margin-bottom:32px}.page-heading--single-post .post-categories{column-gap:8px;justify-content:center;margin-bottom:60px}.page-template__content{padding-top:84px;position:relative;z-index:1}.page-template__content::before{content:"";position:absolute;top:0;left:0;width:100%;height:709px;background:linear-gradient(0deg,#1b1b21 0%,rgba(27,27,33,.00) 100%)}.content-top-image{max-height:710px;overflow:hidden}.content-top-image img{opacity:.1}.pyck-industry-solutions::before{content:"";position:absolute;top:0;left:50%;width:100vw;height:666px;background:linear-gradient(0deg,#030014 0%,rgba(3,0,20,.00) 100%);transform:translateX(-50%)}.pyck-industry-solutions::after{content:"";position:absolute;top:650px;left:50%;width:100vw;height:58%;background:linear-gradient(180deg,#030014 0%,rgba(3,0,20,.00) 100%);transform:translateX(-50%)}.pyck-industry-solutions .pyck-industry-solutions__item:nth-child(2n+1) .row {flex-direction:row-reverse}@media screen and (min-width:1140px){.pyck-industry-solutions__item{min-width:1266px;transform:translateX(-63px)}}.pyck-industry-solutions__item{background:linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,.00) 100%) , #060516;color:#adadad;font-size:1.125rem;font-weight:300;line-height:150%;margin-bottom:60px}.pyck-industry-solutions__item .item-description{padding:0 61px}.pyck-industry-solutions__item .item-description *{margin-bottom:16px}.pyck-industry-solutions__item h2{font-size:var(--bs-font-size-xl)}.pyck-industry-solutions__item p{letter-spacing:-.18px}.pyck-industry-solutions__item .item-cover::before{content:"";position:absolute;bottom:0;left:0;right:0;height:160px;background:linear-gradient(0deg,#030014 8.75%,rgba(3,0,20,.00) 100%)}.pyck-faq{background:linear-gradient(0deg,#030014 0%,rgba(3,0,20,.00) 100%);background-color:#1b1b21;padding-bottom:137px}.pyck-faq--bg-inverse{background:linear-gradient(180deg,#030014 0%,rgba(3,0,20,.00) 100%)}.pyck-faq--no-bg{background:none}.pyck-faq .section-heading{margin-bottom:70px}.sustainability-benefits{background:radial-gradient(81.78% 37.74% at 50% 26.56%,rgba(148,101,255,.08) 0%,rgba(3,0,20,.00) 100%);padding-bottom:100px;position:relative;z-index:1}.sustainability-benefits::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(0deg,#030014 0%,rgba(3,0,20,.00) 100%)}.pyck-product-prices{padding-top:35px;padding-bottom:169px}.pyck-product-prices__heading{color:rgba(255,255,255,.8);font-weight:500;margin-bottom:84px}.pyck-product-prices__wrap{background:linear-gradient(180deg,rgba(243,238,255,.00) 0%,rgba(243,238,255,.04) 100%) , rgba(255,255,255,.04);backdrop-filter:blur(17.5px);padding:49px 30px 15px 50px}.pyck-product-prices__wrap .row{--bs-gutter-x:30px}.price-table{color:rgba(239,237,253,.70);font-size:.875rem;line-height:150%}.price-table__values{align-items:end;color:rgba(255,255,255,.5);gap:4px;font-size:1.0625rem;font-weight:500;margin-bottom:20px}.price-table__values h3{font-size:2.25rem;line-height:128%}.price-table__title{font-size:1.75rem;margin-bottom:20px}.price-table p{margin-bottom:51px}.price-table--popular{margin-top:-95px;padding:30px}.price-table--popular .multicolor-gradient-label{font-size:.625rem;letter-spacing:.833px;line-height:normal;margin-bottom:55px;padding:0}.price-table--popular .multicolor-gradient-label::before{display:none}.price-table--popular .price-table__values{margin-bottom:20px}.price-table--popular .price-table__values h3{font-size:1.625rem;line-height:177%}.price-table--popular p{margin-bottom:20px}.pyck-product-benefits{background:linear-gradient(180deg,rgba(3,1,20,.00) 0%,#030114 35.56%);padding-top:34px;padding-bottom:34px}.pyck-product-benefits__item{background:linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,.00) 100%) , #060516;color:rgba(239,237,253,.70);font-size:1.125rem;line-height:150%;margin-bottom:24px;position:relative}.pyck-product-benefits .pyck-product-benefits__item:last-of-type{margin-bottom:0}.pyck-product-benefits__item .item-description{padding:64px 55px}.pyck-product-benefits__item .row.flex-row-reverse .item-description{padding-right: calc(var(--bs-gutter-x) * .5)}.pyck-product-benefits__item p{margin-bottom:32px}.pyck-product-benefits__item ul{color:#a4a4a4;font-size:1.5rem;line-height:117%;list-style-type:none;margin-bottom:0;padding-left:0}.pyck-product-benefits__item ul li{position:relative;padding-left:40px}.pyck-product-benefits__item ul li:not(:last-child) {margin-bottom:32px}.pyck-product-benefits__item ul li::before{content:url(data:image/svg+xml,%3Csvg\ width=\'28\'\ height=\'29\'\ viewBox=\'0\ 0\ 28\ 29\'\ fill=\'none\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Crect\ y=\'0.724976\'\ width=\'28\'\ height=\'28\'\ rx=\'14\'\ fill=\'%237C90F8\'\ fill-opacity=\'0.1\'/%3E%3Crect\ y=\'0.724976\'\ width=\'28\'\ height=\'28\'\ rx=\'14\'\ fill=\'url\(%23paint0_linear_255_3464\)\'/%3E%3Cpath\ fill-rule=\'evenodd\'\ clip-rule=\'evenodd\'\ d=\'M19.9457\ 9.34667L11.5923\ 17.4083L9.37568\ 15.04C8.96734\ 14.655\ 8.32568\ 14.6317\ 7.85901\ 14.9583C7.40401\ 15.2967\ 7.27568\ 15.8917\ 7.55568\ 16.37L10.1807\ 20.64C10.4373\ 21.0367\ 10.8807\ 21.2817\ 11.3823\ 21.2817C11.8607\ 21.2817\ 12.3157\ 21.0367\ 12.5723\ 20.64C12.9923\ 20.0917\ 21.0073\ 10.5367\ 21.0073\ 10.5367C22.0573\ 9.46333\ 20.7857\ 8.51833\ 19.9457\ 9.335V9.34667Z\'\ fill=\'%2319FFF6\'/%3E%3Cdefs%3E%3ClinearGradient\ id=\'paint0_linear_255_3464\'\ x1=\'14\'\ y1=\'0.724976\'\ x2=\'14\'\ y2=\'28.725\'\ gradientUnits=\'userSpaceOnUse\'%3E%3Cstop\ stop-color=\'%23F3EEFF\'\ stop-opacity=\'0\'/%3E%3Cstop\ offset=\'1\'\ stop-color=\'%23F3EEFF\'\ stop-opacity=\'0.04\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E);position:absolute;left:0}.pyck-product-benefits__item ul li:hover::before{animation:tilt-shaking .3s cubic-bezier(.175,.885,.32,1.275) 0s infinite forwards}.pyck-product-benefits__item .row.flex-row-reverse .item-mockup::before{left:auto;right:0}.pyck-product-benefits__item p>a{background-color:#19fff6;border:1px solid #19fff6;border-radius:6.25rem;color:#000;display:inline-block;padding:.6875rem 1.5rem;font-weight:500;line-height:1.5rem;text-decoration:none;transition:all .3s ease-in-out}.pyck-product-benefits__item p>a:hover{background:linear-gradient(180deg,rgba(60,8,126,.00) 0%,rgba(60,8,126,.32) 100%) , linear-gradient(180deg,rgba(207,184,255,.24) 0%,rgba(207,184,255,.00) 100%) , rgba(25,255,246,.35);color:#fff}.pyck-product-benefits__item .animated-svg{position:relative;z-index:4}.animated-svg--updown svg g,.animated-svg--updown .path-one,.animated-svg--second svg{animation:slide-updown 1s ease-in-out 0s infinite forwards}.animated-svg--updown .path-one{animation-delay:.1s}.animated-svg--second svg{animation-duration:1.4s}.subscribe-modal .modal-dialog{color:rgba(239,237,253,.70);font-size:1.125rem;line-height:150%;min-width:720px}.subscribe-modal .modal-content{background:linear-gradient(180deg,rgba(243,238,255,.08) 0%,rgba(243,238,255,.00) 100%) , #060516;border:none}.subscribe-modal .modal-header{border:none;padding:40px 50px 12px}.subscribe-modal .modal-body{padding:12px 50px 20px}.subscribe-modal .modal-title{font-size:var(--bs-font-size-xl);font-weight:700;line-height:130%;margin-bottom:0}.subscribe-modal .modal-title span{color:var(--bs-success-text-emphasis);font-weight:400}.subscribe-modal p{margin-bottom:24px}.form-group{margin-bottom:32px;position:relative}.form-group p{margin-bottom:0}.form-group .form-control{border-radius:12px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.05);color:var(--bs-white);padding:16px}.form-group .form-control::placeholder{color:rgba(239,237,253,.70)}.form-group textarea.form-control{height:130px;resize:none}.form-group .wpcf7-form-control-wrap{display:block}.wpcf7-acceptance .wpcf7-list-item{color:rgba(255,255,255,.3);font-size:1rem;line-height:1.5rem;margin-left:0}.wpcf7-acceptance .wpcf7-list-item label{display:flex;align-items:center}.wpcf7-acceptance .wpcf7-list-item a{color:inherit;text-decoration:underline}.wpcf7-acceptance .wpcf7-list-item .custom-checkbox{display:none}.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label{position:relative;padding-left:32px}.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before{content:"";position:absolute;left:0;width:20px;height:20px;border-radius:6px;border:1px solid #19fff6;background:rgba(255,255,255,.10);text-align:center;line-height:20px;top:50%;margin-top:-10px}.custom-checkbox:checked+.wpcf7-list-item-label::before{content:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 448\ 512\'\ fill=\'%2319FFF6\'\ width=\'.875rem\'\ height=\'.875rem\'%3E%3Cpath\ d=\'M438.6\ 105.4c12.5\ 12.5\ 12.5\ 32.8\ 0\ 45.3l-256\ 256c-12.5\ 12.5-32.8\ 12.5-45.3\ 0l-128-128c-12.5-12.5-12.5-32.8\ 0-45.3s32.8-12.5\ 45.3\ 0L160\ 338.7\ 393.4\ 105.4c12.5-12.5\ 32.8-12.5\ 45.3\ 0z\'/%3E%3C/svg%3E)}.wpcf7-spinner{float:left;margin:15px 0 0 calc(100% - 200px)}.wpcf7-not-valid-tip{font-size:.675rem;position:absolute;left:0;white-space:nowrap}.form-control.wpcf7-not-valid{border-color:red;color:#ff6565}.form-control.wpcf7-not-valid::placeholder{color:#ff6565}.form-control.wpcf7-not-valid+span.wpcf7-not-valid-tip{display:none}.wpcf7 form .wpcf7-response-output{border-width:1px;border-radius:6px;text-align:center;font-size:14px;line-height:150%;margin:17px 0 0;padding:8px 16px}.wpcf7 form.invalid .wpcf7-response-output{color:#ff888a;border: 1px solid #FF888A4D;background:rgba(255,136,138,.05)}.wpcf7 form.sent .wpcf7-response-output{background:rgba(25,255,246,.05);border:1px solid rgba(25,255,246,.1);color:rgba(25,255,246,.7)}.page-template-default:not(.home) {color:rgba(255,255,255,.50);font-size:1.125rem;line-height:155%}.page-template-default:not(.home) .page-heading {background-color:var(--bs-dark)}.page-template-default .type-page{background:linear-gradient(180deg,#030114 0%,rgba(3,1,20,.00) 72.49%);padding-bottom:110px;position:relative;z-index:333}.type-page h1,.type-page h2,.type-page h3{color:var(--bs-white);font-weight:700;line-height:127%;margin-bottom:24px}.type-page h1{font-size:2.25rem}.type-page h2{font-size:1.875rem}.type-page h3{font-size:1.5rem}.type-page h4{font-size:1.125rem}.type-page p,.type-page ol,.type-page ul{margin-bottom:48px}.type-page a{color:var(--bs-success-text-emphasis);text-decoration:none}.type-page ol,.type-page ul{padding-left:0;list-style-type:none}.type-page ol li:not(:last-child),
.type-page ul li:not(:last-child) {margin-bottom:18px}ol.clean-list li:not(:last-child),
ul.clean-list li:not(:last-child) {margin-bottom:0}.numbered-list{counter-reset:list-counter}.numbered-list li,.ordered-list li{padding-left:27px;position:relative}.numbered-list li::before{counter-increment:list-counter;content:counter(list-counter) '. ';position:absolute;left:0}.ordered-list li::before{content:".";position:absolute;left:0;width:27px;line-height:1rem;text-align:center}.about-content{background:linear-gradient(180deg,rgba(3,1,20,.00) 0%,#030114 35.56%)}.about-content__after{background:linear-gradient(180deg,#030114 0%,rgba(3,1,20,.00) 72.49%);padding-bottom:88px}.pyck-history{color:rgba(239,237,253,.70);font-size:1.125rem;line-height:150%;margin-bottom:66px}.pyck-history__description{padding:116px 16px 116px 89px}.pyck-history__logo{background-size:contain;background-position:center;background-repeat:no-repeat}.pyck-history p{margin-bottom:0}.pyck-history p:not(:last-of-type) {margin-bottom:30px}.pyck-team{background:linear-gradient(180deg,rgba(3,1,20,.00) 0%,#030114 35.56%);padding-bottom:20px}.pyck-team__heading{color:rgba(239,237,253,.70);margin-bottom:45px}.pyck-team__heading .section-heading{margin-bottom:12px}.pyck-team__list{column-gap:24px}.team-member{background:linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,.00) 100%) , #0f0e1a;padding:24px;font-size:1rem;line-height:1.5rem;color:rgba(239,237,253,.70);width:445px;margin-bottom:44px}.team-member .avatar{width:120px;height:120px;object-fit:cover;margin-bottom:30px}.team-member .name{font-size:1.125rem;line-height:normal;margin-bottom:0}.team-member .position{margin-bottom:8px}.team-member p{margin-bottom:30px}.team-member__links a{opacity:.5;transition:all .3s ease-in-out}.team-member__links a:hover{opacity:1}.pyck-journey{padding:66px 0 44px}.pyck-journey__wrap{border:2px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,.00) 100%)}.pyck-journey__wrap .description{padding:78px 64px 48px}.pyck-journey__wrap .journey-mockup{width:45%;height:100%;object-fit:cover}.pyck-journey__number-wrap{color:rgba(239,237,253,.70);font-size:1.125rem;line-height:150%;margin-bottom:30px}.pyck-journey__number-wrap .numbe-item{column-gap:8px;color:var(--bs-success-text-emphasis);font-size:var(--bs-font-size-xl);font-weight:700;line-height:normal;margin-bottom:4px}.pyck-contact__heading{color:rgba(239,237,253,.70);line-height:1.5rem;margin-bottom:27px}.pyck-contact__heading h2{font-size:3.5rem;line-height:4rem;margin-bottom:12px}.pyck-contact-wrap{background:linear-gradient(180deg,#030014 0%,rgba(3,0,20,.00) 97.11%);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;background-color:#1b1b21;background-blend-mode:normal;padding:72px 0}.pyck-contact__tabs{border-radius:24px;background:linear-gradient(180deg,rgba(243,238,255,.00) 0%,rgba(243,238,255,.04) 100%);margin-bottom:48px;padding:48px}.pyck-contact__tabs .form-group{margin-bottom:24px}.pyck-contact__tabs .form-control{border-radius:8px;border:1px solid rgba(243,238,255,.08);background:linear-gradient(180deg,rgba(243,238,255,.00) 0%,rgba(243,238,255,.04) 100%) , var(--semantics-white-3,rgba(255,255,255,.03));box-shadow:0 0 12px 0 rgba(255,255,255,.08) inset , 0 0 12px 0 rgba(255,255,255,.08) inset;font-size:1rem;line-height:1.5rem;padding:11px 16px;transition:all .3s ease-in-out}.pyck-contact__tabs .form-group,.wpcf7 .col-md-6,.wpcf7 .col-12{position:relative}.pyck-contact__tabs .form-control::placeholder{color:rgba(255,255,255,.5)}.pyck-contact__tabs .form-control:focus{box-shadow:none;border-color:rgba(243,238,255,.5)}.pyck-contact__tabs .form-group label{font-size:.875rem;line-height:1.25rem;margin-bottom:6px}.nav-pills--contacts{border-radius:100px;border:1px solid rgba(243,238,255,.08);background:linear-gradient(180deg,rgba(243,238,255,.00) 0%,rgba(243,238,255,.04) 100%) , var(--semantics-white-3,rgba(255,255,255,.03));box-shadow:0 0 12px 0 rgba(255,255,255,.08) inset , 0 0 12px 0 rgba(255,255,255,.08) inset;margin-bottom:30px;padding:8px;position:relative}.nav-pills--contacts:after{content:"";position:absolute;width:calc(50% - 16px);top:8px;height:calc(100% - 16px);background-color:var(--bs-success-text-emphasis);border-radius:100px;transition:left cubic-bezier(.88,-.35,.565,1.35) .4s;z-index:0}.nav-pills--contacts.left:after{left:8px}.nav-pills--contacts.right:after{left: calc(50% + 8px)}.nav-pills--contacts .nav-link{z-index:1;position:relative;transition:color 200ms}#calendly-tab-pane .calendly-inline-widget{width: calc(100% + 96px);margin-left:-48px}.pyck-info--about-wrapper{background:linear-gradient(0deg,#030114 0%,rgba(3,1,20,0) 100%);padding-bottom:100px}.pyck-cta__info-blocks{margin-top:48px;padding-top:60px}.pyck-cta__info{--bs-border-opacity:.05;font-size:1.125rem;line-height:150%;margin-bottom:30px;padding:64px 56px 60px;height:calc(100% - 30px);z-index:1}.pyck-cta__info .icon{display:inline-block;width:48px;height:48px;margin-bottom:48px}.pyck-cta__info h3{font-size:var(--bs-font-size-xl);line-height:130%;margin-bottom:14px}.pyck-cta__info p{margin-bottom:0}.pyck-cta__info--vision{background:linear-gradient(0deg,var(--base-background,#1b1b21),var(--base-background,#1b1b21)) , linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,0) 100%)}.pyck-cta__info--vision::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:url(https://pyck.ai/wp-content/themes/pycks/img/vision-cover.svg) no-repeat bottom right;background-size:100%;pointer-events:none}.pyck-cta__info--vision h3{color:var(--bs-link-color)}.pyck-values__wrapper{background-color:var(--bs-conclusion-bg);border:2px solid rgba(255,255,255,.05);margin-bottom:110px}.pyck-values__item{font-size:1.125rem;line-height:150%;padding:80px 50px 40px 44px;background-position:bottom left;background-size:contain;background-repeat:no-repeat;background-image:url(https://pyck.ai/wp-content/themes/pycks/img/value1-shape.svg);height:100%}.pyck-values__item.item--1,.pyck-values__item.item--2{border-right:1px solid rgba(255,255,255,.1)}.pyck-values__item.item--1{border-radius:var(--bs-border-radius-xxl) 0 0 var(--bs-border-radius-xxl)}.pyck-values__item.item--3{border-radius:0 var(--bs-border-radius-xxl) var(--bs-border-radius-xxl) 0}.pyck-values__item .item-title{font-weight:700;font-size:2.375rem;line-height:130%;margin-bottom:40px}.pyck-values__item .item-checked-list ul,.pyck-values__item .item-negative-list ul{line-height:150%;list-style:none;margin-bottom:0;padding-left:0}.pyck-values__item .item-checked-list ul li:not(:last-child),
.pyck-values__item .item-negative-list ul li:not(:last-child) {margin-bottom:20px}.pyck-values__item .item-checked-list{color:rgba(255,255,255,.7);font-weight:300;padding-bottom:50px}.item-checked-list li,.item-negative-list li{position:relative;padding-left:30px}.item-negative-list li::before{top:2px}.item-checked-list li::before,.item-negative-list li::before{position:absolute;left:0}.item-checked-list li::before{content:url(data:image/svg+xml,%3Csvg\ width=\'25\'\ height=\'24\'\ viewBox=\'0\ 0\ 25\ 24\'\ fill=\'none\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg\ clip-path=\'url\(%23clip0_1933_82167\)\'%3E%3Cpath\ d=\'M8.91699\ 12.75L11.167\ 15L16.417\ 9.75\'\ stroke=\'%236063F6\'\ stroke-width=\'1.2\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'/%3E%3Cpath\ d=\'M12.667\ 21C17.6376\ 21\ 21.667\ 16.9706\ 21.667\ 12C21.667\ 7.02944\ 17.6376\ 3\ 12.667\ 3C7.69643\ 3\ 3.66699\ 7.02944\ 3.66699\ 12C3.66699\ 16.9706\ 7.69643\ 21\ 12.667\ 21Z\'\ stroke=\'%236063F6\'\ stroke-width=\'1.2\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath\ id=\'clip0_1933_82167\'%3E%3Crect\ width=\'24\'\ height=\'24\'\ fill=\'white\'\ transform=\'translate\(0.666992\)\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A)}.item-negative-list li::before{content:url(data:image/svg+xml,%3Csvg\ width=\'19\'\ height=\'18\'\ viewBox=\'0\ 0\ 19\ 18\'\ fill=\'none\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath\ d=\'M3.36719\ 15.3002L15.9672\ 2.7002\'\ stroke=\'%23C86060\'\ stroke-width=\'2.29091\'/%3E%3Cpath\ d=\'M15.9672\ 15.3002L3.36719\ 2.7002\'\ stroke=\'%23C86060\'\ stroke-width=\'2.29091\'/%3E%3C/svg%3E%0A)}.pyck-values__item .item-negative-list{border-top:1px solid rgba(255,255,255,.1);font-weight:400;padding-top:50px}.page-template-contact-us .pyck-contact__tabs,.page-template-press-release .pyck-contact__tabs{background:linear-gradient(180deg,rgba(243,238,255,.00) 0%,rgba(243,238,255,.04) 100%) , rgba(255,255,255,.04)}.contact-us__content{background:linear-gradient(180deg,rgba(3,1,20,.00) 0%,#030114 103.91%);background-color:#1b1b21;background-blend-mode:normal;padding-bottom:24px}.error404 .pyck-site.signup-banner-on{padding-top:0}.error-404{color:rgba(239,237,253,.70);font-size:1.125rem;line-height:1.75rem}.error-404 .section-heading{font-size:4.5rem;line-height:5rem;margin-bottom:24px}.error-404 p{margin-bottom:48px}.blog .page-heading{padding-bottom:92px}.blog .page-heading p{margin-bottom:0}.blog-content__gradient{width:1660px;height:1470px;background-image:url(https://pyck.ai/wp-content/themes/pycks/img/gradients-hz.svg);background-size:cover;z-index:1}.blog-content::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(3,0,20,0) 0%,rgba(3,0,20,.5) 22.6%,#030014 49.04%,rgba(3,0,20,.25) 87.26%,rgba(3,0,20,0) 100%);z-index:-1}.featured-article{margin-bottom:64px}.featured-article::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:323px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%)}.featured-article__content{background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(153,153,153,.1) 100%) , linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2));backdrop-filter:blur(25px);padding:32px 32px 39px;z-index:3}.featured-article__intro{font-size:1.125rem;font-weight:300;line-height:1.6875rem;letter-spacing:-.18px;margin-bottom:24px}.featured-article__title{font-size:1.5rem;line-height:150%;margin-bottom:8px}.featured-article__title a{color:inherit;text-decoration:none;transition:all .3s ease-in-out}.featured-article__title a:hover{text-decoration:underline;text-underline-offset:3px;transition:all .3s ease-in-out}.featured-article .absolute-link{margin:32px 32px 0 0;transition:all .3s ease-in-out}.featured-article .absolute-link:hover{transform:translate3d(10px,-10px,0);transition:all .3s ease-in-out}.featured-article .meta-item{row-gap:12px}.featured-article .meta-item:not(:last-child) {margin-right:32px}.featured-article .meta-item strong{color:#828599;font-size:.875rem;line-height:1.25rem}.featured-article .post-categories{display:flex;justify-content:flex-end;column-gap:8px}.featured-article .post-categories a{font-size:.875rem;font-weight:700;line-height:1.25rem;text-decoration:none}.featured-article .post-categories{margin-top:6px}.card-article{--bs-card-spacer-y:1.5rem;--bs-card-spacer-x:1.5rem;--bs-card-border-width:0;--bs-card-border-radius:2rem;--bs-card-inner-border-radius:2rem;color:rgba(239,237,253,.7);font-size:1rem;line-height:1.5rem;letter-spacing:0;margin-bottom:48px;height:calc(100% - 48px);overflow:hidden;position:relative;background:linear-gradient(0deg,#0f0e1a,#0f0e1a) , linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,0) 100%)}.card-article .stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;content:""}.card-article .card-img-top{width:100%;height:auto;aspect-ratio: 16/9;object-fit:cover}.card-article .card-title{font-size:1.25rem;margin-bottom:8px;padding-right:40px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-article .card-title::after{content:url(data:image/svg+xml,%3Csvg\ width=\'13\'\ height=\'13\'\ viewBox=\'0\ 0\ 13\ 13\'\ fill=\'none\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath\ d=\'M2\ 11L12\ 1M12\ 1H2M12\ 1V11\'\ stroke=\'%23F0F1F7\'\ stroke-opacity=\'0.35\'\ stroke-width=\'2\'\ stroke-linecap=\'square\'\ stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A);position:absolute;top:50%;right:0;width:24px;height:24px;font-size:14px;text-align:right;margin-top:-10px}.card-article .entry-title:hover a{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:.5px;transition:all .3s ease-in-out}.card-article .entry-excerpt{overflow:hidden;width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:rgba(239,237,253,.7)}.card-article .post-categories{display:flex;flex-wrap:nowrap;column-gap:8px;margin-bottom:6px;overflow:hidden}.post-categories .item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-categories{border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:flex-start;column-gap:16px;margin-bottom:64px;position:relative;z-index:3}.blog-categories .category-item{color:rgba(113,118,128,1);font-size:.875rem;font-weight:700;line-height:1.25rem;padding:2px 4px 14px;position:relative;display:inline-flex}.blog-categories .category-item::after{content:"";position:absolute;left:0;bottom:-1px;width:100%;border-bottom:2px solid rgba(25,255,246,1);transform:scaleX(0);transition:transform .3s ease-in-out}.blog-categories .category-item:hover::after,.blog-categories .category-item.active::after{transform:scaleX(1);transition:transform .3s ease-in-out}.blog-categories .category-item.active{background:linear-gradient(90deg,#1bfef5 0%,#6f2f9f 100%);background-clip:border-box;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;border-radius:var(--bs-border-radius-xxl);color:transparent}.page-heading .featured-image{object-fit:cover;object-position:center}.post-template-default__content{background:linear-gradient(180deg,rgba(3,0,20,0) 0%,rgba(3,0,20,.5) 22.6%,#030014 49.04%,rgba(3,0,20,.25) 87.26%,rgba(3,0,20,0) 100%);color:#adadad;font-size:1.125rem;font-weight:300;line-height:1.6875rem;letter-spacing:-.18px}.post-template-default__content h1,.post-template-default__content h2,.post-template-default__content h3,.post-template-default__content h4{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.70) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;will-change:opacity , transform , background;transform:translateZ(0);font-weight:700;margin-bottom:20px}.post-template-default__content h2{font-size:var(--bs-font-size-xl);line-height:130%}.post-template-default__content .wp-block-heading ~ p:first-of-type {color:var(--bs-white)}.post-template-default__content p{margin-bottom:48px}.post-template-default__content p a{color:var(--bs-link-color);transition:all .3s ease-in-out}.post-template-default__content p a:hover{text-decoration:underline;transition:all .3s ease-in-out}.wp-block-image{margin-bottom:48px}.wp-block-image img{border-radius:16px;width:100%;max-width:100%;height:auto;margin-bottom:16px}.wp-block-image figure.aligncenter{font-size:.875rem;font-weight:400;line-height:1.5rem;text-align:center;margin-bottom:0}.pyck-block-quote,.wp-block-quote{border-left:2px solid var(--bs-success-text-emphasis);color:var(--bs-white);font-weight:400;margin-bottom:42px;padding-left:22px}.pyck-block-quote p,.wp-block-quote p{font-size:1.5rem;line-height:150%;margin-bottom:30px}.wp-block-quote cite{font-size:1rem;font-weight:500;font-style:normal}.pyck-block-quote__author{column-gap:10px;font-size:.875rem;font-weight:500;line-height:1.25rem}.pyck-block-quote__author h6{color:var(--bs-white);font-weight:500;font-size:1rem;margin-bottom:0}.pyck-block-quote__author span{opacity:.7}.pyck-block-quote__author img{width:48px;height:48px}.wp-block-list{padding-left:18px;margin-bottom:48px}p:has(+ .wp-block-list) {margin-bottom:0!important}.wp-block-group.has-background{border-radius:24px;margin-bottom:48px;padding:32px}.wp-block-group.has-background p{margin-bottom:0}.wp-block-group h1,.wp-block-group h2{margin-bottom:20px}.post-template-default__content hr.separator,.post-template-default__content hr.wp-block-separator{border-top:1px solid rgba(255,255,255,.1);margin:0 0 27px;opacity:1}.pyck-conclusion-block{background-color:var(--bs-conclusion-bg);color:var(--bs-white);margin-bottom:48px;padding:32px}.pyck-conclusion-block p{margin-bottom:0}.pyck-conclusion-block__heading{margin-bottom:20px}.post-template-default__content .post-categories{column-gap:8px}.related-posts{margin-top:100px;margin-bottom:100px}.related-posts__heading{margin-bottom:35px}.wp-block-gallery{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.wp-block-gallery .wp-block-image{flex-grow:1;flex-shrink:1;margin:0}.wp-block-gallery.columns-2 .wp-block-image{flex-basis:calc(50% - .5rem)}.wp-block-gallery.columns-3 .wp-block-image{flex-basis:calc(33.333% - .67rem)}.wp-block-gallery.columns-4 .wp-block-image{flex-basis:calc(25% - .75rem)}.wp-block-gallery.columns-5 .wp-block-image{flex-basis:calc(20% - .8rem)}.wp-block-gallery .wp-block-image img{width:100%;height:100%;display:block;object-fit:cover;border-radius:6px}.page-template-glossary .page-heading{padding-bottom:30px}.glossary-content{background:linear-gradient(180deg,rgba(3,0,20,0) 0%,rgba(3,0,20,.5) 22.6%,#030014 49.04%,rgba(3,0,20,.25) 87.26%,rgba(3,0,20,0) 100%);padding-bottom:150px}.glossary-content .blog-content__gradient{margin-top:-400px}.glossary-alphabet{font-size:1rem;line-height:1.5;margin-bottom:73px}.glossary-alphabet li.disabled a{pointer-events:none;cursor:default;opacity:.1}.glossary-alphabet li{min-width:40px;height:40px}.glossary-alphabet li a{display:flex;align-items:center;justify-content:center;height:100%}.glossary-content__group{padding-bottom:8px}.glossary-content__letter{border-bottom:1px solid rgba(255,255,255,.1);font-size:var(--bs-font-size-xl);font-weight:700;line-height:130%;margin-bottom:24px;padding-bottom:15px;padding-left:32px}.glossary-content__word{background:#060516;border:1px solid rgba(255,255,255,.1);border-radius:24px;color:#adadad;font-size:1.125rem;line-height:1.75rem;margin-bottom:24px;padding:32px 32px}.glossary-content__word h3{color:var(--bs-white);font-size:1.5rem;line-height:150%;margin-bottom:20px}.page-template-cta-template{padding-top:143px}.cta-wrapper{background:linear-gradient(0deg,#060415 0%,rgba(6,4,21,0) 100%) #1b1b21;background-blend-mode:normal;padding-bottom:44px}.cta-wrapper__content{background:linear-gradient(0deg,#060516,#060516) , linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,0) 100%);border:2px solid rgba(255,255,255,.05)}.cta-wrapper__content h1{font-size:2.375rem;line-height:130%;margin-bottom:30px}.cta-wrapper__content-left{padding:88px 44px 50px}.cta-wrapper__content-left .multicolor-gradient-label{margin-bottom:20px}.cta-wrapper__intro{color:#d5d5ed;font-size:1.5rem;font-weight:300;line-height:150%;margin-bottom:78px}.cta-wrapper__description{font-weight:300;font-size:1.5rem}.cta-wrapper__description h3{color:rgba(239,237,253,.7);font-size:1.5rem;font-weight:400;line-height:150%;margin-bottom:24px}.cta-wrapper__description ul,.cta-wrapper__description ol{list-style-type:none;line-height:150%;margin-bottom:0;padding-left:0}.cta-wrapper__description ul li:not(:last-child),
.cta-wrapper__description ol li:not(:last-child) {margin-bottom:24px}.cta-wrapper__description ul li,.cta-wrapper__description ol li{position:relative;padding-left:32px}.cta-wrapper__description ul li::before{content:url(data:image/svg+xml,%3Csvg\ width=\'24\'\ height=\'24\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg\ clip-path=\'url\(%23clip0_1132_26831\)\'%3E%3Cpath\ d=\'M8.25\ 12.75L10.5\ 15L15.75\ 9.75\'\ stroke=\'%236063F6\'\ stroke-width=\'1.2\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'/%3E%3Cpath\ d=\'M12\ 21C16.9706\ 21\ 21\ 16.9706\ 21\ 12C21\ 7.02944\ 16.9706\ 3\ 12\ 3C7.02944\ 3\ 3\ 7.02944\ 3\ 12C3\ 16.9706\ 7.02944\ 21\ 12\ 21Z\'\ stroke=\'%236063F6\'\ stroke-width=\'1.2\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath\ id=\'clip0_1132_26831\'%3E%3Crect\ width=\'24\'\ height=\'24\'\ fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A);position:absolute;top:0;left:0;width:24px;height:24px;margin-top:3px}.cta-wrapper__content-left small.text-muted{font-size:.875rem;opacity:.35}.download-badge{background:#4b4db4;position:absolute;top:0;right:0;transform:rotate(30deg) translate(20%,0);text-align:center;font-size:.8125rem;padding:13px 24px;width:380px}.cta-wrapper__content-right{padding:19px 44px 56px;z-index:3}.right-top-elipse,.right-center-elipse{z-index:-1}.cta-wrapper__content-right h2{font-size:1.75rem;line-height:150%;margin-bottom:20px}.cta-wrapper__content-right h2 span,.cta-wrapper__content-right h2 strong{color:var(--bs-success-text-emphasis);-webkit-text-fill-color:var(--bs-success-text-emphasis)}.cta-wrapper__content .form-group{margin-bottom:24px}.cta-wrapper__cover-image img{object-fit:cover;width:auto;height:445px}.use-case-preview{margin-bottom:127px}.use-case-preview__backdrop{background-size:contain;margin-top:-200px;z-index:-1;background-repeat:no-repeat;background-position:top center;transform:rotate(30deg) scale(1.2)}.use-case-customer-meta{margin-bottom:96px}.use-case-customer-meta h2{font-size:var(--bs-font-size-xl);line-height:3.75rem;margin-top:30px}.use-case-customer-meta__description{background:linear-gradient(0deg,#060516,#060516) , linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,0) 100%);color:#94979c;padding:44px}.use-case-customer-meta__description p:last-of-type{margin-bottom:0}.use-case-customer-meta__list{align-items:flex-end;column-gap:78px;font-size:1.125rem;line-height:150%}.use-case-customer-meta__list .meta-column__logo img{max-width:142px;height:auto}.use-case-customer-meta__list span{color:rgba(239,237,253,.7)}.use-case-customer-meta__list strong{color:var(--bs-white);font-size:1.2rem}.use-case-problem-solution__block{border-radius:32px;font-size:1.125rem;line-height:150%;min-height:559px;padding:60px 56px 47px;z-index:1}.use-case-problem-solution__block h2{font-size:var(--bs-font-size-xl);line-height:130%;margin-bottom:16px}.use-case-problem-solution__block--solution h2{color:#18fdf5}.use-case-problem-solution__block p{margin-bottom:45px}.use-case-problem-solution__block ul,.use-case-problem-solution__block ol{list-style-type:none;line-height:150%;margin-bottom:0;padding-left:16px}.use-case-problem-solution__block ul li:not(:last-child),
.use-case-problem-solution__block ol li:not(:last-child) {margin-bottom:20px}.use-case-problem-solution__block--problem{background-color:var(--bs-body-bg);border:5px solid rgba(255,255,255,.05)}.use-case-problem-solution__block ul li,.use-case-problem-solution__block ol li{position:relative;padding-left:44px}.use-case-problem-solution__block--solution{background:linear-gradient(0deg,#1b1b21,#1b1b21) , linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,0) 100%);border:1px solid #282b30}.use-case-problem-solution__block--solution::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://pyck.ai/wp-content/themes/pycks/img/solution-blur.svg);background-size:cover;background-position:center;backdrop-filter:blur(144px);z-index:-1}.use-case-problem-solution__block--problem ul li::before,.use-case-problem-solution__block--solution ul li::before{content:"";position:absolute;top:0;left:0;width:28px;height:28px;background-size:contain}.use-case-problem-solution__block--problem ul li::before{background:url(https://pyck.ai/wp-content/themes/pycks/img/times-icon.svg) no-repeat center}.use-case-problem-solution__block--solution ul li::before{background:url(https://pyck.ai/wp-content/themes/pycks/img/check-icon.svg) no-repeat center}.pyck-facts{margin-top:-30px}.pyck-facts--bg-gradient{padding-top:30px;padding-bottom:126px}.pyck-facts--bg-gradient::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:390px;background:linear-gradient(0deg,#030014 0%,rgba(3,0,20,0) 100%)}.pyck-facts--bg-gradient::after{content:"";position:absolute;width:100%;height:1431px;background-image:url(https://pyck.ai/wp-content/themes/pycks/img/facts-gradient.svg);background-size:cover;background-position:center;top:0;left:0;opacity:.3;margin-top:-360px;z-index:-1}.use-case-feedback{background:linear-gradient(180deg,#030114 0%,rgba(3,1,20,0) 100%) , linear-gradient(0deg,#030114,#030114);font-size:1.125rem;padding:96px 0}.use-case-feedback__wrapper .customer-logo{max-width:142px;height:auto;margin-bottom:32px}.use-case-feedback__txt{font-size:var(--bs-font-size-xl);font-weight:500;line-height:150%;margin-bottom:32px}.use-case-feedback__customer img{width:64px;height:64px;object-fit:cover;margin-bottom:16px}.use-case-feedback__customer h6{font-size:1.125rem;font-weight:400;line-height:150%;margin-bottom:4px}.section-intro{margin-bottom:60px}.use-case-project-details{padding-top:51px;padding-bottom:96px;z-index:3}.use-case-project-details::before{content:"";position:absolute;top:0;left:0;width:100%;height:20%;background:linear-gradient(180deg,#030014 0%,rgba(3,0,20,0) 100%)}.use-case-project-details__image{border-radius:27px;border:1.68px solid #373a41;padding:7px 0 7px 7px;width:55vw;height:100%}.use-case-project-details__image img{border-top-left-radius:20px;border-bottom-left-radius:20px;height:100%;max-height:610px;object-fit:cover;object-position:top;display:none}.use-case-project-details__image img.active{display:block;animation:slide-in-blurred-right .6s cubic-bezier(.230,1.000,.320,1.000) both}.use-case-project-details__item{border-left:4px solid #22262f;color:rgba(255,255,255,.5);padding:16px 0 16px 24px;transition:all .3s ease-in-out;cursor:pointer}.use-case-project-details__item h3{font-size:1.5rem;line-height:150%;margin-bottom:8px;transition:color .3s cubic-bezier(.175,.885,.32,1.275)}.use-case-project-details__item:hover h3,.use-case-project-details__item.active h3{color:var(--bs-white);transition:color .3s cubic-bezier(.175,.885,.32,1.275)}.use-case-project-details__item.active{border-left-color:var(--bs-success-text-emphasis)}.more-use-cases{padding-top:72px;padding-bottom:88px}.more-use-cases::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:20%;min-height:399px;background:linear-gradient(360deg,#030014 0%,rgba(3,0,20,0) 100%)}.more-use-cases__wrapper{--bs-gutter-x:1.875rem}.card-article--use-case{--bs-card-spacer-y:1.5rem;--bs-card-spacer-x:1.5rem;--bs-card-border-width:0;--bs-card-border-radius:2rem;--bs-card-inner-border-radius:2rem;color:rgba(239,237,253,.7);font-size:1rem;line-height:1.5rem;letter-spacing:0;margin-bottom:30px;position:relative;background:linear-gradient(0deg,#0f0e1a,#0f0e1a) , linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,0) 100%)}.card-article--use-case .stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;content:""}.card-article--use-case .card-img-top{width:100%;height:auto;aspect-ratio: 16/9;object-fit:cover}.card-article--use-case .card-title{font-size:1.25rem;margin-bottom:8px;min-height:72px;padding-right:40px}.card-article--use-case .card-title::after{content:url(data:image/svg+xml,%3Csvg\ width=\'13\'\ height=\'13\'\ viewBox=\'0\ 0\ 13\ 13\'\ fill=\'none\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath\ d=\'M2\ 11L12\ 1M12\ 1H2M12\ 1V11\'\ stroke=\'%23F0F1F7\'\ stroke-opacity=\'0.35\'\ stroke-width=\'2\'\ stroke-linecap=\'square\'\ stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A);position:absolute;top:50%;right:0;width:24px;height:24px;font-size:14px;text-align:right;margin-top:-10px}.card-article--use-case .entry-title:hover a{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:.5px;transition:all .3s ease-in-out}.card-article--use-case .entry-excerpt{overflow:hidden;width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.cta-wrapper__content-right .wpcf7-spinner{position:absolute;margin:0;top:100%;left:50%;margin-top:12px}.pyck-downloads{color:rgba(239,237,253,.7);font-size:1.125rem;line-height:150%;padding-top:63px;padding-bottom:63px;z-index:1}.pyck-downloads::after{content:"";background:linear-gradient(180deg,#030014 0%,rgba(3,0,20,0) 100%);height:393px;position:absolute;top:0;left:0;width:100%;z-index:-1}.pyck-downloads__wrapper{background:linear-gradient(0deg,#060516,#060516) , linear-gradient(180deg,rgba(243,238,255,.04) 0%,rgba(243,238,255,0) 100%)}.pyck-downloads__description{padding:46px 0 47px 93px}.pyck-downloads__files{margin-top:32px}.pyck-downloads__files .pyck-downloads__item:not(:last-child) {margin-bottom:32px}.pyck-downloads__item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;column-gap:10px;padding:15px 16px 15px 20px;transition:all .3s ease-in-out}.pyck-downloads__item .item-name{flex:1;min-width:250px}.pyck-downloads__item .item-size,.pyck-downloads__item .item-type{opacity:.5}.pyck-downloads__item .item-size{min-width:88px}.pyck-downloads__item .item-type{min-width:47px}.pyck-downloads__item:hover{background:rgba(255,255,255,.1);color:var(--bs-white)}.pyck-downloads__mockup{background-size:cover;background-position:center;background-repeat:no-repeat}.pyck-hero-section--wms{background-size:760px;background-repeat:no-repeat;background-position:80% 84px;font-size:1.125rem;line-height:1.6875rem;padding-bottom:125px;padding-top:235px;overflow:hidden;position:relative}.pyck-hero-section--wms::before{content:"";position:absolute;top:0;left:0;width:100%;height:1000px;background-image:url(https://pyck.ai/wp-content/themes/pycks/img/blur_layer.svg);transform:rotate(70deg);opacity:.9;z-index:-1}.pyck-hero-section--wms h1{font-size:2.6875rem;line-height:120%;margin-bottom:8px}.pyck-hero-section--wms .pyck-hero-section__mockup img{min-width:auto;max-width:763px}.pyck-advantages--wms::after{content:"";display:none}.pyck-advantages--wms .pyck-advantages__item{color:rgba(255,255,255,.7);font-size:1.125rem}.pyck-wms-section--bottom-gradient{background:linear-gradient(0deg,#030114 0%,rgba(3,1,20,0) 100%)}.pyck-facts--wms{padding-top:139px;padding-bottom:149px}.use-case-project-details--wms .section-intro{color:var(--bs-white-70)}.pyck-cta--wms{padding-top:60px;padding-bottom:100px}.pyck-cta--wms .subscribe-form__info{color:var(--bs-white-30);font-size:.75rem;line-height:1.5;margin-top:16px}.pyck-cta--wms .subscribe-form__info a{color:inherit;text-decoration:underline;text-underline-offset:4px}