.cc-close-button-component{background-color:transparent;border:none;margin:0;padding:0;color:var(--cc-close-button-color);display:grid;height:var(--cc-close-button-size);place-items:center;width:var(--cc-close-button-size)}@media (hover: hover){.cc-close-button-component:hover:not(:disabled){color:var(--cc-close-button-color-hover)}}.cc-close-button-component:active:not(:disabled){opacity:.8}.cc-close-button-bg,.cc-close-button-icon{grid-column-start:1;grid-row-start:1}.cc-close-button-bg{background-color:var(--cc-close-button-color-bg, transparent);border-radius:var(--radius-circular);height:var(--icon-24);width:var(--icon-24)}.cc-close-button-opaque .cc-close-button-bg{box-shadow:inset 0 0 0 var(--border-1) var(--color-transparent-black-5)}.cc-close-button-default{--cc-close-button-color: var(--color-icon-default);--cc-close-button-color-hover: var(--color-icon-default-hovered)}.cc-close-button-subtle{--cc-close-button-color: var(--color-icon-subtle);--cc-close-button-color-hover: var(--color-icon-default)}.cc-close-button-opaque{--cc-close-button-color-bg: var(--color-bg-opaque-lighter);--cc-close-button-color: var(--color-icon-default);--cc-close-button-color-hover: var(--color-icon-default-hovered)}.cc-close-button-white{--cc-close-button-color-bg: var(--color-neutrals-white);--cc-close-button-color: var(--color-gray-500);--cc-close-button-color-hover: var(--color-gray-600)}.cc-close-button-small{--cc-close-button-size: var(--icon-32)}.cc-close-button-medium{--cc-close-button-size: var(--icon-40)}.cc-close-button-large{--cc-close-button-size: var(--icon-48)}.cc-modal-header-component{background-color:var(--color-bg-tertiary);border-top-left-radius:var(--radius-10);border-top-right-radius:var(--radius-10);display:grid;grid-template-columns:1fr max-content;min-height:4.8rem}.cc-modal-header-title{align-self:center;color:var(--color-text-bolder);padding:var(--space-8) var(--space-16)}[dir=ltr] .cc-modal-header-close{border-top-right-radius:var(--radius-10);margin-left:auto}[dir=rtl] .cc-modal-header-close{border-top-left-radius:var(--radius-10);margin-right:auto}.report-modal-modal{border-radius:var(--radius-10);overflow:hidden}.report-modal-subheader{color:var(--color-text-default);display:inline-block;font-size:1.2rem;font-weight:600;margin-bottom:.6rem;text-transform:uppercase}.report-modal-content{display:flex;flex-direction:column;gap:1.2rem;padding:1.6rem 3.2rem}.report-modal-status{color:var(--color-text-bolder)}.report-modal-error{color:var(--color-text-danger);display:inherit;line-height:1.2;position:absolute}.report-modal-reasons{display:flex;flex-direction:column;gap:.8rem}.report-modal-label{color:var(--color-text-default);cursor:pointer;display:inline-flex}[dir=ltr] .report-modal-label{padding:.4rem .4rem .4rem 2.5rem}[dir=rtl] .report-modal-label{padding:.4rem 2.5rem .4rem .4rem}.report-modal-label:hover{color:var(--color-text-default-hovered)}.report-modal-footer{background-color:var(--color-bg-opaque);border-top:.1rem solid var(--color-border-default);padding:1.6rem 3.2rem;text-align:center}.report-modal-other{margin-bottom:1.2rem;position:relative}.report-modal-textarea{resize:none}.report-modal-block{align-items:center;display:flex;justify-content:center;margin-bottom:1.2rem}.report-modal-buttons{align-items:stretch;display:flex;gap:1.6rem}.cc-tooltip-component{--tooltipBackground: var(--color-transparent-black-77);--tooltipTextColor: var(--color-text-boldest);background:transparent;border:none;inset:auto;margin:0;max-width:none;overflow:visible;padding:0;pointer-events:none;position:fixed;z-index:9999}.cc-tooltip-content{display:flex;opacity:0;position:absolute;transition-timing-function:var(--motion-ease-out-gentle);width:30rem}[dir=ltr] .cc-tooltip-content{transition-property:opacity,left,right,top,bottom}[dir=rtl] .cc-tooltip-content{transition-property:opacity,right,left,top,bottom}.cc-tooltip-content.cc-tooltip-visible{opacity:1}.cc-tooltip-content:before{border:.5rem solid transparent;content:"";display:block;position:absolute}.cc-tooltip-inner{background-color:var(--tooltipBackground);border-radius:var(--radius-3);color:var(--tooltipTextColor);font-family:var(--font-family-system);padding:var(--space-8)}.cc-tooltip-left{justify-content:flex-end;top:50%;transform:translateY(-50%)}[dir=ltr] .cc-tooltip-left{right:calc(100% - .1rem)}[dir=rtl] .cc-tooltip-left{left:calc(100% - .1rem)}[dir=ltr] .cc-tooltip-left.cc-tooltip-visible{right:calc(100% + .9rem)}[dir=rtl] .cc-tooltip-left.cc-tooltip-visible{left:calc(100% + .9rem)}.cc-tooltip-left:before{top:50%;transform:translateY(-50%)}[dir=ltr] .cc-tooltip-left:before{border-left-color:var(--tooltipBackground);left:100%}[dir=rtl] .cc-tooltip-left:before{border-right-color:var(--tooltipBackground);right:100%}.cc-tooltip-right{top:50%;transform:translateY(-50%)}[dir=ltr] .cc-tooltip-right{left:calc(100% - .1rem)}[dir=rtl] .cc-tooltip-right{right:calc(100% - .1rem)}[dir=ltr] .cc-tooltip-right.cc-tooltip-visible{left:calc(100% + .9rem)}[dir=rtl] .cc-tooltip-right.cc-tooltip-visible{right:calc(100% + .9rem)}.cc-tooltip-right:before{top:50%;transform:translateY(-50%)}[dir=ltr] .cc-tooltip-right:before{border-right-color:var(--tooltipBackground);right:100%}[dir=rtl] .cc-tooltip-right:before{border-left-color:var(--tooltipBackground);left:100%}.cc-tooltip-top{bottom:calc(100% - .1rem)}.cc-tooltip-top.cc-tooltip-visible{bottom:calc(100% + .9rem)}.cc-tooltip-top:before{border-top-color:var(--tooltipBackground);top:100%}.cc-tooltip-bottom{top:calc(100% - .1rem)}.cc-tooltip-bottom.cc-tooltip-visible{top:calc(100% + .9rem)}.cc-tooltip-bottom:before{border-bottom-color:var(--tooltipBackground);bottom:100%}[dir=ltr] .cc-tooltip-top.cc-tooltip-anchor-left,[dir=ltr] .cc-tooltip-bottom.cc-tooltip-anchor-left{left:0}[dir=rtl] .cc-tooltip-top.cc-tooltip-anchor-left,[dir=rtl] .cc-tooltip-bottom.cc-tooltip-anchor-left{right:0}[dir=ltr] .cc-tooltip-top.cc-tooltip-anchor-left:before,[dir=ltr] .cc-tooltip-bottom.cc-tooltip-anchor-left:before{left:calc(var(--target-width) / 2 - .5rem)}[dir=rtl] .cc-tooltip-top.cc-tooltip-anchor-left:before,[dir=rtl] .cc-tooltip-bottom.cc-tooltip-anchor-left:before{right:calc(var(--target-width) / 2 - .5rem)}.cc-tooltip-top.cc-tooltip-anchor-center,.cc-tooltip-bottom.cc-tooltip-anchor-center{justify-content:center}[dir=ltr] .cc-tooltip-top.cc-tooltip-anchor-center,[dir=ltr] .cc-tooltip-bottom.cc-tooltip-anchor-center{left:50%;transform:translate(-50%)}[dir=rtl] .cc-tooltip-top.cc-tooltip-anchor-center,[dir=rtl] .cc-tooltip-bottom.cc-tooltip-anchor-center{right:50%;transform:translate(50%)}[dir=ltr] .cc-tooltip-top.cc-tooltip-anchor-center:before,[dir=ltr] .cc-tooltip-bottom.cc-tooltip-anchor-center:before{left:50%;transform:translate(-50%)}[dir=rtl] .cc-tooltip-top.cc-tooltip-anchor-center:before,[dir=rtl] .cc-tooltip-bottom.cc-tooltip-anchor-center:before{right:50%;transform:translate(50%)}.cc-tooltip-top.cc-tooltip-anchor-right,.cc-tooltip-bottom.cc-tooltip-anchor-right{justify-content:flex-end}[dir=ltr] .cc-tooltip-top.cc-tooltip-anchor-right,[dir=ltr] .cc-tooltip-bottom.cc-tooltip-anchor-right{right:0}[dir=rtl] .cc-tooltip-top.cc-tooltip-anchor-right,[dir=rtl] .cc-tooltip-bottom.cc-tooltip-anchor-right{left:0}[dir=ltr] .cc-tooltip-top.cc-tooltip-anchor-right:before,[dir=ltr] .cc-tooltip-bottom.cc-tooltip-anchor-right:before{right:calc(var(--target-width) / 2 - .5rem)}[dir=rtl] .cc-tooltip-top.cc-tooltip-anchor-right:before,[dir=rtl] .cc-tooltip-bottom.cc-tooltip-anchor-right:before{left:calc(var(--target-width) / 2 - .5rem)}.cc-user-badge-component{--cc-badge-size: 1.6rem;align-items:center;border-radius:var(--radius-3);display:inline-flex;flex-shrink:0;height:var(--cc-badge-size);justify-content:center;width:var(--cc-badge-size)}.cc-user-badge-component.cc-user-badge-medium{--cc-badge-size: 2rem}.cc-user-badge-component.cc-user-badge-large{--cc-badge-size: 2.4rem}.cc-user-badge-staff{background-color:var(--color-green-400);color:var(--color-green-200)}.dark-mode .cc-user-badge-staff{background-color:var(--color-green-600);color:var(--color-green-300)}.cc-user-badge-moderator{background-color:color-mix(in srgb,var(--color-slate-400) 20%,transparent);color:var(--color-slate-400)}.dark-mode .cc-user-badge-moderator{background-color:color-mix(in srgb,var(--color-slate-300) 20%,transparent);color:var(--color-slate-300)}.cc-user-badge-gold{background-color:var(--color-gray-100);color:var(--color-gold-400)}.dark-mode .cc-user-badge-gold{background-color:var(--color-gray-700)}.cc-user-badge-platinum{background-color:color-mix(in srgb,var(--color-slate-300) 20%,transparent);color:var(--color-slate-300)}.dark-mode .cc-user-badge-platinum{background-color:color-mix(in srgb,var(--color-slate-200) 20%,transparent);color:var(--color-slate-200)}.cc-user-badge-diamond{background-color:var(--color-blue-200);color:var(--color-blue-25)}.dark-mode .cc-user-badge-diamond{background-color:var(--color-blue-400);color:var(--color-blue-75)}.cc-user-rating-default{color:var(--color-text-subtle)}.cc-user-rating-boldest{color:var(--color-text-default)}.cc-user-rating-link{color:var(--color-text-subtle)}.cc-user-rating-white{color:var(--color-transparent-white-72)}.cc-user-title-component{background-color:var(--color-bg-chesstitle);border-radius:var(--radius-3);color:var(--color-neutrals-white);padding:var(--space-2) .3rem;text-transform:uppercase}div.cc-user-title-component{cursor:default}.cc-user-username-component{background-color:transparent;border:none;margin:0;padding:0;max-width:30rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-user-username-component.cc-user-username-medium{font-family:var(--font-family-heading);font-size:1.7rem;font-weight:800;line-height:2rem}.cc-user-username-component.cc-user-username-large{font-family:var(--font-family-heading);font-size:2.2rem;font-weight:800;line-height:2.4rem}.cc-user-username-component[role=button]{cursor:pointer}.cc-user-username-default{color:var(--color-text-default)}a.cc-user-username-default:hover{color:var(--color-text-default-hovered)}.cc-user-username-boldest{color:var(--color-text-boldest)}.cc-user-username-link{color:var(--color-text-link)}a.cc-user-username-link:hover{color:var(--color-text-link-hovered)}.cc-user-username-white{color:var(--color-neutrals-white)}.message-modal-body{display:grid;grid-gap:var(--space-16);grid-template-columns:auto;max-width:100%;padding:var(--space-16)}.message-modal-sent{color:var(--color-icon-success)}.message-modal-avatar{flex-shrink:0}.message-modal-userInfo{align-items:center;display:grid;grid-gap:var(--space-16);grid-template-columns:auto minmax(0,1fr) auto}.message-modal-textarea{display:block;max-height:20rem;min-height:8rem;resize:none;width:100%}.message-modal-restricted{color:var(--color-text-default)}.message-modal-restricted a{color:var(--color-text-link)}.message-modal-row{align-items:center;display:flex;justify-content:space-between;width:100%}.message-modal-error{color:var(--color-text-danger)}.message-modal-button{background-color:transparent;border:none;margin:0;padding:0;color:var(--color-text-link)}.user-popover-more-actions-component{background-color:var(--color-bg-opaque);border-radius:var(--radius-5);box-shadow:0 .2rem .5rem #00000080;min-width:20rem;outline:.1rem solid var(--color-border-default);overflow:hidden;padding:var(--space-4) 0;position:absolute;top:100%}[dir=ltr] .user-popover-more-actions-component{left:0}[dir=rtl] .user-popover-more-actions-component{right:0}.user-popover-more-actions-opens-up{bottom:100%;top:auto}.user-popover-admin-actions-component{align-items:center;border-top:.1rem solid var(--color-border-draw);display:flex;justify-content:center}.user-popover-admin-actions-button{background-color:transparent;border:none;margin:0;padding:0;align-items:center;display:flex;height:4rem;justify-content:center;margin:0 var(--space-4);width:4rem}.user-popover-admin-actions-button:hover .user-popover-admin-actions-icon{color:var(--color-red-200)}.user-popover-admin-actions-icon{color:var(--color-red-300);font-size:2.4rem}.user-popover-badges-component{align-items:center;-moz-column-gap:var(--space-8);column-gap:var(--space-8);display:flex;flex-wrap:wrap;margin-top:var(--space-4);max-width:35rem;row-gap:var(--space-8)}.user-popover-badges-badge{align-items:center;border-radius:var(--radius-3);-moz-column-gap:var(--space-4);column-gap:var(--space-4);display:flex;padding:var(--space-2) var(--space-4)}.user-popover-badges-icon{font-size:var(--icon-16);color:inherit}.user-popover-badges-label{color:inherit}[dir=ltr] .user-popover-badges-label{padding-right:var(--space-2)}[dir=rtl] .user-popover-badges-label{padding-left:var(--space-2)}.user-popover-badges-titled{background-color:color-mix(in srgb,var(--color-bg-chesstitle) 20%,transparent);color:var(--color-bg-chesstitle)}.dark-mode .user-popover-badges-titled{background-color:color-mix(in srgb,var(--color-bg-chesstitle) 40%,transparent);color:color-mix(in srgb,var(--color-neutrals-white) 70%,transparent)}.user-popover-badges-staff{background-color:color-mix(in srgb,var(--color-green-300) 20%,transparent);color:var(--color-green-600);-moz-column-gap:var(--space-2);column-gap:var(--space-2)}[dir=ltr] .user-popover-badges-staff{padding-left:var(--space-2)}[dir=rtl] .user-popover-badges-staff{padding-right:var(--space-2)}.dark-mode .user-popover-badges-staff{background-color:color-mix(in srgb,var(--color-green-600) 30%,transparent);color:var(--color-green-300)}.user-popover-badges-moderator{background-color:color-mix(in srgb,var(--color-slate-300) 20%,transparent);color:var(--color-slate-500)}.dark-mode .user-popover-badges-moderator{background-color:color-mix(in srgb,var(--color-slate-500) 30%,transparent);color:var(--color-slate-200)}.user-popover-badges-streamer{background-color:color-mix(in srgb,var(--color-purple-200) 20%,transparent);color:var(--color-purple-500)}.dark-mode .user-popover-badges-streamer{background-color:color-mix(in srgb,var(--color-purple-500) 30%,transparent);color:var(--color-purple-100)}.user-popover-badges-blogger{background-color:color-mix(in srgb,var(--color-aqua-300) 20%,transparent);color:var(--color-aqua-600)}.dark-mode .user-popover-badges-blogger{background-color:color-mix(in srgb,var(--color-aqua-600) 30%,transparent);color:var(--color-aqua-300)}.user-popover-badges-coach{background-color:color-mix(in srgb,var(--color-brown-400) 20%,transparent);color:var(--color-brown-600)}.dark-mode .user-popover-badges-coach{background-color:color-mix(in srgb,var(--color-brown-600) 30%,transparent);color:var(--color-brown-400)}.user-popover-blocked-component{align-items:center;display:flex;justify-content:space-between;min-height:4rem}.user-popover-blocked-info{align-items:center;display:flex;gap:var(--space-8)}.user-popover-blocked-icon{color:var(--color-text-subtle);font-size:2.4rem}.user-popover-blocked-message{color:var(--color-text-default);font-size:1.3rem;font-weight:600}.user-lifetime-score-component{align-items:center;color:var(--color-text-bolder);display:inline-flex;font-size:1.4rem;font-weight:600;justify-content:flex-start;line-height:1.14;margin-bottom:var(--space-16);max-width:100%;overflow:hidden;padding:var(--space-2) 0}[dir=ltr] .user-lifetime-score-component>span:first-child{margin-left:0}[dir=rtl] .user-lifetime-score-component>span:first-child{margin-right:0}.user-lifetime-score-component>*:not(.user-lifetime-score-tagline){display:flex;margin-left:.2rem;margin-right:.2rem}a.user-lifetime-score-component:hover{opacity:1}.user-lifetime-score-win{color:var(--color-text-win)}.user-lifetime-score-lose{color:var(--color-text-loss)}.user-lifetime-score-tagline{max-width:20rem}[dir=ltr] .user-lifetime-score-tagline{margin-left:.3rem}[dir=rtl] .user-lifetime-score-tagline{margin-right:.3rem}.user-lifetime-score-icon{font-size:1.2rem;justify-content:center}.user-lifetime-score-new{font-size:1.4rem;line-height:1.14;margin-bottom:0!important;margin-top:var(--space-4)}.user-lifetime-score-new>span{margin:0}.user-lifetime-score-new .user-lifetime-score-divider{margin:0 var(--space-4)}.user-lifetime-score-new .user-lifetime-score-vs{font-weight:400;margin:0 var(--space-4)}.user-lifetime-score-new .user-lifetime-score-vs,.user-lifetime-score-new .user-lifetime-score-divider,.user-lifetime-score-new .user-tagline-username{color:var(--color-text-subtle)}.user-rating-component{align-items:center;display:flex;gap:var(--space-4)}.cc-modal-close-component{position:absolute;top:0;z-index:10}[dir=ltr] .cc-modal-close-component{right:0}[dir=rtl] .cc-modal-close-component{left:0}.cc-confirmation-modal-modal{border-radius:var(--radius-10);display:flex;flex-direction:column;gap:var(--space-24);padding:var(--space-32) var(--space-32) var(--space-24)}.cc-confirmation-modal-headings{display:flex;flex-direction:column;gap:var(--space-8);text-align:center}.cc-confirmation-modal-title{color:var(--color-text-boldest)}.cc-confirmation-modal-description{color:var(--color-text-subtle)}.cc-confirmation-modal-buttons{display:grid;gap:var(--space-8);grid-template-columns:1fr 1fr}.form-error-component{color:var(--color-text-danger);font-size:1.2rem;font-weight:600}.authentication-social-signin-component{margin-bottom:2rem}.authentication-social-signin-options{align-items:center;display:flex;flex-direction:column;gap:var(--space-8);justify-content:space-between}.authentication-social-signin-separator{align-items:center;display:flex;flex-direction:row;height:4rem;justify-content:center;margin:-1.5rem 0 2rem}.authentication-social-signin-separator>*:first-child,.authentication-social-signin-separator>*:last-child{background-color:var(--color-border-default);flex-grow:1;height:.1rem}.authentication-social-signin-paragraph{color:var(--color-text-subtle);font-size:1.4rem;margin-top:-.1rem;padding:0 2.5rem}.authentication-username-suggestions-component{padding-top:1.6rem}.authentication-username-suggestions-text{color:var(--color-gray-600);font-size:1.4rem;line-height:1;margin-bottom:1rem}.authentication-username-suggestions-suggestions{display:grid;grid-column-gap:3rem;grid-row-gap:.3rem;grid-template-columns:1fr 1fr}[dir=ltr] .authentication-username-suggestions-suggestion{text-align:left}[dir=rtl] .authentication-username-suggestions-suggestion{text-align:right}.authentication-username-suggestions-button{background:transparent;border:none;color:#39719c;font-size:1.4rem;line-height:1;padding:0}.verifying-component{align-items:center;animation:verifying-reveal-spinner .4s var(--motion-ease-out-gentle) backwards;display:flex;flex-direction:column;gap:var(--space-12);justify-content:center}.verifying-text{color:var(--color-text-default)}.verifying-text:after{animation:verifying-dot-cycle 1.12s steps(3,end) infinite;content:"";display:inline-block;width:1.2rem}@keyframes verifying-dot-cycle{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}@keyframes verifying-reveal-spinner{0%{opacity:0}to{opacity:1}}.trial-static-image-container{height:22rem;margin-bottom:var(--space-8);overflow:hidden;position:relative;width:100%}.trial-static-image-slide{background:none;box-shadow:none;display:flex;flex-direction:column;height:21rem;justify-content:space-around;overflow:visible;padding:1rem 0 0;position:absolute;transform:translate(0);width:100%}.trial-static-image-slide-title{color:var(--color-text-bolder);font-family:inherit;font-size:1.7rem;font-weight:600;max-height:5.5rem;padding:0 2.5rem}.trial-static-image-slide-title-with-padding{padding:0 7rem}.trial-static-image-upgrade-icon{margin:0 0 1rem}.rive-animation-canvas{height:var(--v610258bc);width:var(--v35829f91)}.presence-square-component{bottom:0;pointer-events:none;position:absolute;z-index:1}[dir=ltr] .presence-square-component{right:0}[dir=rtl] .presence-square-component{left:0}.presence-square-component .presence-square-square{height:3rem;width:3rem}[dir=ltr] .presence-square-component .presence-square-round{border-top-left-radius:var(--radius-5)}[dir=rtl] .presence-square-component .presence-square-round{border-top-right-radius:var(--radius-5)}.presence-square-component .presence-square-green{background:var(--color-bg-success)}.fullscreen-overlay-component{align-items:center;animation:fullscreen-overlay-fade-out .1s var(--motion-ease-out-gentle);background-color:transparent;border:none;height:100vh;height:100dvh;justify-content:center;margin:0;max-height:none;max-width:none;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:0;width:100vw;z-index:9999}.fullscreen-overlay-component[open]{animation:fullscreen-overlay-fade-in .3s var(--motion-ease-out-gentle);display:flex}.fullscreen-overlay-component[open]::backdrop{animation:fullscreen-overlay-fade-in .3s var(--motion-ease-out-gentle);background-color:var(--color-bg-overlay)}.fullscreen-overlay-component.fullscreen-overlay-bg-transparent[open]::backdrop{background-color:transparent}.fullscreen-overlay-body{background-color:var(--color-bg-opaque);margin-top:auto;max-width:100%}@keyframes fullscreen-overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes fullscreen-overlay-fade-out{0%{display:flex;opacity:1}to{display:none;opacity:0}}.get-app-modal-component{align-items:center;border-radius:0;color:var(--color-text-default);display:flex;flex-direction:column;gap:var(--space-8);justify-content:center;max-width:51rem;padding:var(--space-8) var(--space-16) 0;text-align:center;width:100%}.get-app-modal-dialog{align-items:flex-end;border-top-left-radius:var(--radius-10);border-top-right-radius:var(--radius-10);display:flex;flex-direction:row;justify-content:center;margin-bottom:0;max-width:100%;width:100%}.get-app-modal-modal-component{padding-bottom:0}.get-app-modal-row{display:flex;flex-direction:row;justify-content:space-between;width:100%}.get-app-modal-row-left{align-items:center;display:flex;flex-direction:row;gap:var(--space-8);justify-content:space-between}.get-app-modal-separator{background-color:var(--color-transparent-white-25);border-radius:var(--radius-5);flex-shrink:0;height:.5rem;margin-bottom:var(--space-8);margin-top:1.1rem;width:13.4rem}.get-app-modal-separator-container{align-items:center;display:flex;justify-content:center;width:100%}.get-app-modal-title{color:var(--color-text-boldest)}.get-app-modal-title-container{padding:var(--space-12) 0}.smart-app-banner-component{align-items:center;background-color:var(--color-gray-700);display:flex;height:6.4rem;justify-content:space-between;width:100%}[dir=ltr] .smart-app-banner-component{padding:var(--space-12) var(--space-12) var(--space-12) 0}[dir=rtl] .smart-app-banner-component{padding:var(--space-12) 0 var(--space-12) var(--space-12)}.smart-app-banner-content-container{align-items:center;display:flex;gap:var(--space-8);height:-moz-fit-content;height:fit-content;justify-content:center;width:-moz-fit-content;width:fit-content}.smart-app-banner-icon{background-image:url(/bundles/web/images/brand/smart-app-banner-icon.03c2b80c.svg);background-position:center;background-repeat:no-repeat;background-size:contain;border-radius:var(--radius-10);display:inline-block;height:var(--icon-40);width:var(--icon-40)}.smart-app-banner-left{align-items:center;display:flex;justify-content:flex-start;width:-moz-fit-content;width:fit-content}.smart-app-banner-text{color:var(--color-text-default)}.smart-app-banner-text-container{align-items:flex-start;display:flex;flex-direction:column;gap:0;justify-content:center}.smart-app-banner-title{color:var(--color-text-boldest)}.board-popover-component{background-color:var(--color-neutrals-white);border-radius:var(--radius-2);box-shadow:var(--elevation-popover);padding:1rem;position:fixed;z-index:1000}.board-popover-component:before{border-style:solid;border-width:1rem;content:"";height:0;position:absolute;width:0}[dir=ltr] .board-popover-component:before{border-color:transparent transparent var(--color-neutrals-white) var(--color-neutrals-white);box-shadow:-.2rem .2rem .3rem 0 var(--color-transparent-black-14);transform-origin:0 0}[dir=rtl] .board-popover-component:before{border-color:transparent var(--color-neutrals-white) var(--color-neutrals-white) transparent;box-shadow:.2rem .2rem .3rem 0 var(--color-transparent-black-14);transform-origin:100% 0}.board-popover-component.board-popover-right:before{bottom:calc(50% - .5rem)}[dir=ltr] .board-popover-component.board-popover-right:before{left:0%;transform:rotate(45deg)}[dir=rtl] .board-popover-component.board-popover-right:before{right:0%;transform:rotate(-45deg)}.board-popover-component.board-popover-left:before{bottom:calc(50% - 3.5rem)}[dir=ltr] .board-popover-component.board-popover-left:before{left:100%;transform:rotate(225deg)}[dir=rtl] .board-popover-component.board-popover-left:before{right:100%;transform:rotate(-225deg)}.board-popover-component.board-popover-top:before{bottom:calc(0% - 2rem)}[dir=ltr] .board-popover-component.board-popover-top:before{left:calc(50% - 1.5rem);transform:rotate(315deg)}[dir=rtl] .board-popover-component.board-popover-top:before{right:calc(50% - 1.5rem);transform:rotate(-315deg)}.board-popover-component.board-popover-bottom:before{bottom:calc(100% - 2rem)}[dir=ltr] .board-popover-component.board-popover-bottom:before{left:calc(50% + 1.5rem);transform:rotate(135deg)}[dir=rtl] .board-popover-component.board-popover-bottom:before{right:calc(50% + 1.5rem);transform:rotate(-135deg)}.confirm-popover-modal{max-width:100%;padding:var(--space-16);text-align:center;width:var(--container-360)}.confirm-popover-body{padding:var(--space-16);text-align:center}.confirm-popover-title{color:var(--color-text-boldest);margin:0 0 var(--space-16)}.confirm-popover-messageLabel{color:var(--color-text-bolder);margin:0 0 var(--space-16)}.confirm-popover-buttons{display:flex;justify-content:space-evenly}.modal-share-content-component{display:flex;flex-direction:column}.modal-share-content-title{color:var(--color-text-boldest);font-family:var(--font-family-heading);font-size:clamp(1.8rem,4vw,2.2rem);font-weight:700;line-height:1.1;margin-bottom:1.2rem}[dir=ltr] .modal-share-content-title{margin-right:2.5rem}[dir=rtl] .modal-share-content-title{margin-left:2.5rem}.modal-share-content-image-wrapper{background-color:var(--color-bg-subtler)}.modal-share-content-image{display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.modal-share-content-image:not(.modal-share-content-open-graph){aspect-ratio:16/9}.modal-share-content-image.modal-share-content-open-graph{aspect-ratio:40/21}.modal-share-content-share{margin-top:1.5rem}.old-browser-modal-component{align-items:center;border-radius:var(--radius-3);display:flex;flex-direction:column;justify-content:center;max-width:51rem;padding:3rem 1.5rem;text-align:center}.old-browser-modal-component p{color:var(--color-text-default);margin:0 0 1.5rem;width:100%}.old-browser-modal-title{color:var(--color-text-boldest);font-size:1.8rem}.old-browser-modal-browsers{display:flex;flex-direction:row;margin-top:3rem}.old-browser-modal-browser{display:flex;flex-direction:column;margin:0 2rem;text-align:center}.old-browser-modal-name{color:var(--color-text-bolder);margin-top:1rem}.upgrade-modal-limit{color:var(--color-text-subtle);font-size:1.6rem;font-weight:600;margin-bottom:1.2rem;margin-top:-1.5rem}.upgrade-modal-limit-special-offer{color:var(--color-neutrals-white);margin-bottom:1rem;margin-top:-1rem}.quick-search-component{align-items:flex-start;display:flex;height:100%;justify-content:center;padding:0 1.2rem;position:fixed;top:0;width:100%;z-index:10100}[dir=ltr] .quick-search-component{left:0}[dir=rtl] .quick-search-component{right:0}.quick-search-bg{background-color:var(--color-transparent-black-65);inset:0;position:fixed}.quick-search-search{max-width:60rem;position:relative;top:12%;width:100%}.friends-and-family-modal-icon-container{display:flex;justify-content:center;padding:var(--space-40) var(--space-24) 0}.friends-and-family-modal-subtler-background{background:var(--color-bg-subtler);border-top-left-radius:var(--radius-10);border-top-right-radius:var(--radius-10);padding-top:var(--space-32)}.friends-and-family-modal-image{background:url(/bundles/web/images/membership/friends-and-family.9ca881d0.png) no-repeat;background-position:center;background-size:contain;height:15.3rem;width:100%}.friends-and-family-modal-body{padding:var(--space-24) var(--space-24) 0;text-align:center}.friends-and-family-modal-title{color:var(--color-text-boldest)}.friends-and-family-modal-subtitle{color:var(--color-text-default);margin-top:var(--space-8);padding:0 var(--space-32)}.friends-and-family-modal-buttonSection{display:flex;flex-direction:column;gap:var(--space-8);padding:var(--space-24) var(--space-24) var(--space-16)}.friends-and-family-modal-add-bottom-margin{margin-bottom:var(--space-16)}.subscription-expired-modal-modal{padding:2.2rem;text-align:center}.subscription-expired-modal-title{color:var(--color-text-boldest);font-family:var(--font-family-heading);font-size:clamp(2.8rem,4vw,3.6rem);font-weight:800;line-height:1.1428;margin:0 auto;word-wrap:break-word}.subscription-expired-modal-subtitle{color:var(--color-text-default);font-size:1.7rem;font-weight:600;margin:0 auto 1.2rem}.subscription-expired-modal-body{margin:1.6rem 2rem}.subscription-expired-modal-footer{margin:0 3rem 2rem}.subscription-expired-modal-footer-text{color:var(--color-blue-300);font-size:1.7rem;font-weight:600;margin:0 auto 1.6rem;max-width:27rem}.subscription-expired-modal-narrow{max-width:24rem}.welcome-gift-expiring-modal-modal{padding:4rem 2.4rem 3.2rem;text-align:center}.welcome-gift-expiring-modal-title{color:var(--color-text-boldest);font-family:var(--font-family-heading);font-size:clamp(2.8rem,4vw,3.6rem);font-weight:800;line-height:1.1428;margin:0 auto;word-wrap:break-word}.welcome-gift-expiring-modal-body{display:flex;justify-content:center;margin:4.6rem 2.4rem}.welcome-gift-expiring-modal-footer-text{margin:0 auto 1.6rem;padding:0 2.4rem}.welcome-gift-expiring-modal-footer-text h3{color:var(--color-text-bolder);font-size:2.2rem;font-weight:800;line-height:2.8rem;margin-bottom:.8rem}.welcome-gift-received-modal-modal{padding:4rem 2.4rem 3.2rem;text-align:center}.welcome-gift-received-modal-title{color:var(--color-text-boldest);font-family:var(--font-family-heading);font-size:clamp(2.8rem,4vw,3.6rem);font-weight:800;line-height:1.1428;margin:0 auto;word-wrap:break-word}.welcome-gift-received-modal-body{margin:1.6rem 2.4rem}.welcome-gift-received-modal-body img{height:100%;width:100%}.welcome-gift-received-modal-footer-text{margin:0 auto 1.6rem;padding:0 2.4rem}.welcome-gift-received-modal-footer-text h3{color:var(--color-text-bolder);font-size:2.2rem;font-weight:800;line-height:2.8rem;margin-bottom:.8rem}.welcome-gift-received-modal-info-text{color:var(--color-text-default);font-size:1.6rem;font-weight:600;line-height:2rem;margin-bottom:1.6rem}.tenure-based-modal-modal{border-radius:inherit;overflow:hidden;text-align:center}.tenure-based-modal-header{background-color:var(--color-blue-300);clip-path:ellipse(70% 72% at 50% 28%);height:11.4rem;padding-top:2rem}.tenure-based-modal-header h3{color:var(--color-neutrals-white);font-family:var(--font-family-heading);font-size:1.7rem;font-weight:700;text-shadow:0 .1rem 0 var(--color-transparent-black-14)}.tenure-based-modal-body{margin-top:-5rem;padding:0 5.5rem;position:relative}.tenure-based-modal-body h1{color:var(--color-text-boldest);font-family:var(--font-family-heading);font-size:2.4rem;font-weight:800}.tenure-based-modal-body p{color:var(--color-text-default);font-size:1.4rem;font-weight:400;margin:1.6rem 2.7rem}.tenure-based-modal-body .tenure-based-modal-countdown-wrapper{display:grid;grid-column-gap:.8rem;grid-template-columns:repeat(4,1fr);margin-bottom:2.2rem}.tenure-based-modal-body .tenure-based-modal-countdown-element{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.tenure-based-modal-body .tenure-based-modal-countdown-element div{align-items:center;background:linear-gradient(to bottom,var(--color-gray-100) 50%,var(--color-gray-200) 50%);border-radius:var(--radius-5);color:var(--color-text-boldest);display:flex;font-size:2.4rem;font-weight:800;height:5.5rem;justify-content:center;width:5.5rem}.dark-mode .tenure-based-modal-body .tenure-based-modal-countdown-element div{background:linear-gradient(to bottom,var(--color-gray-700) 50%,var(--color-gray-800) 50%)}.tenure-based-modal-body .tenure-based-modal-countdown-element span{color:var(--color-blue-300);font-size:1.2rem;font-weight:600}.tenure-based-modal-footer{margin:0 3rem 2rem}
