.eula-download-section{height:100%;width:100%;gap:1.5em;font-size:1em;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,1fr) auto auto;grid-template-areas:"header header" "reader reader" "info info" "lang accept"}.eula-download-section__header{grid-area:header}.eula-download-section__header h1{font-family:segoe-vf,sans-serif;font-weight:400;line-height:1.15;letter-spacing:-.0125em;font-size:clamp(21px,1.8421052632vw,28px)}.eula-download-section__back{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;position:relative;outline:none;border:none;white-space:nowrap;font-size:inherit;font-family:segoe-vf,sans-serif;font-weight:400;background-color:transparent;margin-top:.75em;cursor:pointer}.eula-download-section__back svg{margin-right:.5em}.eula-download-section__back:hover{color:var(--theme-link)}.eula-download-section__reader{grid-area:reader}.eula-download-section__info{grid-area:info;display:flex;flex-direction:column;gap:1.5em}.eula-download-section__lang{grid-area:lang}.eula-download-section__lang label{flex:1;display:block;font-size:.85em;margin-bottom:.5em;padding-left:.1em}.eula-download-section__accept{grid-area:accept;align-self:end;justify-self:end}.eula-download-section__link{color:var(--theme-link)}.eula-download-section__link:hover{text-decoration:underline}.eula-download-section__link:active{color:var(--theme-link-active)}.eula-download-section__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;position:relative;outline:none;border:none;white-space:nowrap;font-size:inherit;font-family:segoe-vf,sans-serif;font-weight:400;display:inline-flex;align-items:center;justify-content:center;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 1.5em .15em;border-radius:.33em;min-width:6em;min-height:2.5em;cursor:pointer;background-color:var(--theme-button-bg);color:var(--theme-button-fg);box-shadow:0 .7565932872px 2px rgba(0,0,0,.15);transition:background .1s cubic-bezier(.165,.84,.44,1) 0ms,color .1s cubic-bezier(.165,.84,.44,1) 0ms,box-shadow .1s cubic-bezier(.165,.84,.44,1) 0ms;line-height:1.1;color:#fff!important}.eula-download-section__button:disabled,.eula-download-section__button:disabled:active,.eula-download-section__button:disabled:hover,.eula-download-section__button:disabled[aria-checked]{cursor:not-allowed;background-color:hsla(0,0%,73.3%,.5);color:#888;box-shadow:none}.eula-download-section__button:hover{background-color:var(--theme-button-bg-hover);color:var(--theme-button-fg);box-shadow:0 1.7994922406px 4px rgba(0,0,0,.25)}.eula-download-section__button:active{background-color:var(--theme-button-bg-active);color:var(--theme-button-fg);box-shadow:0 0 0 rgba(0,0,0,.15)}.eula-download-section__button:focus-visible{box-shadow:0 0 0 3px rgba(26,89,200,.33)}.eula-download-section__dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;position:relative;outline:none;border:none;white-space:nowrap;font-size:inherit;font-family:segoe-vf,sans-serif;font-weight:400;display:inline-flex;align-items:center;justify-content:center;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:.33em;min-width:6em;min-height:2.5em;cursor:pointer;background-color:var(--theme-light-gray);color:var(--theme-page-fg);box-shadow:0 .7565932872px 2px rgba(0,0,0,.15);transition:background .1s cubic-bezier(.165,.84,.44,1) 0ms,color .1s cubic-bezier(.165,.84,.44,1) 0ms,box-shadow .1s cubic-bezier(.165,.84,.44,1) 0ms;line-height:2;padding:0 2.5em .15em 1.5em;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6'%3E%3Cpath d='M8.781.5l-4 4.8-4-4.8z' fill='var(--theme-page-fg)' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:calc(100% - 1em) 50%;background-repeat:no-repeat;max-width:20em}.eula-download-section__dropdown:hover{background-color:var(--theme-light-gray-darker);color:var(--theme-page-fg);box-shadow:0 1.7994922406px 4px rgba(0,0,0,.25)}.eula-download-section__dropdown:active{background-color:var(--theme-light-gray-darker);color:var(--theme-page-fg);box-shadow:0 0 0 rgba(0,0,0,.15)}.eula-download-section__dropdown:focus-visible{box-shadow:0 0 0 3px rgba(26,89,200,.33)}.eula-download-section__dropdown:disabled,.eula-download-section__dropdown:disabled:active,.eula-download-section__dropdown:disabled:hover,.eula-download-section__dropdown:disabled[aria-checked]{cursor:not-allowed;background-color:hsla(0,0%,73.3%,.5);color:#888;box-shadow:none}.eula-download-section__dropdown>option{background-color:#fff;color:#333}.eula-download-section__checkbox>input{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;width:0;height:0;transform:scale(0)}.eula-download-section__checkbox>label{display:inline-flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;gap:.5em;line-height:1.3;position:relative;padding-left:2em;cursor:pointer}.eula-download-section__checkbox>label:after,.eula-download-section__checkbox>label:before{content:"";display:block;position:absolute;left:0;border-radius:.2em;width:1.25em;height:1.25em;flex:none}.eula-download-section__checkbox>label:before{background-color:rgba(var(--theme-page-fg-rgb),.15)}.eula-download-section__checkbox>label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7.83l2.648 2.77L12 5' stroke='%23000' stroke-width='1.75' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:0}.eula-download-section__checkbox>input:checked+label:after{opacity:1}.eula-download-section__reader{padding:1.5em;overflow:auto;overflow-x:hidden;overflow-y:auto;font-size:14px;color:rgba(var(--theme-page-fg-rgb),.7);background-color:var(--theme-section-bg-gray);border-radius:.5em}.eula-download-section__reader strong{font-weight:600}.eula-download-section__reader li,.eula-download-section__reader ol,.eula-download-section__reader p,.eula-download-section__reader ul{line-height:1.33}.eula-download-section__reader ol:not(:last-child),.eula-download-section__reader p:not(:last-child),.eula-download-section__reader ul:not(:last-child){margin-bottom:.5em}.eula-download-section__reader li:not(:last-child){margin-bottom:.25em}.eula-download-section__reader p{padding:0}.eula-download-section__reader p:first-child{margin-top:0!important}.eula-download-section__reader p:last-child{margin-bottom:0!important}.eula-download-section__reader a{color:var(--theme-fg-link);text-decoration:underline}.eula-download-section__reader a:hover{text-decoration:underline;color:var(--theme-fg-link-hover);text-decoration-color:var(--theme-fg-link-hover)}.eula-download-section__reader a:active{text-decoration:underline;color:var(--theme-fg-link-active);text-decoration-color:var(--theme-fg-link-active)}.eula-download-section__reader ol,.eula-download-section__reader ul{list-style:disc outside none;padding:0 0 0 1em}.eula-download-section__reader ol li,.eula-download-section__reader ul li{line-height:inherit;padding-left:.5em}.eula-download-section__reader ul{list-style:disc outside none}.eula-download-section__reader ol{list-style:decimal outside none}.eula-download-section__reader h1,.eula-download-section__reader h2,.eula-download-section__reader h3,.eula-download-section__reader h4{display:block;font-size:1em;font-weight:700;padding:.5em 0}.eula-download-section__reader h2,.eula-download-section__reader h3,.eula-download-section__reader h4{display:inline}.eula-download-section__reader hr{padding:0;margin:.5em 0;height:0;border:none;border-bottom:1px solid}.eula-download-section__reader .strong,.eula-download-section__reader strong{font-weight:700}.eula-download-section__reader ol{list-style:none;counter-reset:counter-lev-1}.eula-download-section__reader ol li{counter-increment:counter-lev-1}.eula-download-section__reader ol li:before{font-weight:700;content:counter(counter-lev-1) ". "}.eula-download-section__reader ol ol{list-style:none;counter-reset:counter-lev-2}.eula-download-section__reader ol ol li{counter-increment:counter-lev-2}.eula-download-section__reader ol ol li:before{font-weight:700;content:counter(counter-lev-1) "." counter(counter-lev-2) ". "}.eula-download-section__reader ol ol ol{list-style:none;counter-reset:counter-lev-3}.eula-download-section__reader ol ol ol li{counter-increment:counter-lev-3}.eula-download-section__reader ol ol ol li:before{font-weight:700;content:counter(counter-lev-1) "." counter(counter-lev-2) "." counter(counter-lev-3) ". "}.eula-download-section__reader ol ol ol ol{list-style:lower-alpha}.eula-download-section__reader ol ol ol ol li{margin-left:1.5em}.eula-download-section__reader ol ol ol ol li:before{content:none!important}.eula-download-section__reader ol ol ol ol ol{list-style:lower-roman}.eula-download-section__reader ol ol ol ol ol li{margin-left:1.5em}.eula-download-section__reader ol ol ol ol ol li:before{content:none!important}.eula-download-section__reader ol.alpha{list-style:lower-alpha}.eula-download-section__reader ol.alpha>li{margin-left:1.5em}.eula-download-section__reader ol.alpha>li:before{content:none!important}.eula-download-section__reader ol.roman{list-style:lower-roman}.eula-download-section__reader ol.roman>li{margin-left:1.5em}.eula-download-section__reader ol.roman>li:before{content:none!important}.eula-download-section__reader li>p:first-child{display:inline}.eula-download-section__reader li>p:first-child+*{margin-top:.8em}.mac-build-selector{height:100%;width:100%;font-size:clamp(16px,1.1842105263vw,18px);justify-content:space-between}.mac-build-selector,.mac-build-selector__content{gap:1.5em;display:flex;flex-direction:column;align-items:flex-start}.mac-build-selector__header h2{font-family:segoe-vf,sans-serif;font-weight:400;line-height:1.15;letter-spacing:-.0125em;font-size:clamp(21px,1.8421052632vw,28px)}.mac-build-selector__selection{display:flex;flex-direction:column;gap:.75em;align-items:stretch}.mac-build-selector__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;position:relative;outline:none;border:none;white-space:nowrap;font-size:clamp(16px,1.1842105263vw,18px);font-family:segoe-vf,sans-serif;font-weight:400;display:inline-flex;align-items:center;justify-content:flex-start;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 2em .15em;border-radius:.33em;min-width:6em;min-height:3em;cursor:pointer;background-color:var(--theme-button-bg);color:var(--theme-button-fg);box-shadow:0 .7565932872px 2px rgba(0,0,0,.15);transition:background .1s cubic-bezier(.165,.84,.44,1) 0ms,color .1s cubic-bezier(.165,.84,.44,1) 0ms,box-shadow .1s cubic-bezier(.165,.84,.44,1) 0ms;line-height:1.1}.mac-build-selector__button:disabled,.mac-build-selector__button:disabled:active,.mac-build-selector__button:disabled:hover,.mac-build-selector__button:disabled[aria-checked]{cursor:not-allowed;background-color:hsla(0,0%,73.3%,.5);color:#888;box-shadow:none}.mac-build-selector__button:hover{background-color:var(--theme-button-bg-hover);color:var(--theme-button-fg);box-shadow:0 1.7994922406px 4px rgba(0,0,0,.25)}.mac-build-selector__button:active{background-color:var(--theme-button-bg-active);color:var(--theme-button-fg);box-shadow:0 0 0 rgba(0,0,0,.15)}.mac-build-selector__button:focus-visible{box-shadow:0 0 0 3px rgba(26,89,200,.33)}.mac-build-selector__button small{font-size:inherit;opacity:.75;text-transform:lowercase}.mac-build-selector__instructions-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;position:relative;outline:none;border:none;white-space:nowrap;font-size:inherit;font-family:segoe-vf,sans-serif;font-weight:400;background-color:transparent;cursor:pointer}.mac-build-selector__instructions-button strong{font-weight:700;color:var(--theme-link)}.mac-build-selector__instructions-button:hover{color:var(--theme-link-hover)}.mac-build-selector__instructions-button:hover strong{color:inherit}.mac-build-selector__instructions,.mac-instructions{font-size:clamp(16px,1.1842105263vw,18px)}.mac-instructions{height:100%;width:100%;gap:1.5em;display:flex;flex-direction:column;align-items:flex-start}.mac-instructions__header h2{font-family:segoe-vf,sans-serif;font-weight:400;line-height:1.15;letter-spacing:-.0125em;font-size:clamp(21px,1.8421052632vw,28px)}.mac-instructions__instructions{font-size:inherit}.mac-instructions__instructions li{list-style-type:decimal;display:list-item;margin-bottom:.5em;margin-left:1em;padding-left:.5em}.mac-instructions__done-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;position:relative;outline:none;border:none;white-space:nowrap;font-size:inherit;font-family:segoe-vf,sans-serif;font-weight:400;display:inline-flex;align-items:center;justify-content:center;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 1.5em .15em;border-radius:.33em;min-width:6em;min-height:2.5em;cursor:pointer;background-color:var(--theme-button-bg);color:var(--theme-button-fg);box-shadow:0 .7565932872px 2px rgba(0,0,0,.15);transition:background .1s cubic-bezier(.165,.84,.44,1) 0ms,color .1s cubic-bezier(.165,.84,.44,1) 0ms,box-shadow .1s cubic-bezier(.165,.84,.44,1) 0ms;line-height:1.1}.mac-instructions__done-button:disabled,.mac-instructions__done-button:disabled:active,.mac-instructions__done-button:disabled:hover,.mac-instructions__done-button:disabled[aria-checked]{cursor:not-allowed;background-color:hsla(0,0%,73.3%,.5);color:#888;box-shadow:none}.mac-instructions__done-button:hover{background-color:var(--theme-button-bg-hover);color:var(--theme-button-fg);box-shadow:0 1.7994922406px 4px rgba(0,0,0,.25)}.mac-instructions__done-button:active{background-color:var(--theme-button-bg-active);color:var(--theme-button-fg);box-shadow:0 0 0 rgba(0,0,0,.15)}.mac-instructions__done-button:focus-visible{box-shadow:0 0 0 3px rgba(26,89,200,.33)}.focus-scope__visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.px-float__popup.eula-popup{width:94vw;height:94vh;max-height:520px;max-width:800px;border-radius:1em;overflow:hidden;padding:2.5em}.eula-popup{display:grid;grid-template-columns:100%;grid-template-rows:100%;font-size:16px}.eula-popup__close{z-index:1;position:absolute;top:1.5em;right:1.5em}.eula-popup__focus-stepper{height:100%;max-height:100%}.eula-popup__thanks{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5em;width:100%;height:100%;font-size:clamp(17px,1.3157894737vw,20px)}.eula-popup__thanks h3{font-family:segoe-vf,sans-serif;font-weight:400;line-height:1.15;letter-spacing:-.0125em;font-size:clamp(24px,2.2368421053vw,34px)}.eula-popup__thanks button{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;position:relative;outline:none;border:none;white-space:nowrap;font-size:inherit;font-family:segoe-vf,sans-serif;font-weight:400;display:inline-flex;align-items:center;justify-content:center;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 1.5em .15em;border-radius:.33em;min-width:6em;min-height:2.5em;cursor:pointer;background-color:var(--theme-button-bg);color:var(--theme-button-fg);box-shadow:0 .7565932872px 2px rgba(0,0,0,.15);transition:background .1s cubic-bezier(.165,.84,.44,1) 0ms,color .1s cubic-bezier(.165,.84,.44,1) 0ms,box-shadow .1s cubic-bezier(.165,.84,.44,1) 0ms;line-height:1.1;margin-top:1em}.eula-popup__thanks button:disabled,.eula-popup__thanks button:disabled:active,.eula-popup__thanks button:disabled:hover,.eula-popup__thanks button:disabled[aria-checked]{cursor:not-allowed;background-color:hsla(0,0%,73.3%,.5);color:#888;box-shadow:none}.eula-popup__thanks button:hover{background-color:var(--theme-button-bg-hover);color:var(--theme-button-fg);box-shadow:0 1.7994922406px 4px rgba(0,0,0,.25)}.eula-popup__thanks button:active{background-color:var(--theme-button-bg-active);color:var(--theme-button-fg);box-shadow:0 0 0 rgba(0,0,0,.15)}.eula-popup__thanks button:focus-visible{box-shadow:0 0 0 3px rgba(26,89,200,.33)}