:root{--cre-orange: #EC7833;--cre-orange-soft: #F2A175;--cre-black: #202124;--cre-white: #FFFFFF;--cre-grey-light: #D0D0D2;--cre-grey-text: #5A5A5C;--cre-font: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--cre-radius: 4px;--cre-shadow-card: 0 1px 2px rgba(32,33,36,.04), 0 8px 24px rgba(32,33,36,.06);--cre-shadow-hover: 0 2px 4px rgba(32,33,36,.08), 0 12px 32px rgba(32,33,36,.1);--cre-page-max: 1200px}.cre-container{width:100%;max-width:var(--cre-page-max);margin:0 auto;padding:0 24px;box-sizing:border-box}.cre-eyebrow{font-family:var(--cre-font);font-weight:500;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--cre-orange);margin:0 0 12px}.cre-sku{font-family:var(--cre-font);font-weight:600;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--cre-orange);margin:0 0 8px;display:inline-block}.cre-sku--inline{margin-left:4px;color:inherit;font-weight:500}.cre-icon{display:inline-block;width:1em;height:1em;vertical-align:-.15em}.cre-btn{display:inline-flex;align-items:center;gap:.5em;font-family:var(--cre-font);font-weight:500;font-size:15px;line-height:1;padding:14px 22px;border-radius:var(--cre-radius);border:none;cursor:pointer;text-decoration:none;transition:background-color .15s ease,transform .05s ease;white-space:nowrap}.cre-btn--primary{background:var(--cre-orange);color:var(--cre-white)}.cre-btn--primary:hover{background:var(--cre-orange-soft)}.cre-btn--primary:active{transform:translateY(1px)}.cre-btn--primary:disabled{background:var(--cre-grey-light);color:var(--cre-grey-text);cursor:not-allowed}.cre-btn--lg{font-size:16px;padding:18px 28px}.cre-hero{font-family:var(--cre-font);background:var(--cre-white);color:var(--cre-black);padding:40px 0 32px}.cre-hero__inner{max-width:760px}.cre-hero__title{font-family:var(--cre-font);font-weight:600;font-size:clamp(36px,5vw,56px);line-height:1.1;letter-spacing:-.01em;margin:0 0 20px;color:var(--cre-black)}.cre-hero__sub{font-family:var(--cre-font);font-weight:400;font-size:clamp(16px,1.6vw,18px);line-height:1.5;color:var(--cre-grey-text);margin:0 0 32px;max-width:620px}.cre-catalog{font-family:var(--cre-font);background:var(--cre-white);color:var(--cre-black);padding:40px 0 64px}.cre-catalog__header{max-width:760px;margin-bottom:32px}.cre-catalog__title{font-family:var(--cre-font);font-weight:600;font-size:clamp(28px,3.5vw,40px);line-height:1.15;letter-spacing:-.005em;margin:0 0 16px;color:var(--cre-black)}.cre-catalog__subheading{font-family:var(--cre-font);font-weight:400;font-size:16px;line-height:1.5;color:var(--cre-grey-text);margin:0}.cre-catalog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media(max-width:1024px){.cre-catalog__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:640px){.cre-catalog__grid{grid-template-columns:1fr;gap:20px}}.cre-card{display:flex;flex-direction:column;background:var(--cre-white);border-radius:var(--cre-radius);overflow:hidden;box-shadow:var(--cre-shadow-card);text-decoration:none;color:inherit;transition:box-shadow .2s ease,transform .2s ease}.cre-card:hover{box-shadow:var(--cre-shadow-hover);transform:translateY(-2px)}.cre-card__media{position:relative;aspect-ratio:4 / 3;background:var(--cre-grey-light);overflow:hidden}.cre-card__image{width:100%;height:100%;object-fit:cover;display:block}.cre-card__badge{position:absolute;top:12px;left:12px;display:inline-block;padding:4px 10px;font-family:var(--cre-font);font-weight:600;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--cre-white);border-radius:2px}.cre-card__badge--ilt{background:var(--cre-orange)}.cre-card__badge--elearning{background:var(--cre-black)}.cre-card__body{display:flex;flex-direction:column;gap:12px;padding:22px 22px 24px;flex:1}.cre-card__title{font-family:var(--cre-font);font-weight:600;font-size:19px;line-height:1.3;margin:0;color:var(--cre-black)}.cre-card__meta{list-style:none;margin:0;padding:0;display:flex;gap:16px;font-family:var(--cre-font);font-weight:500;font-size:13px;color:var(--cre-grey-text)}.cre-card__meta-item{display:inline-flex;align-items:center;gap:6px}.cre-card__meta-item--cpe:before{content:"";display:inline-block;width:1px;height:12px;background:var(--cre-grey-light);margin-right:16px}.cre-card__meta-item--cpe{margin-left:-16px;padding-left:0}.cre-card__teaser{font-family:var(--cre-font);font-weight:400;font-size:14px;line-height:1.5;color:var(--cre-grey-text);margin:0;flex:1}.cre-card__cta{display:inline-flex;align-items:center;gap:.5em;font-family:var(--cre-font);font-weight:600;font-size:14px;color:var(--cre-orange);margin-top:4px}.cre-card:hover .cre-card__cta{color:var(--cre-orange-soft)}.cre-product{font-family:var(--cre-font);color:var(--cre-black)}.cre-product__hero{background:var(--cre-white);padding:56px 0 40px;border-bottom:1px solid var(--cre-grey-light)}.cre-product__hero-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:start}@media(max-width:900px){.cre-product__hero-inner{grid-template-columns:1fr;gap:28px}}.cre-product__media{position:relative;aspect-ratio:4 / 3;background:var(--cre-grey-light);border-radius:var(--cre-radius);overflow:hidden}.cre-product__image{width:100%;height:100%;object-fit:cover;display:block}.cre-product__title{font-family:var(--cre-font);font-weight:600;font-size:clamp(28px,3vw,38px);line-height:1.15;letter-spacing:-.005em;margin:0 0 20px;color:var(--cre-black)}.cre-product__facts{list-style:none;margin:0 0 24px;padding:0;font-family:var(--cre-font);font-size:14px;line-height:1.5;color:var(--cre-grey-text)}.cre-product__facts li{padding:6px 0;border-top:1px solid var(--cre-grey-light)}.cre-product__facts li:last-child{border-bottom:1px solid var(--cre-grey-light)}.cre-product__facts strong{display:inline-block;min-width:120px;color:var(--cre-black);font-weight:600;margin-right:16px}.cre-product__price{font-family:var(--cre-font);font-weight:600;font-size:28px;margin:0 0 20px;color:var(--cre-black)}.cre-product__form{margin:0 0 16px}.cre-product__ilt-note{font-family:var(--cre-font);font-size:13px;line-height:1.5;color:var(--cre-grey-text);margin:12px 0 0}.cre-product__teaser{font-family:var(--cre-font);font-size:14px;line-height:1.5;color:var(--cre-grey-text);margin:16px 0 0}.cre-product__body{padding:56px 0 40px;max-width:760px}.cre-product__section{margin:0 0 40px}.cre-product__h2{font-family:var(--cre-font);font-weight:600;font-size:22px;line-height:1.25;margin:0 0 16px;color:var(--cre-black)}.cre-product__section p,.cre-product__section li{font-family:var(--cre-font);font-weight:400;font-size:16px;line-height:1.55;color:var(--cre-black)}.cre-product__section ul{padding-left:20px;margin:0}.cre-product__section li{margin:6px 0}.cre-product__section p{margin:0 0 12px}.cre-product__cta-band{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#f6f6f7;border:1px solid var(--cre-grey-light);border-radius:var(--cre-radius);padding:20px 24px;margin:32px 0 8px}.cre-product__cta-band-label{font-family:var(--cre-font);font-weight:500;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--cre-grey-text);margin:0 0 4px}.cre-product__cta-band-price{font-family:var(--cre-font);font-weight:600;font-size:22px;color:var(--cre-black);margin:0}@media(max-width:600px){.cre-product__cta-band{flex-direction:column;align-items:stretch}}.cre-product__fallback{padding:40px 0}.cre-product__fallback-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-bottom:32px}@media(max-width:800px){.cre-product__fallback-grid{grid-template-columns:1fr}}.cre-product__description{font-family:var(--cre-font);font-size:16px;line-height:1.55;color:var(--cre-black);max-width:760px}.cre-footer-legal{font-family:var(--cre-font);background:var(--cre-black);color:var(--cre-white);padding:28px 0}.cre-footer-legal__inner{display:grid;grid-template-columns:1fr auto;gap:16px 32px;align-items:center}@media(max-width:800px){.cre-footer-legal__inner{grid-template-columns:1fr}}.cre-footer-legal__legal,.cre-footer-legal__contact{font-family:var(--cre-font);font-weight:400;font-size:13px;line-height:1.5;margin:0}.cre-footer-legal__contact a{color:var(--cre-orange);text-decoration:none}.cre-footer-legal__contact a:hover{text-decoration:underline}.cre-footer-legal__policies{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:4px 16px;grid-column:1 / -1}.cre-footer-legal__policies li{font-size:12px}.cre-footer-legal__policies a{color:var(--cre-grey-light);text-decoration:none}.cre-footer-legal__policies a:hover{color:var(--cre-white);text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/3/assets/c-risk.css.map */
