:root{--bg:#fff;--tint:#f5f7f8;--sky:#e5f5fe;--title:#212224;--body:#303336;--muted:#000f2480;--line:#001c461f;--accent:#2576eb;--accent-strong:#1f6ae0;--accent-hover:#195cc7;--link:#1f6ae0;--video-blue:#5c9cf5;--serif:Georgia, "Times New Roman", serif;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, ui-sans-serif, "Helvetica Neue", Arial, sans-serif;--display:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--wash:radial-gradient(130% 80% at 50% -8%, #e9edf2 0%, #f3f5f8 40%, #fff 74%);--glacier-flat:#edf8fe;--glacier:linear-gradient(135deg, #edf8fe 0%, #c9e2f2 100%);--maxw:1080px;--radius:16px}.aw-button{font-family:var(--sans);cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:9px;font-weight:600;line-height:1;text-decoration:none;transition:background .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex}.aw-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.aw-button:disabled{cursor:not-allowed;opacity:.45;box-shadow:none;transform:none}.aw-button--sm{padding:10px 18px;font-size:14px}.aw-button--md{padding:15px 26px;font-size:16px}.aw-button--lg{padding:17px 30px;font-size:17px}.aw-button--primary{color:#fff;background:var(--accent-strong);box-shadow:0 1px 2px #1018281f,0 6px 16px -8px #1f6ae080}.aw-button--primary:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 2px 4px #1018281f,0 10px 22px -8px #1f6ae08c}.aw-button--secondary{color:var(--title);background:var(--bg);border-color:#001c4633}.aw-button--secondary:hover:not(:disabled){border-color:var(--accent);color:var(--accent-hover)}.aw-button--tertiary{color:var(--accent-strong);background:0 0}.aw-button--tertiary:hover:not(:disabled){color:var(--accent-hover);background:#2576eb14}.aw-button--ghost{color:#222;background:0 0}.aw-button--ghost:hover:not(:disabled){background:#22222212}.aw-button--danger{color:#fff;background:#b3261e}.aw-button--danger:hover:not(:disabled){background:#8f1d17}.aw-field{flex-direction:column;gap:7px;display:flex}.aw-field__label{font-family:var(--sans);color:var(--title);font-size:.95rem;font-weight:600}.aw-field__input{width:100%;font-family:var(--sans);color:var(--body);background:#fff;border:1px solid #001c4633;border-radius:10px;padding:15px 16px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.aw-field__input::placeholder{color:#6b7785}.aw-field__input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2576eb26}.aw-field__input:disabled{cursor:not-allowed;opacity:.55;background:var(--tint)}.aw-field__helper{color:#6b7785;margin:0;font-size:.9rem;line-height:1.45}.aw-field__error{color:#b3261e;margin:0;font-size:.9rem;line-height:1.45}.aw-field--invalid .aw-field__input{border-color:#b3261e}.aw-field--invalid .aw-field__input:focus{border-color:#b3261e;box-shadow:0 0 0 3px #b3261e24}.aw-tag{font-family:var(--sans);white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;font-weight:500;line-height:1.4;display:inline-flex}.aw-tag--sm{padding:2px 10px;font-size:.82rem}.aw-tag--md{padding:5px 14px;font-size:.92rem}.aw-tag--neutral{color:var(--title);background:var(--bg);border-color:var(--line)}.aw-tag--blue{color:var(--accent-hover);background:#2576eb1a}.aw-tag--green{color:#16704a;background:#16704a1a}.aw-tag--red{color:#b3261e;background:#b3261e1a}.aw-tag--amber{color:#8a5a12;background:#d9a4412e}.aw-stack{display:flex}.aw-stack--vertical{flex-direction:column}.aw-stack--horizontal{flex-flow:wrap;align-items:center}.aw-stack--gap-3{gap:.5rem}.aw-stack--gap-4{gap:.75rem}.aw-stack--gap-5{gap:1rem}.aw-stack--gap-6{gap:1.5rem}.aw-stack--gap-7{gap:2rem}.aw-notice{font-family:var(--sans);border:1px solid;border-radius:12px;padding:14px 16px;font-size:.98rem;line-height:1.5}.aw-notice__title{color:var(--title);margin:0;font-weight:600}.aw-notice__body{color:var(--body);margin-top:4px}.aw-notice--error{background:#fdf3f2;border-color:#b3261e38}.aw-notice--warning{background:#fdf7ec;border-color:#d9a44159}.aw-notice--success{background:#f0f8f4;border-color:#16704a38}.aw-notice--info{background:var(--tint);border-color:var(--line)}.aw-breadcrumb__list{flex-wrap:wrap;align-items:center;gap:0 8px;margin:0;padding:0;font-size:.9rem;list-style:none;display:flex}.aw-breadcrumb__item{color:#6b7785;align-items:center;gap:8px;display:inline-flex}.aw-breadcrumb__item+.aw-breadcrumb__item:before{content:"/";color:var(--muted);opacity:.6}.aw-breadcrumb__item a{color:var(--link);text-decoration:none}.aw-breadcrumb__item a:hover{text-decoration:underline}.aw-breadcrumb__item a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}.aw-breadcrumb__current{color:var(--title);font-weight:500}.aw-table__scroll{overflow-x:auto}.aw-table{border-collapse:collapse;width:100%;font-family:var(--sans);font-variant-numeric:tabular-nums;font-size:.9rem}.aw-table__caption{text-align:left;color:var(--title);padding-bottom:.5rem;font-size:.95rem;font-weight:600}.aw-table__header{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:#6b7785;white-space:nowrap;border-bottom:1px solid var(--line);padding:0 .875rem .5rem;font-size:.72rem;font-weight:700}.aw-table__cell{color:var(--body);vertical-align:top;border-bottom:1px solid #001c4612;padding:.7rem .875rem}.aw-table__body .aw-table__row:last-child .aw-table__cell{border-bottom:0}.aw-table__cell:first-child{color:var(--title);font-weight:500}.aw-table__cell a{color:var(--link);text-decoration:none}.aw-table__cell a:hover{text-decoration:underline}.aw-table__cell a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}.aw-table__scroll:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.aw-visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.aw-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23212224'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M6%209l6%206%206-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:14px;padding-right:44px}.aw-popup__positioner{z-index:40}.aw-popup{min-width:var(--anchor-width);max-height:var(--available-height);border:1px solid var(--line);background:#fff;border-radius:12px;outline:none;padding:6px;overflow-y:auto;box-shadow:0 1px 2px #1018280f,0 12px 32px -12px #001c4647}.aw-popup__list{flex-direction:column;gap:1px;display:flex}.aw-popup__item{font-family:var(--sans);color:var(--body);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;outline:none;padding:8px 10px;font-size:.95rem}.aw-popup__item[data-highlighted]{color:var(--accent-hover);background:#2576eb1a}.aw-switch{align-items:center;gap:12px;display:flex}.aw-switch__label{font-family:var(--sans);color:var(--title);cursor:pointer;font-size:.95rem;font-weight:600}.aw-switch__track{cursor:pointer;background:#001c4638;border:0;border-radius:999px;flex:none;width:44px;height:26px;padding:0;transition:background .18s;position:relative}.aw-switch__track[data-checked]{background:var(--accent-strong)}.aw-switch__track:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.aw-switch__track[data-disabled]{opacity:.5;cursor:not-allowed}.aw-switch__thumb{background:#fff;border-radius:50%;width:20px;height:20px;margin-left:3px;transition:transform .18s cubic-bezier(.22,1,.36,1);display:block;box-shadow:0 1px 2px #1018284d}.aw-switch__thumb[data-checked]{transform:translate(18px)}.aw-dialog__backdrop{z-index:50;background:#11111173;transition:opacity .2s;position:fixed;inset:0}.aw-dialog__backdrop[data-starting-style],.aw-dialog__backdrop[data-ending-style]{opacity:0}.aw-dialog{z-index:51;background:#fff;border-radius:16px;outline:none;width:min(30rem,100vw - 2rem);max-height:calc(100vh - 3rem);padding:clamp(20px,3vw,28px);transition:opacity .2s,transform .2s;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 1px 2px #10182814,0 30px 60px -30px #001c4673}.aw-dialog[data-starting-style],.aw-dialog[data-ending-style]{opacity:0;transform:translate(-50%,-48%)scale(.98)}.aw-dialog__title{font-family:var(--display);letter-spacing:-.02em;color:var(--title);margin:0;font-size:1.35rem;font-weight:700}.aw-dialog--danger .aw-dialog__title{color:#b3261e}.aw-dialog__description{color:#6b7785;margin:4px 0 0;font-size:.95rem}.aw-dialog__body{color:var(--body);margin-top:18px;font-size:1rem;line-height:1.55}.aw-dialog__footer{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.aw-page__content{width:100%;margin:0 auto;padding:0 2rem}.aw-page__content--full{max-width:90rem}.aw-page__content--wide{max-width:67.5rem}.aw-page__content--medium{max-width:56.25rem}.aw-page__content--narrow{max-width:45rem}@media (width<=42rem){.aw-page__content{padding:0 1rem}}.aw-spinner{font-family:var(--sans);color:#6b7785;align-items:center;gap:10px;font-size:.95rem;display:inline-flex}.aw-spinner--full{justify-content:center;padding:clamp(3rem,12vh,7rem) 1rem;display:flex}.aw-spinner__ring{border:2px solid #001c4626;border-top-color:var(--accent-strong);border-radius:50%;flex:none;width:18px;height:18px;animation:.7s linear infinite aw-spin}@keyframes aw-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.aw-spinner__ring{border-top-color:#001c4626;animation:none}}.aw-field__input--area{resize:vertical;min-height:5.5rem;padding-top:12px;padding-bottom:12px;line-height:1.5}.aw-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:clamp(20px,2.4vw,28px)}.aw-radios{border:0;flex-direction:column;gap:10px;margin:0;padding:0;display:flex}.aw-radios__legend{font-family:var(--sans);color:var(--title);margin-bottom:6px;padding:0;font-size:1rem;font-weight:600}.aw-radios__row{align-items:flex-start;gap:10px;display:flex}.aw-radios__input{width:18px;height:18px;accent-color:var(--accent-strong);cursor:pointer;flex:none;margin:2px 0 0}.aw-radios__input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.aw-radios__label{font-family:var(--sans);color:var(--body);cursor:pointer;font-size:1rem;line-height:1.45}.aw-radios:disabled .aw-radios__input,.aw-radios:disabled .aw-radios__label{cursor:not-allowed;opacity:.6}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--sans);background-color:var(--bg);background-image:var(--wash);background-repeat:no-repeat;min-height:100vh}:is(body:has(.aw-hero),body:has(.aw-signin)){background-color:var(--glacier-flat);background-image:var(--glacier);background-attachment:fixed}body{font-family:var(--sans)}h1,h2,h3,h4,.aw-header__brand,.aw-header__link,.aw-knowledge__figures dd{font-family:var(--display)}.aw-licence__subheading{font-family:var(--sans)}h1,h2,h3,h4{color:var(--title);letter-spacing:-.02em;font-weight:700}h1{letter-spacing:-.03em}h4,.aw-account__heading,.aw-home__card-title,.aw-licence__subheading{letter-spacing:-.01em;font-weight:600}.aw-page{min-height:calc(100vh - 8rem);padding-block:2rem}:is(body:has(.aw-hero) .aw-page,body:has(.aw-signin) .aw-page){padding-block:0}.aw-hero,.aw-signin{font-family:var(--sans)}.aw-hero :not(svg):not(svg *),.aw-signin :not(svg):not(svg *){font-family:inherit}.aw-hero{text-align:center;background:0 0;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 10rem);padding:clamp(2.5rem,8vh,6rem) 1rem;display:flex}.aw-hero .aw-hero__notice{text-align:left;margin-bottom:1.5rem}.aw-hero .aw-hero__badge{width:176px;height:176px}.aw-hero .aw-hero__badge img{width:100%;height:100%;display:block}.aw-hero .aw-hero__badge{margin-bottom:1.5rem}.aw-hero .aw-hero__title{letter-spacing:-.025em;color:var(--title);margin-bottom:2rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.08}.aw-cta{color:#222;border-radius:.4em;align-items:center;gap:.35em;padding:.25em .35em;font-size:1.333rem;font-weight:600;line-height:1;text-decoration:none;transition:background .15s;display:inline-flex}.aw-cta:hover,.aw-cta:focus-visible{color:#222;background:#22222212}.aw-cta:active{color:#000;background:#2222221a}.aw-cta__icon{color:currentColor;flex:none;justify-content:center;align-items:center;width:1.1em;height:1.1em;display:inline-flex}.aw-cta__icon svg{fill:currentColor;width:100%;height:100%}.aw-signin{max-width:27rem;margin:clamp(2rem,7vh,5rem) auto;padding:0 1rem}.aw-signin .aw-signin__badge{width:96px;height:96px}.aw-signin .aw-signin__badge img{width:100%;height:100%;display:block}.aw-signin .aw-signin__badge{margin:0 auto 1rem}.aw-signin .aw-signin__title{letter-spacing:-.02em;color:var(--title);text-align:center;margin-bottom:.75rem;font-size:clamp(1.9rem,4vw,2.5rem);font-weight:700;line-height:1.1}.aw-signin .aw-signin__lead{color:var(--body);text-align:center;margin-bottom:2rem;font-size:1.05rem;line-height:1.5}.aw-footer{letter-spacing:.32px;color:var(--cds-text-secondary);text-align:center;padding:1rem;font-size:.75rem;font-weight:400;line-height:1.33333}.aw-footer a{color:inherit}.aw-landing{padding-top:6rem;padding-bottom:6rem}.aw-landing h1{letter-spacing:0;margin-bottom:1.5rem;font-size:clamp(2rem,1.56rem + 2.2vw,3.75rem);font-weight:400;line-height:1.2}.aw-landing__lead{letter-spacing:0;max-width:36rem;margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.5}.aw-signin__actions{flex-wrap:wrap;gap:.5rem;display:flex}.aw-signin__divider{letter-spacing:.32px;color:#6b7785;align-items:center;gap:.75rem;margin:2rem 0;font-size:12px;font-weight:400;line-height:16px;display:flex}.aw-signin__divider:before,.aw-signin__divider:after{content:"";border-top:1px solid var(--line);flex:1}.aw-landing__notice{margin-bottom:1.5rem}.aw-account__heading{letter-spacing:0;margin-bottom:.75rem;font-size:1.25rem;font-weight:400;line-height:1.4}.aw-account__tags{flex-wrap:wrap;gap:.25rem;display:flex}.aw-licence__group{letter-spacing:0;margin-bottom:1.5rem;font-size:1.75rem;font-weight:400;line-height:1.28572}.aw-licence__subheading{letter-spacing:0;margin:1.5rem 0 .5rem;font-size:1rem;font-weight:600;line-height:1.5}.aw-licence__category{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.aw-meta{grid-template-columns:max-content 1fr;gap:.5rem 1.5rem;margin:0;display:grid}.aw-meta .aw-meta__row{display:contents}.aw-meta dt{letter-spacing:.32px;color:var(--cds-text-secondary);align-self:baseline;font-size:.75rem;font-weight:400;line-height:1.33333}.aw-meta dd{letter-spacing:.16px;margin:0;font-size:.875rem;font-weight:400;line-height:1.42857}.aw-muted{letter-spacing:.16px;color:var(--cds-text-secondary);font-size:.875rem;font-weight:400;line-height:1.42857}.aw-experience__toolbar{flex-wrap:wrap;align-items:end;gap:.75rem .5rem;padding-bottom:1rem;display:flex}.aw-experience__search{flex:12rem;min-width:12rem}.aw-experience__toolbar .aw-field:not(.aw-experience__search){flex:0 auto;min-width:9rem}.aw-experience__row{cursor:pointer}.aw-experience__nomatch{padding:1rem}.aw-section-tabs{padding-top:1rem}.aw-tabs{border-bottom:1px solid var(--line);gap:1.5rem;display:flex}.aw-tabs__link{color:#6b7785;padding:.75rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .15s;position:relative}.aw-tabs__link:hover{color:var(--title)}.aw-tabs__link:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.aw-tabs__link--current{color:var(--title);font-weight:600}.aw-tabs__link--current:after{content:"";background:var(--accent-strong);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.aw-knowledge__listhead{margin-bottom:1rem}.aw-knowledge__listtitle{margin-bottom:.15rem;font-size:1.05rem}.aw-home__cards{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1rem;display:grid}.aw-home__card{min-height:9rem}.aw-home__card-title{letter-spacing:0;margin-bottom:1rem;font-size:1.25rem;font-weight:400;line-height:1.4}.aw-home__card-title a{color:inherit;text-decoration:none}.aw-home__card-title a:hover{text-decoration:underline}.aw-home__card .aw-meta dt a{color:var(--cds-link-primary)}.aw-knowledge__target{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.aw-knowledge__target .aw-field{min-width:16rem}.aw-knowledge__note{flex-basis:100%;align-items:center;gap:.5rem;margin:0;display:flex}.aw-knowledge__saving{width:auto}.aw-badge--difficulty{white-space:nowrap;border-radius:999px;padding:.125rem .5rem;font-size:.75rem;font-weight:600;line-height:1.25rem;display:inline-block}.aw-knowledge__date{white-space:nowrap;margin-left:.5rem}.aw-knowledge__figures{flex-wrap:wrap;gap:2rem;margin:0;display:flex}.aw-knowledge__figures dt{letter-spacing:.02rem;color:var(--cds-text-secondary);margin-bottom:.25rem;font-size:.75rem}.aw-knowledge__figures dd{flex-wrap:wrap;gap:1rem;margin:0;font-size:1.25rem;display:flex}.aw-lock{fill:var(--cds-link-primary);vertical-align:middle}.aw-header{z-index:100;background:0 0;height:64px;position:relative}.aw-header__inner{align-items:center;gap:1.5rem;max-width:90rem;height:100%;margin:0 auto;padding:0 2rem;display:flex;position:relative}.aw-header__inner:after{content:"";background:var(--line);height:1px;position:absolute;bottom:0;left:2rem;right:2rem}.aw-header__name{outline:none;text-decoration:none}.aw-header__brand{font-family:var(--display);letter-spacing:-.02em;color:var(--title);border-radius:8px;margin-left:-11px;padding:5px 11px;font-size:19px;font-weight:700;line-height:1;transition:background .15s;display:inline-block}.aw-header__name:hover .aw-header__brand,.aw-header__name:focus-visible .aw-header__brand{background:#001c4612}.aw-header__nav{align-items:center;gap:1.5rem;margin-right:auto;display:flex}.aw-header__link{color:var(--muted);border-radius:6px;padding:5px 2px;font-size:15px;font-weight:500;text-decoration:none;transition:color .15s}.aw-header__link:hover{color:var(--title)}.aw-header__link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.aw-header__link[aria-current=page]{color:var(--title);font-weight:600}.aw-header__actions{align-items:center;display:flex}.aw-header__action{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex}.aw-header__action:hover{color:var(--title);background:#001c4612}.aw-header__action:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.aw-skip{z-index:200;position:absolute;top:0;left:-9999px}.aw-skip:focus{font-family:var(--sans);color:#fff;background:var(--accent-strong);border-radius:8px;padding:10px 16px;font-size:.95rem;font-weight:600;text-decoration:none;top:8px;left:8px}@media (width<=42rem){.aw-header__inner{gap:1rem;padding:0 1rem}.aw-header__inner:after{left:1rem;right:1rem}.aw-header__nav{gap:1rem}}.aw-expiry{align-items:center;gap:.5rem;display:inline-flex}.aw-expiry--expired{color:#da1e28}.aw-expiry--soon{color:#ba4e00}.aw-expiry--current,.aw-expiry--none{color:var(--cds-text-secondary)}.aw-expiry__cross{color:#da1e28;font-weight:600}.aw-training__title{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.aw-training__add{letter-spacing:.16px;margin-top:.5rem;font-size:.875rem;font-weight:400;line-height:1.42857}.aw-training__form{max-width:40rem}.aw-training__note{margin-top:.25rem}.aw-training__resolved{font-size:.75rem;display:block}.aw-course__heading{letter-spacing:0;margin-bottom:1rem;font-size:1rem;font-weight:600;line-height:1.5}.aw-course__list{border-top:1px solid var(--cds-border-subtle);margin:0;padding:0;list-style:none}.aw-course__item{border-bottom:1px solid var(--cds-border-subtle);align-items:center;gap:1rem;padding:.75rem 0;display:flex}.aw-course__link{min-width:0;color:var(--cds-link-primary);flex:auto;align-items:baseline;gap:1rem;text-decoration:none;display:flex}.aw-course__link:hover .aw-course__title{text-decoration:underline}.aw-course__number{letter-spacing:.16px;font-variant-numeric:tabular-nums;color:var(--cds-text-secondary);flex:0 0 1.5rem;font-size:.875rem;font-weight:400;line-height:1.42857}.aw-course__title{letter-spacing:.16px;font-size:.875rem;font-weight:400;line-height:1.42857}.aw-course__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.aw-course__hint{letter-spacing:.16px;color:var(--cds-text-secondary);font-size:.875rem;font-weight:400;line-height:1.42857}.aw-prose{max-width:38rem}.aw-prose p{letter-spacing:0;margin-bottom:1.5rem;font-size:1rem;font-weight:400;line-height:1.5}.aw-prose p:last-child{margin-bottom:0}.aw-exam__scenario{letter-spacing:0;background:var(--cds-layer);max-width:38rem;margin-bottom:1.5rem;padding:1rem;font-size:1rem;font-weight:400;line-height:1.5}.aw-exam__result{margin-bottom:1.5rem}.aw-exam__result h2{letter-spacing:0;font-size:1.75rem;font-weight:400;line-height:1.28572}.aw-exam__review{max-width:38rem;margin:0 0 1.5rem;padding:0;list-style:none}.aw-exam__card{background:var(--cds-layer);margin-bottom:1rem;padding:1rem}.aw-exam__card-head{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.aw-exam__prompt{letter-spacing:.16px;margin:.5rem 0 1rem;font-size:.875rem;font-weight:600;line-height:1.28572}.aw-exam__options{margin:0;padding:0;list-style:none}.aw-exam__option{background:var(--cds-background);border-left:3px solid var(--cds-border-subtle);margin-bottom:.75rem;padding:.75rem}.aw-exam__option[data-correct=true]{border-left-color:#24a148}.aw-exam__option[data-chosen=true]{outline:1px solid var(--cds-border-strong)}.aw-exam__option p{letter-spacing:.16px;margin-top:.5rem;font-size:.875rem;font-weight:400;line-height:1.42857}.aw-exam__letter{letter-spacing:.16px;font-size:.875rem;font-weight:600;line-height:1.28572}.aw-cert-frame{margin-top:1rem;overflow-x:auto}.aw-cert__page{box-sizing:border-box;color:#000;text-align:center;width:842pt;height:595pt;box-shadow:0 0 0 1px var(--cds-border-subtle);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:22pt;margin-bottom:1rem;padding:0 60pt;font-family:Georgia,Times New Roman,Liberation Serif,serif;display:flex;position:relative;overflow:hidden}.aw-cert__page:before{content:"";aspect-ratio:2000/1414;background:url(/certificate-watermark.png) 50%/contain no-repeat;width:800pt;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.aw-cert__page+.aw-cert__page{justify-content:flex-start;padding-top:90pt}.aw-cert__page>*{margin:0;position:relative}.aw-cert__heading{font-size:42pt;font-weight:700;line-height:1.1}.aw-cert__name{font-size:30pt;font-weight:700;line-height:1.1}.aw-cert__line{font-size:16pt;font-weight:400;line-height:1.15}.aw-cert__line--italic{font-style:italic}.aw-cert__statement{padding:0 60pt}.aw-cert__syllabus{flex-direction:column;gap:14pt;margin:0;padding:0;list-style:none;display:flex}.aw-cert__syllabus li{padding:0 60pt}@media print{@page{size:842pt 595pt;margin:0}html,body{background:#fff!important;margin:0!important;padding:0!important}body *{visibility:hidden!important}.aw-cert,.aw-cert *{visibility:visible!important}.aw-cert{margin:0!important;position:absolute!important;top:0!important;left:0!important}.aw-cert-frame{margin:0!important;overflow:visible!important}.aw-cert__page{break-after:page;page-break-after:always;-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:none!important;margin:0!important}.aw-cert__page:last-child{break-after:auto;page-break-after:auto}}
