.theme-dark .modal{--modal-overlay-background: rgb(29, 29, 31);--modal-close-background: rgb(51, 51, 54);--modal-close-background-hover: #37373a;--modal-close-background-active: #2f2f32;--modal-close-color: rgba(255, 255, 255, 0.8);--modal-close-color-hover: rgb(255, 255, 255)}.modal-dark.modal{--modal-overlay-background: rgb(29, 29, 31);--modal-close-background: rgb(51, 51, 54);--modal-close-background-hover: #37373a;--modal-close-background-active: #2f2f32;--modal-close-color: rgba(255, 255, 255, 0.8);--modal-close-color-hover: rgb(255, 255, 255)}.modal-dark.modal.modal-close-button-high-contrast{--modal-close-background: rgb(245, 245, 247);--modal-close-background-hover: rgb(255, 255, 255);--modal-close-background-active: #EDEDF2;--modal-close-color: rgb(0, 0, 0);--modal-close-color-hover: var(--modal-close-color)}.theme-dark .modal.modal-close-button-high-contrast{--modal-close-background: rgb(245, 245, 247);--modal-close-background-hover: rgb(255, 255, 255);--modal-close-background-active: #EDEDF2;--modal-close-color: rgb(0, 0, 0);--modal-close-color-hover: var(--modal-close-color)}.theme-light .modal.modal-dark{--modal-overlay-background: rgb(29, 29, 31);--modal-close-background: rgb(51, 51, 54);--modal-close-background-hover: #37373a;--modal-close-background-active: #2f2f32;--modal-close-color: rgba(255, 255, 255, 0.8);--modal-close-color-hover: rgb(255, 255, 255)}.theme-light .modal.modal-dark.modal-close-button-high-contrast{--modal-close-background: rgb(245, 245, 247);--modal-close-background-hover: rgb(255, 255, 255);--modal-close-background-active: #EDEDF2;--modal-close-color: rgb(0, 0, 0);--modal-close-color-hover: var(--modal-close-color)}.modal-light.modal-close-button-high-contrast{--modal-close-background: rgb(29, 29, 31);--modal-close-background-hover: #272729;--modal-close-background-active: #18181A;--modal-close-color: rgb(255, 255, 255);--modal-close-color-hover: var(--modal-close-color)}.theme-dark .modal.modal-light{--modal-overlay-background: rgb(255, 255, 255);--modal-close-background: rgb(232, 232, 237);--modal-close-background-hover: #ececf0;--modal-close-background-active: #dfdfe4;--modal-close-color: rgba(0, 0, 0, 0.56);--modal-close-color-hover: rgba(0, 0, 0, 0.72)}.theme-dark .modal.modal-light.modal-close-button-high-contrast{--modal-close-background: rgb(29, 29, 31);--modal-close-background-hover: #272729;--modal-close-background-active: #18181A;--modal-close-color: rgb(255, 255, 255);--modal-close-color-hover: var(--modal-close-color)}.modal-close-button{cursor:auto;position:var(--modal-close-button-position);order:1;display:flex;align-self:flex-end;justify-content:center;align-items:center;z-index:9999;height:var(--modal-close-button-size);width:var(--modal-close-button-size);margin:0;padding:0;border:0;margin-inline-end:var(--modal-close-button-offset-inline-start);margin-top:var(--modal-close-button-offset-top);top:var(--modal-close-button-offset-top)}html.has-modal .modal-close-button{cursor:pointer}.modal-close-button:focus-visible{outline:none}.modal-close-button:focus-visible .modal-close-icon{outline:2px solid var(--sk-focus-color, #0071e3);outline-offset:3px}.modal-close-button:hover .modal-close-icon{background:var(--modal-close-background-hover);color:var(--modal-close-color-hover)}.modal-close-button:active .modal-close-icon{background:var(--modal-close-background-active)}.modal-close-button .modal-close-icon{background:var(--modal-close-background);border-radius:var(--modal-close-border-radius);color:var(--modal-close-color);display:flex;align-items:center;height:var(--modal-close-icon-size);width:var(--modal-close-icon-size);outline:none;transition:color 100ms linear,background 100ms linear;position:relative}.modal-close-button .modal-close-icon svg{fill:currentColor;position:absolute;inset-inline-start:50%;height:var(--modal-close-icon-svg-size);width:var(--modal-close-icon-svg-size)}html:not([dir=rtl]) .modal-close-button .modal-close-icon svg{transform:translateX(-50%)}html[dir=rtl] .modal-close-button .modal-close-icon svg{transform:translateX(50%)}.modal-close-button .modal-close-icon *{pointer-events:none}.modal{--modal-overlay-background: rgb(255, 255, 255);--modal-overlay-padding-top: 76px;--modal-overlay-padding-bottom: 76px;--modal-overlay-padding-inline: 76px;--modal-close-button-offset-top: 16px;--modal-close-button-offset-inline-start: 16px;--modal-close-button-size: 44px;--modal-close-background: rgb(232, 232, 237);--modal-close-background-hover: #ececf0;--modal-close-background-active: #dfdfe4;--modal-close-color: rgba(0, 0, 0, 0.56);--modal-close-color-hover: rgba(0, 0, 0, 0.72);--modal-close-border-radius: 50%;--modal-close-button-position: sticky;--modal-close-icon-size: 36px;--modal-close-icon-svg-size: 20px;background:var(--modal-scrim-background, var(--modal-overlay-background));position:fixed;z-index:-1;left:0;right:0;top:0;bottom:0;display:none;overflow:auto}@media(max-width: 480px){.modal{--modal-overlay-padding-inline: 6.25%}}.modal.modal-animating{overflow:hidden}.modal .modal-overlay-container{box-sizing:border-box;display:flex;align-items:center;min-height:100%}.modal .modal-overlay{position:relative;z-index:1;display:flex;flex-direction:column}.modal .modal-overlay:focus-visible{outline:2px solid var(--sk-focus-color, #0071e3);outline-offset:3px}.modal .modal-overlay[data-focus-method=mouse],.modal .modal-overlay[data-focus-method=touch]{outline:none}.modal .modal-content-container{background:var(--modal-overlay-background);order:2;box-sizing:border-box;padding-inline-start:var(--modal-overlay-padding-inline);padding-inline-end:var(--modal-overlay-padding-inline);padding-top:var(--modal-overlay-padding-top);padding-bottom:var(--modal-overlay-padding-bottom);margin-top:calc(-1*(44px + var(--modal-close-button-offset-top)))}.modal-open{display:block;z-index:11000}.modal-touch-lock{touch-action:none}.has-modal{overflow:hidden}.has-modal body{padding-inline-end:var(--modal-scrollbar-buffer)}.modal-full-bleed{--modal-scrim-background: var(--modal-overlay-background);--modal-overlay-padding-top: 96px;--modal-overlay-padding-bottom: 96px;--modal-close-button-offset-top: max(16px, env(safe-area-inset-top))}html:not([dir=rtl]) .modal-full-bleed{--modal-close-button-offset-inline-start: max(16px, env(safe-area-inset-left))}html[dir=rtl] .modal-full-bleed{--modal-close-button-offset-inline-start: max(16px, env(safe-area-inset-right))}@media(max-width: 1068px){.modal-full-bleed{--modal-overlay-padding-top: 76px;--modal-overlay-padding-bottom: 76px}}.modal-full-bleed .modal-overlay-container{flex-direction:column}.modal-full-bleed .modal-overlay{flex-grow:1;width:100%}.modal-full-bleed .modal-overlay:focus{outline-offset:-4px}.modal-full-bleed .modal-content-container{flex-grow:1}.modal-page-overlay{--modal-scrim-background: rgba(0, 0, 0, 0.48);--modal-overlay-margin-top: 40px;--modal-overlay-margin-bottom: var(--modal-overlay-margin-top);--modal-overlay-border-radius-top: 18px;--modal-overlay-border-radius-bottom: var(--modal-overlay-border-radius-top);--modal-overlay-width: 816.6666666667px}@media(max-width: 1068px){.modal-page-overlay{--modal-overlay-width: 692px}}@media(max-width: 734px){.modal-page-overlay{--modal-overlay-width: max(87.5%, 480px);--modal-overlay-padding-bottom: 60px}}@media(max-width: 480px){.modal-page-overlay{--modal-overlay-border-radius-bottom: 0;--modal-overlay-width: 100%;--modal-close-button-offset-top: max(16px, env(safe-area-inset-top))}html:not([dir=rtl]) .modal-page-overlay{--modal-close-button-offset-inline-start: max(16px, env(safe-area-inset-left))}html[dir=rtl] .modal-page-overlay{--modal-close-button-offset-inline-start: max(16px, env(safe-area-inset-right))}}@media(max-width: 480px){.modal-page-overlay .modal-overlay-container{flex-direction:column}}.modal-page-overlay .modal-overlay{margin-inline-start:auto;margin-inline-end:auto;box-sizing:border-box;border-radius:var(--modal-overlay-border-radius-top) var(--modal-overlay-border-radius-top) var(--modal-overlay-border-radius-bottom) var(--modal-overlay-border-radius-bottom);width:var(--modal-overlay-width);margin-top:var(--modal-overlay-margin-top);margin-bottom:var(--modal-overlay-margin-bottom)}@media(max-width: 480px){.modal-page-overlay .modal-overlay{--modal-overlay-margin-top: 20px;--modal-overlay-margin-bottom: 0;flex-grow:1}.modal-page-overlay .modal-overlay .modal-content-container{flex-grow:1}}.modal-page-overlay .modal-overlay .modal-content-container{border-radius:inherit;-webkit-mask-image:radial-gradient(white, black);mask-image:radial-gradient(white, black)}@media(min-width: 1069px){.modal-wide{--modal-overlay-width: 1029px}}.modal-crossfade{display:block;visibility:hidden;opacity:0;transition:opacity .4s ease,visibility 0s linear .4s,z-index 0s linear .4s}@media(prefers-reduced-motion){.modal-crossfade{transition:none}}.modal-crossfade.modal-open{visibility:visible;opacity:1;transition-delay:0s}.modal-fixed-height{overflow:initial;--modal-close-button-position: static}.modal-curtain-light{--modal-scrim-background: rgba(232, 232, 237, 0.48)}.modal-curtain-blur{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.modal-close-button-static{--modal-close-button-position: static}.modal-close-button-high-contrast{--modal-close-background: rgb(29, 29, 31);--modal-close-background-hover: #272729;--modal-close-background-active: #18181A;--modal-close-color: rgb(255, 255, 255);--modal-close-color-hover: var(--modal-close-color)}.theme-dark{--sk-glyph: rgb(255, 255, 255);--sk-glyph-gray: rgb(245, 245, 247);--sk-glyph-gray-alpha: rgba(255, 255, 255, 0.92);--sk-glyph-gray-secondary: rgb(134, 134, 139);--sk-glyph-gray-secondary-alpha: rgba(255, 255, 255, 0.56);--sk-glyph-gray-secondary-alt: rgb(210, 210, 215);--sk-glyph-gray-secondary-alt-alpha: rgba(255, 255, 255, 0.8);--sk-glyph-gray-tertiary: rgb(110, 110, 115);--sk-glyph-gray-tertiary-alpha: rgba(255, 255, 255, 0.4);--sk-glyph-blue: rgb(41, 151, 255);--sk-glyph-orange: rgb(255, 121, 27);--sk-glyph-green: rgb(3, 161, 14);--sk-glyph-red: rgb(255, 48, 55);--sk-fill: rgb(0, 0, 0);--sk-fill-secondary: rgb(22, 22, 23);--sk-fill-tertiary: rgb(29, 29, 31);--sk-fill-gray: rgb(245, 245, 247);--sk-fill-gray-alpha: rgba(255, 255, 255, 0.92);--sk-fill-gray-secondary: rgb(110, 110, 115);--sk-fill-gray-secondary-alpha: rgba(255, 255, 255, 0.4);--sk-fill-gray-tertiary: rgb(66, 66, 69);--sk-fill-gray-tertiary-alpha: rgba(255, 255, 255, 0.24);--sk-fill-gray-quaternary: rgb(51, 51, 54);--sk-fill-gray-quaternary-alpha: rgba(255, 255, 255, 0.2);--sk-fill-orange-secondary: rgb(41, 13, 0);--sk-fill-green-secondary: rgb(0, 43, 3);--sk-fill-red: rgb(255, 48, 55);--sk-fill-red-secondary: rgb(51, 0, 0);--sk-fill-yellow: rgb(173, 130, 0);--sk-fill-yellow-secondary: rgb(43, 32, 0);--sk-enviro-neutral: rgb(0, 0, 0);--sk-body-background-color: rgb(0, 0, 0);--sk-body-text-color: rgb(245, 245, 247);--sk-headline-text-color: rgb(245, 245, 247);--sk-body-link-color: rgb(41, 151, 255);--sk-link-disabled-opacity: 0.36;--sk-focus-color-alt: rgb(255, 255, 255)}.theme-dark .badge{--sk-badge-background: rgba(245, 99, 0, 0.2);--sk-badge-text-color: rgb(255, 121, 27)}.theme-dark .badge-no-scrim{--sk-badge-background: transparent;--sk-badge-text-color: rgb(255, 121, 27)}.theme-dark .badge-solid-scrim{--sk-badge-background: rgb(71, 30, 0);--sk-badge-text-color: rgb(255, 121, 27)}.theme-dark .badge-neutral{--sk-badge-background: rgba(245, 245, 247, 0.14);--sk-badge-text-color: rgb(210, 210, 215)}.theme-dark .badge-neutral.badge-no-scrim{--sk-badge-background: transparent;--sk-badge-text-color: rgb(210, 210, 215)}.theme-dark .badge-neutral.badge-solid-scrim{--sk-badge-background: rgb(51, 51, 54);--sk-badge-text-color: rgb(210, 210, 215)}.theme-dark a.block{--sk-blocklink-color: rgb(41, 151, 255)}.theme-dark .button{--sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.36);--sk-button-background: rgb(0, 113, 227);--sk-button-background-hover: #0076DF;--sk-button-background-active: #006EDB}.theme-dark .button-neutral{--sk-button-background: rgb(245, 245, 247);--sk-button-background-hover: rgb(255, 255, 255);--sk-button-background-active: #EDEDF2;--sk-button-color: rgb(0, 0, 0)}.theme-dark .button-secondary{--sk-button-background: transparent;--sk-button-background-hover: #0076DF;--sk-button-background-active: #006EDB;--sk-button-color: rgb(41, 151, 255);--sk-button-color-hover: rgb(255, 255, 255);--sk-button-border-color: rgb(41, 151, 255)}.theme-dark .button-secondary-neutral{--sk-button-background: transparent;--sk-button-background-hover: rgb(255, 255, 255);--sk-button-background-active: #EDEDF2;--sk-button-color: rgb(245, 245, 247);--sk-button-color-hover: rgb(0, 0, 0);--sk-button-border-color: rgb(245, 245, 247)}.theme-dark .colorindicator{--sk-colorindicator-background-color: rgb(29, 29, 31);--sk-colorindicator-swatch-border-color: conic-gradient(from 90deg, rgba(255, 255, 255, 0.08) 0deg, rgba(255, 255, 255, 0.48) 64.8deg, rgba(255, 255, 255, 0.48) 115.2deg, rgba(255, 255, 255, 0.08) 180deg, rgba(255, 255, 255, 0) 208.8deg, rgba(255, 255, 255, 0) 331.2deg, rgba(255, 255, 255, 0.08) 360deg);--sk-colorindicator-label-color: rgb(134, 134, 139)}.theme-dark .dotnav{--sk-dotnav-background: rgba(255, 255, 255, 0.36);--sk-dotnav-background-hover: rgba(255, 255, 255, 0.48);--sk-dotnav-background-current: rgba(255, 255, 255, 0.8)}.theme-dark .list,.theme-dark .list-title{--sk-list-copy-color: rgb(245, 245, 247);--sk-list-title-color: rgb(245, 245, 247)}.theme-dark .paddlenav{--sk-paddlenav-arrow-color: rgba(255, 255, 255, 0.8);--sk-paddlenav-arrow-color-hover: rgb(255, 255, 255);--sk-paddlenav-arrow-color-active: rgb(255, 255, 255)}.theme-dark .paddlenav-solid{--sk-paddlenav-arrow-color: rgba(255, 255, 255, 0.8);--sk-paddlenav-arrow-color-hover: rgb(255, 255, 255);--sk-paddlenav-arrow-color-active: rgb(255, 255, 255);--sk-paddlenav-background: rgb(51, 51, 54);--sk-paddlenav-background-hover: #37373a;--sk-paddlenav-background-active: #2f2f32}.theme-dark .paddlenav-alpha{--sk-paddlenav-arrow-color: rgba(255, 255, 255, 0.8);--sk-paddlenav-arrow-color-hover: rgb(255, 255, 255);--sk-paddlenav-arrow-color-active: rgb(255, 255, 255);--sk-paddlenav-background: rgba(66, 66, 69, 0.72);--sk-paddlenav-background-hover: rgba(73, 73, 76, 0.7256);--sk-paddlenav-background-active: rgba(57, 57, 60, 0.7424)}.theme-dark .pin{--sk-pin-color: rgb(110, 110, 115);--sk-pin-caption-color: rgb(134, 134, 139)}.theme-dark .quote{--sk-quote-copy-color: colors.color(quote.$quote-copy-color, $swatch-book);--sk-quote-credit-color: colors.color(quote.$quote-credit-color, $swatch-book)}.theme-dark .sosumi{--sk-sosumi-text-color: rgba(255, 255, 255, 0.56);--sk-sosumi-link-color: rgba(255, 255, 255, 0.8)}.theme-dark .stat{--sk-stat-value-color: rgb(245, 245, 247);--sk-stat-caption-color: rgb(245, 245, 247)}.theme-dark .thumbnav{--sk-thumbnav-image-border-color: rgb(110, 110, 115);--sk-thumbnav-image-border-color-hover: rgb(110, 110, 115);--sk-thumbnav-image-border-color-current: rgb(0, 113, 227);--sk-thumbnav-image-background: rgb(29, 29, 31);--sk-thumbnav-copy-color: rgb(134, 134, 139);--sk-thumbnav-copy-color-hover: rgb(245, 245, 247)}.theme-dark .thumbnav-neutral{--sk-thumbnav-image-border-color: rgb(110, 110, 115);--sk-thumbnav-image-border-color-hover: rgb(110, 110, 115);--sk-thumbnav-image-border-color-current: rgb(245, 245, 247);--sk-thumbnav-image-background: rgb(29, 29, 31);--sk-thumbnav-copy-color: rgb(134, 134, 139);--sk-thumbnav-copy-color-hover: rgb(245, 245, 247)}.theme-dark .tile{--sk-tile-background: rgb(0, 0, 0);--sk-tile-button-icon-color: rgba(255, 255, 255, 0.8);--sk-tile-button-background: rgba(66, 66, 69, 0.72);--sk-tile-button-icon-color-hover: rgb(255, 255, 255);--sk-tile-button-background-hover: rgba(73, 73, 76, 0.7256);--sk-tile-button-background-active: rgba(57, 57, 60, 0.7424)}#modal-content .tile-category{margin-bottom:8px;font-size:14px;line-height:1.33337;font-weight:700;letter-spacing:-0.01em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}#modal-content .typography-headline-reduced{font-size:32px;line-height:1.125;font-weight:700;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;margin:0}@media(max-width: 734px){.modal-page-overlay .modal-overlay{border-radius:0;min-height:100vh}.modal-page-overlay .modal-overlay .modal-content-container,.modal .modal-overlay:focus-visible{border-radius:0px}}