.KnowledgeCentre-module__HOfylW__pageWrapper{background:var(--surface-canvas-gradient);min-height:calc(100vh - var(--header-height,0px) - var(--footer-height,0px));flex-direction:column;flex-grow:1;display:flex}.KnowledgeCentre-module__HOfylW__pageContainer{max-width:1200px;color:var(--text-primary);flex-direction:column;flex-grow:1;width:100%;min-height:100%;margin:0 auto;padding:2rem 1.5rem 4rem;font-family:Poppins,sans-serif;transition:justify-content .3s,padding-top .3s;display:flex}.KnowledgeCentre-module__HOfylW__topicsHidden{justify-content:center;align-items:center;padding-top:0}.KnowledgeCentre-module__HOfylW__topicsVisible{justify-content:flex-start;align-items:stretch}.KnowledgeCentre-module__HOfylW__header{text-align:center;width:100%;margin-bottom:2rem}.KnowledgeCentre-module__HOfylW__title{color:var(--text-primary);text-transform:none;margin-bottom:.5rem;font-size:2.5rem;font-weight:600}.KnowledgeCentre-module__HOfylW__subtitle{color:var(--text-secondary);text-transform:none;max-width:650px;margin:0 auto;font-size:1.1rem;font-weight:400}.KnowledgeCentre-module__HOfylW__searchContainer{width:100%;max-width:700px;margin:0 auto 1.5rem;position:relative}.KnowledgeCentre-module__HOfylW__searchBarWrapper{align-items:center;display:flex;position:relative}.KnowledgeCentre-module__HOfylW__searchBarWrapper input{border:none;border-bottom:1px solid var(--ask-border-medium);width:100%;box-shadow:none;text-align:center;background-color:#0000;border-radius:0;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:400;transition:border-color .2s}.KnowledgeCentre-module__HOfylW__searchBarWrapper input::placeholder{color:var(--text-muted);font-style:normal;font-weight:400}.KnowledgeCentre-module__HOfylW__searchBarWrapper input:focus{border-bottom-color:var(--ask-focus-border-color);outline:none}.KnowledgeCentre-module__HOfylW__spinner{border:2px solid #f3f3f3;border-top:2px solid var(--ask-focus-border-color);border-radius:50%;width:20px;height:20px;animation:1s linear infinite KnowledgeCentre-module__HOfylW__spin;position:absolute;right:.5rem}@keyframes KnowledgeCentre-module__HOfylW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.KnowledgeCentre-module__HOfylW__searchResultsDropdown{background:var(--surface-glass-strong);border:1px solid var(--surface-border);border-radius:var(--radius-control);box-shadow:var(--shadow-floating);z-index:100;max-height:400px;margin-top:.5rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.KnowledgeCentre-module__HOfylW__searchResultItem{cursor:pointer;text-align:left;border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.KnowledgeCentre-module__HOfylW__searchResultItem:hover{background-color:#f8fafc}.KnowledgeCentre-module__HOfylW__searchResultItem:last-child{border-bottom:none}.KnowledgeCentre-module__HOfylW__searchResultItem svg{color:var(--text-muted);flex-shrink:0}.KnowledgeCentre-module__HOfylW__resultDetails{flex-direction:column;flex-grow:1;display:flex;overflow:hidden}.KnowledgeCentre-module__HOfylW__resultTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.KnowledgeCentre-module__HOfylW__resultDescription{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.KnowledgeCentre-module__HOfylW__resultTypeBadge{border-radius:var(--radius-control);background:var(--surface-subtle);color:#4338ca;text-transform:uppercase;padding:.2rem .5rem;font-size:.75rem;font-weight:500}.KnowledgeCentre-module__HOfylW__noResults{color:var(--text-muted);text-align:center;padding:1rem}.KnowledgeCentre-module__HOfylW__toggleContainer{text-align:center;width:100%;margin-top:2rem;margin-bottom:3rem}.KnowledgeCentre-module__HOfylW__toggleButton{color:var(--text-secondary);cursor:pointer;text-transform:none;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-style:normal;font-weight:400;transition:color .2s;display:inline-flex}.KnowledgeCentre-module__HOfylW__toggleButton:hover,.KnowledgeCentre-module__HOfylW__toggleButton:focus{color:var(--text-primary);background-color:#0000;outline:none}.KnowledgeCentre-module__HOfylW__chevron{color:var(--text-muted);transition:transform .3s cubic-bezier(.4,0,.2,1);display:inline-block}.KnowledgeCentre-module__HOfylW__rotated{transform:rotate(180deg)}.KnowledgeCentre-module__HOfylW__azContainer{text-align:left;animation:.4s ease-out KnowledgeCentre-module__HOfylW__fadeIn}@keyframes KnowledgeCentre-module__HOfylW__fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.KnowledgeCentre-module__HOfylW__letterGroup{border-bottom:1px solid #e2e8f0;align-items:flex-start;gap:2rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.KnowledgeCentre-module__HOfylW__letterGroup:last-child{border-bottom:none}.KnowledgeCentre-module__HOfylW__letterHeader{color:var(--ask-link-color);text-align:left;min-width:50px;margin:0;scroll-margin-top:80px;font-size:1.8rem;font-weight:600;position:sticky;top:1rem}.KnowledgeCentre-module__HOfylW__topicBubbles{flex-wrap:wrap;flex-grow:1;gap:.75rem;display:flex}.KnowledgeCentre-module__HOfylW__topicBubble{background:var(--surface-glass-strong);color:var(--text-secondary);border:1px solid var(--surface-border);box-shadow:var(--shadow-surface);border-radius:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.KnowledgeCentre-module__HOfylW__topicBubble:hover,.KnowledgeCentre-module__HOfylW__topicBubble:focus{background:var(--surface-subtle);border-color:var(--ask-link-color);color:var(--ask-link-color);outline:none;transform:translateY(-1px)}.KnowledgeCentre-module__HOfylW__breadcrumb{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.KnowledgeCentre-module__HOfylW__breadcrumb a{color:var(--ask-link-color);text-decoration:none}.KnowledgeCentre-module__HOfylW__breadcrumb a:hover{text-decoration:underline}.KnowledgeCentre-module__HOfylW__topicHeader{box-shadow:none;text-align:left;background:0 0;border-bottom:1px solid #e2e8f0;border-radius:0;margin-bottom:2.5rem;padding:0 0 1.5rem}.KnowledgeCentre-module__HOfylW__topicHeader h1{color:var(--text-primary);margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.KnowledgeCentre-module__HOfylW__topicHeader p{color:var(--text-secondary);max-width:800px;margin:0;font-size:1.1rem}.KnowledgeCentre-module__HOfylW__tags{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.KnowledgeCentre-module__HOfylW__tag{color:#4338ca;text-transform:uppercase;letter-spacing:.5px;background-color:#e0e7ff;border-radius:9999px;padding:.4rem .9rem;font-size:.85rem;font-weight:500}.KnowledgeCentre-module__HOfylW__cpdHandoff{gap:.75rem;margin-top:1.5rem;display:grid}.KnowledgeCentre-module__HOfylW__topicContentGrid{grid-template-columns:3fr 1.5fr;gap:3rem;display:grid}.KnowledgeCentre-module__HOfylW__mainContent{grid-column:1/2}.KnowledgeCentre-module__HOfylW__sidebar{grid-column:2/3}.KnowledgeCentre-module__HOfylW__contentSection{background:0 0;margin-bottom:2rem;padding:0}.KnowledgeCentre-module__HOfylW__contentSection h2{color:var(--text-primary);border-bottom:2px solid #e2e8f0;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.4rem;font-weight:600;display:flex}.KnowledgeCentre-module__HOfylW__contentSection h2 svg{color:var(--ask-link-color);width:24px;height:24px}.KnowledgeCentre-module__HOfylW__guidelineGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.KnowledgeCentre-module__HOfylW__guidelineCard{background:var(--surface-glass-strong);border:1px solid var(--surface-border);border-radius:var(--radius-control);height:100%;box-shadow:var(--shadow-surface);flex-direction:column;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.KnowledgeCentre-module__HOfylW__guidelineCard:hover{box-shadow:var(--shadow-surface);border-color:var(--ask-link-color);transform:translateY(-3px)}.KnowledgeCentre-module__HOfylW__guidelineTitle{color:var(--text-primary);flex-grow:1;margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.KnowledgeCentre-module__HOfylW__guidelineMeta{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.KnowledgeCentre-module__HOfylW__guidelineScope{border-radius:16px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.KnowledgeCentre-module__HOfylW__scopeNational{color:#166534;background-color:#dcfce7}.KnowledgeCentre-module__HOfylW__scopeLocal{color:#854d0e;background-color:#fef9c3}.KnowledgeCentre-module__HOfylW__externalLinkIcon{color:var(--text-muted);width:16px;height:16px;transition:color .2s}.KnowledgeCentre-module__HOfylW__guidelineCard:hover .KnowledgeCentre-module__HOfylW__externalLinkIcon{color:var(--ask-link-color)}@media (min-width:993px){.KnowledgeCentre-module__HOfylW__sidebar .KnowledgeCentre-module__HOfylW__contentSection{border-left:1px solid #f1f5f9;padding-left:2rem}}.KnowledgeCentre-module__HOfylW__qnaList{padding:0;list-style:none}.KnowledgeCentre-module__HOfylW__qnaItem{border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:1.5rem}.KnowledgeCentre-module__HOfylW__qnaItem:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.KnowledgeCentre-module__HOfylW__qnaItem a{text-decoration:none;transition:opacity .2s;display:block}.KnowledgeCentre-module__HOfylW__qnaItem a:hover .KnowledgeCentre-module__HOfylW__qnaTitle{color:var(--ask-link-color)}.KnowledgeCentre-module__HOfylW__qnaTitle{color:var(--text-primary);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.95rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.KnowledgeCentre-module__HOfylW__qnaDate{color:var(--text-muted);font-size:.8rem}.KnowledgeCentre-module__HOfylW__noContentPlaceholder{background:var(--surface-glass-strong);border-radius:var(--radius-control);text-align:center;color:var(--text-muted);border:1px dashed #cbd5e1;padding:2rem;font-size:1rem}.KnowledgeCentre-module__HOfylW__loadingContainer,.KnowledgeCentre-module__HOfylW__errorText{text-align:center;color:var(--text-muted);padding:2rem;font-size:1.1rem}.KnowledgeCentre-module__HOfylW__errorText{color:#ef4444}.KnowledgeCentre-module__HOfylW__alphabetNav{top:calc(var(--navbar-height,70px) + .5rem);background:var(--surface-glass-strong);-webkit-backdrop-filter:blur(var(--glass-blur));z-index:50;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex;position:sticky}.KnowledgeCentre-module__HOfylW__navLetter{color:var(--text-secondary);text-align:center;border-radius:4px;place-items:center;min-width:44px;min-height:44px;padding:.25rem .5rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:grid}.KnowledgeCentre-module__HOfylW__navLetter:hover,.KnowledgeCentre-module__HOfylW__navLetter:focus{background:var(--ask-button-primary-bg);color:#fff;outline:none}@keyframes KnowledgeCentre-module__HOfylW__fadeInBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.KnowledgeCentre-module__HOfylW__scrollTopButton{background:var(--ask-button-primary-bg);color:#fff;cursor:pointer;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background-color .2s,transform .2s;animation:.3s ease-out forwards KnowledgeCentre-module__HOfylW__fadeInBottom;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #00000026}.KnowledgeCentre-module__HOfylW__scrollTopButton:hover{background:var(--ask-button-primary-hover-bg);transform:scale(1.05)}@media (max-width:992px){.KnowledgeCentre-module__HOfylW__topicContentGrid{grid-template-columns:1fr;gap:2.5rem}.KnowledgeCentre-module__HOfylW__mainContent{grid-area:1}.KnowledgeCentre-module__HOfylW__sidebar{grid-area:2}.KnowledgeCentre-module__HOfylW__topicHeader{text-align:left}.KnowledgeCentre-module__HOfylW__topicHeader p{margin:0}.KnowledgeCentre-module__HOfylW__tags{justify-content:flex-start}.KnowledgeCentre-module__HOfylW__sidebar .KnowledgeCentre-module__HOfylW__contentSection{border-top:1px solid #f1f5f9;padding-top:2rem}}@media (max-width:768px){.KnowledgeCentre-module__HOfylW__letterGroup{flex-direction:column;gap:1rem}.KnowledgeCentre-module__HOfylW__letterHeader{font-size:1.5rem;position:static}.KnowledgeCentre-module__HOfylW__pageContainer{padding:1rem}.KnowledgeCentre-module__HOfylW__topicHeader,.KnowledgeCentre-module__HOfylW__contentSection{padding:0}.KnowledgeCentre-module__HOfylW__topicHeader{padding-bottom:1rem}}@media (max-width:576px){.KnowledgeCentre-module__HOfylW__title,.KnowledgeCentre-module__HOfylW__topicHeader h1{font-size:1.8rem}.KnowledgeCentre-module__HOfylW__subtitle,.KnowledgeCentre-module__HOfylW__topicHeader p{font-size:1rem}.KnowledgeCentre-module__HOfylW__searchBarWrapper input{padding:1rem .5rem;font-size:1rem}.KnowledgeCentre-module__HOfylW__guidelineGrid{grid-template-columns:1fr}}.KnowledgeCentre-module__HOfylW__titleRule{background:linear-gradient(90deg,var(--ask-border-medium,#ced4da),var(--ask-text-muted,#6c757d),var(--ask-border-medium,#ced4da));opacity:.6;background-size:200% 100%;border-radius:2px;width:60px;height:2px;margin:.5rem auto 1.25rem;animation:2s .2s forwards KnowledgeCentre-module__HOfylW__kcTitleRuleShimmer}@keyframes KnowledgeCentre-module__HOfylW__kcTitleRuleShimmer{0%{opacity:.6;background-position:200% 0}50%{opacity:1}to{opacity:.6;background-position:-200% 0}}.KnowledgeCentre-module__HOfylW__sectionEnter{opacity:0;animation:.5s cubic-bezier(.25,.46,.45,.94) forwards KnowledgeCentre-module__HOfylW__kcSectionEnter}@keyframes KnowledgeCentre-module__HOfylW__kcSectionEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.KnowledgeCentre-module__HOfylW__titleRule,.KnowledgeCentre-module__HOfylW__sectionEnter{opacity:1!important;animation:none!important;transform:none!important}}.KnowledgeCentre-module__HOfylW__toggleButton{min-height:44px}.KnowledgeCentre-module__HOfylW__topicBubble{align-items:center;min-height:44px;display:inline-flex}.KnowledgeCentre-module__HOfylW__scrollTopButton{padding:0}.KnowledgeCentre-module__HOfylW__scrollTopButton svg{flex-shrink:0}.KnowledgeCentre-module__HOfylW__pageWrapper :is(a,button):focus-visible{outline:2px solid var(--ask-focus-border-color);outline-offset:3px}.KnowledgeCentre-module__HOfylW__searchBarWrapper input:focus-visible{box-shadow:0 1px 0 var(--ask-focus-border-color)}.KnowledgeCentre-module__HOfylW__guidelineCard{background:var(--surface-reading)}@media (prefers-reduced-motion:reduce){.KnowledgeCentre-module__HOfylW__azContainer,.KnowledgeCentre-module__HOfylW__scrollTopButton{animation:none}.KnowledgeCentre-module__HOfylW__topicBubble:hover,.KnowledgeCentre-module__HOfylW__guidelineCard:hover,.KnowledgeCentre-module__HOfylW__scrollTopButton:hover{transform:none}}.KnowledgeCentre-module__HOfylW__contentWrapper{width:100%;min-width:0}.KnowledgeCentre-module__HOfylW__topicsGrid{grid-template-columns:minmax(0,1fr);gap:.5rem;width:100%;min-width:0}.KnowledgeCentre-module__HOfylW__groupedList{width:100%;min-width:0}.KnowledgeCentre-module__HOfylW__searchIcon{color:var(--text-muted);pointer-events:none;display:flex;position:absolute;top:50%;left:.5rem;transform:translateY(-50%)}.KnowledgeCentre-module__HOfylW__searchIcon svg{flex-shrink:0}.KnowledgeCentre-module__HOfylW__clearSearch{border:1px solid var(--surface-border);border-radius:var(--radius-control);background:var(--surface-metal);min-height:44px;color:var(--text-primary);font:inherit;cursor:pointer;padding:.6rem 1rem;font-size:.875rem}.KnowledgeCentre-module__HOfylW__clearSearch:hover{background:var(--surface-glass-strong)}.KnowledgeCentre-module__HOfylW__metaInfo{color:var(--text-secondary);gap:.5rem;margin-top:1rem;font-size:.875rem;line-height:1.65;display:grid}.KnowledgeCentre-module__HOfylW__metaInfo>div{align-items:flex-start;gap:.4rem;min-width:0;display:flex}.KnowledgeCentre-module__HOfylW__metaInfo svg{flex-shrink:0;margin-top:.2rem}.KnowledgeCentre-module__HOfylW__letterGroup{scroll-margin-top:150px}@media (max-width:768px){.KnowledgeCentre-module__HOfylW__alphabetNav{gap:.25rem;padding:.75rem .25rem;position:static}}@media (max-width:576px){.KnowledgeCentre-module__HOfylW__searchBarWrapper input{text-align:left;padding-left:2.25rem;padding-right:.5rem}}
.RegionalGuidanceDiscovery-module__BQxJ1G__discovery{background:radial-gradient(circle at 90% 10%,#bfdbfe3d,#0000 35%),linear-gradient(145deg,#ffffffe0,#f8fafcc7);border:1px solid #0f172a14;border-radius:20px;grid-template-columns:minmax(210px,.75fr) minmax(0,1.5fr);gap:1.25rem;width:100%;padding:1.15rem;display:grid;box-shadow:0 14px 42px #0f172a0b}.RegionalGuidanceDiscovery-module__BQxJ1G__libraryDiscovery{max-width:980px;margin:0 auto 1.5rem}.RegionalGuidanceDiscovery-module__BQxJ1G__topicDiscovery{margin:2rem 0}.RegionalGuidanceDiscovery-module__BQxJ1G__intro{padding:.25rem}.RegionalGuidanceDiscovery-module__BQxJ1G__eyebrow{color:#64748b;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.66rem;font-weight:750;display:inline-flex}.RegionalGuidanceDiscovery-module__BQxJ1G__intro h2{color:#0f172a;letter-spacing:-.02em;margin:.55rem 0 .45rem;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.25}.RegionalGuidanceDiscovery-module__BQxJ1G__intro p{color:#64748b;margin:0;font-size:.78rem;line-height:1.55}.RegionalGuidanceDiscovery-module__BQxJ1G__libraryActions{flex-wrap:wrap;gap:.45rem .8rem;margin-top:.8rem;display:flex}.RegionalGuidanceDiscovery-module__BQxJ1G__allLibrariesLink{color:#334155;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;text-decoration:none;display:inline-flex}.RegionalGuidanceDiscovery-module__BQxJ1G__cards{gap:.55rem;display:grid}.RegionalGuidanceDiscovery-module__BQxJ1G__card{color:#0f172a;background:#ffffffc2;border:1px solid #0f172a13;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem;min-width:0;padding:.72rem .8rem;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.RegionalGuidanceDiscovery-module__BQxJ1G__card:hover{border-color:#0f172a29;transform:translateY(-1px);box-shadow:0 8px 22px #0f172a0e}.RegionalGuidanceDiscovery-module__BQxJ1G__flag{background:#f8fafc;border-radius:11px;place-items:center;width:36px;height:36px;font-size:1.1rem;display:grid}.RegionalGuidanceDiscovery-module__BQxJ1G__cardBody{min-width:0}.RegionalGuidanceDiscovery-module__BQxJ1G__region,.RegionalGuidanceDiscovery-module__BQxJ1G__card strong,.RegionalGuidanceDiscovery-module__BQxJ1G__card small{display:block}.RegionalGuidanceDiscovery-module__BQxJ1G__region{color:#64748b;letter-spacing:.045em;text-transform:uppercase;font-size:.62rem;font-weight:700}.RegionalGuidanceDiscovery-module__BQxJ1G__card strong{text-overflow:ellipsis;margin-top:.08rem;font-size:.78rem;line-height:1.35;overflow:hidden}.RegionalGuidanceDiscovery-module__BQxJ1G__card small{color:#64748b;margin-top:.12rem;font-size:.64rem;line-height:1.35}.RegionalGuidanceDiscovery-module__BQxJ1G__card>svg{color:#94a3b8;transition:transform .18s}.RegionalGuidanceDiscovery-module__BQxJ1G__card:hover>svg{transform:translate(2px)}@media (min-width:900px){.RegionalGuidanceDiscovery-module__BQxJ1G__libraryDiscovery .RegionalGuidanceDiscovery-module__BQxJ1G__cards{grid-template-columns:repeat(3,minmax(0,1fr));align-content:center}.RegionalGuidanceDiscovery-module__BQxJ1G__libraryDiscovery .RegionalGuidanceDiscovery-module__BQxJ1G__card{grid-template-columns:auto minmax(0,1fr)}.RegionalGuidanceDiscovery-module__BQxJ1G__libraryDiscovery .RegionalGuidanceDiscovery-module__BQxJ1G__card>svg{display:none}}@media (max-width:720px){.RegionalGuidanceDiscovery-module__BQxJ1G__discovery{grid-template-columns:1fr;padding:.85rem}}@media (prefers-reduced-motion:reduce){.RegionalGuidanceDiscovery-module__BQxJ1G__card,.RegionalGuidanceDiscovery-module__BQxJ1G__card>svg{transition:none}}
.CPDHandoffLink-module__-ZmIrG__handoff{color:#17191d;background:linear-gradient(118deg,#fffffff0,#e3e6ebd1 52%,#fafaf9f2);border:1px solid #474e5b29;border-radius:16px;align-items:center;gap:.85rem;width:min(100%,34rem);padding:.8rem 1rem;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:inset 0 1px #fffffff5,0 8px 24px #1f252f12}.CPDHandoffLink-module__-ZmIrG__handoff:hover{border-color:#2d333c4d;transform:translateY(-1px);box-shadow:inset 0 1px #fff,0 13px 30px #1f252f1c}.CPDHandoffLink-module__-ZmIrG__handoff:focus-visible{outline-offset:3px;outline:3px solid #43536b3d}.CPDHandoffLink-module__-ZmIrG__icon{color:#313743;background:#ffffff9e;border:1px solid #1e232b1c;border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.CPDHandoffLink-module__-ZmIrG__copy{flex-direction:column;flex:1;gap:.1rem;min-width:0;line-height:1.35;display:flex}.CPDHandoffLink-module__-ZmIrG__copy strong{letter-spacing:-.01em;font-size:.9rem;font-weight:650}.CPDHandoffLink-module__-ZmIrG__copy small{color:#626a77;font-size:.76rem;font-weight:400}.CPDHandoffLink-module__-ZmIrG__arrow{color:#4b5360;flex:none;transition:transform .18s}.CPDHandoffLink-module__-ZmIrG__handoff:hover .CPDHandoffLink-module__-ZmIrG__arrow{transform:translate(2px)}@media (max-width:520px){.CPDHandoffLink-module__-ZmIrG__handoff{width:100%}.CPDHandoffLink-module__-ZmIrG__copy small{font-size:.72rem}}@media (prefers-reduced-motion:reduce){.CPDHandoffLink-module__-ZmIrG__handoff,.CPDHandoffLink-module__-ZmIrG__arrow{transition:none}}
.GuidancePracticeLink-module__bWgx8a__link{color:#17191d;background:linear-gradient(118deg,#fffffff5,#e8ebf0d9);border:1px solid #474e5b29;border-radius:16px;align-items:center;gap:.85rem;min-height:5rem;padding:.9rem 1rem;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;box-shadow:inset 0 1px #fff,0 8px 24px #1f252f12}.GuidancePracticeLink-module__bWgx8a__link:hover{border-color:#2d333c4d;transform:translateY(-1px);box-shadow:inset 0 1px #fff,0 13px 30px #1f252f1c}.GuidancePracticeLink-module__bWgx8a__link:focus-visible{outline-offset:3px;outline:3px solid #43536b3d}.GuidancePracticeLink-module__bWgx8a__icon{color:#313743;background:#ffffffad;border:1px solid #1e232b1c;border-radius:50%;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.GuidancePracticeLink-module__bWgx8a__copy{flex-direction:column;flex:1;gap:.14rem;min-width:0;line-height:1.35;display:flex}.GuidancePracticeLink-module__bWgx8a__copy strong{letter-spacing:-.01em;font-size:.9rem;font-weight:650}.GuidancePracticeLink-module__bWgx8a__copy small{color:#626a77;font-size:.76rem}.GuidancePracticeLink-module__bWgx8a__arrow{color:#4b5360;flex:none;transition:transform .18s}.GuidancePracticeLink-module__bWgx8a__link:hover .GuidancePracticeLink-module__bWgx8a__arrow{transform:translate(2px)}@media (max-width:520px){.GuidancePracticeLink-module__bWgx8a__link{width:100%}}@media (prefers-reduced-motion:reduce){.GuidancePracticeLink-module__bWgx8a__link,.GuidancePracticeLink-module__bWgx8a__arrow{transition:none}}
