@charset "UTF-8";:root{--cmyk-color-text: #20242a;--cmyk-color-muted: #5c6470;--cmyk-color-soft: #f5f7fb;--cmyk-color-surface: #ffffff;--cmyk-color-border: #dfe5ee;--cmyk-color-primary: #3164f2;--cmyk-color-primary-hover: #214fd0;--cmyk-color-primary-soft: #eef3ff;--cmyk-color-accent: #16a085;--cmyk-color-warning: #f1b84b;--cmyk-shadow-card: 0 12px 32px rgba(27, 39, 56, .1)}:root{--cmyk-font-family: Inter, Arial, sans-serif;--cmyk-font-size-body: 16px;--cmyk-line-height-body: 1.55;--cmyk-line-height-tight: 1.2;--cmyk-font-weight-medium: 500;--cmyk-font-weight-semibold: 600}:root{--cmyk-space-1: 4px;--cmyk-space-2: 8px;--cmyk-space-3: 12px;--cmyk-space-4: 16px;--cmyk-space-5: 24px;--cmyk-space-6: 32px;--cmyk-space-7: 48px;--cmyk-space-8: 64px;--cmyk-radius-sm: 6px;--cmyk-radius-md: 8px;--cmyk-radius-lg: 16px;--cmyk-container: 1200px;--cmyk-container-wide: 1320px}.cmyk-page{color:var(--cmyk-color-text);font-family:var(--cmyk-font-family);font-size:var(--cmyk-font-size-body);line-height:var(--cmyk-line-height-body)}.cmyk-kicker{margin:0;color:var(--cmyk-color-muted);font-size:14px;font-weight:var(--cmyk-font-weight-medium);letter-spacing:0}.cmyk-ui-title{display:block;margin:0;color:var(--cmyk-color-text);font-size:20px;font-weight:var(--cmyk-font-weight-semibold);line-height:var(--cmyk-line-height-tight);letter-spacing:0}.cmyk-section-title{margin:0;color:var(--cmyk-color-text);font-size:30px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.25;letter-spacing:0}.cmyk-text-muted{color:var(--cmyk-color-muted)}.cmyk-container{width:min(100% - 32px,var(--cmyk-container));margin-right:auto;margin-left:auto}.cmyk-container--wide{width:min(100% - 32px,var(--cmyk-container-wide));margin-right:auto;margin-left:auto}.cmyk-section{padding-top:var(--cmyk-space-8);padding-bottom:var(--cmyk-space-8)}.cmyk-section--compact{padding-top:var(--cmyk-space-6);padding-bottom:var(--cmyk-space-6)}.cmyk-grid{display:grid;gap:var(--cmyk-space-5)}.cmyk-grid__cell{display:flex;min-width:0;height:auto}.cmyk-grid__cell>.cmyk-printer-list-card{width:100%}.cmyk-grid--cards{gap:1.5rem;grid-template-columns:1fr;align-items:start}@media(min-width:768px){.cmyk-grid--cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.cmyk-grid--cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.cmyk-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--cmyk-radius-md);padding:10px 18px;font-size:15px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.2;text-align:center;text-decoration:none;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.cmyk-button--primary{background:var(--cmyk-color-primary);color:#fff}.cmyk-button--primary:hover,.cmyk-button--primary:focus-visible{background:var(--cmyk-color-primary-hover);color:#fff}.cmyk-button--outline{border-color:var(--cmyk-color-primary);background:#fff;color:var(--cmyk-color-primary)}.cmyk-button--outline:hover,.cmyk-button--outline:focus-visible{background:var(--cmyk-color-primary-soft);color:var(--cmyk-color-primary-hover)}.cmyk-button--dark{background:#212529;color:#fff}.cmyk-button--dark:hover,.cmyk-button--dark:focus-visible{background:#000;color:#fff}.cmyk-button--light{border-color:#fff;background:#fff;color:#212529}.cmyk-button--light:hover,.cmyk-button--light:focus-visible{border-color:#212529;background:#212529;color:#fff}.cmyk-button--soft{background:#f4f4f4;color:var(--cmyk-color-primary)}.cmyk-button--soft:hover,.cmyk-button--soft:focus-visible{background:#dcdcdc;color:var(--cmyk-color-primary-hover)}.cmyk-button-group{display:flex;flex-wrap:wrap;gap:var(--cmyk-space-3)}.cmyk-card{border:1px solid var(--cmyk-color-border);border-radius:var(--cmyk-radius-md);background:var(--cmyk-color-surface)}.cmyk-card--shadow{box-shadow:var(--cmyk-shadow-card)}.cmyk-metrika-pixel{position:absolute;left:-9999px}body{padding-top:80px}.cmyk-site-header-frame{position:fixed;top:0;right:0;left:0;z-index:1000;background:#fff}.cmyk-site-header-frame__inner{width:min(100% - 32px,var(--cmyk-container-wide));margin-right:auto;margin-left:auto}.cmyk-service-bar{background-color:#f0f1ec;color:#4c4c4c;font-size:12px}.cmyk-service-bar__inner{display:flex;min-height:28px;align-items:center;justify-content:space-between;gap:var(--cmyk-space-4)}.cmyk-service-bar__content{font-weight:500;line-height:1.2}.cmyk-service-bar__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:var(--cmyk-space-3)}.cmyk-service-bar__link{color:#000;font-size:12px;font-weight:var(--cmyk-font-weight-medium);line-height:1.2;text-decoration:none;white-space:nowrap}.cmyk-service-bar__link:hover,.cmyk-service-bar__link:focus-visible{color:var(--cmyk-color-primary)}.cmyk-site-header{border-bottom:1px solid rgb(244,244,244);background:#fff}.cmyk-site-header__body{display:flex;min-height:52px;align-items:center;gap:var(--cmyk-space-5)}.cmyk-site-header__logo,.cmyk-site-header__mobile-logo{display:inline-flex;flex:none;align-items:center}.cmyk-site-header__logo-img{display:block;width:206px;min-width:206px;max-width:206px;height:22px;max-height:22px;flex-shrink:0;object-fit:contain}.woocommerce .cmyk-site-header__logo-img,.woocommerce-page .cmyk-site-header__logo-img{width:206px;min-width:206px;max-width:206px;height:22px;max-height:22px}.cmyk-site-header__nav{display:flex;align-items:stretch;gap:var(--cmyk-space-3)}.cmyk-site-header__nav-item{position:relative;display:flex;align-items:stretch}.cmyk-site-header__nav-link{display:inline-flex;min-height:52px;align-items:center;border:0;padding:0;background:transparent;color:#4c4c4c;font-size:16px;font-weight:var(--cmyk-font-weight-medium);line-height:1.2;text-decoration:none;white-space:nowrap}.cmyk-site-header__nav-link:hover,.cmyk-site-header__nav-link:focus-visible,.cmyk-site-header__nav-link.current{color:var(--cmyk-color-primary)}.cmyk-site-header__submenu{position:absolute;top:100%;left:50%;z-index:20;display:grid;min-width:230px;padding:var(--cmyk-space-2);border:1px solid var(--cmyk-color-border);border-radius:var(--cmyk-radius-md);background:#fff;box-shadow:var(--cmyk-shadow-card);opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease;visibility:hidden}.cmyk-site-header__nav-item:hover .cmyk-site-header__submenu,.cmyk-site-header__nav-item:focus-within .cmyk-site-header__submenu{opacity:1;pointer-events:auto;transform:translate(-50%);visibility:visible}.cmyk-site-header__submenu-link{display:block;border-radius:var(--cmyk-radius-sm);padding:var(--cmyk-space-2) var(--cmyk-space-3);color:#4c4c4c;font-size:14px;line-height:1.3;text-decoration:none}.cmyk-site-header__submenu-link:hover,.cmyk-site-header__submenu-link:focus-visible{background:var(--cmyk-color-primary-soft);color:var(--cmyk-color-primary)}.cmyk-site-header__actions{display:flex;align-items:center;gap:var(--cmyk-space-4);margin-left:auto}.cmyk-site-header__cart-link{position:relative;display:inline-flex;align-items:center;color:var(--cmyk-color-text);text-decoration:none}.cmyk-site-header__cart-icon{display:block;width:24px;height:24px}.cmyk-site-header__cart-count{position:absolute;top:-8px;right:-10px;display:inline-flex;min-width:18px;height:18px;align-items:center;justify-content:center;border-radius:999px;background:var(--cmyk-color-primary);color:#fff;font-size:11px;line-height:1}.cmyk-site-header__social{display:flex;align-items:center;gap:var(--cmyk-space-3)}.cmyk-site-header__social-link{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background-color:#f8f9fa;color:#4c4c4c;text-decoration:none;transition:background-color .3s ease,color .3s ease,transform .3s ease}.cmyk-site-header__social-link:hover,.cmyk-site-header__social-link:focus-visible{background-color:var(--cmyk-color-primary);color:#fff;transform:translateY(-2px)}.cmyk-site-header__social-link svg{width:100%;height:100%}.cmyk-site-header__contacts{display:flex;flex-direction:column;gap:0;margin-bottom:5px}.cmyk-site-header__contact{display:inline-flex;min-height:44px;align-items:center;margin-bottom:0;padding:10px 4px;color:#4c4c4c;font-size:14px;line-height:1.2;text-decoration:none}.cmyk-site-header__contact:hover,.cmyk-site-header__contact:focus-visible{color:var(--cmyk-color-primary)}.cmyk-site-header__cta{min-height:38px;border-radius:var(--cmyk-radius-sm);padding:8px 14px;font-size:14px}.cmyk-site-header__mobile-toggle{display:none;margin-left:auto}.cmyk-site-header__menu-button{display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:#000;cursor:pointer}.cmyk-site-header__mobile-menu{position:fixed;top:0;left:0;z-index:1040;display:none;width:100%;height:var(--screen-height, 100vh);overflow-y:auto;background:#fff;opacity:0;transition:opacity .3s ease;will-change:opacity}.cmyk-site-header__mobile-menu.is-open{display:block;opacity:1}.cmyk-site-header__mobile-panel{display:flex;min-height:var(--screen-height, 100vh);flex-direction:column}.cmyk-site-header__mobile-head{display:flex;align-items:center;justify-content:space-between;gap:var(--cmyk-space-4);width:min(100% - 32px,var(--cmyk-container-wide));margin-right:auto;margin-left:auto;padding:var(--cmyk-space-5) 0}.cmyk-site-header__mobile-close{position:relative;display:inline-flex;width:36px;height:36px;flex:none;align-items:center;justify-content:center;border:0;border-radius:50%;background:#f4f4f4;cursor:pointer}.cmyk-site-header__mobile-close:before,.cmyk-site-header__mobile-close:after{position:absolute;width:18px;height:2px;border-radius:999px;background:#000;content:""}.cmyk-site-header__mobile-close:before{transform:rotate(45deg)}.cmyk-site-header__mobile-close:after{transform:rotate(-45deg)}.cmyk-site-header__mobile-content{display:flex;width:min(100% - 32px,var(--cmyk-container-wide));flex:1;flex-direction:column;align-items:flex-start;gap:var(--cmyk-space-5);margin-right:auto;margin-left:auto;padding-bottom:var(--cmyk-space-5)}.cmyk-site-header__mobile-nav{display:grid;gap:var(--cmyk-space-1)}.cmyk-site-header__mobile-link{color:#212529;font-size:24px;font-weight:var(--cmyk-font-weight-medium);line-height:1.25;text-decoration:none}.cmyk-site-header__mobile-link:hover,.cmyk-site-header__mobile-link:focus-visible{color:var(--cmyk-color-primary)}.cmyk-site-header__mobile-contacts{display:grid;gap:var(--cmyk-space-1);color:#4c4c4c}.cmyk-site-header__contacts--mobile{margin:0}.cmyk-site-header__mobile-cta{border-radius:999px}body.is-mobile-menu-open{overflow:hidden}@media(max-width:1199px){.cmyk-site-header__body{gap:var(--cmyk-space-4)}.cmyk-site-header__actions{gap:var(--cmyk-space-3)}.cmyk-site-header__social{display:none}}@media(max-width:991px){body{padding-top:60px}.cmyk-service-bar,.cmyk-site-header__nav,.cmyk-site-header__actions{display:none}.cmyk-site-header__body{min-height:60px}.cmyk-site-header__mobile-toggle{display:flex}}@media screen and (max-width:480px){.cmyk-site-header__logo-img{width:190px;min-width:190px;max-width:190px;height:auto}.cmyk-site-header__mobile-link{font-size:22px}}.cmyk-footer{padding:var(--cmyk-space-7) 0}.cmyk-footer__grid{display:grid;gap:var(--cmyk-space-5);grid-template-columns:repeat(2,minmax(0,1fr))}.cmyk-footer__group{display:flex;flex-direction:column}.cmyk-footer__title{display:block;margin-bottom:var(--cmyk-space-3);color:#4a5560;font-size:14px;line-height:1.4}.cmyk-footer__links{display:grid;gap:var(--cmyk-space-1)}.cmyk-footer__link{display:inline-flex;min-height:24px;align-items:center;padding:4px 0;color:#212529;font-size:calc(1rem - 2px);line-height:1.45;text-decoration:none}.cmyk-footer__link:hover,.cmyk-footer__link:focus-visible{color:var(--cmyk-color-primary);text-decoration:underline}.cmyk-footer__contacts{margin-top:var(--cmyk-space-6);border-radius:var(--cmyk-radius-md);padding:var(--cmyk-space-4);background:#f8f9fa}.cmyk-footer__contacts-row,.cmyk-footer__contacts-items{display:flex;flex-direction:column;gap:var(--cmyk-space-2)}.cmyk-footer__bottom{display:grid;gap:var(--cmyk-space-3);margin-top:var(--cmyk-space-4)}.cmyk-footer__legal{color:#4a5560;font-size:14px;line-height:1.45}.cmyk-footer__legal a{display:inline-flex;min-height:24px;align-items:center;padding:2px 0;color:#3d4650;text-decoration:underline}.cmyk-footer__agency{display:inline-flex}@media(min-width:992px){.cmyk-footer__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.cmyk-footer__contacts-row,.cmyk-footer__contacts-items{flex-direction:row;gap:var(--cmyk-space-5)}.cmyk-footer__bottom{grid-template-columns:minmax(0,1fr) auto;align-items:center}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal.show{display:block}.modal.fade .modal-dialog{transform:translateY(-24px);transition:transform .2s ease-out}.modal.show .modal-dialog{transform:none}.modal-dialog{position:relative;width:auto;margin:24px auto;pointer-events:none}.modal-dialog-centered{display:flex;min-height:calc(100% - 48px);align-items:center}.modal-content{position:relative;display:flex;width:100%;flex-direction:column;pointer-events:auto;background-color:#fff;background-clip:padding-box}.modal-body{position:relative;flex:1 1 auto}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;background:#0000008c}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:1}.modal-open{overflow:hidden}.cmyk-modal__dialog{max-width:min(680px,100% - 24px)}.cmyk-modal__content{position:relative;border:0;border-radius:var(--cmyk-radius-lg);box-shadow:var(--cmyk-shadow-card)}.cmyk-modal__body{padding:var(--cmyk-space-6)}.cmyk-modal__header{display:flex;align-items:center;gap:var(--cmyk-space-4)}.cmyk-modal__title{flex:1;margin:0;color:var(--cmyk-color-text);font-size:22px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.25}.cmyk-modal__title--spacer{opacity:0}.cmyk-modal__form{margin-top:var(--cmyk-space-4)}.cmyk-form-note{color:var(--cmyk-color-muted);font-size:12px;line-height:1.4;opacity:.72}.cmyk-form-socials{display:flex;justify-content:space-around;gap:20px}.cmyk-form-socials__row{display:flex;flex-wrap:wrap;gap:20px}.cmyk-form-socials__link{display:flex;align-items:center;justify-content:center;width:100%;border-radius:40px;padding:10px 20px;background:#ccc;color:var(--cmyk-color-text);font-size:16px;font-weight:var(--cmyk-font-weight-medium);line-height:1.2;text-decoration:none}.cmyk-form-socials__link:hover,.cmyk-form-socials__link:focus-visible{background:#000;color:#fff}.cmyk-form-socials__link svg{width:30px;height:30px;flex:none}.cmyk-form-socials__link--whatsapp svg{width:22px;margin-right:6px}.cmyk-modal__form-title{margin:0 0 var(--cmyk-space-4);color:var(--cmyk-color-text);font-size:22px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.25}.cmyk-modal__close{position:relative;display:inline-flex;width:36px;height:36px;flex:none;align-items:center;justify-content:center;border:0;border-radius:50%;background:#f4f4f4;cursor:pointer}.cmyk-modal__close:before,.cmyk-modal__close:after{position:absolute;width:18px;height:2px;border-radius:999px;background:#000;content:""}.cmyk-modal__close:before{transform:rotate(45deg)}.cmyk-modal__close:after{transform:rotate(-45deg)}.cmyk-modal .g-recaptcha>div{margin-top:10px;margin-right:auto;margin-left:auto}.cmyk-modal #wpforms-2591-field_14-container{margin-top:2px;margin-bottom:-10px;opacity:1!important}@media(max-width:768px){.cmyk-modal__body{padding:var(--cmyk-space-5)}.cmyk-modal__title,.cmyk-modal__form-title{font-size:20px}}.cmyk-ink-filters{width:100%;max-width:100%;min-width:0;padding:0;background:transparent;box-sizing:border-box}.cmyk-ink-filters__form{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.cmyk-ink-filters__group{margin-bottom:16px}.cmyk-ink-filters__title{margin-bottom:8px;padding:0 4px 0 12px;color:#666;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.cmyk-ink-filters__option{display:flex;align-items:center;gap:8px;margin-bottom:4px;padding:0 12px;border-radius:6px;color:#333;cursor:pointer;font-size:14px;line-height:1.35;transition:all .15s ease}.cmyk-ink-filters__option:hover{background:#e8e8e8;color:#0e64b1}.cmyk-ink-filters__option.is-disabled{cursor:not-allowed}.cmyk-ink-filters__option.is-disabled span{color:#999;opacity:.6}.cmyk-ink-filters__option.is-disabled:hover{background:transparent;color:inherit}.cmyk-ink-filters__option.is-disabled input{cursor:not-allowed;opacity:.5}.cmyk-ink-filters__actions{width:100%;max-width:100%;min-width:0;padding:0;box-sizing:border-box}.cmyk-ink-filters__reset{display:block;box-sizing:border-box;width:calc(100% - 24px);max-width:calc(100% - 24px);margin:0 12px;padding:10px 12px;border:1px solid #dfe5ee;border-radius:8px;color:var(--cmyk-color-muted);font-size:14px;line-height:1.3;text-align:center;text-decoration:none;white-space:normal}.cmyk-ink-filters__reset:hover{border-color:#0e64b1;color:#0e64b1}.cmyk-ink-filters__option[data-filter-type=ink-color] .ink-color-label{position:relative;padding-left:20px}.cmyk-ink-filters__option[data-filter-type=ink-color] .ink-color-label:before{position:absolute;top:50%;left:0;display:inline-block;width:14px;height:14px;border:1px solid rgba(0,0,0,.2);border-radius:50%;background-color:#fff;content:"";transform:translateY(-50%)}.cmyk-ink-filters__option[data-color-slug=chernyj] .ink-color-label:before{background-color:#000}.cmyk-ink-filters__option[data-color-slug=svetlo-chernyj] .ink-color-label:before{background-color:#333}.cmyk-ink-filters__option[data-color-slug=belyj] .ink-color-label:before{border-color:#ccc;background-color:#fff}.cmyk-ink-filters__option[data-color-slug=purpurnyj] .ink-color-label:before{background-color:#f0f}.cmyk-ink-filters__option[data-color-slug=svetlo-purpunyj] .ink-color-label:before{background-color:#f8f}.cmyk-ink-filters__option[data-color-slug=goluboj] .ink-color-label:before{background-color:#0af}.cmyk-ink-filters__option[data-color-slug=svetlo-goluboj] .ink-color-label:before{background-color:#80d4ff}.cmyk-ink-filters__option[data-color-slug=zheltyj] .ink-color-label:before{background-color:#ff0}.cmyk-ink-filters__option[data-color-slug=svetlo-zheltyj] .ink-color-label:before{background-color:#ff8}.cmyk-cutter-filters{width:100%;max-width:100%;min-width:0;padding:0;background:transparent;box-sizing:border-box}.cmyk-cutter-filters__form{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.cmyk-cutter-filters__group{margin-bottom:16px}.cmyk-cutter-filters__title{margin-bottom:8px;padding:0 4px 0 12px;color:#666;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.cmyk-cutter-filters__option{display:flex;align-items:center;gap:8px;margin-bottom:4px;padding:0 12px;border-radius:6px;color:#333;cursor:pointer;font-size:14px;line-height:1.35;transition:all .15s ease}.cmyk-cutter-filters__option:hover{background:#e8e8e8;color:#0e64b1}.cmyk-cutter-filters__actions{width:100%;max-width:100%;min-width:0;padding:0;box-sizing:border-box}.cmyk-cutter-filters__reset{display:block;box-sizing:border-box;width:calc(100% - 24px);max-width:calc(100% - 24px);margin:0 12px;padding:10px 12px;border:1px solid #dfe5ee;border-radius:8px;color:var(--cmyk-color-muted);font-size:14px;line-height:1.3;text-align:center;text-decoration:none;white-space:normal}.cmyk-cutter-filters__reset:hover{border-color:#0e64b1;color:#0e64b1}.cmyk-home-hero{position:relative;display:flex;min-height:min(660px,100vh - 128px);align-items:flex-end;overflow:hidden;color:#fff}.cmyk-home-hero__media,.cmyk-home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.cmyk-home-hero__media{background:#101216}.cmyk-home-hero>.cmyk-container,.cmyk-home-hero>.cmyk-container--wide{position:relative;z-index:1;width:100%;max-width:var(--cmyk-container-wide);box-sizing:border-box;padding-right:var(--cmyk-space-5);padding-left:var(--cmyk-space-5)}.cmyk-home-hero__poster,.cmyk-home-hero__video{width:100%;height:100%;display:block;object-fit:cover}.cmyk-home-hero__poster{display:none}@media(max-width:767px){.cmyk-home-hero__poster{display:block}.cmyk-home-hero__video{display:none}}@media(prefers-reduced-motion:reduce){.cmyk-home-hero__video{display:none!important}.cmyk-home-hero__poster{display:block!important}}.cmyk-home-hero__overlay{background:linear-gradient(180deg,#0a0e162e,#0a0e16c7)}.cmyk-home-hero__content{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);min-width:0;gap:var(--cmyk-space-6);align-items:end;padding:var(--cmyk-space-8) 0}.cmyk-home-hero__title{display:block;max-width:920px;min-width:0;margin:0;font-size:48px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.12;letter-spacing:0;white-space:normal;overflow-wrap:anywhere;word-break:normal}.cmyk-home-hero__title a,.cmyk-home-hero__text a{min-width:0;color:inherit;white-space:normal;overflow-wrap:anywhere;word-break:break-word;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.12em}.cmyk-home-hero__text{max-width:430px;min-width:0;margin:0;color:#ffffffdb;line-height:1.55;overflow-wrap:anywhere}@media(max-width:991px){.cmyk-home-hero__content{grid-template-columns:1fr;gap:var(--cmyk-space-5)}.cmyk-home-hero__title{font-size:40px}}@media(max-width:767px){.cmyk-home-hero{min-height:min(580px,100vh - 96px)}.cmyk-home-hero__media{aspect-ratio:16/9;min-height:min(580px,100vh - 96px)}.cmyk-home-hero>.cmyk-container,.cmyk-home-hero>.cmyk-container--wide{padding-right:var(--cmyk-space-4);padding-left:var(--cmyk-space-4)}.cmyk-home-hero__content{min-height:220px;padding:var(--cmyk-space-7) 0}.cmyk-home-hero__title{width:100%;max-width:min(100%,340px);font-size:30px}.cmyk-home-hero__text{width:100%;max-width:min(100%,340px)}}@media(max-width:575px){.cmyk-home-hero__title{max-width:min(100%,304px);font-size:24px}.cmyk-home-hero__text{max-width:min(100%,304px)}}.cmyk-home-solutions{padding-top:var(--cmyk-space-7);padding-bottom:var(--cmyk-space-7)}.cmyk-home-solutions__grid{display:grid;gap:var(--cmyk-space-5)}@media(min-width:992px){.cmyk-home-solutions__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.cmyk-home-solutions__item{min-width:0}@media(min-width:992px){.cmyk-home-solutions__item.cmyk-home-solutions__item--wide{grid-column:span 2}}.cmyk-home-solutions__card{position:relative;display:block;min-height:358px;overflow:hidden;border-radius:var(--cmyk-radius-lg);background:#f4f4f4;color:var(--cmyk-color-text);text-decoration:none;transform:translateZ(0)}.cmyk-home-solutions__card:hover,.cmyk-home-solutions__card:focus-visible{color:var(--cmyk-color-text)}.cmyk-home-solutions__card-title{position:relative;z-index:1;max-width:560px;padding:var(--cmyk-space-6);font-size:24px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.28}.cmyk-home-solutions__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .35s ease}.cmyk-home-solutions__card:hover .cmyk-home-solutions__image,.cmyk-home-solutions__card:focus-visible .cmyk-home-solutions__image{transform:scale(1.03)}.cmyk-home-solutions__card--image-top .cmyk-home-solutions__image{object-position:top}.cmyk-home-solutions__card--image-center .cmyk-home-solutions__image{object-position:center}.cmyk-home-solutions__card--light .cmyk-home-solutions__image{mix-blend-mode:multiply}.cmyk-home-solutions__note{margin:var(--cmyk-space-2) 0 0;color:var(--cmyk-color-muted);font-size:14px;line-height:1.45}.cmyk-home-solutions__note a{color:var(--cmyk-color-primary)}@media(max-width:767px){.cmyk-home-solutions{padding-top:var(--cmyk-space-6);padding-bottom:var(--cmyk-space-6)}.cmyk-home-solutions__card{min-height:320px}.cmyk-home-solutions__card-title{padding:var(--cmyk-space-5);font-size:22px}}.cmyk-equipment-card{display:flex;flex-direction:column;overflow:hidden}.cmyk-equipment-card__image-link{display:block;height:260px;overflow:hidden;background:var(--cmyk-color-soft)}.cmyk-equipment-card__image{display:block;width:100%;height:100%;object-fit:cover}.cmyk-equipment-card__body{display:flex;flex-direction:column;padding:var(--cmyk-space-5)}.cmyk-equipment-card__title-link{color:var(--cmyk-color-text);text-decoration:none}.cmyk-equipment-card__title-link:hover,.cmyk-equipment-card__title-link:focus-visible{color:var(--cmyk-color-primary)}.cmyk-equipment-card__type{margin:var(--cmyk-space-2) 0 0;color:var(--cmyk-color-muted);font-size:14px}.cmyk-equipment-card__width{margin:var(--cmyk-space-3) 0 0;font-size:14px}.cmyk-equipment-card__specs{display:grid;gap:var(--cmyk-space-2);margin:var(--cmyk-space-4) 0 0;padding:0;list-style:none;font-size:14px}.cmyk-equipment-card__spec{display:grid;grid-template-columns:minmax(0,1fr) minmax(90px,auto);gap:var(--cmyk-space-3)}.cmyk-equipment-card__spec-label{color:var(--cmyk-color-muted)}.cmyk-equipment-card__spec-value{text-align:right}.cmyk-equipment-card__price{margin:var(--cmyk-space-5) 0 var(--cmyk-space-4);font-size:17px;font-weight:var(--cmyk-font-weight-semibold)}.cmyk-equipment-card__actions{margin-top:var(--cmyk-space-4)}.cmyk-equipment-card__actions.cmyk-button-group{display:flex;flex-direction:column;align-items:stretch;gap:var(--cmyk-space-3)}.cmyk-equipment-card__actions .cmyk-button{display:flex;width:100%;box-sizing:border-box;white-space:normal;text-align:center}@media(max-width:767px){.cmyk-equipment-card__image-link{height:220px}.cmyk-equipment-card__body{padding:var(--cmyk-space-4)}.cmyk-equipment-card__spec{grid-template-columns:minmax(0,1fr) minmax(72px,auto);gap:var(--cmyk-space-2)}.cmyk-equipment-card__spec-value{text-align:right}}.cmyk-printer-list-card{display:flex;height:100%;min-width:0;flex-direction:column;padding:0;overflow:hidden;color:var(--cmyk-color-text);text-decoration:none;border-radius:10px;transition:box-shadow .2s ease-in-out}.cmyk-printer-list-card:hover,.cmyk-printer-list-card:focus-visible{box-shadow:#97a6b533 0 2px 4px;color:var(--cmyk-color-text);text-decoration:none}.cmyk-printer-list-card__media{position:relative;width:100%;height:260px;flex-shrink:0;margin:0}.cmyk-printer-list-card__image{display:block;width:100%;height:100%;object-fit:contain}.cmyk-printer-list-card__price{position:absolute;right:0;bottom:0;padding:.5rem .75rem;border-radius:14px 0 0;background:#0051c2;color:#fff;font-size:.95rem;font-weight:600}.cmyk-printer-list-card__body{display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;margin-top:1.5rem;padding:0 2rem 2rem}.cmyk-printer-list-card__title{margin:0 0 1rem;font-size:clamp(18px,1vw + 20px,19px);font-weight:600;line-height:1.35}.cmyk-printer-list-card__size{width:100%;margin-bottom:1rem}.cmyk-printer-list-card__size-label{color:var(--cmyk-color-muted);font-size:13px}.cmyk-printer-list-card__size-value{font-size:15px}.cmyk-printer-list-card__excerpt{flex-grow:1;margin:0 0 1.5rem;color:var(--cmyk-color-muted);font-size:.875rem;line-height:1.5;opacity:.7;transition:opacity .2s ease-in-out}.cmyk-printer-list-card__more{display:flex;width:100%;align-items:center;justify-content:space-between}.cmyk-printer-list-card__more-text{margin:0;font-size:1rem;font-weight:400;line-height:1.5}.cmyk-printer-list-card__more-icon{opacity:0;transition:opacity .2s ease-in-out}@media(hover:hover){.cmyk-printer-list-card:hover .cmyk-printer-list-card__excerpt,.cmyk-printer-list-card:focus-visible .cmyk-printer-list-card__excerpt{opacity:1}.cmyk-printer-list-card:hover .cmyk-printer-list-card__more-icon,.cmyk-printer-list-card:focus-visible .cmyk-printer-list-card__more-icon{opacity:1}}.cmyk-promo-banner{overflow:hidden;border-radius:var(--cmyk-radius-lg);background:var(--cmyk-promo-banner-bg, var(--cmyk-color-primary-soft))}.cmyk-promo-banner__inner{padding:var(--cmyk-space-7) var(--cmyk-space-5)}.cmyk-promo-banner__label{margin:0 0 var(--cmyk-space-6);color:var(--cmyk-promo-banner-label-color, var(--cmyk-color-muted));text-align:center}.cmyk-promo-banner__link{display:block;width:100%;text-decoration:none}.cmyk-promo-banner__media{display:flex;width:100%;align-items:center;justify-content:center;overflow:hidden}.cmyk-promo-banner__picture{display:block;width:100%}.cmyk-promo-banner__image{display:block;width:100%;height:auto;max-width:1059px;max-height:305px;object-fit:contain;object-position:center}.cmyk-promo-banner:not(.has-desktop){display:none}.cmyk-promo-banner.has-desktop.has-mobile .cmyk-promo-banner__media{aspect-ratio:1059/305}@media(max-width:767px){.cmyk-promo-banner__inner{padding:var(--cmyk-space-5) var(--cmyk-space-4)}.cmyk-promo-banner__image{max-width:100%;max-height:640px}.cmyk-promo-banner.has-desktop.has-mobile .cmyk-promo-banner__media{aspect-ratio:555/640}.cmyk-promo-banner:not(.has-mobile){display:none}.cmyk-promo-banner.has-mobile{display:block}}.cmyk-promo-banner.has-mobile:not(.has-desktop) .cmyk-promo-banner__media{aspect-ratio:555/640}.cmyk-faq{margin:var(--cmyk-space-8) 0}.cmyk-faq__header{margin-bottom:var(--cmyk-space-6)}.cmyk-faq__eyebrow{margin-bottom:var(--cmyk-space-4)}.cmyk-faq__title{max-width:820px}.cmyk-faq__list{margin:var(--cmyk-space-6) 0 0;padding:0;border-radius:var(--cmyk-radius-lg);background:var(--cmyk-color-surface);box-shadow:var(--cmyk-shadow-card);list-style:none}.cmyk-faq__item:not(:last-child) .cmyk-faq__question{border-bottom:1px solid rgba(32,36,42,.1)}.cmyk-faq__question{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;padding:14px 24px;background:transparent;color:inherit;cursor:pointer;font:inherit;font-size:18px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.25;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cmyk-faq__question:hover,.cmyk-faq__question:focus-visible,.cmyk-faq__question.is-active{color:var(--cmyk-color-primary)}.cmyk-faq__question:focus-visible{outline:2px solid var(--cmyk-color-primary);outline-offset:-2px}.cmyk-faq__question-icon{display:inline-flex;width:40px;height:40px;flex:none;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease,color .2s ease,transform .2s ease}.cmyk-faq__question.is-active .cmyk-faq__question-icon{background:var(--cmyk-color-primary);color:#fff;transform:rotate(180deg)}.cmyk-faq__body{height:0;overflow:hidden;transition:height .3s ease;will-change:height}.cmyk-faq__answer{border-bottom:1px solid rgba(32,36,42,.1);padding:var(--cmyk-space-4) var(--cmyk-space-5);background:var(--cmyk-color-soft)}.cmyk-faq__item:last-child .cmyk-faq__answer{border-bottom:0;border-bottom-right-radius:var(--cmyk-radius-lg);border-bottom-left-radius:var(--cmyk-radius-lg)}.cmyk-faq__item--collapsed{display:none}.cmyk-faq--expanded .cmyk-faq__item--collapsed{display:list-item}.cmyk-faq__toggle-wrap{margin-top:var(--cmyk-space-5);text-align:center}.cmyk-contact-cta{padding-top:var(--cmyk-space-7);padding-bottom:var(--cmyk-space-8)}.cmyk-contact-cta--no-delivery{padding-top:var(--cmyk-space-7)}.cmyk-contact-cta--embedded{padding-top:0;padding-bottom:0}.cmyk-contact-cta__delivery{position:relative;z-index:0;margin-bottom:-20px}.cmyk-contact-cta__delivery-inner{border-top-left-radius:var(--cmyk-radius-lg);border-top-right-radius:var(--cmyk-radius-lg);padding:var(--cmyk-space-6);background:var(--cmyk-color-soft)}.cmyk-contact-cta__delivery-title{margin-bottom:var(--cmyk-space-4)}.cmyk-contact-cta__delivery-text{margin:0 0 var(--cmyk-space-4);color:#4a5560}.cmyk-contact-cta__delivery-grid{display:grid;gap:var(--cmyk-space-3)}@media(min-width:576px){.cmyk-contact-cta__delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.cmyk-contact-cta__delivery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.cmyk-contact-cta__delivery-item{display:flex;align-items:center;gap:var(--cmyk-space-3);padding:var(--cmyk-space-2) 0}.cmyk-contact-cta__delivery-icon{display:inline-flex;flex:none;color:var(--cmyk-color-accent)}.cmyk-contact-cta__body{position:relative;z-index:1}.cmyk-contact-cta__panel{display:grid;overflow:hidden;border-radius:var(--cmyk-radius-lg);background:var(--cmyk-color-primary);color:#fff}@media(min-width:992px){.cmyk-contact-cta__panel{grid-template-columns:repeat(2,minmax(0,1fr))}}.cmyk-contact-cta--embedded .cmyk-contact-cta__panel{border:1px solid rgba(255,255,255,.22)}.cmyk-contact-cta__content,.cmyk-contact-cta__form{padding:var(--cmyk-space-6)}.cmyk-contact-cta__content{display:flex;flex-direction:column;justify-content:space-between;gap:var(--cmyk-space-6)}.cmyk-contact-cta__title{margin:0 0 var(--cmyk-space-4);font-size:32px;font-weight:var(--cmyk-font-weight-medium);line-height:1.2}.cmyk-contact-cta__description{margin:0;color:#fff}.cmyk-contact-cta__socials,.cmyk-contact-cta__social-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--cmyk-space-5)}.cmyk-contact-cta__link{display:inline-flex;align-items:center;gap:var(--cmyk-space-2);color:#fff;text-decoration:none}.cmyk-contact-cta__link:hover,.cmyk-contact-cta__link:focus-visible{color:#fff;text-decoration:underline}.cmyk-contact-cta__link--phone{white-space:nowrap}.cmyk-contact-cta__form{border-top:1px solid rgba(255,255,255,.32)}@media(min-width:992px){.cmyk-contact-cta__form{border-top:0}}.cmyk-contact-cta__form .wpforms-field-label,.cmyk-contact-cta__form .wpforms-field-label-inline,.cmyk-contact-cta__form .wpforms-required-label,.cmyk-contact-cta__form .wpforms-field-description,.cmyk-contact-cta__form .cmyk-form-note,.cmyk-contact-cta__form a{color:#fff}.cmyk-contact-cta__form .wpforms-field-description,.cmyk-contact-cta__form .wpforms-field-checkbox label,.cmyk-contact-cta__form a{font-size:12px}.cmyk-contact-cta__form a{display:inline-flex;min-height:24px;align-items:center;padding:4px 0;text-decoration:underline}.cmyk-contact-cta__form .wpforms-submit-container button{min-height:44px;min-width:44px;border:2px solid #fff;background:#fff;color:#000}.cmyk-contact-cta__form .wpforms-submit-container button:hover,.cmyk-contact-cta__form .wpforms-submit-container button:focus-visible{background:#ffffffe6;color:#000}@media(max-width:575px){.cmyk-contact-cta__delivery-inner,.cmyk-contact-cta__content,.cmyk-contact-cta__form{padding:var(--cmyk-space-5)}.cmyk-contact-cta__title{font-size:26px}.cmyk-contact-cta__socials,.cmyk-contact-cta__social-row{align-items:flex-start;flex-direction:column;gap:var(--cmyk-space-3)}}.cmyk-installations-card{padding-top:var(--cmyk-space-7);padding-bottom:var(--cmyk-space-7)}.cmyk-installations-card__link{display:grid;overflow:hidden;min-height:400px;border-radius:var(--cmyk-radius-lg);background:#e9469b;color:#fff;text-decoration:none;background-image:image-set(url(/wp-content/themes/cmyk/assets/images/installation-bg.webp) type("image/webp"),url(/wp-content/themes/cmyk/assets/images/installation-bg.jpg) type("image/jpeg"));background-repeat:no-repeat;background-position:top left;background-size:cover}@media(min-width:992px){.cmyk-installations-card__link{grid-template-columns:minmax(0,1fr) minmax(320px,1fr)}}.cmyk-installations-card__media{min-height:200px}@media(min-width:992px){.cmyk-installations-card__media{min-height:400px}}.cmyk-installations-card__content{display:flex;flex-direction:column;justify-content:center;padding:var(--cmyk-space-6)}.cmyk-installations-card__title{max-width:520px;font-size:30px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.2}.cmyk-installations-card__text{max-width:560px;margin-top:var(--cmyk-space-5);margin-bottom:var(--cmyk-space-6);color:#fffffff2;font-size:20px;line-height:1.4}.cmyk-installations-card__button{align-self:flex-start}@media(max-width:575px){.cmyk-installations-card{padding-top:var(--cmyk-space-6);padding-bottom:var(--cmyk-space-6)}.cmyk-installations-card__link{min-height:450px}.cmyk-installations-card__content{padding:var(--cmyk-space-5)}.cmyk-installations-card__title{font-size:26px}.cmyk-installations-card__text{font-size:18px}}.cmyk-company-reviews{padding-top:var(--cmyk-space-8);padding-bottom:var(--cmyk-space-8)}.cmyk-company-reviews__body{display:grid;gap:var(--cmyk-space-6);min-width:0}@media(min-width:992px){.cmyk-company-reviews__body{grid-template-columns:minmax(280px,360px) minmax(0,1fr)}}.cmyk-company-reviews__content{align-self:start}@media(min-width:992px){.cmyk-company-reviews__content{padding-top:var(--cmyk-space-6)}}.cmyk-company-reviews__title{margin-bottom:var(--cmyk-space-5)}.cmyk-company-reviews__text{max-width:600px;margin:0 0 var(--cmyk-space-7);color:var(--cmyk-color-muted);line-height:1.5}@media(max-width:991px){.cmyk-company-reviews__text{margin-bottom:var(--cmyk-space-5)}}.cmyk-company-reviews__slider{width:100%;max-width:100%;min-width:0;overflow:hidden;padding-bottom:42px;position:relative}.cmyk-company-reviews__slider-wrapper,.cmyk-company-reviews__slider-slide{min-width:0}.cmyk-company-reviews__slider-arrows{display:flex;gap:var(--cmyk-space-4);position:absolute;right:var(--cmyk-space-6);bottom:74px;z-index:1}@media(max-width:767px){.cmyk-company-reviews__slider-arrows{display:none}}.cmyk-company-reviews__slider-arrow{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;border:1px solid var(--cmyk-color-primary);border-radius:50%;background:transparent;color:var(--cmyk-color-primary);transition:background-color .2s ease,color .2s ease}.cmyk-company-reviews__slider-arrow:hover,.cmyk-company-reviews__slider-arrow:focus-visible{background:var(--cmyk-color-primary);color:#fff}.cmyk-company-reviews__slider-pagination{bottom:0!important;left:50%!important;transform:translate(-50%)!important}.cmyk-company-reviews__slider-pagination .swiper-pagination-bullet{width:20px;height:20px;margin:0 var(--cmyk-space-2);background:#f4f4f4;opacity:1}.cmyk-company-reviews__slider-pagination .swiper-pagination-bullet-active{background:var(--cmyk-color-primary)}.cmyk-company-review{display:flex;min-width:0;align-items:flex-start;gap:var(--cmyk-space-4);padding:var(--cmyk-space-6);border-radius:var(--cmyk-radius-lg);background:#f4f4f4}@media(max-width:575px){.cmyk-company-review{flex-direction:column;padding:var(--cmyk-space-5);gap:var(--cmyk-space-5)}}.cmyk-company-review__image{width:240px;max-width:100%;aspect-ratio:240/342;flex:none;overflow:hidden;position:relative;border-radius:var(--cmyk-radius-lg)}@media(max-width:767px){.cmyk-company-review__image{width:200px}}@media(max-width:575px){.cmyk-company-review__image{width:min(240px,100%)}}.cmyk-company-review__image img{width:100%;height:100%;object-fit:cover}.cmyk-company-review__image-link{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;position:absolute;top:0;right:0;border-radius:50%;color:var(--cmyk-color-primary);transition:background-color .2s ease}.cmyk-company-review__image-link:hover,.cmyk-company-review__image-link:focus-visible{background:#fff}.cmyk-company-review__content{min-width:0}@media(min-width:768px){.cmyk-company-review__content{padding-bottom:var(--cmyk-space-8);margin-top:var(--cmyk-space-6)}}.cmyk-company-review__title{margin-bottom:var(--cmyk-space-5);font-size:18px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.22}.cmyk-company-review__text{line-height:1.5}.cmyk-about-company{padding-top:var(--cmyk-space-8);padding-bottom:var(--cmyk-space-8)}.cmyk-about-company__panel{overflow:hidden;border-radius:var(--cmyk-radius-lg);padding:var(--cmyk-space-6);background:var(--cmyk-color-primary);color:#fff}@media(max-width:575px){.cmyk-about-company__panel{padding:var(--cmyk-space-5)}}.cmyk-about-company__person{display:grid;align-items:center;gap:var(--cmyk-space-5);margin-bottom:var(--cmyk-space-7)}@media(min-width:768px){.cmyk-about-company__person{grid-template-columns:120px minmax(0,1fr)}}.cmyk-about-company__photo{width:120px;aspect-ratio:1;overflow:hidden;border-radius:50%}.cmyk-about-company__photo img{width:100%;height:100%;object-fit:cover}.cmyk-about-company__person-name,.cmyk-about-company__lease-kicker,.cmyk-about-company__lease-title,.cmyk-about-company__contact-title{font-weight:var(--cmyk-font-weight-semibold);line-height:1.2}.cmyk-about-company__person-name{margin-bottom:var(--cmyk-space-2);font-size:24px}.cmyk-about-company__person-role{margin:0;color:#fff}.cmyk-about-company__lead{margin:0 0 var(--cmyk-space-7);color:#fffffff2;font-size:20px;line-height:1.55}.cmyk-about-company__lead strong,.cmyk-about-company__lead span{color:#fff}.cmyk-about-company__advantages{display:grid;gap:var(--cmyk-space-4);margin-bottom:var(--cmyk-space-7)}@media(min-width:768px){.cmyk-about-company__advantages{grid-template-columns:repeat(3,minmax(0,1fr))}}.cmyk-about-company__advantage{height:100%;border-radius:var(--cmyk-radius-md);padding:var(--cmyk-space-5);background:#ffffff1f}.cmyk-about-company__advantage-title{margin-bottom:var(--cmyk-space-3);font-size:20px;font-weight:var(--cmyk-font-weight-semibold)}.cmyk-about-company__advantage-text{color:#fffffff2;line-height:1.45}.cmyk-about-company__lease{display:grid;overflow:hidden;margin-bottom:var(--cmyk-space-7);border-radius:var(--cmyk-radius-lg);background:#fff;color:var(--cmyk-color-text);text-decoration:none}@media(min-width:768px){.cmyk-about-company__lease{grid-template-columns:minmax(0,1fr) minmax(300px,1fr)}}.cmyk-about-company__lease-content{display:flex;min-height:320px;flex-direction:column;padding:var(--cmyk-space-6)}.cmyk-about-company__lease-kicker{margin-bottom:var(--cmyk-space-5);font-size:32px}.cmyk-about-company__lease-title{margin-bottom:var(--cmyk-space-5);font-size:24px}.cmyk-about-company__lease-title span{color:var(--cmyk-color-primary)}.cmyk-about-company__lease-text{margin:0 0 var(--cmyk-space-5);color:var(--cmyk-color-muted);line-height:1.5}.cmyk-about-company__lease-button{align-self:flex-start;margin-top:auto}.cmyk-about-company__lease-media{display:none}@media(min-width:768px){.cmyk-about-company__lease-media{display:block}}.cmyk-about-company__lease-media img{width:100%;height:100%;object-fit:cover}.cmyk-about-company__contact-container{width:100%}.cmyk-company-hero{padding:var(--cmyk-space-8) 0 var(--cmyk-space-7)}.cmyk-company-hero__title{max-width:920px;margin:0 auto var(--cmyk-space-7);font-size:42px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.15;letter-spacing:0;text-align:center;overflow-wrap:anywhere}.cmyk-company-hero__intro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--cmyk-space-5);margin-bottom:var(--cmyk-space-7)}.cmyk-company-hero__intro--single{grid-template-columns:1fr}.cmyk-company-hero__statement{font-size:34px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3;letter-spacing:0;overflow-wrap:anywhere}.cmyk-company-hero__text,.cmyk-company-hero__content{color:var(--cmyk-color-muted);line-height:1.55;overflow-wrap:anywhere}.cmyk-company-hero__text p,.cmyk-company-hero__content p{margin:0 0 var(--cmyk-space-3)}.cmyk-company-hero__text p:last-child,.cmyk-company-hero__content p:last-child{margin-bottom:0}.cmyk-company-hero__content{max-width:920px;margin:0 auto}.cmyk-company-hero__content strong{color:var(--cmyk-color-text)}.cmyk-company-hero__content ul,.cmyk-company-hero__content ol{margin:var(--cmyk-space-3) 0;padding-left:1.25rem}.cmyk-company-hero__content li+li{margin-top:var(--cmyk-space-2)}.cmyk-company-hero__content a{color:var(--cmyk-color-primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.14em}.cmyk-company-hero__content img{display:block;max-width:100%;height:auto;margin-right:auto;margin-left:auto}.cmyk-company-hero__content p:has(img){text-align:center}@media(max-width:767px){.cmyk-company-hero{padding:var(--cmyk-space-7) 0 var(--cmyk-space-6)}.cmyk-company-hero__title{margin-bottom:var(--cmyk-space-6);font-size:32px}.cmyk-company-hero__intro{grid-template-columns:1fr;gap:var(--cmyk-space-4)}.cmyk-company-hero__statement{font-size:24px}}@media(max-width:575px){.cmyk-company-hero__title,.cmyk-company-hero__intro,.cmyk-company-hero__content{max-width:min(100%,280px);margin-right:auto;margin-left:auto}.cmyk-company-hero__title{font-size:30px}.cmyk-company-hero__statement{font-size:22px}}.cmyk-company-timeline{padding:var(--cmyk-space-7) 0 var(--cmyk-space-8)}.cmyk-company-timeline__title{margin-bottom:var(--cmyk-space-6);text-align:center}.cmyk-company-timeline__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--cmyk-space-5);margin:0;padding:0;list-style:none}.cmyk-company-timeline__item{display:flex;min-width:0}.cmyk-company-timeline__card{width:100%;padding:var(--cmyk-space-5);border-radius:var(--cmyk-radius-md);background:#f5f6f8}.cmyk-company-timeline__date{margin-bottom:var(--cmyk-space-4);color:var(--cmyk-color-primary);font-size:24px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.2}.cmyk-company-timeline__description{color:var(--cmyk-color-muted);line-height:1.5;overflow-wrap:anywhere}.cmyk-company-timeline__description p{margin:0}@media(max-width:767px){.cmyk-company-timeline{padding:var(--cmyk-space-6) 0 var(--cmyk-space-7)}.cmyk-company-timeline__list{grid-template-columns:1fr;gap:var(--cmyk-space-4)}.cmyk-company-timeline__item+.cmyk-company-timeline__item{margin-top:var(--cmyk-space-4)}}.cmyk-blog-page{padding:var(--cmyk-space-8) 0}.cmyk-blog-page__title{max-width:920px;margin:0 auto var(--cmyk-space-5);font-size:42px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.15;text-align:center}.cmyk-blog-page__filter{margin-bottom:var(--cmyk-space-7)}.cmyk-blog-page__pagination{margin-top:var(--cmyk-space-7)}.cmyk-blog-category-filter__list{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--cmyk-space-2);margin:0;padding:0;list-style:none}.cmyk-blog-category-filter__link{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:1px solid #212529;border-radius:999px;padding:9px 17px;background:#fff;color:#212529;font-size:15px;font-weight:var(--cmyk-font-weight-medium);line-height:1.2;text-align:center;text-decoration:none;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.cmyk-blog-category-filter__link:hover,.cmyk-blog-category-filter__link:focus-visible{border-color:var(--cmyk-color-primary);background:var(--cmyk-color-primary-soft);color:var(--cmyk-color-primary)}.cmyk-blog-category-filter__link.is-active{border-color:var(--cmyk-color-primary);background:var(--cmyk-color-primary);color:#fff}.cmyk-blog-listing__grid{display:grid;gap:var(--cmyk-space-7) var(--cmyk-space-5);grid-template-columns:1fr}.cmyk-blog-listing__empty{margin:0;padding:var(--cmyk-space-5);border-radius:var(--cmyk-radius-md);background:var(--cmyk-color-primary-soft);color:var(--cmyk-color-text);text-align:center}.cmyk-blog-card{display:flex;min-width:0;flex-direction:column}.cmyk-blog-card--plain{min-height:400px;border-radius:var(--cmyk-radius-md);padding:var(--cmyk-space-5);background:#f5f6f8}.cmyk-blog-card__media{display:block;overflow:hidden;aspect-ratio:16/10;margin-bottom:var(--cmyk-space-3);border-radius:var(--cmyk-radius-md);background:#f5f6f8;text-decoration:none}.cmyk-blog-card__image{display:block;width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;transition:transform .2s ease}.cmyk-blog-card__media:hover .cmyk-blog-card__image,.cmyk-blog-card__media:focus-visible .cmyk-blog-card__image{transform:scale(1.03)}.cmyk-blog-card__body{display:flex;flex:1;flex-direction:column;min-width:0}.cmyk-blog-card__category{align-self:flex-start;margin-bottom:var(--cmyk-space-3);color:var(--cmyk-color-muted);font-size:14px;line-height:1.35;text-decoration:none}.cmyk-blog-card__category:hover,.cmyk-blog-card__category:focus-visible{color:var(--cmyk-color-primary);text-decoration:underline;text-underline-offset:.14em}.cmyk-blog-card__title{display:block;flex:1;color:var(--cmyk-color-text);font-size:20px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.35;text-decoration:none;overflow-wrap:anywhere}.cmyk-blog-card__title:hover,.cmyk-blog-card__title:focus-visible{color:var(--cmyk-color-primary)}.cmyk-blog-card__date{display:block;margin-top:var(--cmyk-space-3);color:var(--cmyk-color-muted);font-size:14px;line-height:1.35}.cmyk-blog-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--cmyk-space-2)}@media(min-width:768px){.cmyk-blog-listing__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.cmyk-blog-listing__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.cmyk-blog-page{padding:var(--cmyk-space-7) 0}.cmyk-blog-page__title{font-size:32px}.cmyk-blog-page__filter{margin-bottom:var(--cmyk-space-6)}}@media(max-width:575px){.cmyk-blog-page__title{max-width:min(100%,304px);font-size:30px}.cmyk-blog-category-filter__list{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:var(--cmyk-space-1);-webkit-overflow-scrolling:touch}.cmyk-blog-category-filter__item{flex:0 0 auto}.cmyk-blog-card--plain{min-height:320px}}.cmyk-blog-post-page{padding:var(--cmyk-space-8) 0}.cmyk-blog-post-article__header{display:flex;flex-direction:column;align-items:center;gap:var(--cmyk-space-4);max-width:920px;margin:0 auto var(--cmyk-space-7);text-align:center}.cmyk-blog-post-article__category{color:var(--cmyk-color-muted);font-size:14px;line-height:1.35;text-decoration:none}.cmyk-blog-post-article__category:hover,.cmyk-blog-post-article__category:focus-visible{color:var(--cmyk-color-primary);text-decoration:underline;text-underline-offset:.14em}.cmyk-blog-post-article__title{margin:0;color:var(--cmyk-color-text);font-size:42px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.15;overflow-wrap:anywhere}.cmyk-blog-post-article__date{color:var(--cmyk-color-muted);font-size:14px;line-height:1.35}.cmyk-blog-post-article__figure{overflow:hidden;max-width:920px;max-height:500px;aspect-ratio:16/9;margin:0 auto var(--cmyk-space-7);border-radius:var(--cmyk-radius-md);background:#f5f6f8}.cmyk-blog-post-article__image{display:block;width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.cmyk-blog-post-article__content{max-width:920px;margin:0 auto;color:var(--cmyk-color-text);font-size:17px;line-height:1.65;overflow-wrap:anywhere}.cmyk-blog-post-article__content>*:first-child{margin-top:0}.cmyk-blog-post-article__content>*:last-child{margin-bottom:0}.cmyk-blog-post-article__content p,.cmyk-blog-post-article__content ul,.cmyk-blog-post-article__content ol{margin:0 0 var(--cmyk-space-4)}.cmyk-blog-post-article__content h2{margin:var(--cmyk-space-7) 0 var(--cmyk-space-4);color:var(--cmyk-color-text);font-size:30px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.25}.cmyk-blog-post-article__content h3{margin:var(--cmyk-space-5) 0 var(--cmyk-space-3);color:var(--cmyk-color-text);font-size:22px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3}.cmyk-blog-post-article__content ul,.cmyk-blog-post-article__content ol{padding-left:1.35rem}.cmyk-blog-post-article__content li+li{margin-top:var(--cmyk-space-2)}.cmyk-blog-post-article__content a{color:var(--cmyk-color-primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.14em}.cmyk-blog-post-article__content img{display:block;max-width:100%;height:auto;margin:var(--cmyk-space-5) auto}@media(max-width:767px){.cmyk-blog-post-page{padding:var(--cmyk-space-7) 0}.cmyk-blog-post-article__header{margin-bottom:var(--cmyk-space-6)}.cmyk-blog-post-article__title{font-size:32px}.cmyk-blog-post-article__figure{margin-bottom:var(--cmyk-space-6)}.cmyk-blog-post-article__content{font-size:16px}.cmyk-blog-post-article__content h2{font-size:26px}.cmyk-blog-post-article__content h3{font-size:20px}}@media(max-width:575px){.cmyk-blog-post-article__header,.cmyk-blog-post-article__content{max-width:min(100%,342px)}.cmyk-blog-post-article__title{font-size:30px}}.cmyk-breadcrumbs{display:flex;flex-wrap:wrap;gap:.15rem 0;font-size:13px;line-height:1.4}.cmyk-breadcrumbs--center{text-align:center}.cmyk-breadcrumbs__link{min-width:0;color:var(--cmyk-color-muted);overflow-wrap:anywhere;text-decoration:none}.cmyk-breadcrumbs__link:hover,.cmyk-breadcrumbs__link:focus-visible{color:var(--cmyk-color-text)}.cmyk-breadcrumbs__sep{margin:0 .35rem;color:#adb5bd;pointer-events:none}.cmyk-breadcrumbs__current{min-width:0;color:var(--cmyk-color-muted);overflow-wrap:anywhere}@media(max-width:575px){.cmyk-breadcrumbs__sep:last-of-type{display:none}.cmyk-breadcrumbs__current{display:block;flex:0 0 100%;margin-top:.25rem}}.cmyk-expert-quote{display:flex;width:100%;align-items:flex-start;gap:var(--cmyk-space-4);min-width:0}.cmyk-expert-quote__avatar{width:56px;height:56px;aspect-ratio:1;flex:none;border-radius:50%;object-fit:cover}.cmyk-expert-quote__content{flex:1;min-width:0}.cmyk-expert-quote__bubble{border:1px solid #e5e5e5;border-radius:var(--cmyk-radius-md);padding:var(--cmyk-space-4);background:#fff}.cmyk-expert-quote__meta{margin-bottom:var(--cmyk-space-2);color:var(--cmyk-color-muted);font-size:14px;line-height:1.4}.cmyk-expert-quote__text{margin:0;color:var(--cmyk-color-text);line-height:1.5;overflow-wrap:anywhere}.cmyk-expert-quote__text p:last-child{margin-bottom:0}@media(max-width:575px){.cmyk-expert-quote__avatar{width:48px;height:48px}.cmyk-expert-quote__bubble{padding:var(--cmyk-space-3)}}.cmyk-catalog-hero{min-height:14rem;padding:var(--cmyk-space-5) 0 var(--cmyk-space-8)}.cmyk-catalog-hero__inner{display:flex;flex-direction:column;align-items:center;min-width:0}.cmyk-catalog-hero__inner .cmyk-breadcrumbs{width:100%;justify-content:center}.cmyk-catalog-hero__title{width:100%;max-width:920px;margin:var(--cmyk-space-4) 0;font-size:42px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.15;text-align:center;overflow-wrap:anywhere;opacity:1;transform:none;animation:none;will-change:auto}.cmyk-catalog-hero__quote{max-width:760px;align-self:flex-start;margin-top:var(--cmyk-space-2)}.cmyk-catalog-hero__intro{width:100%;max-width:760px;margin:var(--cmyk-space-2) 0 0;color:var(--cmyk-color-muted);text-align:center}@media(max-width:767px){.cmyk-catalog-hero__title{font-size:30px}}.cmyk-uv-equipment-card{display:block;height:100%;overflow:hidden;border:1px solid #e8e8e8;border-radius:12px;background:#f5f5f5;color:inherit;text-decoration:none;transition:transform .2s ease;will-change:transform}.cmyk-uv-equipment-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.cmyk-uv-equipment-card__banner-link{display:block;color:inherit;text-decoration:none}.cmyk-uv-equipment-card__banner{position:relative;width:100%;padding-top:40%;overflow:hidden;border-radius:0 0 12px 12px;background:#e8e8e8}@media(min-width:768px){.cmyk-catalog-equipment-types__row--duo .cmyk-uv-equipment-card__banner{padding-top:calc(40% + 60px)}}.cmyk-uv-equipment-card__banner picture{position:absolute;top:0;right:0;bottom:0;left:0}.cmyk-uv-equipment-card__banner-img{opacity:1;transform:none;animation:none;will-change:auto;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.cmyk-uv-equipment-card__banner-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(45deg,#e0e0e0,#e0e0e0 2px,#eee 2px,#eee 4px);color:#999;font-size:14px}.cmyk-uv-equipment-card__price{position:absolute;right:0;bottom:0;padding:.5rem .75rem;border-radius:14px 0 0;background:#0051c2;color:#fff;font-size:15px;font-weight:var(--cmyk-font-weight-semibold)}.cmyk-uv-equipment-card__body{padding:1.25rem 1.5rem}.cmyk-uv-equipment-card__title-block{display:block;color:inherit;text-decoration:none}.cmyk-uv-equipment-card__title{margin:0 0 .5rem;font-size:1.35rem;font-weight:var(--cmyk-font-weight-semibold)}.cmyk-uv-equipment-card__description{margin:0;font-size:15px;line-height:1.5;opacity:.9}.cmyk-uv-equipment-card__divider{height:1px;margin:1rem 0;background:#0000001a}.cmyk-uv-equipment-card__sub-cards{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.cmyk-uv-equipment-card__sub{display:flex;gap:.75rem;align-items:flex-start;color:inherit;text-decoration:none;transition:opacity .2s ease}.cmyk-uv-equipment-card__sub:hover{opacity:.7}.cmyk-uv-equipment-card__sub-image{width:72px;height:72px;flex:none;overflow:hidden;border-radius:8px;background:#eee}.cmyk-uv-equipment-card__sub-image picture,.cmyk-uv-equipment-card__sub-image img{display:block;width:100%;height:100%;object-fit:cover}.cmyk-uv-equipment-card__sub-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:repeating-linear-gradient(45deg,#e5e5e5,#e5e5e5 1px,#f0f0f0 1px,#f0f0f0 2px);color:#999;font-size:10px}.cmyk-uv-equipment-card__sub-content{min-width:0}.cmyk-uv-equipment-card__sub-title{margin:0 0 .25rem;font-size:14px;font-weight:var(--cmyk-font-weight-semibold)}.cmyk-uv-equipment-card__sub-desc{margin:0;font-size:13px;line-height:1.4;opacity:.85}@media(max-width:575px){.cmyk-uv-equipment-card__sub-cards{grid-template-columns:1fr}.cmyk-uv-equipment-card__sub-image{width:112px;min-width:112px;height:72px}}.cmyk-catalog-picker-section{padding:var(--cmyk-space-8) 0}.cmyk-catalog-picker-section__header{margin-bottom:var(--cmyk-space-5)}.cmyk-catalog-picker-section__title{margin:0 0 var(--cmyk-space-3)}.cmyk-catalog-picker-section__description{margin:0;max-width:920px;color:var(--cmyk-color-muted);line-height:1.5}.cmyk-catalog-picker-section__grid{display:grid;gap:var(--cmyk-space-4);align-items:start}.cmyk-catalog-picker-section__cell{min-width:0;height:auto}.cmyk-catalog-picker-section__grid--2{grid-template-columns:1fr}@media(min-width:768px){.cmyk-catalog-picker-section__grid--2{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}}.cmyk-catalog-picker-section__grid--3{grid-template-columns:1fr}@media(min-width:768px){.cmyk-catalog-picker-section__grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.cmyk-catalog-picker-section__grid--3{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}}.cmyk-catalog-picker-section__grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:992px){.cmyk-catalog-picker-section__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.cmyk-catalog-picker-section--materials .cmyk-container,.cmyk-catalog-picker-section--size .cmyk-container,.cmyk-catalog-picker-section--heads .cmyk-container,.cmyk-catalog-picker-section--manufacturers .cmyk-container{border-bottom:1px solid #e0e0e0;padding-bottom:2.75rem}.cmyk-catalog-picker-section--materials,.cmyk-catalog-picker-section--catalog{padding-top:var(--cmyk-space-8)}.cmyk-catalog-picker-card{position:relative;display:block;box-sizing:border-box;min-height:180px;padding:2rem;border:1px solid #e8e8e8;border-radius:12px;background:#f5f5f5;color:inherit;text-decoration:none;transition:transform .2s ease,opacity .2s ease;will-change:transform}.cmyk-catalog-picker-card:hover{transform:translateY(-2px);background:#eee;box-shadow:0 4px 20px #00000014;color:inherit}.cmyk-catalog-picker-card__body{width:100%;min-width:0}.cmyk-catalog-picker-card__title{margin:0 0 .75rem;font-size:1.35rem;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3}.cmyk-catalog-picker-card__description{margin:0;font-size:15px;line-height:1.5;opacity:.9}.cmyk-catalog-picker-card__price{margin:.15rem 0 .35rem;color:#0051c2;font-size:13px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.25}.cmyk-catalog-picker-card__corner-image{display:block;width:auto;max-width:250px;height:auto;max-height:175px;aspect-ratio:250/175;margin:0 0 1rem;object-fit:contain}.cmyk-catalog-picker-card--material{display:flex;flex-direction:column;min-height:0;height:auto;padding:0}.cmyk-catalog-picker-card--material .cmyk-catalog-picker-card__media{flex:none;overflow:hidden;border-radius:12px 12px 0 0;line-height:0}.cmyk-catalog-picker-card--material .cmyk-catalog-picker-card__media picture{display:block}.cmyk-catalog-picker-card__image{opacity:1;transform:none;animation:none;will-change:auto}.cmyk-catalog-picker-card--material .cmyk-catalog-picker-card__image{display:block;width:100%;height:70px;max-height:70px;aspect-ratio:600/400;object-fit:cover}.cmyk-catalog-picker-card--material .cmyk-catalog-picker-card__body{display:flex;flex:1 1 auto;flex-direction:column;padding:.875rem .85rem 1rem;min-width:0}.cmyk-catalog-picker-card--material .cmyk-catalog-picker-card__title{margin:0 0 .35rem;font-size:1.05rem}.cmyk-catalog-picker-card--material .cmyk-catalog-picker-card__description{margin-top:0;font-size:13px;line-height:1.4;overflow-wrap:anywhere}.cmyk-catalog-picker-card--catalog{display:flex;flex-direction:column;min-height:0;height:auto;padding:1rem 1.25rem 1.25rem}.cmyk-catalog-picker-card--catalog .cmyk-catalog-picker-card__corner-image{flex:none;margin:0 0 .75rem}.cmyk-catalog-picker-card--catalog .cmyk-catalog-picker-card__body{flex:1 1 auto;min-width:0}.cmyk-catalog-picker-card--catalog .cmyk-catalog-picker-card__title{margin:0 0 .5rem;font-size:1.15rem}.cmyk-catalog-picker-card--catalog .cmyk-catalog-picker-card__description{font-size:14px;line-height:1.4}.cmyk-catalog-picker-card--size,.cmyk-catalog-picker-card--brand{min-height:0;height:auto;padding:.5rem .85rem;background:#fff;box-sizing:border-box}.cmyk-catalog-picker-card--size .cmyk-catalog-picker-card__body,.cmyk-catalog-picker-card--brand .cmyk-catalog-picker-card__body{padding:0}.cmyk-catalog-picker-card--size .cmyk-catalog-picker-card__title,.cmyk-catalog-picker-card--brand .cmyk-catalog-picker-card__title{margin:0 0 .35rem;font-size:1.05rem}.cmyk-catalog-picker-card--size .cmyk-catalog-picker-card__description,.cmyk-catalog-picker-card--brand .cmyk-catalog-picker-card__description{font-size:13px;line-height:1.35}.cmyk-catalog-picker-card--size:hover,.cmyk-catalog-picker-card--brand:hover{background:#f5f5f5}.cmyk-catalog-picker-card__logo{display:block;width:auto;max-width:120px;height:auto;max-height:48px;margin-top:.5rem;object-fit:contain}@media(min-width:768px){.cmyk-catalog-picker-section__grid--2 .cmyk-catalog-picker-section__cell>.cmyk-catalog-picker-card--catalog{height:100%}}@media(min-width:992px){.cmyk-catalog-picker-section__grid--3 .cmyk-catalog-picker-section__cell>.cmyk-catalog-picker-card--material{height:100%}.cmyk-catalog-picker-card--material{min-height:280px;overflow:hidden}.cmyk-catalog-picker-card--material .cmyk-catalog-picker-card__image{height:140px;max-height:140px}.cmyk-catalog-picker-card--material .cmyk-catalog-picker-card__description{margin-top:auto}.cmyk-catalog-picker-card--size{display:flex;flex-direction:column;min-height:155px;padding:.75rem .85rem}.cmyk-catalog-picker-card--size .cmyk-catalog-picker-card__body{display:flex;flex:1;flex-direction:column;min-height:0}.cmyk-catalog-picker-card--size .cmyk-catalog-picker-card__description{margin-top:auto}.cmyk-catalog-picker-card--brand{display:flex;flex-direction:column;min-height:145px;padding:.75rem .85rem}.cmyk-catalog-picker-card--brand .cmyk-catalog-picker-card__body{display:flex;flex:1;flex-direction:column;min-height:0;padding-right:100px}.cmyk-catalog-picker-card--brand .cmyk-catalog-picker-card__logo{position:absolute;right:.85rem;bottom:.75rem;margin-top:0}}@media(max-width:575px){.cmyk-catalog-picker-card__corner-image{max-width:150px;max-height:105px}.cmyk-catalog-picker-card--catalog{padding:.875rem 1rem 1rem}}.cmyk-catalog-equipment-types{min-height:12rem;margin-top:var(--cmyk-space-4);padding-bottom:var(--cmyk-space-4)}@media(min-width:768px){.cmyk-catalog-equipment-types{min-height:28rem}}.cmyk-catalog-equipment-types__row{display:grid;gap:var(--cmyk-space-4)}@media(min-width:768px){.cmyk-catalog-equipment-types__row--duo{grid-template-columns:repeat(2,minmax(0,1fr))}}.cmyk-catalog-equipment-types__row--full{margin-top:var(--cmyk-space-4)}.cmyk-catalog-equipment-types__item{display:flex;flex-direction:column;align-items:flex-start;width:100%;min-width:0}.cmyk-catalog-equipment-types__heading{width:100%;margin:0 0 .75rem;font-size:1.35rem;font-weight:var(--cmyk-font-weight-semibold);line-height:1.25;text-align:left}.cmyk-catalog-equipment-types__item .cmyk-uv-equipment-card{align-self:stretch;width:100%}@media(max-width:767px){.cmyk-catalog-equipment-types__row--duo .cmyk-catalog-equipment-types__item+.cmyk-catalog-equipment-types__item{margin-top:var(--cmyk-space-4)}}.cmyk-category-description{padding:var(--cmyk-space-8) 0}.cmyk-category-description__content{color:#939393;font-size:16px;line-height:1.35}.cmyk-category-description__content p{margin:0 0 .5em;font-size:14px;line-height:1.32}.cmyk-category-description__content h2,.cmyk-category-description__content h3{margin:1em 0 .35em;color:#4a4a4a;font-size:16px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3}.cmyk-category-description__content ul,.cmyk-category-description__content ol{line-height:1.32}.cmyk-category-description__content li{font-size:13px}.cmyk-catalog-listing{padding-top:0;padding-bottom:var(--cmyk-space-8)}.cmyk-catalog-listing__mobile-bar{display:none}.cmyk-catalog-listing__layout{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:var(--cmyk-space-6)}.cmyk-catalog-listing__sidebar{flex:0 0 320px;width:320px;max-width:320px;min-width:0;align-self:flex-start}.cmyk-catalog-listing__sidebar>.cmyk-catalog-sidebar{width:100%}.cmyk-catalog-listing__main{flex:1 1 0;width:auto;min-width:0;max-width:100%}.cmyk-catalog-listing__main--children .cmyk-product-category-children__grid{display:grid;gap:var(--cmyk-space-3);grid-template-columns:1fr;align-items:stretch}@media(min-width:576px){.cmyk-catalog-listing__main--children .cmyk-product-category-children__grid{gap:var(--cmyk-space-4);grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.cmyk-catalog-listing__main--children .cmyk-product-category-children__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.cmyk-catalog-listing__main--woocommerce .cmyk-catalog-category-filters{margin:0;padding:0}.cmyk-catalog-listing__main--woocommerce .cmyk-catalog-category-filters .cmyk-product-category-children__grid{display:grid;gap:var(--cmyk-space-3);grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.cmyk-catalog-listing__main--woocommerce>.woocommerce,.cmyk-catalog-listing__main--woocommerce>.woocommerce-page,.cmyk-catalog-listing__main--woocommerce .woocommerce,.cmyk-catalog-listing__main--woocommerce .woocommerce-page{float:none;width:100%;max-width:100%;min-width:0;margin:0;clear:none}.cmyk-catalog-listing__main--woocommerce .page-title,.cmyk-catalog-listing__main--woocommerce .woocommerce-products-header{display:none}.cmyk-catalog-listing__main--woocommerce .products-loop,.cmyk-catalog-listing__main--woocommerce .row.g-3.products-loop,.cmyk-catalog-listing__main--woocommerce .cmyk-product-catalog-grid,.cmyk-catalog-listing__main--woocommerce .cmyk-grid.cmyk-grid--cards{display:grid;gap:1.5rem;margin:0;padding:0;grid-template-columns:1fr;align-items:start;list-style:none}.cmyk-catalog-listing__main--woocommerce .products-loop>.product,.cmyk-catalog-listing__main--woocommerce .row.g-3.products-loop>.product,.cmyk-catalog-listing__main--woocommerce .cmyk-product-catalog-grid>.product{float:none;width:100%;max-width:none;margin:0;padding:0}.cmyk-catalog-listing__main--woocommerce .products-loop>.woocommerce-notices-wrapper,.cmyk-catalog-listing__main--woocommerce .row.g-3.products-loop>.woocommerce-notices-wrapper{grid-column:1/-1;margin:0}.cmyk-catalog-listing__main--woocommerce .products-loop>.woocommerce-notices-wrapper:empty,.cmyk-catalog-listing__main--woocommerce .row.g-3.products-loop>.woocommerce-notices-wrapper:empty{display:none}.cmyk-catalog-listing__main--woocommerce .woocommerce-result-count,.cmyk-catalog-listing__main--woocommerce .woocommerce-ordering,.cmyk-catalog-listing__main--woocommerce .products-loop>.woocommerce-result-count,.cmyk-catalog-listing__main--woocommerce .products-loop>.woocommerce-ordering{display:none!important}.cmyk-catalog-listing__main--woocommerce .products-loop>.cmyk-grid__cell,.cmyk-catalog-listing__main--woocommerce .row.g-3.products-loop>.cmyk-grid__cell,.cmyk-catalog-listing__main--woocommerce .cmyk-product-catalog-grid>.cmyk-grid__cell{display:flex;min-width:0;height:auto}.cmyk-catalog-listing__main--woocommerce .products-loop>.cmyk-grid__cell>.cmyk-product-list-card,.cmyk-catalog-listing__main--woocommerce .row.g-3.products-loop>.cmyk-grid__cell>.cmyk-product-list-card,.cmyk-catalog-listing__main--woocommerce .cmyk-product-catalog-grid>.cmyk-grid__cell>.cmyk-product-list-card{width:100%}.cmyk-catalog-listing__empty{margin:0;padding:var(--cmyk-space-5);border-radius:var(--cmyk-radius-md);background:var(--cmyk-color-primary-soft);color:var(--cmyk-color-text);text-align:center}@media(min-width:768px){.cmyk-catalog-listing__main--woocommerce .cmyk-catalog-category-filters .cmyk-product-category-children__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cmyk-catalog-listing__main--woocommerce .products-loop,.cmyk-catalog-listing__main--woocommerce .row.g-3.products-loop,.cmyk-catalog-listing__main--woocommerce .cmyk-product-catalog-grid,.cmyk-catalog-listing__main--woocommerce .cmyk-grid.cmyk-grid--cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.cmyk-catalog-listing__main--woocommerce .products-loop,.cmyk-catalog-listing__main--woocommerce .row.g-3.products-loop,.cmyk-catalog-listing__main--woocommerce .cmyk-product-catalog-grid,.cmyk-catalog-listing__main--woocommerce .cmyk-grid.cmyk-grid--cards.cmyk-grid--cards-3,.cmyk-catalog-listing__main--woocommerce .cmyk-grid.cmyk-grid--cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.cmyk-catalog-listing__mobile-bar{display:block;margin-bottom:var(--cmyk-space-4)}.cmyk-catalog-listing__layout{flex-direction:column;gap:var(--cmyk-space-4)}.cmyk-catalog-listing__sidebar{flex:none;width:100%;max-width:none}.cmyk-catalog-listing__main--woocommerce .products-loop,.cmyk-catalog-listing__main--woocommerce .row.g-3.products-loop,.cmyk-catalog-listing__main--woocommerce .cmyk-product-catalog-grid,.cmyk-catalog-listing__main--woocommerce .cmyk-grid.cmyk-grid--cards{grid-template-columns:1fr}}body.mobile-sidebar-open{position:fixed;top:var(--scroll-y, 0);right:0;left:0;width:100%;padding-right:var(--scrollbar-width, 0);overflow:hidden}.cmyk-catalog-sidebar{position:sticky;top:var(--cmyk-space-4);height:86vh;overflow:auto;border-radius:10px;-ms-overflow-style:none;scrollbar-width:none}.cmyk-catalog-sidebar::-webkit-scrollbar{display:none}.cmyk-catalog-sidebar__title{margin:0;color:#1a1a1a;font-size:20px;font-weight:600}.cmyk-catalog-sidebar__section{margin-bottom:10px;overflow:hidden;border-radius:10px;background:#f9f9f9}.cmyk-catalog-sidebar__section-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px}.cmyk-catalog-sidebar__section.is-active .cmyk-catalog-sidebar__section-head{background:#e8e8e8}.cmyk-catalog-sidebar__section-link{flex:1;color:#1a1a1a;font-size:16px;font-weight:600;text-decoration:none}.cmyk-catalog-sidebar__section-link:hover{color:#0e64b1}.cmyk-catalog-sidebar__section-toggle{border:0;background:transparent;color:#666;cursor:pointer;font-size:14px;padding:4px 8px}.cmyk-catalog-sidebar__section-body{max-height:0;overflow:hidden;transition:max-height .15s ease}.cmyk-catalog-sidebar__section.is-expanded .cmyk-catalog-sidebar__section-body{max-height:3000px;padding-top:12px;padding-bottom:12px}.cmyk-catalog-sidebar__filters{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.cmyk-catalog-sidebar__filters .widget{margin:0;padding:0;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.cmyk-catalog-sidebar__nav-title{margin-bottom:8px;padding:0 4px 0 12px;color:#666;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.cmyk-catalog-sidebar__collapsible:not(.is-open) .cmyk-catalog-sidebar__collapsible-body{display:none}.cmyk-catalog-sidebar__collapsible-toggle{position:relative;padding-right:1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.cmyk-catalog-sidebar__collapsible-toggle:hover{color:#0e64b1}.cmyk-catalog-sidebar__collapsible-toggle:after{position:absolute;top:50%;right:4px;opacity:.65;font-size:10px;line-height:1;transform:translateY(-50%);content:"▶"}.cmyk-catalog-sidebar__collapsible.is-open>.cmyk-catalog-sidebar__collapsible-toggle:after{content:"▼"}.cmyk-catalog-sidebar__link{display:flex;align-items:center;min-height:18px;margin-bottom:4px;padding:0 12px;border-radius:6px;color:#333;font-size:14px;text-decoration:none;transition:all .15s ease}.cmyk-catalog-sidebar__link:hover{background:#e8e8e8;color:#0e64b1}.cmyk-catalog-sidebar__link.is-active{background:#0e64b1;color:#fff;font-weight:500}.cmyk-catalog-sidebar__divider{height:1px;margin:12px 0;background:#ddd}.cmyk-printer-filters__group{margin-bottom:16px}.cmyk-printer-filters__title{margin-bottom:8px;padding:0 4px 0 12px;color:#666;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.cmyk-printer-filters__option{display:flex;align-items:center;gap:8px;margin-bottom:4px;padding:0 12px;border-radius:6px;color:#333;cursor:pointer;font-size:14px;transition:all .15s ease}.cmyk-printer-filters__option:hover{background:#e8e8e8;color:#0e64b1}.cmyk-printer-filters__option.is-disabled{cursor:not-allowed}.cmyk-printer-filters__option.is-disabled span{color:#999;opacity:.6}.cmyk-printer-filters__option.is-disabled:hover{background:transparent;color:inherit}.cmyk-printer-filters__option.is-disabled input{cursor:not-allowed;opacity:.5}.cmyk-printer-filters__actions{width:100%;max-width:100%;min-width:0;padding:0;box-sizing:border-box}.cmyk-printer-filters__reset{display:block;box-sizing:border-box;width:calc(100% - 24px);max-width:calc(100% - 24px);margin:0 12px;padding:10px 12px;border:1px solid #dfe5ee;border-radius:8px;color:var(--cmyk-color-muted);font-size:14px;line-height:1.3;text-align:center;text-decoration:none;white-space:normal}.cmyk-printer-filters__reset:hover{border-color:#0e64b1;color:#0e64b1}.cmyk-catalog-sidebar__overlay{display:none;position:fixed;top:0;left:0;z-index:999;width:100%;height:100%;background:#00000080}.cmyk-catalog-sidebar__overlay.is-visible{display:block}.cmyk-catalog-sidebar__mobile-trigger{display:flex;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;border:0;border-radius:8px;background:#0e64b1;color:#fff;cursor:pointer;font-size:16px;font-weight:500}.cmyk-catalog-listing__mobile-bar .cmyk-catalog-sidebar__mobile-trigger{display:flex}@media(max-width:767px){.cmyk-site-header-frame{position:fixed;top:0;right:0;left:0;z-index:1001;background:#fff}.cmyk-catalog-sidebar{position:fixed;top:0;left:-100%;z-index:1000;width:100%;max-width:320px;height:100vh;max-height:100vh;margin:0;padding:80px 20px 40px;border-radius:0;background:#fff;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;transition:left .3s ease}.cmyk-catalog-sidebar__section,.cmyk-catalog-sidebar__section-body,.cmyk-catalog-sidebar__nav,.cmyk-catalog-sidebar__collapsible-body{min-width:0}.cmyk-catalog-sidebar__section-body{padding-right:4px;padding-left:4px}.cmyk-catalog-sidebar.is-open{left:0}.cmyk-catalog-sidebar__title{display:block}}@media(min-width:768px){.cmyk-catalog-sidebar__title{display:none}.cmyk-catalog-sidebar__header{margin-bottom:0}}.cmyk-capability-hero{position:relative;overflow:hidden}.cmyk-capability-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;filter:blur(4px);pointer-events:none;transform:scale(1.12);transform-origin:center}.cmyk-capability-hero__bg-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.cmyk-capability-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#00000080;pointer-events:none}.cmyk-capability-hero__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:var(--cmyk-space-2) 0 6rem}.cmyk-capability-hero__headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--cmyk-space-4);width:100%;margin:var(--cmyk-space-4) 0 var(--cmyk-space-6)}.cmyk-capability-hero__title-col,.cmyk-capability-hero__intro-col{flex:0 0 100%;width:100%;max-width:100%;min-width:0}.cmyk-capability-hero__title{margin:0;color:#fff;font-size:42px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.15;text-align:left;overflow-wrap:anywhere}.cmyk-capability-hero__intro{color:#fff;font-size:14px;line-height:1.4;text-align:left;overflow-wrap:anywhere}.cmyk-capability-hero__quote{width:100%;max-width:100%;margin:0;box-sizing:border-box}.cmyk-capability-hero__quote-lead{margin:0 0 var(--cmyk-space-2);font-weight:var(--cmyk-font-weight-semibold)}.cmyk-capability-hero__quote-list{margin:0;padding-left:1.25rem}.cmyk-capability-hero .cmyk-breadcrumbs{width:100%;text-align:left}.cmyk-breadcrumbs--inverse .cmyk-breadcrumbs__link,.cmyk-breadcrumbs--inverse .cmyk-breadcrumbs__sep,.cmyk-breadcrumbs--inverse .cmyk-breadcrumbs__current{color:#fff}.cmyk-breadcrumbs--inverse .cmyk-breadcrumbs__link:hover,.cmyk-breadcrumbs--inverse .cmyk-breadcrumbs__link:focus-visible{color:#e9ecef}.cmyk-expert-quote--on-dark .cmyk-expert-quote__bubble{border-color:#e5e5e5;background:#fffc}@media(min-width:768px){.cmyk-capability-hero__inner{padding-top:var(--cmyk-space-5)}}@media(min-width:992px){.cmyk-capability-hero__inner{padding-bottom:10rem}.cmyk-capability-hero__headline{flex-wrap:nowrap;gap:0;margin-bottom:5rem}.cmyk-capability-hero__headline--solo .cmyk-capability-hero__title-col{flex:1 1 100%;max-width:100%}.cmyk-capability-hero__title-col{flex:0 0 70%;width:auto;max-width:70%;padding-right:var(--cmyk-space-4)}.cmyk-capability-hero__intro-col{flex:0 0 30%;width:auto;max-width:30%}.cmyk-capability-hero__quote{max-width:760px;margin-right:auto;margin-left:auto}}@media(max-width:767px){.cmyk-capability-hero__title{font-size:30px}}@media(max-width:575px){.cmyk-capability-hero__title{font-size:26px}.cmyk-capability-hero__inner{padding-bottom:4.5rem}.cmyk-capability-hero__headline{margin-bottom:var(--cmyk-space-5)}}.cmyk-capability-seo{padding:var(--cmyk-space-8) 0}.cmyk-capability-seo__title{margin:var(--cmyk-space-6) 0 var(--cmyk-space-4);font-size:29px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.2}.cmyk-capability-seo__cards{margin-bottom:var(--cmyk-space-4)}.cmyk-capability-seo__card{height:100%;padding:var(--cmyk-space-4);border:1px solid #e8e8e8;border-radius:var(--cmyk-radius-md);background:#f5f5f5}.cmyk-capability-seo__card-title{margin:0 0 var(--cmyk-space-3);color:#4a4a4a;font-size:16px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3}.cmyk-capability-seo__card-text{margin:0;color:#939393;font-size:14px;line-height:1.32}.cmyk-capability-seo__prose{color:#939393;font-size:16px;line-height:1.35}.cmyk-capability-seo__prose h2{margin:1em 0 .35em;padding-top:1em;color:inherit;font-size:29px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.2}.cmyk-capability-seo__prose h3{margin:1em 0 .35em;color:#4a4a4a;font-size:16px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3}.cmyk-capability-seo__prose p{margin:0 0 .5em;font-size:14px;line-height:1.32}.cmyk-capability-seo__prose ul,.cmyk-capability-seo__prose ol{margin:0 0 .5em;line-height:1.32}.cmyk-capability-seo__prose li{font-size:13px}.cmyk-capability-seo__tags{display:grid;gap:var(--cmyk-space-3);grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:var(--cmyk-space-4)}.cmyk-capability-seo__tag{display:flex;min-height:70px;align-items:center;justify-content:center;padding:.75rem 1rem;border:1px solid #e8e8e8;border-radius:8px;background:#f5f5f5;text-align:center}.cmyk-capability-seo__tag-text{color:#4a4a4a;font-size:14px;line-height:1.3}@media(min-width:768px){.cmyk-capability-seo__tags{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:992px){.cmyk-capability-seo__tags{grid-template-columns:repeat(4,minmax(0,1fr))}}.cmyk-lease-hero{padding:var(--cmyk-space-5) 0}.cmyk-lease-hero__card{padding:var(--cmyk-space-6) var(--cmyk-space-5);border-radius:var(--cmyk-radius-lg);background:#f4f4f4}.cmyk-lease-hero__text{margin-top:var(--cmyk-space-4)}.cmyk-lease-hero__text h1{margin:0 0 var(--cmyk-space-3);font-size:clamp(32px,3vw + 21px,45.9px);font-weight:var(--cmyk-font-weight-semibold);line-height:1.15}.cmyk-lease-hero__text h2,.cmyk-lease-hero__text h3{margin:0 0 var(--cmyk-space-3);font-size:20px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3}.cmyk-lease-hero__text p{margin:0 0 var(--cmyk-space-3)!important;line-height:1.5}.cmyk-lease-hero__text p:last-child{margin-bottom:0!important}.cmyk-lease-hero__actions{display:flex;flex-wrap:wrap;gap:var(--cmyk-space-3);margin-top:var(--cmyk-space-6);padding-top:var(--cmyk-space-2)}.cmyk-lease-hero__cta{border-radius:999px;min-height:48px;padding-inline:28px}@media(max-width:767px){.cmyk-lease-hero__card{padding:var(--cmyk-space-5) var(--cmyk-space-4)}}.cmyk-page-content{padding:var(--cmyk-space-7) 0}.cmyk-page-content--after-header{padding-top:0}.cmyk-page-content__body{color:var(--cmyk-color-text);line-height:1.5}.cmyk-page-content__body h2{margin:0 0 var(--cmyk-space-4);font-size:28px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.2}.cmyk-page-content__body h3,.cmyk-page-content__body h4{margin:var(--cmyk-space-4) 0 var(--cmyk-space-3);font-size:20px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3}.cmyk-page-content__body h4{font-size:18px}.cmyk-page-content__body p{margin:0 0 var(--cmyk-space-3)}.cmyk-page-content__body ul,.cmyk-page-content__body ol{margin:0 0 var(--cmyk-space-3);padding-left:1.25rem}.cmyk-page-content__body li{margin-bottom:var(--cmyk-space-2)}.cmyk-page-content__body strong{font-weight:var(--cmyk-font-weight-semibold)}.cmyk-page-content__body a{color:var(--cmyk-color-primary);text-decoration:underline}.cmyk-static-page-header{min-height:7rem;padding:var(--cmyk-space-7) 0 var(--cmyk-space-4)}.cmyk-static-page-header--centered{text-align:center}.cmyk-static-page-header--centered .cmyk-breadcrumbs{justify-content:center}.cmyk-static-page-header__title{margin:var(--cmyk-space-4) 0 0;font-size:36px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.15}.cmyk-static-page-header .cmyk-breadcrumbs+.cmyk-static-page-header__title{margin-top:var(--cmyk-space-4)}.cmyk-static-page-header__description{max-width:920px;margin:var(--cmyk-space-4) auto 0;color:var(--cmyk-color-muted);font-size:18px;line-height:1.5}.cmyk-lease-partners{padding:var(--cmyk-space-6) 0}.cmyk-lease-partners__scroll{overflow-x:auto;padding-right:var(--cmyk-space-5)}.cmyk-lease-partners table{width:100%;border-collapse:collapse;border-radius:15px 15px 0 0;overflow:hidden}.cmyk-lease-partners td{border:1px solid var(--cmyk-color-primary);padding:5px 10px;vertical-align:top}.cmyk-lease-partners tr:first-child td{height:60px;background:var(--cmyk-color-primary);color:#fff;font-weight:var(--cmyk-font-weight-semibold);text-align:center;text-transform:uppercase}.cmyk-lease-partners tr:first-child td span{display:inline-block;padding:20px;font-weight:var(--cmyk-font-weight-semibold);white-space:nowrap}.cmyk-lease-partners tr td:first-child{text-align:center;text-transform:uppercase}.cmyk-lease-partners td p:empty{display:none}.cmyk-lease-partners td p:not(:empty){margin-bottom:0}.cmyk-lease-partners tr+tr td+td{padding:20px}.cmyk-lease-partners tr:last-child td:first-child{border-radius:0 0 57px}@media(max-width:767px){.cmyk-lease-partners table{width:800px;margin-right:20px}}@media(max-width:575px){.cmyk-lease-partners tr td:first-child{width:150px;max-width:150px}}.cmyk-lease-form{padding:0 0 var(--cmyk-space-7)}.cmyk-lease-form__card{padding:var(--cmyk-space-6) var(--cmyk-space-5);border-radius:var(--cmyk-radius-md);background:#f4f4f4}.cmyk-lease-form__title{margin:0 0 var(--cmyk-space-5);text-align:center}.cmyk-lease-form__body .wpforms-field{margin:0;padding:0}.cmyk-lease-form__body input{border-radius:20px}.cmyk-lease-form__body .wpforms-submit-container{margin-top:var(--cmyk-space-5);text-align:center}@media(max-width:767px){.cmyk-lease-form__card{padding:var(--cmyk-space-5) var(--cmyk-space-4)}}.cmyk-contacts-details{padding-bottom:var(--cmyk-space-7)}.cmyk-contacts-details__grid{display:grid;gap:3rem;grid-template-columns:minmax(0,1fr);align-items:start}.cmyk-contacts-details__card{min-width:0;padding:var(--cmyk-space-6);border-radius:var(--cmyk-radius-lg);background:#f4f4f4}.cmyk-contacts-details__card-title{margin:0 0 var(--cmyk-space-4);font-size:18px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3}.cmyk-contacts-details__rows{display:flex;flex-direction:column;gap:var(--cmyk-space-2)}.cmyk-contacts-details__row{display:grid;gap:var(--cmyk-space-3) var(--cmyk-space-4);grid-template-columns:minmax(110px,1fr) minmax(0,2fr);align-items:start}.cmyk-contacts-details__label{margin:0;color:var(--cmyk-color-muted);font-size:14px;line-height:1.4}.cmyk-contacts-details__value{margin:0;line-height:1.45;min-width:0}.cmyk-contacts-details__value a{color:var(--cmyk-color-primary);text-decoration:none}.cmyk-contacts-details__value a:hover,.cmyk-contacts-details__value a:focus-visible{text-decoration:underline}.cmyk-contacts-details__map{grid-column:1/-1;min-width:0}@media(min-width:768px){.cmyk-contacts-details__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575px){.cmyk-contacts-details__row{grid-template-columns:minmax(96px,1fr) minmax(0,2fr)}}.cmyk-contacts-map__frame{overflow:hidden;width:100%;min-height:400px;border:1px solid var(--cmyk-color-border);border-radius:var(--cmyk-radius-lg)}.cmyk-contacts-map__canvas{display:block;width:100%;height:400px}.cmyk-service-list-card__item{list-style:none;min-width:0}.cmyk-service-list-card__link{display:flex;flex-direction:column;height:100%;min-height:100%;padding:var(--cmyk-space-5);border:1px solid var(--cmyk-color-primary);border-radius:32px;color:inherit;text-decoration:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.cmyk-service-list-card__link:hover,.cmyk-service-list-card__link:focus-visible{background:var(--cmyk-color-primary);color:#fff}.cmyk-service-list-card__title{margin:0 0 var(--cmyk-space-4);font-size:24px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.25}.cmyk-service-list-card__description{margin:0 0 var(--cmyk-space-6)}.cmyk-service-list-card__more{display:flex;align-items:center;gap:var(--cmyk-space-4);margin-top:auto}.cmyk-service-list-card__more-icon{display:inline-flex;flex:none}@media(max-width:767px){.cmyk-service-list-card__link{padding:var(--cmyk-space-4)}}.cmyk-services-list{padding-bottom:var(--cmyk-space-7)}.cmyk-services-list__grid{display:grid;gap:var(--cmyk-space-5);margin:0 0 var(--cmyk-space-6);padding:0;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));align-items:stretch}.cmyk-services-list__price{margin:0;text-align:center;line-height:1.5}@media(max-width:575px){.cmyk-services-list__grid{grid-template-columns:1fr}}.cmyk-questions-cta{padding:var(--cmyk-space-7) 0 var(--cmyk-space-8)}.cmyk-questions-cta__panel{display:grid;overflow:hidden;border-radius:var(--cmyk-radius-lg);background:var(--cmyk-color-surface);box-shadow:var(--cmyk-shadow-card)}.cmyk-questions-cta__content{display:flex;flex-direction:column;padding:var(--cmyk-space-6)}.cmyk-questions-cta__title{margin:0 0 var(--cmyk-space-4);font-size:30px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.25}.cmyk-questions-cta__description{margin:0 0 var(--cmyk-space-6);color:var(--cmyk-color-muted);line-height:1.5}.cmyk-questions-cta__actions{display:flex;flex-wrap:wrap;gap:var(--cmyk-space-3);margin-top:auto}.cmyk-questions-cta__button{min-height:48px;padding:12px 24px;border-radius:999px}.cmyk-questions-cta__media{display:none;min-height:100%}.cmyk-questions-cta__image{display:block;width:100%;height:100%;object-fit:cover}@media(min-width:768px){.cmyk-questions-cta__panel{grid-template-columns:repeat(2,minmax(0,1fr))}.cmyk-questions-cta__media{display:block}}@media(max-width:767px){.cmyk-questions-cta__title{font-size:24px}}.cmyk-service-hero{padding:var(--cmyk-space-5) 0 var(--cmyk-space-6)}.cmyk-service-hero__panel{display:grid;gap:var(--cmyk-space-7);padding:var(--cmyk-space-6) var(--cmyk-space-5);border-radius:var(--cmyk-radius-lg);background:#f4f4f4;grid-template-columns:minmax(0,1fr);align-items:center}.cmyk-service-hero__title{margin:var(--cmyk-space-3) 0;font-size:clamp(28px,2vw + 20px,36px);font-weight:var(--cmyk-font-weight-semibold);line-height:1.2}.cmyk-service-hero__text{margin-bottom:var(--cmyk-space-5)}.cmyk-service-hero__text p{margin:0 0 var(--cmyk-space-3);line-height:1.5}.cmyk-service-hero__text p:last-child{margin-bottom:0}.cmyk-service-hero__actions{display:flex;flex-wrap:wrap;gap:var(--cmyk-space-3)}.cmyk-service-hero__button{min-height:48px;padding-inline:28px;border-radius:999px}.cmyk-service-hero__media{display:flex;align-items:center;justify-content:center;aspect-ratio:604/337}.cmyk-service-hero__media img{width:100%;max-height:100%;object-fit:contain}.cmyk-service-hero__media--full{overflow:hidden;border-radius:40px;aspect-ratio:1/1}.cmyk-service-hero__media--full img{height:100%;object-fit:cover}@media(min-width:992px){.cmyk-service-hero__panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.cmyk-service-hero__panel{padding:var(--cmyk-space-5) var(--cmyk-space-4)}.cmyk-service-hero__media{width:100%;aspect-ratio:1/1}}.cmyk-service-cards{padding:var(--cmyk-space-7) 0}.cmyk-service-cards__title{margin:0 0 var(--cmyk-space-6);font-size:30px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.25;text-align:center}.cmyk-service-cards__grid{display:grid;gap:var(--cmyk-space-5);grid-template-columns:1fr}.cmyk-service-cards__card{height:100%;padding:var(--cmyk-space-6);border-radius:var(--cmyk-radius-lg);background:var(--cmyk-color-surface);box-shadow:var(--cmyk-shadow-card)}.cmyk-service-cards__card-title{margin-bottom:var(--cmyk-space-4);font-size:20px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3}.cmyk-service-cards__card-text{color:var(--cmyk-color-muted);line-height:1.5}.cmyk-service-cards__card-text p{margin:0}@media(min-width:768px){.cmyk-service-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.cmyk-service-cards__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.cmyk-service-prices{padding:var(--cmyk-space-8) 0 var(--cmyk-space-6)}.cmyk-service-prices__title{margin:0 0 var(--cmyk-space-6);font-size:30px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.25;text-align:center}.cmyk-service-prices__text{margin:0;text-align:center;line-height:1.5}.cmyk-service-prices__list{margin:var(--cmyk-space-7) 0 0;padding:0;overflow:hidden;border:1px solid var(--cmyk-color-primary);border-radius:var(--cmyk-radius-lg);list-style:none}.cmyk-service-prices__item{display:flex;align-items:center;justify-content:space-between;gap:var(--cmyk-space-6);padding:var(--cmyk-space-4) var(--cmyk-space-6);font-size:20px;line-height:1.3}.cmyk-service-prices__item:nth-child(odd){background:var(--cmyk-color-primary);color:#fff}.cmyk-service-prices__item:nth-child(2n){background:#fff;color:var(--cmyk-color-text)}.cmyk-service-prices__price{flex:none}@media(max-width:767px){.cmyk-service-prices__item{padding:var(--cmyk-space-5);font-size:16px}}@media(max-width:575px){.cmyk-service-prices__item{gap:var(--cmyk-space-4);padding:var(--cmyk-space-5) var(--cmyk-space-4);font-size:14px}}@media(max-width:349px){.cmyk-service-prices__item{flex-direction:column;align-items:stretch}}.cmyk-service-action-cta{padding:var(--cmyk-space-7) 0;text-align:center}.cmyk-service-action-cta__button{min-height:48px;padding-inline:28px;border-radius:999px}.cmyk-service-installations{padding:var(--cmyk-space-7) 0 var(--cmyk-space-4)}.cmyk-service-installations__header{margin-bottom:var(--cmyk-space-6);text-align:center}.cmyk-service-installations__eyebrow{margin-bottom:var(--cmyk-space-4)}.cmyk-service-installations__title{margin:0 0 var(--cmyk-space-4)}.cmyk-service-installations__description{margin:0 auto;max-width:720px;color:var(--cmyk-color-muted);line-height:1.5}.cmyk-service-installations__grid{display:grid;gap:var(--cmyk-space-6);grid-template-columns:1fr}.cmyk-service-installations__card{min-width:0}.cmyk-service-installations__link{display:block;position:relative;color:inherit;text-decoration:none}.cmyk-service-installations__image-wrap{overflow:hidden;margin-bottom:var(--cmyk-space-4);border-radius:var(--cmyk-radius-lg)}.cmyk-service-installations__image{display:block;width:100%;height:auto;object-fit:cover}.cmyk-service-installations__card-title{margin-bottom:var(--cmyk-space-4);font-size:20px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3}.cmyk-service-installations__date{display:block;color:var(--cmyk-color-muted);font-size:14px}@media(min-width:768px){.cmyk-service-installations__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.cmyk-text-tps{color:#c42637}.cmyk-cutter-features,.cmyk-cutter-tools,.cmyk-cutter-options,.cmyk-cutter-specs,.cmyk-cutter-configurator,.cmyk-cutter-lease,.cmyk-cutter-trust{padding-block:var(--cmyk-space-7)}.cmyk-cutter-features__title,.cmyk-cutter-tools__title,.cmyk-cutter-options__title{margin-bottom:var(--cmyk-space-6)}.cmyk-cutter-features__grid,.cmyk-cutter-options__grid{display:grid;gap:var(--cmyk-space-4);grid-template-columns:1fr;align-items:stretch}.cmyk-cutter-tools__grid{display:grid;box-sizing:border-box;gap:1.5rem;grid-template-columns:minmax(0,1fr);align-items:start;width:100%}.cmyk-cutter-tools__cell{display:block;box-sizing:border-box;min-width:0;max-width:100%}@media(min-width:576px){.cmyk-cutter-tools__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.cmyk-cutter-features__grid,.cmyk-cutter-options__grid,.cmyk-cutter-tools__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.cmyk-cutter-features__card,.cmyk-cutter-options__card{display:flex;flex-direction:column;min-width:0;height:100%;border-radius:var(--cmyk-radius-lg);background:#f4f4f4;overflow:hidden}.cmyk-cutter-tools__card{position:relative;display:flex;flex-direction:column;box-sizing:border-box;width:100%;max-width:100%;min-width:0;padding:var(--cmyk-space-5);border-radius:var(--cmyk-radius-lg);background:#fff;box-shadow:var(--cmyk-shadow-card);overflow:hidden;isolation:isolate}.cmyk-cutter-features__media,.cmyk-cutter-options__media{aspect-ratio:3/2;background:#f4f4f4;overflow:hidden}.cmyk-cutter-features__image,.cmyk-cutter-options__image{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.cmyk-cutter-options__media--blend{background:#f4f4f4}.cmyk-cutter-features__body,.cmyk-cutter-options__card{padding:var(--cmyk-space-4)}.cmyk-cutter-features__card-title,.cmyk-cutter-tools__card-title,.cmyk-cutter-options__card-title{margin:0 0 var(--cmyk-space-3);font-size:18px;font-weight:var(--cmyk-font-weight-semibold)}.cmyk-cutter-features__text,.cmyk-cutter-tools__description,.cmyk-cutter-options__description{margin:0;font-size:14px;line-height:1.5;color:#000000b8}.cmyk-cutter-tools__description{margin-bottom:var(--cmyk-space-5)}.cmyk-cutter-tools__media{display:flex;flex-shrink:0;align-items:center;justify-content:center;height:200px;overflow:hidden}.cmyk-cutter-tools__image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;mix-blend-mode:multiply}.cmyk-cutter-features__action{margin-top:auto;padding-top:var(--cmyk-space-3)}.cmyk-cutter-tools__button{width:100%}.cmyk-cutter-options__title{text-align:center}.cmyk-cutter-options__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--cmyk-space-3);margin-bottom:var(--cmyk-space-5);border:0}.cmyk-cutter-options__tabs .nav-link{min-height:44px;padding:10px 20px;border-radius:999px;border:1px solid rgba(0,0,0,.12);color:inherit;background:#fff}.cmyk-cutter-options__tabs .nav-link.active{background:var(--cmyk-color-primary, #0d6efd);border-color:transparent;color:#fff}.cmyk-cutter-options__kicker{margin-bottom:var(--cmyk-space-2);font-size:12px;color:#00000080}.cmyk-cutter-options__grid--tools{grid-template-columns:repeat(4,minmax(0,1fr))}.cmyk-cutter-specs__panel{display:grid;gap:var(--cmyk-space-6);padding:var(--cmyk-space-6);border-radius:var(--cmyk-radius-lg);background:#fff;box-shadow:0 8px 32px #0000000f}.cmyk-cutter-specs__kicker{margin-bottom:var(--cmyk-space-2)}.cmyk-cutter-specs__list{margin:0}.cmyk-cutter-specs__row{display:grid;gap:var(--cmyk-space-2);padding-block:var(--cmyk-space-3);border-bottom:1px solid rgba(0,0,0,.06)}.cmyk-cutter-specs__row:last-child{border-bottom:0}.cmyk-cutter-specs__term{margin:0;color:#00000080}.cmyk-cutter-specs__value{margin:0}.cmyk-cutter-configurator{background:#f9f9f9}.cmyk-cutter-configurator__panel{display:grid;gap:0;overflow:hidden;border-radius:var(--cmyk-radius-lg);background:#fff;box-shadow:#97a6b533 0 8px 24px}.cmyk-cutter-configurator__content,.cmyk-cutter-configurator__form{padding:var(--cmyk-space-7)}.cmyk-cutter-configurator__title{margin-bottom:var(--cmyk-space-4)}.cmyk-cutter-configurator__description{margin:0;line-height:1.5;color:var(--cmyk-color-text)}.cmyk-cutter-configurator__included{margin-top:var(--cmyk-space-4)}.cmyk-cutter-configurator__included-title{margin:0 0 var(--cmyk-space-3);font-size:20px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3}.cmyk-cutter-configurator__included-text{margin:0;line-height:1.5;color:var(--cmyk-color-text)}.cmyk-cutter-lease__panel{display:grid;gap:var(--cmyk-space-5);overflow:hidden;border-radius:var(--cmyk-radius-lg);background:#f4f4f4}.cmyk-cutter-lease__content{padding:var(--cmyk-space-6)}.cmyk-cutter-lease__title{margin:0 0 var(--cmyk-space-3);font-size:clamp(22px,1.5vw + 16px,28px);font-weight:var(--cmyk-font-weight-semibold)}.cmyk-cutter-lease__description{margin:0 0 var(--cmyk-space-3);line-height:1.5}.cmyk-cutter-lease__note{margin:0;font-size:14px;color:#00000080}.cmyk-cutter-lease__media{min-height:220px}.cmyk-cutter-lease__image{width:100%;height:100%;object-fit:cover}.cmyk-cutter-trust__panel{overflow:hidden;box-sizing:border-box;padding:var(--cmyk-space-7);border-radius:var(--cmyk-radius-lg);background:var(--cmyk-color-primary);color:#fff}@media(min-width:992px){.cmyk-cutter-trust__panel{padding:var(--cmyk-space-8)}}@media(max-width:767px){.cmyk-cutter-trust__panel{padding:var(--cmyk-space-5)}}.cmyk-cutter-trust__title{margin:0 0 var(--cmyk-space-7);font-size:clamp(24px,2vw + 16px,32px);font-weight:var(--cmyk-font-weight-semibold);color:#fff}.cmyk-cutter-trust__intro{display:grid;gap:var(--cmyk-space-4);margin-bottom:var(--cmyk-space-7)}.cmyk-cutter-trust__intro p{margin:0;font-size:20px;line-height:1.5;color:#ffffff80}.cmyk-cutter-trust__grid{display:grid;box-sizing:border-box;gap:var(--cmyk-space-5);grid-template-columns:minmax(0,1fr);width:100%}.cmyk-cutter-trust__item{display:flex;flex-direction:column;box-sizing:border-box;height:100%;min-width:0;max-width:100%;padding:var(--cmyk-space-5) var(--cmyk-space-6);border:1px solid rgba(0,0,0,.08);border-radius:var(--cmyk-radius-md);background:#fff;color:#000}.cmyk-cutter-trust__item-title{flex-grow:1;margin:0 0 var(--cmyk-space-5);font-size:clamp(18px,1.2vw + 14px,24px);line-height:1.2;font-weight:var(--cmyk-font-weight-normal);color:#0009}.cmyk-cutter-trust__item-text{margin:0;font-size:16px;line-height:1.4;font-weight:var(--cmyk-font-weight-semibold);color:#000}.cmyk-cutter-buy-with-this{padding-block:var(--cmyk-space-7)}.cmyk-cutter-buy-with-this__title{margin-bottom:var(--cmyk-space-5)}@media(min-width:992px){.cmyk-cutter-specs__panel{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.cmyk-cutter-specs__row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center}.cmyk-cutter-specs__value{text-align:right}.cmyk-cutter-configurator__panel{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}.cmyk-cutter-configurator__form{border-left:1px solid rgba(0,0,0,.06)}.cmyk-cutter-lease__panel{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.cmyk-cutter-trust__intro{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.cmyk-cutter-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.cmyk-cutter-trust__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:767px){.cmyk-cutter-configurator__content,.cmyk-cutter-configurator__form{padding:var(--cmyk-space-5)}.cmyk-cutter-configurator__form{border-top:1px solid rgba(0,0,0,.06);border-left:0}}@media(hover:hover){.cmyk-cutter-features__card{position:relative}.cmyk-cutter-features__action{opacity:0;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease}.cmyk-cutter-features__card:hover .cmyk-cutter-features__action{opacity:1;transform:translateY(0)}.cmyk-cutter-tools__action{position:absolute;right:0;bottom:0;left:0;padding:var(--cmyk-space-3) var(--cmyk-space-5) var(--cmyk-space-4);opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}.cmyk-cutter-tools__card:hover .cmyk-cutter-tools__action{opacity:1;transform:translateY(0)}}.cmyk-cutter-hero__shell{box-sizing:border-box;width:100%;padding-inline:16px}.cmyk-cutter-hero__panel{overflow:hidden;border-radius:var(--cmyk-radius-lg);background:#f4f4f4}.cmyk-cutter-hero__inner{max-width:1920px;margin-inline:auto;padding:2rem}.cmyk-cutter-hero__grid{display:grid;gap:2rem;grid-template-columns:minmax(0,1fr);align-items:stretch}.cmyk-cutter-hero__content{display:flex;flex-direction:column;order:2}.cmyk-cutter-hero__stack,.cmyk-cutter-hero__intro{display:flex;flex-direction:column;gap:1.5rem}.cmyk-cutter-hero__title{margin:0;font-size:20px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.2}.cmyk-cutter-hero__text{margin:0;font-size:15px;line-height:1.5}.cmyk-cutter-hero__text p{margin:0}.cmyk-cutter-hero__spec{margin-block:.5rem;padding-block:1rem;border-block:1px solid rgba(0,0,0,.08)}.cmyk-cutter-hero__spec-value{font-size:18px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3}.cmyk-cutter-hero__spec-label{margin-top:.5rem;font-size:14px;color:#00000080}.cmyk-cutter-hero__purchase{display:flex;flex-direction:column;gap:1rem}.cmyk-cutter-hero__price{font-size:20px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.2}.cmyk-cutter-hero__price--on-request{font-size:18px;font-weight:var(--cmyk-font-weight-medium);color:var(--cmyk-color-muted)}.cmyk-cutter-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.cmyk-cutter-hero__button{min-height:48px;padding-inline:28px;border-radius:999px;font-size:18px}.cmyk-button--tps-outline{border:1px solid #c42637;background:#fff;color:#c42637}.cmyk-button--tps-outline:hover,.cmyk-button--tps-outline:focus-visible{background:#c42637;color:#fff}.cmyk-cutter-hero__media{display:flex;align-items:center;justify-content:center;order:1;overflow:hidden}.cmyk-cutter-hero__image{display:block;width:100%;max-width:100%;height:auto;mix-blend-mode:multiply}@media(min-width:768px){.cmyk-cutter-hero__grid{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}.cmyk-cutter-hero__content{order:1;height:100%}.cmyk-cutter-hero__stack{height:100%}.cmyk-cutter-hero__intro{flex:1 1 auto}.cmyk-cutter-hero__media{order:2;height:100%}}@media(max-width:575px){.cmyk-cutter-hero__inner{padding:1.5rem 1rem}.cmyk-cutter-hero__price--on-request{font-size:16px}.cmyk-cutter-hero__spec-label{font-size:13px}.cmyk-cutter-hero__button{font-size:16px}}.cmyk-printer-hero__shell{box-sizing:border-box;width:100%;padding-inline:16px}.cmyk-printer-hero__panel{overflow:hidden;border-radius:var(--cmyk-radius-lg);background:#f4f4f4}.cmyk-printer-hero__inner{max-width:1920px;margin-inline:auto;padding:2rem}.cmyk-printer-hero__grid{display:grid;gap:2rem;grid-template-columns:minmax(0,1fr)}.cmyk-printer-hero__media{order:1;overflow:hidden;mix-blend-mode:multiply;background:transparent}.cmyk-printer-hero__gallery,.cmyk-printer-hero__slide{height:100%;background:transparent}.cmyk-printer-hero__gallery .swiper-wrapper,.cmyk-printer-hero__gallery .swiper-slide{background:transparent}.cmyk-printer-hero__gallery.swiper-fade .swiper-slide{background-color:transparent!important}.cmyk-printer-hero__slide{display:flex;align-items:center;justify-content:center}.cmyk-printer-hero__image{display:block;width:100%;max-width:100%;height:auto;mix-blend-mode:multiply;background:transparent}.cmyk-printer-hero__content{order:2;display:flex;flex-direction:column;gap:1.5rem}.cmyk-printer-hero__intro{display:flex;flex-direction:column;gap:1rem}.cmyk-printer-hero__title{margin:0;font-size:clamp(22px,2vw + 14px,32px);font-weight:var(--cmyk-font-weight-semibold);line-height:1.2}.cmyk-printer-hero__text{margin:0;font-size:15px;line-height:1.5}.cmyk-printer-hero__text p{margin:0}.cmyk-printer-hero__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid rgba(0,0,0,.06);border-radius:var(--cmyk-radius-md);overflow:hidden}.cmyk-printer-hero__spec{padding:.75rem;border-right:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.cmyk-printer-hero__spec:nth-child(2n){border-right:0}.cmyk-printer-hero__spec:nth-last-child(-n+2){border-bottom:0}.cmyk-printer-hero__spec-label{font-size:13px;color:#00000080}.cmyk-printer-hero__spec-value{margin-top:.25rem;font-size:18px;font-weight:var(--cmyk-font-weight-semibold)}.cmyk-printer-hero__purchase{order:3;display:flex;flex-direction:column;gap:1rem}.cmyk-printer-hero__price-label{font-size:13px;color:#00000080}.cmyk-printer-hero__price{font-size:20px;font-weight:var(--cmyk-font-weight-semibold)}.cmyk-printer-hero__price--on-request{font-size:18px;font-weight:var(--cmyk-font-weight-medium);color:var(--cmyk-color-muted)}.cmyk-printer-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.cmyk-printer-hero__button{min-height:48px;padding-inline:28px;border-radius:999px}@media(min-width:768px){.cmyk-printer-hero__grid{grid-template-columns:minmax(0,5fr) minmax(0,7fr);grid-template-areas:"content media" "purchase purchase"}.cmyk-printer-hero__content{grid-area:content}.cmyk-printer-hero__media{grid-area:media}.cmyk-printer-hero__purchase{grid-area:purchase;flex-direction:row;align-items:flex-end;justify-content:space-between}}@media(max-width:575px){.cmyk-printer-hero__inner{padding:1.5rem 1rem}.cmyk-printer-hero__spec-value{font-size:16px}}.cmyk-printer-features,.cmyk-printer-handtop,.cmyk-printer-media-gallery,.cmyk-printer-applications,.cmyk-printer-specs{padding-block:var(--cmyk-space-7);overflow:visible}.cmyk-printer-configurator{padding-block:var(--cmyk-space-7);overflow:visible;background:#f9f9f9}.cmyk-printer-promo{padding-block:var(--cmyk-space-5)}.cmyk-printer-features__header,.cmyk-printer-handtop__header,.cmyk-printer-configurator__header,.cmyk-printer-applications__header,.cmyk-printer-media-gallery__title{margin-bottom:var(--cmyk-space-6);text-align:center}.cmyk-printer-features__eyebrow,.cmyk-printer-handtop__eyebrow,.cmyk-printer-configurator__eyebrow,.cmyk-printer-applications__eyebrow,.cmyk-printer-specs__eyebrow{margin-bottom:var(--cmyk-space-3)}.cmyk-printer-features__subtitle-wrap{margin:var(--cmyk-space-7) 0 var(--cmyk-space-5);text-align:center}.cmyk-printer-features__subtitle{margin:0}.cmyk-printer-features__tablist,.cmyk-printer-applications__tablist{display:flex;flex-wrap:wrap;justify-content:center;gap:0;margin-bottom:0;padding:0;list-style:none}.cmyk-printer-features__tab,.cmyk-printer-applications__tab{padding:.75rem 1.5rem;border:0;border-bottom:2px solid rgba(0,0,0,.2);border-radius:0;background:transparent;color:inherit;font:inherit;font-size:1.15rem;font-weight:var(--cmyk-font-weight-medium);white-space:nowrap;cursor:pointer;transition:all .3s ease}.cmyk-printer-features__tab:hover,.cmyk-printer-applications__tab:hover{color:#212529;border-color:#212529;background:#0000000d;border-radius:.5rem .5rem 0 0}.cmyk-printer-features__tab.is-active,.cmyk-printer-applications__tab.is-active{color:var(--cmyk-color-primary);border-color:var(--cmyk-color-primary);background:transparent;border-radius:.5rem .5rem 0 0}.cmyk-printer-applications__tab{border-bottom-color:#ffffff59;color:#fff}.cmyk-printer-applications__tab:hover,.cmyk-printer-applications__tab.is-active{border-color:#fff;color:#fff;background:#ffffff1a}.cmyk-printer-features__panel{display:none;width:100%;margin-top:2rem}.cmyk-printer-features__panel.is-active{display:block}.cmyk-printer-features__cards{display:grid;gap:1.5rem;grid-template-columns:1fr;align-items:start}.cmyk-printer-features__cards>*{min-width:0}@media(min-width:768px){.cmyk-printer-features__cards:not(.cmyk-printer-features__cards--two){grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px){.cmyk-printer-features__cards--two{grid-template-columns:repeat(2,minmax(0,1fr))}}.cmyk-printer-features__highlights{display:grid;gap:1.5rem;grid-template-columns:1fr;align-items:stretch}@media(min-width:768px){.cmyk-printer-features__highlights{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.cmyk-printer-features__highlights{grid-template-columns:repeat(3,minmax(0,1fr))}}.cmyk-printer-features__highlight-col{display:flex;box-sizing:border-box;min-width:0;min-height:100%}.cmyk-printer-features__detail-card{box-sizing:border-box;min-width:0;padding:1rem 1.25rem;border-radius:var(--cmyk-radius-lg);background:#f4f4f4}@media(min-width:768px){.cmyk-printer-features__detail-card{padding:1.25rem 1.5rem}}@media(min-width:992px){.cmyk-printer-features__detail-card{padding:1.5rem 1.75rem}}.cmyk-printer-features__detail-card-text{margin:0;line-height:1.5}.cmyk-printer-features__card-link{display:flex;box-sizing:border-box;flex:1 1 auto;flex-direction:column;width:100%;height:auto;padding:2rem;border-radius:10px;background:#fff;box-shadow:#97a6b533 0 8px 24px;transition:box-shadow .2s ease-in-out}@media(min-width:768px){.cmyk-printer-features__card-link{height:100%}}@media(hover:hover){.cmyk-printer-features__card-link:hover{box-shadow:#97a6b533 0 2px 4px}}.cmyk-printer-features__card-link-media{width:100%;margin-bottom:var(--cmyk-space-4)}.cmyk-printer-features__card-link-image{display:block;width:100%;height:auto;border-radius:var(--cmyk-radius-md);object-fit:cover}.cmyk-printer-features__card-link-title{margin:0 0 var(--cmyk-space-4);font-size:clamp(18px,1vw + 18px,19px);font-weight:var(--cmyk-font-weight-semibold);line-height:1.35}.cmyk-printer-features__card-link-text{margin:0;line-height:1.5;opacity:.7;transition:opacity .2s ease-in-out}.cmyk-printer-features__card-link:hover .cmyk-printer-features__card-link-text{opacity:1}@media(max-width:575px){.cmyk-printer-features__tab{padding:.625rem 1.25rem;font-size:.875rem}.cmyk-printer-features__card-link-title{font-size:calc(1.25rem - 4px)}.cmyk-printer-features__card-link-text{font-size:calc(1rem - 4px)}}.cmyk-printer-handtop__layout{display:grid;gap:var(--cmyk-space-6)}.cmyk-printer-handtop__images{position:relative;display:none;min-height:400px;border-radius:var(--cmyk-radius-md);overflow:hidden}.cmyk-printer-handtop__image{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.cmyk-printer-handtop__image.is-active{opacity:1}.cmyk-printer-handtop__image img{width:100%;height:100%;object-fit:cover}.cmyk-printer-handtop__tab{border-bottom:1px solid rgba(0,0,0,.08)}.cmyk-printer-handtop__tab.is-active .cmyk-printer-handtop__tab-button{color:var(--cmyk-color-primary)}.cmyk-printer-handtop__tab-button{width:100%;padding:1rem 0;border:0;background:transparent;color:inherit;font:inherit;font-size:18px;font-weight:var(--cmyk-font-weight-semibold);text-align:left;cursor:pointer}.cmyk-printer-handtop__tab-panel{padding-bottom:1rem}.cmyk-printer-handtop__mobile-image{display:block;margin-bottom:var(--cmyk-space-3);border-radius:var(--cmyk-radius-md);overflow:hidden}.cmyk-printer-handtop__mobile-image img{display:block;width:100%;height:auto}.cmyk-printer-handtop__tab-text{margin:0;line-height:1.55}@media(min-width:992px){.cmyk-printer-handtop__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.cmyk-printer-handtop__images{display:block}.cmyk-printer-handtop__mobile-image{display:none}}.cmyk-printer-media-gallery__main{overflow:hidden}.cmyk-printer-media-gallery__slide{display:flex;align-items:center;justify-content:center;min-height:300px}.cmyk-printer-media-gallery__slide img,.cmyk-printer-media-gallery__slide video,.cmyk-printer-media-gallery__slide iframe{display:block;width:100%;height:auto}.cmyk-printer-media-gallery__thumbs{margin-top:var(--cmyk-space-3)}.cmyk-printer-media-gallery__thumb{overflow:hidden;border:2px solid transparent;border-radius:var(--cmyk-radius-sm);aspect-ratio:1/1;cursor:pointer}.cmyk-printer-media-gallery__thumb img{width:100%;height:100%;object-fit:cover}.cmyk-printer-media-gallery__thumb.swiper-slide-thumb-active,.cmyk-printer-media-gallery__thumb.is-active{border-color:var(--cmyk-color-primary)}.cmyk-printer-media-gallery__poster{position:relative;width:100%}.cmyk-printer-media-gallery__play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:64px;height:64px;border:0;border-radius:50%;background:#ffffffe6;cursor:pointer}.cmyk-printer-media-gallery__play:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid #000;transform:translate(2px)}.cmyk-printer-media-gallery__embed.is-hidden{display:none}.cmyk-printer-applications{border-radius:var(--cmyk-radius-lg);background:#212529;color:#fff}.cmyk-printer-applications__title,.cmyk-printer-applications__eyebrow{color:#fff}.cmyk-printer-applications__accent{color:var(--cmyk-color-primary)}.cmyk-printer-applications__description,.cmyk-printer-applications__footer{margin-bottom:var(--cmyk-space-4);text-align:center;color:#ffffffd9}.cmyk-printer-applications__grid{display:grid;gap:var(--cmyk-space-4);grid-template-columns:repeat(2,minmax(0,1fr))}.cmyk-printer-applications__grid--cards-only{margin-top:var(--cmyk-space-4)}@media(min-width:992px){.cmyk-printer-applications__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.cmyk-printer-applications__card{overflow:hidden;border-radius:var(--cmyk-radius-lg);background:#fff;color:var(--cmyk-color-text)}.cmyk-printer-applications__card-media img{display:block;width:100%;height:auto}.cmyk-printer-applications__card-body{padding:var(--cmyk-space-4)}.cmyk-printer-applications__card-title{margin-bottom:var(--cmyk-space-3);font-weight:var(--cmyk-font-weight-semibold)}.cmyk-printer-applications__card-text{margin:0;font-size:14px;color:var(--cmyk-color-muted)}.cmyk-printer-configurator__scroll{overflow-x:auto;overflow-y:visible;padding-block:.5rem 1rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent;-webkit-overflow-scrolling:touch}.cmyk-printer-configurator__scroll::-webkit-scrollbar{height:8px}.cmyk-printer-configurator__scroll::-webkit-scrollbar-track{background:transparent}.cmyk-printer-configurator__scroll::-webkit-scrollbar-thumb{border-radius:4px;background-color:#0000004d}.cmyk-printer-configurator__track{display:flex;width:max-content;min-width:100%;flex-direction:row;align-items:flex-start;gap:1rem}.cmyk-printer-configurator__card{width:min(100%,500px);min-width:min(400px,100%);max-width:500px;flex:0 0 auto}.cmyk-printer-configurator__card-shell{border-radius:var(--cmyk-radius-lg);background:#fff}.cmyk-printer-configurator__card-shell--cta{background:var(--cmyk-color-primary);color:#fff}.cmyk-printer-configurator__card-body{display:flex;flex-direction:column;padding:2rem}@media(min-width:768px){.cmyk-printer-configurator__card-body{padding:3rem}}.cmyk-printer-configurator__image{display:block;width:70%;height:auto;margin:0 auto var(--cmyk-space-4)}.cmyk-printer-configurator__card-title{margin:0 0 var(--cmyk-space-4);font-size:18px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.35}@media(min-width:768px){.cmyk-printer-configurator__card-title{font-size:26px}}@media(min-width:1200px){.cmyk-printer-configurator__card-title{font-size:30px}}.cmyk-printer-configurator__meta{margin:0 0 var(--cmyk-space-2);font-size:14px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.5}.cmyk-printer-configurator__description{margin:0 0 var(--cmyk-space-4);font-size:14px;line-height:1.5}.cmyk-printer-configurator__speeds{margin-top:0}.cmyk-printer-configurator__speed-label{margin-bottom:var(--cmyk-space-2);font-size:14px;font-weight:var(--cmyk-font-weight-semibold)}.cmyk-printer-configurator__speed-grid{display:grid;gap:.5rem;grid-template-columns:repeat(3,minmax(0,1fr));font-size:14px}.cmyk-printer-configurator__footer{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.cmyk-printer-configurator__price{flex:1 1 auto;font-weight:var(--cmyk-font-weight-semibold)}.cmyk-printer-configurator__button{flex:1 1 auto;min-height:48px;border-radius:999px}.cmyk-printer-configurator__button--dark-text{color:#000}.cmyk-printer-configurator__cta-content{margin-bottom:0}.cmyk-printer-configurator__cta-title{margin:0 0 var(--cmyk-space-4);font-size:clamp(18px,1vw + 18px,19px);font-weight:var(--cmyk-font-weight-semibold);line-height:1.35}.cmyk-printer-configurator__cta-text{margin:0;line-height:1.5}.cmyk-printer-configurator__cta-action{margin-top:1.5rem}@media(min-width:992px){.cmyk-printer-configurator__footer{flex-direction:row;align-items:center;gap:1.5rem}}@media(max-width:767px){.cmyk-printer-configurator__card{min-width:min(320px,100vw - 64px);max-width:min(380px,100vw - 64px)}}.cmyk-printer-specs__panel{padding:var(--cmyk-space-6);border-radius:var(--cmyk-radius-lg);background:#fff;box-shadow:var(--cmyk-shadow-card)}.cmyk-printer-specs__header{margin-bottom:var(--cmyk-space-5)}.cmyk-printer-specs__row{display:grid;gap:var(--cmyk-space-2);padding-block:var(--cmyk-space-3);border-bottom:1px solid rgba(0,0,0,.06)}.cmyk-printer-specs__row:last-child{border-bottom:0}.cmyk-printer-specs__term{margin:0;color:#00000080}.cmyk-printer-specs__value{margin:0}@media(min-width:768px){.cmyk-printer-specs__row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.cmyk-printer-specs__value{text-align:right}}.cmyk-printer-lipla{margin-top:var(--cmyk-space-6);padding-top:var(--cmyk-space-6);border-top:1px solid rgba(0,0,0,.06)}.cmyk-printer-lipla__panel{display:grid;gap:var(--cmyk-space-5)}.cmyk-printer-lipla__lead{margin:0 0 var(--cmyk-space-3);font-size:18px}.cmyk-printer-lipla__accent{color:var(--cmyk-color-primary)}.cmyk-printer-lipla__text{margin:0 0 var(--cmyk-space-4);line-height:1.5}.cmyk-printer-lipla__image{display:block;width:min(100%,420px);height:auto;margin-inline:auto}@media(min-width:768px){.cmyk-printer-lipla__panel{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center}}.cmyk-product-list-card{display:flex;height:100%;min-width:0;flex-direction:column;padding:0;overflow:hidden;color:var(--cmyk-color-text);text-decoration:none;border-radius:10px;transition:box-shadow .2s ease-in-out}.cmyk-product-list-card:hover,.cmyk-product-list-card:focus-visible{box-shadow:#97a6b533 0 2px 4px;color:var(--cmyk-color-text);text-decoration:none}.cmyk-product-list-card__media{position:relative;display:flex;width:100%;height:260px;flex-shrink:0;align-items:center;justify-content:center;margin:0;overflow:hidden}.cmyk-product-list-card__image{display:block;width:auto;max-width:100%;height:auto;max-height:100%;margin:0!important;box-shadow:none!important;object-fit:contain}.cmyk-product-list-card__price{position:absolute;right:0;bottom:0;padding:.5rem .75rem;border-radius:14px 0 0;background:#0051c2;color:#fff;font-size:.95rem;font-weight:600}.cmyk-product-list-card__body{display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;margin-top:1.5rem;padding:0 2rem 2rem}.cmyk-product-list-card__title{margin:0 0 1rem;font-size:clamp(18px,1vw + 20px,19px);font-weight:600;line-height:1.35}.cmyk-product-list-card__excerpt{flex-grow:1;margin:0 0 1.5rem;color:var(--cmyk-color-muted);font-size:.875rem;line-height:1.5;opacity:.7;transition:opacity .2s ease-in-out}.cmyk-product-list-card__more{display:flex;width:100%;align-items:center;justify-content:space-between}.cmyk-product-list-card__more-text{margin:0;font-size:1rem;font-weight:400;line-height:1.5}.cmyk-product-list-card__more-icon{opacity:0;transition:opacity .2s ease-in-out}@media(hover:hover){.cmyk-product-list-card:hover .cmyk-product-list-card__excerpt,.cmyk-product-list-card:focus-visible .cmyk-product-list-card__excerpt{opacity:1}.cmyk-product-list-card:hover .cmyk-product-list-card__more-icon,.cmyk-product-list-card:focus-visible .cmyk-product-list-card__more-icon{opacity:1}}.cmyk-product-category-children{padding:var(--cmyk-space-6) 0}.cmyk-product-category-children__grid{display:grid;gap:var(--cmyk-space-3);grid-template-columns:1fr;align-items:stretch}.cmyk-product-category-children__card{display:flex;min-width:0;margin:0}.cmyk-product-category-children__link{display:flex;width:100%;min-height:88px;flex-direction:column;align-items:center;justify-content:center;padding:var(--cmyk-space-4);border-radius:var(--cmyk-radius-md);background:#f4f4f4;color:inherit;text-align:center;text-decoration:none;transition:background-color .2s ease}.cmyk-product-category-children__link:hover,.cmyk-product-category-children__link:focus-visible{background:#ececec}.cmyk-product-category-children__image{display:block;width:100%;max-width:100%;height:100px;flex-shrink:0;margin-bottom:var(--cmyk-space-3);object-fit:cover;object-position:center 40%}.cmyk-product-category-children__name{width:100%;font-size:14px;line-height:1.4;overflow-wrap:anywhere}@media(min-width:576px){.cmyk-product-category-children__grid{gap:var(--cmyk-space-4);grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.cmyk-product-category-children__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1200px){.cmyk-product-category-children__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.cmyk-product-reviews{margin:48px 0;letter-spacing:0}@media(max-width:767px){.cmyk-product-reviews{margin:32px 0 24px}}.cmyk-product-reviews__inner{width:100%}.cmyk-product-reviews__subtitle{margin-bottom:16px;color:var(--cmyk-color-muted);font-size:16px;line-height:1.5;text-align:center}.cmyk-product-reviews__title{margin:0 0 48px;font-size:36px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.2;text-align:center}@media(max-width:767px){.cmyk-product-reviews__title{margin-bottom:32px;font-size:30px}}.cmyk-product-reviews__empty{margin:0 0 32px;font-size:24px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3;text-align:center}@media(max-width:767px){.cmyk-product-reviews__empty{margin-bottom:24px;font-size:24px;line-height:1.35}}.cmyk-product-reviews__body{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}@media(max-width:991px){.cmyk-product-reviews__body{flex-direction:column;gap:32px}}.cmyk-product-reviews__list{padding:0;margin:0;list-style:none}.cmyk-product-reviews__list:has(+.cmyk-product-reviews__more){margin-bottom:40px}.cmyk-product-reviews__item.is-hidden{display:none}.cmyk-product-reviews__item:not(:first-child){margin-top:32px}.cmyk-product-reviews__more{display:inline-block;padding:0;border:none;border-bottom:1px solid var(--cmyk-color-primary);background:none;color:var(--cmyk-color-primary);font-size:16px;line-height:1;cursor:pointer;transition:border-color .3s ease}.cmyk-product-reviews__more:hover{border-color:transparent}.cmyk-product-reviews__aside{box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;position:relative;overflow:hidden;width:357px;flex:none;padding:32px;border-radius:32px;background-color:var(--cmyk-color-primary);background-image:url(/wp-content/themes/cmyk/assets/images/form-illustration.svg);background-repeat:no-repeat;background-position:right bottom;color:#fff;text-align:center}@media(min-width:992px){.cmyk-product-reviews__aside{position:sticky;top:100px}}@media(max-width:991px){.cmyk-product-reviews__aside{width:100%;max-width:100%;padding:32px 24px;text-align:left}}.cmyk-product-reviews__aside--empty{width:100%;padding:32px 24px;text-align:left}.cmyk-product-reviews__aside--empty .cmyk-product-reviews__aside-title br{display:none}.cmyk-product-reviews__aside--empty .cmyk-product-reviews__aside-text{margin-bottom:48px}.cmyk-product-reviews__aside--empty .cmyk-product-reviews__aside-button{width:fit-content;margin-inline:0;padding:16px 24px}.cmyk-product-reviews__aside-title{margin:0 0 24px;padding:0;color:#fff;font-size:24px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.2}@media(max-width:991px){.cmyk-product-reviews__aside-title br{display:none}}@media(max-width:767px){.cmyk-product-reviews__aside-title{font-size:22px}}.cmyk-product-reviews__aside-text{margin:0 0 82px;padding:0;color:#fff;font-size:16px;line-height:1.5}@media(max-width:991px){.cmyk-product-reviews__aside-text{margin-bottom:48px}}.cmyk-product-reviews__aside-button{display:flex;box-sizing:border-box;width:calc(100% - 24px);height:56px;align-items:center;justify-content:center;margin:0 auto;padding:17px 16px;border:1px solid #fff;border-radius:58px;background:#fff;color:var(--cmyk-color-primary);font-family:inherit;font-size:20px;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .3s ease,color .3s ease}@media(max-width:991px){.cmyk-product-reviews__aside-button{width:fit-content;margin-inline:0;padding:16px 24px}}@media(max-width:767px){.cmyk-product-reviews__aside-button{height:48px;padding:12px 24px;font-size:16px}}.cmyk-product-reviews__aside-button:hover{background:transparent;color:#fff}.cmyk-product-review__name{margin:0 0 8px;font-size:18px;font-weight:600;line-height:1.22}.cmyk-product-review__info{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:24px}.cmyk-product-review__date{font-size:12px;line-height:1.25;opacity:.5}.cmyk-product-review__text{margin:0;line-height:1.5}.cmyk-product-review__rating{width:fit-content}.cmyk-product-review__rating-body{position:relative;width:96px;aspect-ratio:96/16}.cmyk-product-review__rating-body>img{display:block;width:100%;height:auto}.cmyk-product-review__rating-active{position:absolute;top:0;left:0;overflow:hidden;width:0;height:100%}.cmyk-product-review__rating-active img{display:block;height:100%;object-fit:cover;object-position:left}.cmyk-product-single-page>.product>section.cmyk-product-reviews,.cmyk-product-single-page__inner>.product>section.cmyk-product-reviews{grid-column:1/-1;width:100%}#product-review .modal-dialog--review{width:calc(100% - 16px);max-width:728px}#product-review .modal-content{border:0;border-radius:var(--cmyk-radius-lg);box-shadow:var(--cmyk-shadow-card)}#product-review .modal-body{padding:32px}@media(max-width:767px){#product-review .modal-body{padding:24px 20px}}#product-review .rating{display:flex;align-items:center;gap:16px;width:fit-content}#product-review .rating__body{position:relative;width:96px;aspect-ratio:96/16}#product-review .rating__body img{width:100%;pointer-events:none;object-fit:cover}#product-review .rating__img img{display:block}#product-review .rating__items{position:absolute;top:0;left:0;display:flex;width:100%;height:100%}#product-review .rating__item{flex:0 0 20%;height:100%;margin:0!important;padding:0!important;opacity:0;cursor:pointer}#product-review .rating__active{position:absolute;top:0;left:0;overflow:hidden;width:0;height:100%;aspect-ratio:96/16}#product-review .rating__active img{display:block;height:100%;object-position:left}#product-review .review-form{letter-spacing:0}#product-review .review-form__header{display:flex;align-items:start;justify-content:space-between;gap:32px;margin-bottom:42px}@media(max-width:767px){#product-review .review-form__header{gap:16px;margin-bottom:24px}}#product-review .review-form__title{margin:0 0 8px;font-size:24px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.17}@media(max-width:767px){#product-review .review-form__title{font-size:20px}}@media(max-width:575px){#product-review .review-form__title{font-size:18px}}#product-review .review-form__name{margin:0;line-height:1.5;opacity:.5}#product-review .review-form__close{display:flex;width:24px;height:24px;flex:none;align-items:center;justify-content:center;padding:0;border:unset;background:unset;color:#212529;cursor:pointer;transition:color .3s ease-in-out}#product-review .review-form__close:hover{color:var(--cmyk-color-primary)}#product-review .review-form__rating{width:176px;margin-bottom:24px}#product-review .review-form__rating .rating__body{width:100%}#product-review .review-form__inputs{display:grid;gap:16px;margin-bottom:16px;grid-template-columns:repeat(2,1fr)}@media(max-width:767px){#product-review .review-form__inputs{grid-template-columns:1fr}}#product-review .review-form__item--textarea{margin-bottom:24px}#product-review .review-form__input{box-sizing:border-box;width:100%;height:58px;padding:19px 16px;border:unset;border-radius:58px;background:#f7f7f7;font-family:inherit;font-size:16px;line-height:1.4}#product-review .review-form__input:focus{outline:none}#product-review .review-form__textarea{box-sizing:border-box;width:100%;height:176px;padding:16px;border:unset;border-radius:32px;background:#f7f7f7;font-family:inherit;font-size:16px;line-height:1.4;resize:none}#product-review .review-form__textarea:focus{outline:none}#product-review .review-form__bottom{display:flex;align-items:center;gap:36px}@media(max-width:767px){#product-review .review-form__bottom{flex-direction:column-reverse;align-items:stretch;gap:24px}}#product-review .review-form__bottom-text{margin:0;font-size:14px;line-height:1.43;opacity:.5}#product-review .review-form__button{display:inline-flex;box-sizing:border-box;height:58px;flex:none;align-items:center;justify-content:center;padding:17px 24px;border:1px solid var(--cmyk-color-primary);border-radius:58px;background:var(--cmyk-color-primary);color:#fff;font-family:inherit;font-size:20px;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .3s ease,color .3s ease}@media(max-width:767px){#product-review .review-form__button{width:100%;font-size:16px;white-space:normal;text-align:center}}#product-review .review-form__button:hover{background:transparent;color:var(--cmyk-color-primary)}body.cmyk-frontend-shell.single-product .product-reviews{margin:48px 0;letter-spacing:0}@media(max-width:767px){body.cmyk-frontend-shell.single-product .product-reviews{margin:32px 0 24px}}body.cmyk-frontend-shell.single-product .product-reviews__not-found{margin-bottom:32px;font-size:24px;line-height:130%;text-align:center}@media(max-width:767px){body.cmyk-frontend-shell.single-product .product-reviews__not-found{margin-bottom:24px;font-size:18px;line-height:1.35;text-align:left}}body.cmyk-frontend-shell.single-product .product-reviews .container{display:flex;flex-direction:column;align-items:stretch}body.cmyk-frontend-shell.single-product .product-reviews__subtitle{font-size:16px;line-height:150%;text-align:center}body.cmyk-frontend-shell.single-product .product-reviews__title{margin-bottom:48px;text-align:center}body.cmyk-frontend-shell.single-product .product-reviews__body{display:flex;align-items:start;justify-content:space-between;gap:16px}body.cmyk-frontend-shell.single-product .product-reviews__list{padding:0;margin:0;list-style:none}body.cmyk-frontend-shell.single-product .product-reviews__list:has(+.product-reviews__more){margin-bottom:40px}body.cmyk-frontend-shell.single-product .product-reviews__item.is-hidden{display:none}body.cmyk-frontend-shell.single-product .product-reviews__item:not(:first-child){margin-top:32px}body.cmyk-frontend-shell.single-product .product-reviews__more{display:block;padding:0;border:unset;border-bottom:1px solid var(--cmyk-color-primary);background:unset;color:var(--cmyk-color-primary);font-size:16px;line-height:1;text-align:left;white-space:nowrap;cursor:pointer;transition:all .3s ease-in-out}body.cmyk-frontend-shell.single-product .product-reviews__more:hover{border-color:transparent}body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;position:relative;overflow:hidden;width:357px;flex:none;padding:32px;border-radius:32px;background-color:var(--cmyk-color-primary);background-image:url(/wp-content/themes/cmyk/assets/images/form-illustration.svg);background-repeat:no-repeat;background-position:right 12px bottom 12px;background-size:168px auto;color:#fff}@media(min-width:992px){body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback{position:sticky;top:100px}}@media(max-width:991px){body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback{width:100%;max-width:100%;padding:32px 24px}}@media(max-width:767px){body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback{padding:24px 20px;border-radius:20px;background-size:120px auto;background-position:right 8px bottom 8px}}@media(max-width:575px){body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback{padding:20px 16px;border-radius:16px;background-size:96px auto;background-position:right 4px bottom 4px}}body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback--not-found{width:100%}body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback--not-found .product-reviews__leave-feedback-text{margin-bottom:48px}@media(max-width:767px){body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback--not-found .product-reviews__leave-feedback-text{margin-bottom:24px}}@media(max-width:575px){body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback--not-found .product-reviews__leave-feedback-text{margin-bottom:20px}}body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback-title{margin:0 0 24px;padding:0;color:#fff;font-size:20px;font-weight:600;line-height:1.2}@media(max-width:991px){body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback-title br{display:none}}@media(max-width:767px){body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback-title{margin-bottom:16px;font-size:18px}}@media(max-width:575px){body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback-title{margin-bottom:12px;font-size:16px}}body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback-text{margin:0 0 32px;padding:0 120px 0 0;color:#fff;font-size:16px;line-height:1.5}@media(max-width:991px){body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback-text{margin-bottom:28px;padding-right:100px}}@media(max-width:767px){body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback-text{margin-bottom:24px;padding-right:88px;font-size:15px}}@media(max-width:575px){body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback-text{margin-bottom:20px;padding-right:72px;font-size:14px}}body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback-button{display:inline-flex;box-sizing:border-box;width:auto;max-width:100%;height:56px;align-items:center;justify-content:center;margin:0;padding:0 24px;border:1px solid #fff;border-radius:58px;background:#fff;color:var(--cmyk-color-primary);font-family:inherit;font-size:20px;font-weight:500;line-height:1.2;white-space:nowrap;cursor:pointer;transition:background-color .3s ease,color .3s ease}@media(max-width:767px){body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback-button{width:100%;height:48px;padding:0 20px;font-size:16px;white-space:normal;text-align:center}}body.cmyk-frontend-shell.single-product .product-reviews__leave-feedback-button:hover{background:transparent;color:#fff}body.cmyk-frontend-shell.single-product .product-review__name{margin-bottom:8px;font-size:18px;font-weight:600;line-height:1.22}body.cmyk-frontend-shell.single-product .product-review__info{display:flex;align-items:center;gap:16px;margin-bottom:24px}body.cmyk-frontend-shell.single-product .product-review__date{font-size:12px;line-height:1.25;opacity:.5}body.cmyk-frontend-shell.single-product .product-review__text{margin:0;line-height:150%}body.cmyk-frontend-shell.single-product .rating{display:flex;align-items:center;gap:16px;width:fit-content}body.cmyk-frontend-shell.single-product .rating__body{position:relative;width:96px;aspect-ratio:96/16}body.cmyk-frontend-shell.single-product .rating__body img{width:100%;pointer-events:none;object-fit:cover}body.cmyk-frontend-shell.single-product .rating__img img{display:block}body.cmyk-frontend-shell.single-product .rating__items{position:absolute;top:0;left:0;display:flex;width:100%;height:100%}body.cmyk-frontend-shell.single-product .rating__item{flex:0 0 20%;height:100%;margin:0!important;padding:0!important;opacity:0}body.cmyk-frontend-shell.single-product .rating__active{position:absolute;top:0;left:0;overflow:hidden;width:0%;height:100%;aspect-ratio:96/16}body.cmyk-frontend-shell.single-product .rating__active img{display:block;height:100%;object-position:left}body.cmyk-frontend-shell.single-product .modal-dialog--review{width:calc(100% - 16px);max-width:728px}@media(max-width:991px){body.cmyk-frontend-shell.single-product .product-reviews__body{flex-direction:column;gap:32px}}@media(max-width:767px){body.cmyk-frontend-shell.single-product .product-reviews__body{gap:24px}body.cmyk-frontend-shell.single-product .product-review__name{font-size:16px}body.cmyk-frontend-shell.single-product .product-review__text{font-size:15px;line-height:1.5}}@media(max-width:575px){body.cmyk-frontend-shell.single-product .product-review__info{flex-wrap:wrap;gap:8px}body.cmyk-frontend-shell.single-product .product-review__text{font-size:14px}}.cmyk-recommendation-popup{position:fixed;top:82px;right:18px;z-index:2222;display:none;width:100%;max-width:470px;height:180px;overflow:hidden;border-radius:20px;background:image-set(url(/wp-content/themes/cmyk/assets/images/leadbg.webp) type("image/webp"),url(/wp-content/themes/cmyk/assets/images/leadbg.jpg) type("image/jpeg")) center bottom -90px/cover no-repeat;transition:transform .3s ease;will-change:transform}.cmyk-recommendation-popup.is-visible{display:block}.cmyk-recommendation-popup.is-condensed{transform:translateY(-62px)}.modal-open .cmyk-recommendation-popup{z-index:3}.cmyk-recommendation-popup__inner{height:100%;border-radius:20px;padding:20px;background:#bfbfbf4d}.cmyk-recommendation-popup__close{position:absolute;top:10px;right:10px;display:flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:50px;padding-bottom:1px;background:#000;color:#fff;cursor:pointer;font-family:sans-serif;font-size:12px;line-height:12px;text-align:center}.cmyk-recommendation-popup__close:hover{opacity:.9}.cmyk-recommendation-popup__title{margin-bottom:20px;color:#fff;font-size:20px}.cmyk-recommendation-popup__button{display:block;margin-top:30px}.modal-body>.d-flex{position:relative;z-index:233}html input[disabled],input[disabled]+label,.woof_container.is-filter-empty h4,.widget-woof.is-empty{display:none!important}div#hero .row.row-gap-5{max-width:1920px;margin-right:auto;margin-left:auto}@media screen and (max-width:1023px){.cmyk-recommendation-popup,.cmyk-recommendation-popup.is-condensed{top:auto;bottom:0;left:0;transform:none;width:100vw;max-width:100vw;height:auto}.modal.show{padding-right:0!important}.modal-open .cmyk-recommendation-popup{display:none}body.modal-open{padding-right:0!important}}@media screen and (max-width:480px){.cmyk-recommendation-popup__title{font-size:18px;line-height:1.3}.cmyk-recommendation-popup__inner{border-radius:0;background:#bfbfbf99}.cmyk-recommendation-popup{border-radius:0;background-position:center bottom -130px}}.cmyk-home__promo{padding-top:var(--cmyk-space-7);padding-bottom:var(--cmyk-space-4)}.cmyk-wide-printers__hero{padding:var(--cmyk-space-8) 0;text-align:center}.cmyk-wide-printers__hero-inner{max-width:920px;margin:0 auto;min-width:0}.cmyk-wide-printers__title{display:block;margin:0 0 var(--cmyk-space-5);font-size:42px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.15;letter-spacing:0;white-space:normal;overflow-wrap:anywhere;word-break:normal}.cmyk-wide-printers__lead{width:100%;max-width:820px;margin:0 auto;color:var(--cmyk-color-muted);white-space:normal;overflow-wrap:anywhere;box-sizing:border-box}.cmyk-wide-printers__promo{padding-bottom:var(--cmyk-space-7)}.cmyk-wide-printers__catalog{padding-top:0}.cmyk-wide-printers__empty{margin:0;border-radius:var(--cmyk-radius-md);padding:var(--cmyk-space-4);background:var(--cmyk-color-primary-soft);color:var(--cmyk-color-text)}.cmyk-wide-printers__copy{color:var(--cmyk-color-muted);font-size:14px;line-height:1.35}.cmyk-wide-printers__copy h2{margin:var(--cmyk-space-5) 0 var(--cmyk-space-2);color:#4a4a4a;font-size:17px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.3;letter-spacing:0}.cmyk-wide-printers__copy h2:first-child{margin-top:0}.cmyk-wide-printers__copy p{margin:0 0 var(--cmyk-space-3)}@media(max-width:767px){.cmyk-wide-printers__title{max-width:min(100%,340px);margin-right:auto;margin-left:auto;font-size:30px}.cmyk-wide-printers__lead{max-width:min(100%,340px)}.cmyk-wide-printers__hero{padding:var(--cmyk-space-7) 0}}@media(max-width:575px){.cmyk-wide-printers__title{max-width:min(100%,304px)}.cmyk-wide-printers__lead{max-width:min(100%,280px)}}.cmyk-printers-catalog__promo{padding:var(--cmyk-space-7) 0}.cmyk-printers-catalog .cmyk-contact-cta{margin-top:0}.cmyk-printer-type-catalog__listing{padding-bottom:var(--cmyk-space-8)}.cmyk-printer-capability-catalog__listing{position:relative;z-index:1;margin-top:-50px}.cmyk-printer-capability-page__bottom-text{padding:var(--cmyk-space-8) 0}.cmyk-printer-capability-page__bottom-text .cmyk-category-description__content p+p{margin-top:var(--cmyk-space-4)}.cmyk-lease-page__secondary-content{padding-top:0}.cmyk-contacts-page .cmyk-static-page-header,.cmyk-services-page .cmyk-static-page-header{padding-bottom:var(--cmyk-space-5)}.cmyk-service-page .cmyk-page-content--service-panel{padding-top:var(--cmyk-space-6);padding-bottom:var(--cmyk-space-6)}.cmyk-service-page .cmyk-page-content--service-panel:first-of-type{padding-top:var(--cmyk-space-7)}.cmyk-service-page .cmyk-page-content--service-panel .cmyk-page-content__body{padding:var(--cmyk-space-6);border-radius:var(--cmyk-radius-lg);background:#fff;box-shadow:#97a6b533 0 8px 24px}.cmyk-service-page .cmyk-page-content--compact-top{padding-top:var(--cmyk-space-4)}.cmyk-service-page .cmyk-questions-cta--after-prices{padding-top:var(--cmyk-space-7)}.cmyk-product-catalog-page .cmyk-category-description,.cmyk-cutters-catalog .cmyk-category-description{padding-top:var(--cmyk-space-4);padding-bottom:var(--cmyk-space-7)}.cmyk-catalog-listing__main--cutters .cmyk-grid.cmyk-grid--cards{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:991px){.cmyk-catalog-listing__main--cutters .cmyk-grid.cmyk-grid--cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.cmyk-catalog-listing__main--cutters .cmyk-grid.cmyk-grid--cards{grid-template-columns:1fr}}main.cmyk-cutter-page .cmyk-questions-cta,main.cmyk-cutter-page .cmyk-service-installations{padding-block:var(--cmyk-space-7)}main.cmyk-printer-page .cmyk-contact-cta,main.cmyk-printer-page .cmyk-about-company,main.cmyk-printer-page .cmyk-installations-card,main.cmyk-printer-page .cmyk-faq{padding-block:var(--cmyk-space-7)}main.cmyk-printer-page .cmyk-printer-promo .cmyk-promo-banner{margin-inline:16px}.cmyk-product-single-page{padding-top:10px;overflow-x:clip}.cmyk-product-single-page__inner{display:flex;flex-direction:column}.cmyk-product-single-page__inner .woocommerce-notices-wrapper{display:none}.cmyk-product-single-page__inner>.product{display:grid;width:100%;align-items:start;padding-top:10px;grid-template-columns:minmax(0,54%) minmax(0,43%);column-gap:3%}.cmyk-product-single-page__inner>.product>.images{grid-column:2;grid-row:1;width:100%;max-width:700px;margin:0;float:none;justify-self:end}.cmyk-product-single-page__inner>.product>.images img{display:block;max-width:100%;height:auto}.cmyk-product-single-page__inner>.product>.summary{grid-column:1;grid-row:1;width:100%;min-width:0}.cmyk-product-single-page__inner>.product>.woocommerce-tabs{grid-column:1/-1;grid-row:2;width:100%;margin-top:24px}.cmyk-product-single-page__inner>.product>section.product-reviews,.cmyk-product-single-page__inner>.product>section.cmyk-product-reviews{grid-column:1/-1;grid-row:3;width:100%}.cmyk-product-single-page div.product .product_title,.cmyk-product-single-page h1.product_title.entry-title{margin-bottom:31px;color:#000;font-size:36px;font-weight:700;line-height:1.2;text-align:left}.cmyk-product-single-page .wrap-flex{display:flex;justify-content:space-between;margin-bottom:19px;font-size:19px}.cmyk-product-single-page .color-wrapper,.cmyk-product-single-page .sku_wrapper{display:inline-block;width:50%;font-family:Inter,sans-serif}.cmyk-product-single-page .loop-gruppa_iz_tovarov{display:flex;box-sizing:border-box;gap:16px;padding:16px 25px 19px;border:1px solid rgb(194,194,194);border-radius:15px;background:#fff}.cmyk-product-single-page .related-tovar{padding-top:18px}.cmyk-product-single-page .related-tovar.current-tovar{background:url(/wp-content/themes/cmyk/current-tovar.png) center top -10px no-repeat;cursor:default}.cmyk-product-single-page .price_and_stock_status{margin-top:30px;margin-bottom:30px}.cmyk-product-single-page div.product p.price,.cmyk-product-single-page div.product p.price *{margin-top:0;color:#000;font-size:28px;font-weight:700;line-height:34px;text-align:left}.cmyk-product-single-page .woocommerce-product-details__short-description{margin:20px 0 24px;font-family:Inter,sans-serif;line-height:1.5}.cmyk-product-single-page .woocommerce-product-details__short-description p:last-child{margin-bottom:0}.cmyk-product-single-page .product_meta{display:none}.cmyk-product-single-page div.product div.images .slider,.cmyk-product-single-page .woocommerce-product-gallery{opacity:1!important}.cmyk-product-single-page div.product form.cart div.quantity{display:flex;align-items:center;flex-wrap:wrap;gap:16px 20px;width:100%;margin-bottom:24px}.cmyk-product-single-page form.cart .quantity label.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cmyk-product-single-page form.cart .quantity button.quantity-minus,.cmyk-product-single-page form.cart .quantity button.quantity-plus{display:inline-flex;width:48px;min-width:48px;height:48px;align-items:center;justify-content:center;margin:0;padding:0;border:none;border-radius:0;background:#f5f5f7;color:#000;font-size:28px;font-weight:400;line-height:1;text-align:center;cursor:pointer;flex:none}.cmyk-product-single-page form.cart .quantity button.quantity-minus:hover,.cmyk-product-single-page form.cart .quantity button.quantity-plus:hover{background:#000;color:#fff}.cmyk-product-single-page form.cart .quantity input[type=number]{width:72px;min-width:72px;height:48px;padding:0;margin:0;border:none;border-radius:0;background:#f5f5f7;color:#000;font-size:28px!important;font-weight:400;line-height:1;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;flex:none}.cmyk-product-single-page form.cart .quantity input[type=number]::-webkit-outer-spin-button,.cmyk-product-single-page form.cart .quantity input[type=number]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cmyk-product-single-page div.product form.cart{display:flex;flex-wrap:wrap;align-items:center;gap:19px;margin-top:8px}.cmyk-product-single-page div.product form.cart div.quantity{flex:0 0 100%}.cmyk-product-single-page div.product p.stock{margin-bottom:0;margin-left:0;color:#6ae300;font-size:23px;font-weight:400;line-height:30px;text-align:left}.cmyk-product-single-page div.product p.stock img{margin-right:10px;vertical-align:middle}.cmyk-product-single-page div.product form.cart .button,.cmyk-product-single-page div.product form.cart .button.alt,.cmyk-product-single-page div.product form.cart .button.wp-element-button{box-sizing:border-box;display:inline-flex;width:240px;min-width:240px;max-width:240px;height:48px;min-height:48px;max-height:48px;align-items:center;justify-content:center;margin:0;padding:0 14px;border:none;border-radius:15px;font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:1.2;text-align:center;white-space:nowrap;cursor:pointer;flex:none}.cmyk-product-single-page div.product form.cart .button.single_add_to_cart_button{gap:8px;background:#91fb28;color:#000}.cmyk-product-single-page div.product form.cart .button.single_add_to_cart_button:before{display:block;width:20px;height:20px;flex:none;content:"";background:url(/wp-content/themes/cmyk/cart-icon.png) center/contain no-repeat}.cmyk-product-single-page div.product form.cart .button.single_add_to_cart_button:hover{background:#97f539}.cmyk-product-single-page div.product .woocommerce-tabs{clear:both}.cmyk-product-single-page div.product .woocommerce-tabs .panel{display:none;margin:0 0 2em;padding:0}.cmyk-product-single-page div.product .woocommerce-tabs .panel.active{display:block}.cmyk-product-single-page div.product .woocommerce-tabs .panel[hidden]{display:none!important}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs{position:relative;display:flex;overflow:hidden;margin:0 0 -8px;padding-left:5px;list-style:none;border-radius:10px 10px 0 0;background:#ebe9eb;flex-grow:1}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs:before{position:absolute;z-index:1;bottom:0;left:0;width:100%;border-bottom:1px solid #d3ced2;content:" "}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li{position:relative;z-index:0;display:inline-block;flex:1 1 0;margin:0 -5px;padding:0 1em;border:1px solid #d3ced2;border-left-color:#ebe9eb;border-radius:10px 10px 0 0;background-color:#ebe9eb;color:#515151;text-align:center}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li a{display:inline-block;width:100%;padding:.5em 0;color:#000;font-size:25px;font-weight:400;line-height:30px;text-align:center;text-decoration:none}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li a:hover{color:#6b6b6b;text-decoration:none}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li.active{z-index:2;border-bottom-color:#fff;background:#fff;color:#515151}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;font-weight:400}.cmyk-product-single-page div.product .woocommerce-tabs .panel,.cmyk-product-single-page .color-wrapper,.cmyk-product-single-page .sku_wrapper{font-family:Inter,sans-serif}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li:before,.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li:after{position:absolute;bottom:-1px;width:5px;height:5px;border:1px solid #d3ced2;content:" ";box-sizing:border-box}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li:before{left:-5px;border-width:0 1px 1px 0;border-bottom-right-radius:4px;box-shadow:2px 2px #ebe9eb}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li:after{right:-5px;border-width:0 0 1px 1px;border-bottom-left-radius:4px;box-shadow:-2px 2px #ebe9eb}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li.active:before{box-shadow:2px 2px #fff}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li.active:after{box-shadow:-2px 2px #fff}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li:last-child.active{margin-right:1px}.cmyk-product-single-page .woocommerce-Tabs-panel{padding:30px!important;border:1px solid rgb(215,215,215);border-radius:0 15px 15px;background:#fff;line-height:1.55}.cmyk-product-single-page .woocommerce-Tabs-panel h2{margin:24px 0 16px;font-size:24px;font-weight:700;line-height:1.25}.cmyk-product-single-page .woocommerce-Tabs-panel p{margin:0 0 12px}.cmyk-product-single-page .woocommerce-Tabs-panel ul,.cmyk-product-single-page .woocommerce-Tabs-panel ol{margin:0 0 16px;padding-left:1.25rem}.cmyk-product-single-page .woocommerce-Tabs-panel li{margin-bottom:8px}.cmyk-product-single-page section.product-reviews .container,.cmyk-product-single-page section.cmyk-product-reviews .cmyk-product-reviews__inner{width:100%;max-width:none;margin:0;padding:0}@media(max-width:991px){.cmyk-product-single-page div.product .product_title,.cmyk-product-single-page h1.product_title.entry-title{font-size:30px}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li a{font-size:18px;line-height:1.25}.cmyk-product-single-page .woocommerce-Tabs-panel{padding:24px 20px!important}}@media(max-width:767px){.cmyk-product-single-page__inner>.product{grid-template-columns:1fr;row-gap:24px}.cmyk-product-single-page__inner>.product>.images,.cmyk-product-single-page__inner>.product>.summary,.cmyk-product-single-page__inner>.product>.woocommerce-tabs,.cmyk-product-single-page__inner>.product>section.product-reviews,.cmyk-product-single-page__inner>.product>section.cmyk-product-reviews{grid-column:1;width:100%;max-width:none;margin-inline:0;justify-self:stretch}.cmyk-product-single-page__inner>.product>.images{grid-row:1;max-width:none}.cmyk-product-single-page__inner>.product>.summary{grid-row:2}.cmyk-product-single-page__inner>.product>.woocommerce-tabs{grid-row:3;margin-top:8px}.cmyk-product-single-page__inner>.product>section.product-reviews,.cmyk-product-single-page__inner>.product>section.cmyk-product-reviews{grid-row:4}.cmyk-product-single-page div.product .product_title,.cmyk-product-single-page h1.product_title.entry-title{margin-bottom:20px;font-size:26px;text-align:left}.cmyk-product-single-page div.product p.price,.cmyk-product-single-page div.product p.price *{text-align:left}.cmyk-product-single-page .woocommerce-product-details__short-description{text-align:left;font-size:15px;line-height:1.55}.cmyk-product-single-page .wrap-flex{flex-direction:column;margin-top:-10px}.cmyk-product-single-page .color-wrapper,.cmyk-product-single-page .sku_wrapper{width:100%}.cmyk-product-single-page div.product form.cart{flex-direction:column;align-items:stretch;gap:12px}.cmyk-product-single-page div.product form.cart div.quantity{justify-content:flex-start;margin-bottom:8px}.cmyk-product-single-page div.product form.cart .button,.cmyk-product-single-page div.product form.cart .button.alt,.cmyk-product-single-page div.product form.cart .button.wp-element-button{width:100%;min-width:0;max-width:none}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs{display:flex;flex-direction:row;margin-bottom:-8px;padding-left:0;border:none}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li{flex:1 1 0;width:auto;min-width:0;margin:0;padding:0 .5em;border-radius:10px 10px 0 0}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li a{padding:.55em .25em;font-size:15px;line-height:1.25}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li:last-child.active{margin-right:0}.cmyk-product-single-page .woocommerce-Tabs-panel{border-radius:0 0 15px 15px;font-size:15px;line-height:1.55}.cmyk-product-single-page .woocommerce-Tabs-panel h2{margin:20px 0 12px;font-size:18px;line-height:1.3}.cmyk-product-single-page .woocommerce-Tabs-panel p{margin-bottom:10px}.cmyk-product-single-page .woocommerce-Tabs-panel ul,.cmyk-product-single-page .woocommerce-Tabs-panel ol{margin-bottom:12px;padding-left:1.15rem}.cmyk-product-single-page .woocommerce-Tabs-panel li{margin-bottom:6px;overflow-wrap:anywhere}.cmyk-product-single-page section.product-reviews,.cmyk-product-single-page section.cmyk-product-reviews{margin-top:8px}}@media(max-width:575px){.cmyk-product-single-page{padding-top:8px}.cmyk-product-single-page div.product .product_title,.cmyk-product-single-page h1.product_title.entry-title{font-size:22px;line-height:1.25;text-align:left}.cmyk-product-single-page div.product p.price,.cmyk-product-single-page div.product p.price *{font-size:24px;line-height:1.2;text-align:left}.cmyk-product-single-page .woocommerce-product-details__short-description{font-size:14px;line-height:1.5;text-align:left}.cmyk-product-single-page div.product p.stock{display:none}.cmyk-product-single-page .price_and_stock_status{margin-top:20px;margin-bottom:20px}.cmyk-product-single-page div.product .woocommerce-tabs ul.tabs li a{padding:.5em .15em;font-size:14px;line-height:1.2}.cmyk-product-single-page .woocommerce-Tabs-panel{padding:20px 16px!important;font-size:14px;line-height:1.5}.cmyk-product-single-page .woocommerce-Tabs-panel h2{font-size:17px;margin:16px 0 10px}.cmyk-product-single-page .woocommerce-Tabs-panel ul,.cmyk-product-single-page .woocommerce-Tabs-panel ol{padding-left:1rem}.cmyk-product-single-page .woocommerce-Tabs-panel li{margin-bottom:5px}.cmyk-product-single-page .loop-gruppa_iz_tovarov{gap:10px;padding:16px;overflow-x:auto}}.cmyk-all-reviews-page .cmyk-all-reviews{margin:80px 0;letter-spacing:0}@media(max-width:1199px){.cmyk-all-reviews-page .cmyk-all-reviews{margin:64px 0}}@media(max-width:991px){.cmyk-all-reviews-page .cmyk-all-reviews{margin-top:48px}}@media(max-width:767px){.cmyk-all-reviews-page .cmyk-all-reviews{margin:40px 0 48px}}.cmyk-all-reviews-page .cmyk-all-reviews__title{margin:0 0 80px;text-align:center;font-size:36px;font-weight:var(--cmyk-font-weight-semibold);line-height:1.2}@media(max-width:1199px){.cmyk-all-reviews-page .cmyk-all-reviews__title{margin-bottom:64px}}@media(max-width:991px){.cmyk-all-reviews-page .cmyk-all-reviews__title{margin-bottom:56px;font-size:30px}}@media(max-width:767px){.cmyk-all-reviews-page .cmyk-all-reviews__title{margin-bottom:40px;font-size:26px}}.cmyk-all-reviews-page .cmyk-all-reviews__list{padding:0;margin:0;list-style:none}.cmyk-all-reviews-page .cmyk-all-reviews__item:not(:last-child){margin-bottom:32px}.cmyk-all-reviews-page .cmyk-company-review--page{gap:14px;padding:32px 33px;border-radius:32px}@media(max-width:991px){.cmyk-all-reviews-page .cmyk-company-review--page{padding:24px}}@media(max-width:575px){.cmyk-all-reviews-page .cmyk-company-review--page{flex-direction:column;gap:24px;padding:24px 16px}}.cmyk-all-reviews-page .cmyk-company-review--page .cmyk-company-review__image{border-radius:32px}@media(max-width:767px){.cmyk-all-reviews-page .cmyk-company-review--page .cmyk-company-review__image{width:200px}}@media(max-width:575px){.cmyk-all-reviews-page .cmyk-company-review--page .cmyk-company-review__image{width:min(240px,100%)}}@media(max-width:370px){.cmyk-all-reviews-page .cmyk-company-review--page .cmyk-company-review__image{width:100%}}.cmyk-all-reviews-page .cmyk-company-review--page .cmyk-company-review__image-link{width:58px;height:58px;padding:12px}@media(max-width:991px){.cmyk-all-reviews-page .cmyk-company-review--page .cmyk-company-review__image-link{top:8px;right:8px;width:48px;height:48px;padding:0}}@media(min-width:768px){.cmyk-all-reviews-page .cmyk-company-review--page .cmyk-company-review__content{margin-top:33px;padding-bottom:64px}}.cmyk-all-reviews-page .cmyk-company-review--page .cmyk-company-review__title{margin-bottom:24px;font-size:18px}@media(max-width:575px){.cmyk-all-reviews-page .cmyk-company-review--page .cmyk-company-review__title{margin-bottom:16px}}.cmyk-all-reviews-page .cmyk-company-review--page .cmyk-company-review__text{line-height:1.5}.cmyk-all-reviews-page .cmyk-company-review--page .cmyk-company-review__text p:last-child{margin-bottom:0}
