@charset "UTF-8";@keyframes fade-in-up-40px{0%{opacity:0;transform:translate3d(0,40px,0)}to{transform:translateZ(0);opacity:1}}@keyframes fade-in-down-40px{0%{opacity:0;transform:translate3d(0,-40px,0)}to{transform:translateZ(0);opacity:1}}@keyframes fade-in-left-40px{0%{opacity:0;transform:translate3d(-40px,0,0)}to{transform:translateZ(0);opacity:1}}@keyframes fade-in-right-40px{0%{opacity:0;transform:translate3d(40px,0,0)}to{transform:translateZ(0);opacity:1}}@keyframes fade-in-up-20px{0%{opacity:0;transform:translate3d(0,20px,0)}to{transform:translateZ(0);opacity:1}}@keyframes fade-in-down-20px{0%{opacity:0;transform:translate3d(0,-20px,0)}to{transform:translateZ(0);opacity:1}}@keyframes fade-in-left-20px{0%{opacity:0;transform:translate3d(-20px,0,0)}to{transform:translateZ(0);opacity:1}}@keyframes fade-in-right-20px{0%{opacity:0;transform:translate3d(20px,0,0)}to{transform:translateZ(0);opacity:1}}@keyframes fade-in-up-10px{0%{opacity:0;transform:translate3d(0,10px,0)}to{transform:translateZ(0);opacity:1}}@keyframes fade-in-left-10px{0%{opacity:0;transform:translate3d(-10px,0,0)}to{transform:translateZ(0);opacity:1}}@keyframes fade-in-right-10px{0%{opacity:0;transform:translate3d(10px,0,0)}to{transform:translateZ(0);opacity:1}}@keyframes fade-out-up-40px{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,40px,0)}}@keyframes fade-out-down-40px{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-40px,0)}}@keyframes fade-out-left-40px{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-40px,0,0)}}@keyframes fade-out-right-40px{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(40px,0,0)}}@keyframes fade-out-up-20px{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,20px,0)}}@keyframes fade-out-down-20px{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}@keyframes fade-out-left-20px{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-20px,0,0)}}@keyframes fade-out-right-20px{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(20px,0,0)}}@keyframes fade-out-up-10px{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,10px,0)}}@keyframes fade-out-down-10px{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-10px,0)}}@keyframes fade-out-left-10px{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-10px,0,0)}}@keyframes fade-out-right-10px{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(10px,0,0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes simple-reveal{0%{opacity:0}to{opacity:1}}@keyframes slide-in-tip{0%{opacity:0;transform:translate(-.2rem)}to{opacity:1;transform:translate(0)}}@keyframes ripple{0%{opacity:0;transform:scale(1)}15%{opacity:.5}25%{opacity:.5}to{opacity:0;transform:scale(1.4)}}@keyframes slideUp{0%{transform:translateY(0);opacity:1}50%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(0);opacity:1}50%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}:root{scroll-behavior:smooth}html{height:100dvh;scroll-behavior:smooth;overflow:hidden}body{margin:0;font-family:var(--dms-font-family);font-size:inherit;overflow-x:hidden;overflow-y:hidden;overscroll-behavior-y:contain;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent}:root{--dms-font-size-100: 10px;--dms-font-size-200: 12px;--dms-font-size-300: 14px;--dms-font-size-400: 16px;--dms-font-size-500: 20px;--dms-font-size-600: 24px;--dms-font-size-700: 28px;--dms-font-size-800: 32px;--dms-font-size-900: 40px;--dms-font-size-1000: 68px;--dms-font-family: Segoe UI, -apple-system, BlinkMacSystemFont, Geneva, sans-serif;--dms-font-family-monospace: Consolas, Courier New, Courier, monospace;--dms-font-weight-regular: 400;--dms-font-weight-medium: 500;--dms-font-weight-semibold: 600;--dms-font-weight-bold: 700}.container-filter-button{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border:unset;outline:unset;background:transparent;gap:var(--dms-space-xs);color:var(--dms-color-neutral-foreground-2-rest);cursor:pointer;padding:var(--dms-space-snudge) var(--dms-space-mnudge);border-radius:var(--dms-radius-medium);transition:background-color .3s ease;margin:var(--dms-space-none) var(--dms-space-xs)}@media(orientation:landscape)and (min-width:1921px){.container-filter-button{padding:.312vw .52vw;gap:.208vw;border-radius:.208vw;margin:var(--dms-space-none) .208vw}}@media(orientation:portrait)and (min-width:1081px){.container-filter-button{padding:.55224vw .9204vw;gap:.36816vw;border-radius:.36816vw;margin:var(--dms-space-none) .36816vw}}.container-filter-button .title{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:14px;font-weight:400;line-height:1.3}@media(orientation:landscape)and (min-width:1921px){.container-filter-button .title{font-size:.728vw}}@media(orientation:portrait)and (min-width:1081px){.container-filter-button .title{font-size:1.28856vw}}.container-filter-button .main-icon{color:var(--dms-color-neutral-foreground-2-rest);flex-shrink:0}.container-filter-button .main-icon.archived-icon{color:var(--dms-color-brand-primary-rest)}.container-filter-button .check-icon{color:var(--dms-color-brand-primary-rest);flex-shrink:0}.container-filter-button:hover{background-color:var(--dms-color-neutral-background-1-hover)}.container-filter-button:hover .icon-active{display:block;color:var(--dms-color-brand-background-compound-pressed)}.container-filter-button:active{background-color:var(--dms-color-neutral-background-1-pressed)}.container-filter-button:focus-visible{outline:var(--dms-stroke-thick) solid var(--dms-color-neutral-stroke-focus-2-rest);border-radius:var(--dms-radius-medium)}@media(orientation:landscape)and (min-width:1921px){.container-filter-button:focus-visible{outline-width:.104vw;border-radius:.208vw}}@media(orientation:portrait)and (min-width:1081px){.container-filter-button:focus-visible{outline-width:.18408vw;border-radius:.36816vw}}.container-filter-button[disabled]{color:var(--dms-color-neutral-foreground-disabled-rest);background-color:var(--dms-color-neutral-background-1);cursor:not-allowed}.custom-value{display:flex;flex-direction:column;gap:var(--dms-space-xs)}@media(orientation:landscape)and (min-width:1921px){.custom-value{gap:.208vw}}@media(orientation:portrait)and (min-width:1081px){.custom-value{gap:.36816vw}}.custom-value .subLabel{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:12px;font-weight:400;line-height:1.3;color:var(--dms-global-grey-26)}@media(orientation:landscape)and (min-width:1921px){.custom-value .subLabel{font-size:.624vw}}@media(orientation:portrait)and (min-width:1081px){.custom-value .subLabel{font-size:1.10448vw}}.dms-sidepanel{width:25vw;min-width:340px;height:100%;display:grid;grid-template-rows:auto 1fr auto;border-left:var(--dms-stroke-thin) solid var(--dms-color-neutral-stroke-1-rest)}@media(orientation:landscape)and (min-width:1921px){.dms-sidepanel{border-left-width:.052vw}}@media(orientation:portrait)and (min-width:1081px){.dms-sidepanel{border-left-width:.09204vw}}.dms-sidepanel__header{display:flex;flex-wrap:wrap;gap:var(--dms-space-s);border-bottom:var(--dms-stroke-thin) solid var(--dms-color-neutral-stroke-1-rest);padding:var(--dms-space-l)}@media(orientation:landscape)and (min-width:1921px){.dms-sidepanel__header{gap:.416vw;padding:.832vw;border-bottom-width:.052vw}}@media(orientation:portrait)and (min-width:1081px){.dms-sidepanel__header{gap:.73632vw;padding:1.47264vw;border-bottom-width:.09204vw}}.dms-sidepanel__header__title{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:14px;font-weight:600;line-height:1.3;line-height:1.7;margin-bottom:0}@media(orientation:landscape)and (min-width:1921px){.dms-sidepanel__header__title{font-size:.728vw}}@media(orientation:portrait)and (min-width:1081px){.dms-sidepanel__header__title{font-size:1.28856vw}}.dms-sidepanel__header__actions{display:flex;gap:var(--dms-space-s)}@media(orientation:landscape)and (min-width:1921px){.dms-sidepanel__header__actions{gap:.416vw}}@media(orientation:portrait)and (min-width:1081px){.dms-sidepanel__header__actions{gap:.73632vw}}.dms-sidepanel__body{overflow-y:auto;padding:var(--dms-space-l)}.dms-sidepanel__body::-webkit-scrollbar{width:6px;height:6px;transition:.3s ease-in-out}.dms-sidepanel__body::-webkit-scrollbar-track{background:transparent;border-radius:8px}.dms-sidepanel__body::-webkit-scrollbar-thumb{background:var(--dms-color-neutral-background-overlay-scrollbar-rest);border-radius:8px;border:4px solid rgba(0,0,0,0);transition:1s ease-in-out}.dms-sidepanel__body::-webkit-scrollbar-thumb:hover{background:var(--dms-global-grey-46)}@media(orientation:landscape)and (min-width:1921px){.dms-sidepanel__body{padding:.832vw}}@media(orientation:portrait)and (min-width:1081px){.dms-sidepanel__body{padding:1.47264vw}}.dms-sidepanel .dms-sidepanel__footer{display:flex;justify-content:space-between;align-items:center;padding:var(--dms-space-l);border-top:var(--dms-stroke-thin) solid var(--dms-color-neutral-stroke-1-rest)}@media(orientation:landscape)and (min-width:1921px){.dms-sidepanel .dms-sidepanel__footer{padding:.832vw;border-top-width:.052vw}}@media(orientation:portrait)and (min-width:1081px){.dms-sidepanel .dms-sidepanel__footer{padding:1.47264vw;border-top-width:.09204vw}}.dms-sidepanel .dms-sidepanel__footer__actions{align-self:right;display:flex;align-items:center;gap:var(--dms-space-s)}@media(orientation:landscape)and (min-width:1921px){.dms-sidepanel .dms-sidepanel__footer__actions{gap:.416vw}}@media(orientation:portrait)and (min-width:1081px){.dms-sidepanel .dms-sidepanel__footer__actions{gap:.73632vw}}.dms-button,.dms-button--danger--outlined,md-button.md-button--danger button.btn.btn-outlined:not(:disabled),.dms-button--danger,md-button.md-button--danger button.btn.btn-default,.dms-button--icon,.dms-button--outlined{border:none;border-radius:4px;color:var(--dms-global-grey-white);background-color:var(--md-color-primary-500);padding:5px 12px;transition:background-color ease .3s,color ease .3s;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:14px;font-weight:600;line-height:1.3}@media(orientation:landscape)and (min-width:1921px){.dms-button,.dms-button--danger--outlined,md-button.md-button--danger button.btn.btn-outlined:not(:disabled),.dms-button--danger,md-button.md-button--danger button.btn.btn-default,.dms-button--icon,.dms-button--outlined{font-size:.728vw;border-radius:.208vw;padding:.26vw .624vw}}@media(orientation:portrait)and (min-width:1081px){.dms-button,.dms-button--danger--outlined,md-button.md-button--danger button.btn.btn-outlined:not(:disabled),.dms-button--danger,md-button.md-button--danger button.btn.btn-default,.dms-button--icon,.dms-button--outlined{font-size:1.28856vw;border-radius:.36816vw;padding:.4602vw 1.10448vw}}.dms-button:hover,.dms-button--danger--outlined:hover,md-button.md-button--danger button.btn.btn-outlined:hover:not(:disabled),.dms-button--danger:hover,md-button.md-button--danger button.btn.btn-default:hover,.dms-button--icon:hover,.dms-button--outlined:hover{background-color:var(--dms-color-brand-background-1-hover)}.dms-button:active,.dms-button--danger--outlined:active,md-button.md-button--danger button.btn.btn-outlined:active:not(:disabled),.dms-button--danger:active,md-button.md-button--danger button.btn.btn-default:active,.dms-button--icon:active,.dms-button--outlined:active{background-color:var(--dms-color-brand-background-1-pressed)}.dms-button:focus-visible,.dms-button--danger--outlined:focus-visible,md-button.md-button--danger button.btn.btn-outlined:focus-visible:not(:disabled),.dms-button--danger:focus-visible,md-button.md-button--danger button.btn.btn-default:focus-visible,.dms-button--icon:focus-visible,.dms-button--outlined:focus-visible{border-radius:var(--dms-radius-medium);outline:var(--dms-stroke-thick) solid var(--dms-color-neutral-stroke-focus-2-rest)}@media(orientation:landscape)and (min-width:1921px){.dms-button:focus-visible,.dms-button--danger--outlined:focus-visible,md-button.md-button--danger button.btn.btn-outlined:focus-visible:not(:disabled),.dms-button--danger:focus-visible,md-button.md-button--danger button.btn.btn-default:focus-visible,.dms-button--icon:focus-visible,.dms-button--outlined:focus-visible{border-radius:.208vw;outline-width:.104vw}}@media(orientation:portrait)and (min-width:1081px){.dms-button:focus-visible,.dms-button--danger--outlined:focus-visible,md-button.md-button--danger button.btn.btn-outlined:focus-visible:not(:disabled),.dms-button--danger:focus-visible,md-button.md-button--danger button.btn.btn-default:focus-visible,.dms-button--icon:focus-visible,.dms-button--outlined:focus-visible{border-radius:.36816vw;outline-width:.18408vw}}.dms-button:disabled,.dms-button--danger--outlined:disabled,md-button.md-button--danger button.btn.btn-outlined:disabled:not(:disabled),.dms-button--danger:disabled,md-button.md-button--danger button.btn.btn-default:disabled,.dms-button--icon:disabled,.dms-button--outlined:disabled{background-color:var(--dms-color-neutral-background-disabled-rest);color:var(--dms-color-neutral-foreground-disabled-rest);cursor:not-allowed}.dms-button--outlined{background-color:transparent;color:var(--dms-color-neutral-foreground-1-rest);display:flex;align-items:center;justify-content:center;gap:var(--dms-space-xs);border:1px solid var(--dms-color-border, #d1d1d1)}.dms-button--outlined:hover{background:var(--dms-color-neutral-background-1-hover);border-color:var(--dms-color-neutral-stroke-1-hover)}.dms-button--outlined:active{background:var(--dms-color-neutral-background-1-pressed)}rdx-dms-button-icon{display:flex;align-items:center;justify-content:center}.dms-button--icon{padding:unset;background-color:transparent;color:var(--dms-color-neutral-foreground-1-rest);height:var(--dms-space-xxxl);width:var(--dms-space-xxxl)}@media(orientation:landscape)and (min-width:1921px){.dms-button--icon{height:1.664vw;width:1.664vw}}@media(orientation:portrait)and (min-width:1081px){.dms-button--icon{height:2.94528vw;width:2.94528vw}}.dms-button--icon:hover:not(:disabled){background-color:var(--dms-color-neutral-background-subtle-hover);color:var(--md-color-primary-500)}.dms-button--icon:active{background-color:var(--dms-color-neutral-background-subtle-pressed)}.dms-button--danger,md-button.md-button--danger button.btn.btn-default{background-color:var(--dms-color-status-danger-background-3-rest);color:var(--dms-color-neutral-background-1-rest)}.dms-button--danger:hover:not(:disabled),md-button.md-button--danger button.btn.btn-default:hover:not(:disabled){background-color:var(--dms-color-status-danger-background-3-hover)}.dms-button--danger:active:not(:disabled),md-button.md-button--danger button.btn.btn-default:active:not(:disabled){background-color:var(--dms-color-status-danger-background-3-pressed)}.dms-button--danger--outlined,md-button.md-button--danger button.btn.btn-outlined:not(:disabled){background-color:transparent;outline:var(--dms-stroke-thin) solid var(--dms-color-status-danger-foreground-1-rest);color:var(--dms-color-status-danger-foreground-1-rest)}@media(orientation:landscape)and (min-width:1921px){.dms-button--danger--outlined,md-button.md-button--danger button.btn.btn-outlined:not(:disabled){border-width:2.912vw}}@media(orientation:portrait)and (min-width:1081px){.dms-button--danger--outlined,md-button.md-button--danger button.btn.btn-outlined:not(:disabled){border-width:5.15424vw}}.dms-button--danger--outlined:hover:not(:disabled),md-button.md-button--danger button.btn.btn-outlined:hover:not(:disabled){background-color:transparent}.dms-button--danger--outlined:active:not(:disabled),md-button.md-button--danger button.btn.btn-outlined:active:not(:disabled){background-color:transparent}md-button.md-button--icon--danger button:not(:disabled) md-icon>i:before{color:var(--dms-color-status-danger-foreground-1-rest)!important}md-button.md-button--icon--danger button.btn.btn-ghost:hover:not(:disabled) md-icon>i:before{color:var(--dms-color-status-danger-foreground-1-rest)!important}rdx-dms-button-icon.dms-icon-button--danger button.dms-button--icon{color:var(--dms-color-status-danger-foreground-1-rest)!important}.dms-form{display:flex;flex-direction:column;gap:var(--dms-space-l);width:100%}@media(orientation:landscape)and (min-width:1921px){.dms-form{gap:.832vw}}@media(orientation:portrait)and (min-width:1081px){.dms-form{gap:1.47264vw}}.dms-form__item__content{border-radius:4px;padding-left:var(--dms-space-m);padding-bottom:var(--dms-space-m);border-left:var(--dms-stroke-thin) solid var(--dms-global-grey-80);transition:border-left-width .1s ease-in-out,border-left-color .1s ease-in-out}.dms-form__item__content:focus-within{border-left-width:2px;border-left-color:var(--md-color-primary-400)}.dms-form__actions{display:flex;gap:var(--dms-space-l);justify-content:right}@media(orientation:landscape)and (min-width:1921px){.dms-form__actions{gap:.832vw}}@media(orientation:portrait)and (min-width:1081px){.dms-form__actions{gap:1.47264vw}}.dms-form__item__checkbox{display:flex;align-items:center;gap:var(--dms-space-s)}@media(orientation:landscape)and (min-width:1921px){.dms-form__item__checkbox{gap:.416vw}}@media(orientation:portrait)and (min-width:1081px){.dms-form__item__checkbox{gap:.73632vw}}.dms-input-file{display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:all .3s ease;padding:var(--dms-space-xxl) var(--dms-space-m);border:var(--dms-stroke-thin) solid var(--dms-color-neutral-stroke-1-rest);border-radius:var(--dms-radius-medium)}.dms-input-file:hover{border-color:var(--dms-color-neutral-stroke-1-hover)}.dms-input-file.drag-over{background-color:var(--dms-color-neutral-background-1-pressed)}.dms-input-file.has-error{border-color:var(--dms-color-status-danger-foreground-1-rest)}@media(orientation:landscape)and (min-width:1921px){.dms-input-file{padding:1.248vw;border-width:.052vw;border-radius:.208vw}}@media(orientation:portrait)and (min-width:1081px){.dms-input-file{padding:2.20896vw;border-width:.09204vw;border-radius:.36816vw}}.dms-input-file__drop-area-content{width:100%}.dms-input-file__empty-state{max-width:calc(var(--dms-space-xl) * 10);margin-inline:auto;display:flex;flex-direction:column;gap:var(--dms-space-m)}@media(orientation:landscape)and (min-width:1921px){.dms-input-file__empty-state{gap:.624vw;max-width:10.4vw}}@media(orientation:portrait)and (min-width:1081px){.dms-input-file__empty-state{gap:1.10448vw;max-width:18.408vw}}.dms-input-file__empty-state .primary-text{margin-bottom:0;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:14px;font-weight:400;line-height:1.3}@media(orientation:landscape)and (min-width:1921px){.dms-input-file__empty-state .primary-text{font-size:.728vw}}@media(orientation:portrait)and (min-width:1081px){.dms-input-file__empty-state .primary-text{font-size:1.28856vw}}.dms-input-file__empty-state rdx-dms-icon{color:var(--dms-color-neutral-foreground-2-rest)}.dms-input-file__file-list{display:flex;flex-direction:column;gap:var(--dms-space-m);text-align:left}@media(orientation:landscape)and (min-width:1921px){.dms-input-file__file-list{gap:.624vw}}@media(orientation:portrait)and (min-width:1081px){.dms-input-file__file-list{gap:1.10448vw}}.dms-input-file__file-list .file-item{display:flex;align-items:center;gap:var(--dms-space-m);padding:var(--dms-space-m);background-color:var(--dms-global-grey-white);border:var(--dms-stroke-thin) solid var(--dms-color-neutral-stroke-1-rest);border-radius:var(--dms-radius-medium);transition:all .2s ease}.dms-input-file__file-list .file-item:hover{box-shadow:var(--dms-elevation-shadow-04);border-color:var(--dms-color-neutral-stroke-1-hover)}@media(orientation:landscape)and (min-width:1921px){.dms-input-file__file-list .file-item{gap:.624vw;border-radius:.208vw;border-width:.052vw;padding:.624vw}}@media(orientation:portrait)and (min-width:1081px){.dms-input-file__file-list .file-item{gap:1.10448vw;border-radius:.36816vw;border-width:.09204vw;padding:1.10448vw}}.dms-input-file__file-list .file-item .file-preview{flex-shrink:0;width:4.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:var(--dms-radius-small);overflow:hidden}@media(orientation:landscape)and (min-width:1921px){.dms-input-file__file-list .file-item .file-preview{height:2.08vw;width:3.744vw}}@media(orientation:portrait)and (min-width:1081px){.dms-input-file__file-list .file-item .file-preview{height:3.6816vw;width:6.62688vw}}.dms-input-file__file-list .file-item .file-preview__image{width:100%;height:100%;object-fit:cover;border-radius:var(--dms-radius-small)}@media(orientation:landscape)and (min-width:1921px){.dms-input-file__file-list .file-item .file-preview__image{border-radius:.104vw}}@media(orientation:portrait)and (min-width:1081px){.dms-input-file__file-list .file-item .file-preview__image{border-radius:.18408vw}}.dms-input-file__file-list .file-item .file-preview__video{width:100%;height:100%;display:block;object-fit:contain;border-radius:var(--dms-radius-medium)}@media(orientation:landscape)and (min-width:1921px){.dms-input-file__file-list .file-item .file-preview__video{border-radius:.104vw}}@media(orientation:portrait)and (min-width:1081px){.dms-input-file__file-list .file-item .file-preview__video{border-radius:.18408vw}}.dms-input-file__file-list .file-item .file-preview__icon{font-size:1.5rem}@media(orientation:landscape)and (min-width:1921px){.dms-input-file__file-list .file-item .file-preview__icon{font-size:1.248vw}}@media(orientation:portrait)and (min-width:1081px){.dms-input-file__file-list .file-item .file-preview__icon{font-size:2.20896vw}}.dms-input-file__file-list .file-item .file-info{flex:1;min-width:0}.dms-input-file__file-list .file-item .file-info__name{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:14px;font-weight:600;line-height:1.3;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(orientation:landscape)and (min-width:1921px){.dms-input-file__file-list .file-item .file-info__name{font-size:.728vw}}@media(orientation:portrait)and (min-width:1081px){.dms-input-file__file-list .file-item .file-info__name{font-size:1.28856vw}}.dms-input-file__file-list .file-item .file-info__details{display:flex;align-items:center;gap:var(--dms-space-s);color:var(--dms-color-neutral-foreground-3-rest);font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:12px;font-weight:400;line-height:1.3;line-height:1.5}@media(orientation:landscape)and (min-width:1921px){.dms-input-file__file-list .file-item .file-info__details{font-size:.624vw;gap:.416vw}}@media(orientation:portrait)and (min-width:1081px){.dms-input-file__file-list .file-item .file-info__details{font-size:1.10448vw;gap:.416vw}}.dms-input-file__file-list .file-item .file-info__details .dms-divider-v{margin:0;height:var(--dms-space-m)}@media(orientation:landscape)and (min-width:1921px){.dms-input-file__file-list .file-item .file-info__details .dms-divider-v{height:.832vw}}@media(orientation:portrait)and (min-width:1081px){.dms-input-file__file-list .file-item .file-info__details .dms-divider-v{height:1.47264vw}}.dms-input-file__add-more-button{margin-top:var(--dms-space-l)}.dms-input-file__add-more-button md-button button.btn{width:100%}.dms-input-file__hidden-file-input{position:absolute;left:-9999px;opacity:0;pointer-events:none}.dms-input-file__error-message{color:var(--dms-color-status-danger-foreground-1-rest);font-size:12px;margin-top:var(--dms-space-s);display:flex;align-items:center;gap:var(--dms-space-xs)}@media(orientation:landscape)and (min-width:1921px){.dms-input-file__error-message{font-size:.624vw;margin-top:.416vw;gap:.208vw}}@media(orientation:portrait)and (min-width:1081px){.dms-input-file__error-message{font-size:1.10448vw;margin-top:.73632vw;gap:.36816vw}}.dms-modal-edit{--modal-padding: 24px}@media(orientation:landscape)and (min-width:1921px){.dms-modal-edit{--modal-padding: 1.248vw }}@media(orientation:portrait)and (min-width:1081px){.dms-modal-edit{--modal-padding: calc(.052vw * 24 * 1.77)}}.dms-modal-edit.fix-height .dms-modal-edit__body{height:50vh}@media(orientation:portrait)and (min-width:1081px){.dms-modal-edit.fix-height .dms-modal-edit__body{height:25vh}}.dms-modal-edit__header{padding:var(--modal-padding);padding-bottom:0;display:flex;flex-wrap:wrap;gap:var(--dms-space-snudge)}@media(orientation:landscape)and (min-width:1921px){.dms-modal-edit__header{gap:.312vw}}@media(orientation:portrait)and (min-width:1081px){.dms-modal-edit__header{gap:.55224vw}}.dms-modal-edit__header__title{flex:1 1 auto}.dms-modal-edit__header__title h2{color:var(--dms-color-neutral-foreground-1-rest);word-break:break-word;margin-bottom:0;max-width:40ch;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:20px;font-weight:600;line-height:1.3}@media(orientation:landscape)and (min-width:1921px){.dms-modal-edit__header__title h2{font-size:1.04vw}}@media(orientation:portrait)and (min-width:1081px){.dms-modal-edit__header__title h2{font-size:1.8408vw}}.dms-modal-edit__header__title.with-badge{display:inline-flex;justify-content:start;align-items:center;gap:var(--dms-space-snudge)}@media(orientation:landscape)and (min-width:1921px){.dms-modal-edit__header__title.with-badge{gap:.312vw}}@media(orientation:portrait)and (min-width:1081px){.dms-modal-edit__header__title.with-badge{gap:.55224vw}}.dms-modal-edit__header__info{flex-basis:100%;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:14px;font-weight:400;line-height:1.3;color:var(--dms-color-neutral-foreground-1-rest);margin-bottom:0}@media(orientation:landscape)and (min-width:1921px){.dms-modal-edit__header__info{font-size:.728vw}}@media(orientation:portrait)and (min-width:1081px){.dms-modal-edit__header__info{font-size:1.28856vw}}.dms-modal-edit__body{width:100%;overflow-y:auto;height:100%;padding-inline:var(--modal-padding);display:flex;flex-direction:column;gap:var(--dms-space-l)}.dms-modal-edit__body::-webkit-scrollbar{width:6px;height:6px;transition:.3s ease-in-out}.dms-modal-edit__body::-webkit-scrollbar-track{background:transparent;border-radius:8px}.dms-modal-edit__body::-webkit-scrollbar-thumb{background:var(--dms-color-neutral-background-overlay-scrollbar-rest);border-radius:8px;border:4px solid rgba(0,0,0,0);transition:1s ease-in-out}.dms-modal-edit__body::-webkit-scrollbar-thumb:hover{background:var(--dms-global-grey-46)}@media(orientation:landscape)and (min-width:1921px){.dms-modal-edit__body{gap:.832vw}}@media(orientation:portrait)and (min-width:1081px){.dms-modal-edit__body{gap:1.47264vw}}.dms-modal-edit__body md-input-helper md-helper-text span{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:14px;font-weight:400;line-height:1.3;color:var(--dms-color-neutral-foreground-1-rest)}@media(orientation:landscape)and (min-width:1921px){.dms-modal-edit__body md-input-helper md-helper-text span{font-size:.728vw}}@media(orientation:portrait)and (min-width:1081px){.dms-modal-edit__body md-input-helper md-helper-text span{font-size:1.28856vw}}.dms-modal-edit__footer{padding:var(--modal-padding);padding-top:0;display:flex;justify-content:right;align-items:center;gap:var(--dms-space-s)}@media(orientation:landscape)and (min-width:1921px){.dms-modal-edit__footer{gap:.416vw}}@media(orientation:portrait)and (min-width:1081px){.dms-modal-edit__footer{gap:.73632vw}}.dms-modal-edit__footer.space-between{justify-content:space-between}.dms-modal-edit__footer__timeStamp{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:12px;font-weight:400;line-height:1.3;white-space:nowrap;color:var(--dms-color-neutral-foreground-2-rest);margin-bottom:0;justify-self:left}@media(orientation:landscape)and (min-width:1921px){.dms-modal-edit__footer__timeStamp{font-size:.624vw}}@media(orientation:portrait)and (min-width:1081px){.dms-modal-edit__footer__timeStamp{font-size:1.10448vw}}.dms-modal-edit__footer__actions{display:flex;justify-content:end;gap:var(--dms-space-s)}@media(orientation:landscape)and (min-width:1921px){.dms-modal-edit__footer__actions{gap:.416vw}}@media(orientation:portrait)and (min-width:1081px){.dms-modal-edit__footer__actions{gap:.73632vw}}.signage-modal-form__backdrop{position:fixed;inset:0;background-color:var(--dms-global-alpha-black-40);display:flex;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(var(--dms-space-s));backdrop-filter:blur(var(--dms-space-s));animation:fadeIn .1s ease-in}.signage-modal-form__modal{border:none;position:relative;margin:auto;width:min(90vw,500px);max-width:500px;max-height:80vh;box-sizing:border-box;z-index:100;background:#fff;padding:var(--dms-space-xxl);border-radius:var(--dms-radius-x-large);display:grid;grid-template-rows:auto 1fr auto;gap:var(--dms-space-l);animation:fade-in-down-10px ease .35s}@keyframes fade-in-down-10px{0%{opacity:0;transform:translate3d(0,-10px,0)}to{transform:translateZ(0);opacity:1}}@media(orientation:landscape)and (min-width:1921px){.signage-modal-form__modal{max-width:26vw;padding:1.664vw;border-radius:.832vw}}@media(orientation:portrait)and (min-width:1081px){.signage-modal-form__modal{max-width:46.02vw;padding:2.94528vw;border-radius:1.47264vw}}.signage-modal-form__modal__header{display:flex;justify-content:space-between;align-items:center}.signage-modal-form__modal__header h2{color:var(--dms-color-neutral-foreground-1-rest);word-break:break-word;margin-bottom:0;max-width:40ch;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:20px;font-weight:600;line-height:1.3}@media(orientation:landscape)and (min-width:1921px){.signage-modal-form__modal__header h2{font-size:1.04vw}}@media(orientation:portrait)and (min-width:1081px){.signage-modal-form__modal__header h2{font-size:1.8408vw}}.signage-modal-form__modal__body{overflow-y:auto;display:flex;flex-direction:column}.signage-modal-form__modal__body::-webkit-scrollbar{width:6px;height:6px;transition:.3s ease-in-out}.signage-modal-form__modal__body::-webkit-scrollbar-track{background:transparent;border-radius:8px}.signage-modal-form__modal__body::-webkit-scrollbar-thumb{background:var(--dms-color-neutral-background-overlay-scrollbar-rest);border-radius:8px;border:4px solid rgba(0,0,0,0);transition:1s ease-in-out}.signage-modal-form__modal__body::-webkit-scrollbar-thumb:hover{background:var(--dms-global-grey-46)}.signage-modal-form__modal__body rdx-dms-dynamic-form::ng-deep .dms-form{gap:var(--dms-space-s)}@media(orientation:landscape)and (min-width:1921px){.signage-modal-form__modal__body rdx-dms-dynamic-form::ng-deep .dms-form{gap:.416vw}}@media(orientation:portrait)and (min-width:1081px){.signage-modal-form__modal__body rdx-dms-dynamic-form::ng-deep .dms-form{gap:.73632vw}}.signage-modal-form__modal__body__readonly-field{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.signage-modal-form__modal__footer{display:flex;justify-content:flex-end;gap:var(--dms-space-m)}@media(orientation:landscape)and (min-width:1921px){.signage-modal-form__modal__footer{gap:.624vw}}@media(orientation:portrait)and (min-width:1081px){.signage-modal-form__modal__footer{gap:1.10448vw}}b,strong{font-weight:500}h1,h2,h3,h4,h5,h6{font-weight:400}p{margin:0 0 .75rem}:root{--header-height: 48px;--custom-sidebar-width: 68px}@media(orientation:landscape)and (min-width:1921px){:root{--header-height: 2.496vw }}@media(orientation:portrait)and (min-width:1081px){:root{--header-height: calc(.052vw * 48 * 1.77)}}@media(orientation:landscape)and (min-width:1921px){:root{--custom-sidebar-width: 3.536vw }}@media(orientation:portrait)and (min-width:1081px){:root{--custom-sidebar-width: calc(.052vw * 68 * 1.77)}}md-badge .success{background-color:var(--dms-color-status-success-background-1-rest)!important;border-color:var(--dms-color-status-success-stroke-1-rest)!important;border-radius:var(--dms-radius-circular)!important;color:var(--dms-color-status-success-foreground-1-rest)!important}md-badge .grey{background-color:var(--dms-color-neutral-background-4-rest)!important;border-color:var(--dms-color-neutral-stroke-2-rest)!important;border-radius:var(--dms-radius-circular)!important;color:var(--dms-color-neutral-foreground-3-rest)!important}md-badge .error{background-color:var(--dms-color-status-danger-background-1-rest)!important;border-color:var(--dms-color-status-danger-stroke-1-rest)!important;border-radius:var(--dms-radius-circular)!important;color:var(--dms-color-status-danger-foreground-1-rest)!important}md-badge .info{background-color:var(--dms-color-brand-background-2-rest)!important;border-color:var(--dms-color-brand-stroke-2-rest)!important;border-radius:var(--dms-radius-circular)!important;color:var(--dms-color-brand-foreground-2-rest)!important}md-badge .warn{background-color:var(--dms-color-status-warning-background-1-rest)!important;border-color:var(--dms-color-status-warning-stroke-1-rest)!important;border-radius:var(--dms-radius-circular)!important;color:var(--dms-color-status-warning-foreground-1-rest)!important}md-date-picker-dropdown .date-picker-dropdown{max-width:unset!important}md-date-picker-dropdown .date-picker-dropdown:has(.dropdown-header) button.btn.btn-outlined{outline:unset!important;border:var(--dms-stroke-thin) solid var(--dms-color-neutral-stroke-1-rest)!important;border-bottom-color:var(--dms-color-neutral-stroke-accessible-rest)!important}@media(orientation:landscape)and (min-width:1921px){md-date-picker-dropdown .date-picker-dropdown:has(.dropdown-header) button.btn.btn-outlined{border-width:.052vw!important}}@media(orientation:portrait)and (min-width:1081px){md-date-picker-dropdown .date-picker-dropdown:has(.dropdown-header) button.btn.btn-outlined{border-width:.09204vw!important}}md-date-picker-dropdown .date-picker-dropdown:has(.error) button.btn.btn-outlined{border-color:var(--dms-color-status-danger-foreground-1-rest)!important}md-date-picker-dropdown .date-picker-dropdown button span{color:var(--dms-color-neutral-foreground-4-rest)!important}md-date-picker-dropdown .date-picker-dropdown button.btn.btn-outlined:hover:not(:disabled):not(.selected){background-color:var(--dms-global-grey-white)!important}md-date-picker .datepicker-left-panel .default-range-buttons{gap:var(--dms-space-xs)!important;padding:var(--dms-space-l)!important}@media(orientation:landscape)and (min-width:1921px){md-date-picker .datepicker-left-panel .default-range-buttons{gap:.208vw!important;padding:.832vw!important}}@media(orientation:portrait)and (min-width:1081px){md-date-picker .datepicker-left-panel .default-range-buttons{gap:.36816vw!important;padding:1.47264vw!important}}md-date-picker .datepicker-left-panel .default-range-buttons md-button.range-selection-button.selected .btn.btn-ghost{justify-content:start!important;background-color:var(--dms-color-neutral-background-subtle-selected)!important;color:var(--dms-color-neutral-foreground-1-pressed)!important;width:unset!important}@media(orientation:landscape)and (min-width:1921px){md-date-picker .datepicker-left-panel .datepicker-buttons{gap:.416vw!important;padding:.832vw!important}}@media(orientation:portrait)and (min-width:1081px){md-date-picker .datepicker-left-panel .datepicker-buttons{gap:.73632vw!important;padding:1.47264vw!important}}md-date-picker .datepicker-right-panel .calendar-wrapper .month-container-body table{border-collapse:unset}@media(orientation:landscape)and (min-width:1921px){md-date-picker .datepicker-right-panel .calendar-wrapper .month-container-body tr.day-container>th{height:1.664vw!important}}@media(orientation:portrait)and (min-width:1081px){md-date-picker .datepicker-right-panel .calendar-wrapper .month-container-body tr.day-container>th{height:2.94528vw!important}}md-date-picker .datepicker-right-panel .calendar-wrapper .month-container-body td.day-number>div{margin-block:var(--dms-space-xxs)!important}@media(orientation:landscape)and (min-width:1921px){md-date-picker .datepicker-right-panel .calendar-wrapper .month-container-body td.day-number>div{margin-block:.104vw!important}}@media(orientation:portrait)and (min-width:1081px){md-date-picker .datepicker-right-panel .calendar-wrapper .month-container-body td.day-number>div{margin-block:.18408vw!important}}md-date-picker .datepicker-right-panel .calendar-wrapper .month-container-body td.day-number>div>div.selected{outline:none!important;border:var(--dms-stroke-thin) solid var(--dms-color-brand-foreground-1-rest)!important}@media(orientation:landscape)and (min-width:1921px){md-date-picker .datepicker-right-panel .calendar-wrapper .month-container-body td.day-number>div>div.selected{border-radius:.208vw!important;border-width:.052vw!important}}@media(orientation:portrait)and (min-width:1081px){md-date-picker .datepicker-right-panel .calendar-wrapper .month-container-body td.day-number>div>div.selected{border-radius:.36816vw!important;border-width:.09204vw!important}}@media(orientation:landscape)and (min-width:1921px){md-date-picker .datepicker-right-panel .calendar-wrapper .month-container-body td.day-number>div .day-today{height:1.664vw!important;width:1.664vw!important;top:calc(50% - .832vw)!important;left:calc(50% - .832vw)!important}}@media(orientation:portrait)and (min-width:1081px){md-date-picker .datepicker-right-panel .calendar-wrapper .month-container-body td.day-number>div .day-today{height:2.94528vw!important;width:2.94528vw!important;top:calc(50% - 1.47264vw)!important;left:calc(50% - 1.47264vw)!important}}@media(orientation:landscape)and (min-width:1921px){md-date-picker .datepicker-right-panel .calendar-wrapper .year-container-body>tr,md-date-picker .datepicker-right-panel .calendar-wrapper .decade-container-body>tr{gap:.416vw!important;margin-bottom:.416vw!important}}@media(orientation:portrait)and (min-width:1081px){md-date-picker .datepicker-right-panel .calendar-wrapper .year-container-body>tr,md-date-picker .datepicker-right-panel .calendar-wrapper .decade-container-body>tr{gap:.73632vw!important;margin-bottom:.73632vw!important}}md-drawer .drawer-wrapper{top:var(--header-height)!important;height:calc(100vh - var(--header-height))!important;box-shadow:var(--dms-elevation-shadow-16)!important;z-index:4;padding:0;margin-bottom:0}md-drawer .drawer-wrapper .drawer-top{padding:0!important}md-drawer .drawer-wrapper .drawer-body{height:100%;margin-bottom:0!important;padding:0!important}md-grid-view.item .container .grid-body-item.clickable{background-color:var(--dms-color-neutral-background-subtle-rest)!important}md-grid-view.item .container .grid-body-item.clickable:hover:not(.selected){background-color:var(--dms-color-neutral-background-subtle-hover)!important}md-grid-view.item .container .grid-body-item.clickable:active:not(.selected){background-color:var(--dms-color-neutral-background-subtle-pressed)!important}md-grid-view.item .container .grid-body-item.clickable.selected{background-color:var(--dms-color-brand-background-2-rest)!important;border-bottom-color:var(--dms-color-neutral-stroke-2-rest)!important}md-grid-view.item .container .grid-body-item.clickable.selected:hover{background-color:var(--dms-color-brand-background-2-hover)!important}md-grid-view.item .container .grid-body-item.clickable.selected:active{background-color:var(--dms-color-brand-background-2-pressed)!important}md-grid-view.item .container .grid-body-item-sub-row{background-color:var(--dms-color-neutral-background-subtle-rest)!important;border-bottom-color:var(--dms-color-neutral-stroke-3-rest)!important}md-grid-view.item .container .grid-body-item-sub-row:hover{background-color:var(--dms-color-neutral-background-subtle-hover)!important}md-grid-view.item .container .grid-body-item-sub-row:active{background-color:var(--dms-color-neutral-background-subtle-pressed)!important}md-grid-view.item .container .grid-body-item-sub-row.selected{background-color:var(--dms-color-brand-background-2-rest)!important;border-bottom-color:var(--dms-color-neutral-stroke-2-rest)!important}md-grid-view.item .container .grid-body-item-sub-row.selected .grid-body-item.selected{background-color:var(--dms-color-brand-background-2-rest)!important}md-grid-view.item .container .grid-body-item-sub-row.selected .grid-body-item.subRow{background-color:var(--dms-color-brand-background-2-rest)!important}md-grid-view.item .container .grid-body-item-sub-row.selected:hover{background-color:var(--dms-color-brand-background-2-hover)!important}md-grid-view.item .container .grid-body-item-sub-row.selected:hover .grid-body-item.selected{background-color:var(--dms-color-brand-background-2-hover)!important}md-grid-view.item .container .grid-body-item-sub-row.selected:hover .grid-body-item.subRow{background-color:var(--dms-color-brand-background-2-hover)!important}md-grid-view.item .container .grid-body-item-sub-row.selected:active{background-color:var(--dms-color-brand-background-2-pressed)!important}md-grid-view.item .container .grid-body-item-sub-row.selected:active .grid-body-item.selected{background-color:var(--dms-color-brand-background-2-pressed)!important}md-grid-view.item .container .grid-body-item-sub-row.selected:active .grid-body-item.subRow{background-color:var(--dms-color-brand-background-2-pressed)!important}@media(orientation:landscape)and (min-width:1921px){md-grid-view .grid-container .grid-wrapper div.grid-body>.no-rows .empty-state{padding:1.248vw}}@media(orientation:portrait)and (min-width:1081px){md-grid-view .grid-container .grid-wrapper div.grid-body>.no-rows .empty-state{padding:2.20896vw}}md-grid-view .grid-container .grid-wrapper div.grid-body>.no-rows .empty-state md-icon::ng-deep>i:before{font-size:32px!important}@media(orientation:landscape)and (min-width:1921px){md-grid-view .grid-container .grid-wrapper div.grid-body>.no-rows .empty-state md-icon::ng-deep>i:before{font-size:1.664vw!important;line-height:1.2!important}}@media(orientation:portrait)and (min-width:1081px){md-grid-view .grid-container .grid-wrapper div.grid-body>.no-rows .empty-state md-icon::ng-deep>i:before{font-size:2.94528vw!important;line-height:1.2!important}}@media(orientation:landscape)and (min-width:1921px){md-grid-view .grid-container .grid-wrapper div.grid-body>.no-rows .empty-state span{font-size:.624vw;line-height:1.2}}@media(orientation:portrait)and (min-width:1081px){md-grid-view .grid-container .grid-wrapper div.grid-body>.no-rows .empty-state span{font-size:1.10448vw;line-height:1.2}}md-grid-view .container{gap:var(--dms-space-l)!important}@media(orientation:landscape)and (min-width:1921px){md-grid-view .container{gap:.832vw!important}}@media(orientation:portrait)and (min-width:1081px){md-grid-view .container{gap:1.47264vw!important}}md-grid-view .container .header .title{font-size:var(--dms-font-size-400)!important;line-height:1.3!important;padding:0!important}@media(orientation:landscape)and (min-width:1921px){md-grid-view .container .header .title{font-size:.832vw!important}}@media(orientation:portrait)and (min-width:1081px){md-grid-view .container .header .title{font-size:1.47264vw!important}}md-grid .grid-header{border-bottom-color:var(--dms-color-neutral-stroke-1-rest)!important}md-grid .grid-header>button:first-child{padding-left:var(--dms-space-l)!important}@media(orientation:landscape)and (min-width:1921px){md-grid .grid-header>button:first-child{padding-left:.832vw!important}}@media(orientation:portrait)and (min-width:1081px){md-grid .grid-header>button:first-child{padding-left:1.47264vw!important}}md-grid .grid-header>button:last-child{padding-right:var(--dms-space-l)!important}@media(orientation:landscape)and (min-width:1921px){md-grid .grid-header>button:last-child{padding-right:.832vw!important}}@media(orientation:portrait)and (min-width:1081px){md-grid .grid-header>button:last-child{padding-right:1.47264vw!important}}md-grid .grid-header label{font-weight:var(--dms-font-weight-semibold)!important}md-grid .grid-header :focus-visible{outline-offset:calc(var(--dms-space-xxs) * -1)!important}@media(orientation:landscape)and (min-width:1921px){md-grid .grid-header :focus-visible{outline-offset:-.104vw!important}}@media(orientation:portrait)and (min-width:1081px){md-grid .grid-header :focus-visible{outline-offset:-.18408vw!important}}md-grid .grid-body .grid-body-item{border-bottom-color:var(--dms-color-neutral-stroke-3-rest)!important}md-grid .grid-body .grid-body-item>div:first-child{padding-left:var(--dms-space-l)!important}@media(orientation:landscape)and (min-width:1921px){md-grid .grid-body .grid-body-item>div:first-child{padding-left:.832vw!important}}@media(orientation:portrait)and (min-width:1081px){md-grid .grid-body .grid-body-item>div:first-child{padding-left:1.47264vw!important}}md-grid .grid-body .grid-body-item>div:last-child{padding-right:var(--dms-space-l)!important}@media(orientation:landscape)and (min-width:1921px){md-grid .grid-body .grid-body-item>div:last-child{padding-right:.832vw!important}}@media(orientation:portrait)and (min-width:1081px){md-grid .grid-body .grid-body-item>div:last-child{padding-right:1.47264vw!important}}md-grid .checkbox-cell{max-width:var(--dms-space-xxxl)!important}@media(orientation:landscape)and (min-width:1921px){md-grid .checkbox-cell{max-width:1.664vw!important}}@media(orientation:portrait)and (min-width:1081px){md-grid .checkbox-cell{max-width:2.94528vw!important}}md-grid .checkbox-cell span,md-grid .checkbox-cell md-checkbox{width:var(--dms-space-l)}@media(orientation:landscape)and (min-width:1921px){md-grid .checkbox-cell span,md-grid .checkbox-cell md-checkbox{width:.832vw!important}}@media(orientation:portrait)and (min-width:1081px){md-grid .checkbox-cell span,md-grid .checkbox-cell md-checkbox{width:1.47264vw!important}}md-grid .checkbox-cell md-checkbox{padding-top:1px}@media(orientation:landscape)and (min-width:1921px){md-grid .checkbox-cell md-checkbox{padding-top:.052vw}}@media(orientation:portrait)and (min-width:1081px){md-grid .checkbox-cell md-checkbox{padding-top:.09204vw}}md-grid button.clickable{transition:background-color .3s ease-out,border-color .3s ease-out!important}md-grid button.clickable:focus-visible{border-radius:var(--dms-radius-medium);outline:var(--dms-stroke-thick) solid var(--dms-global-grey-18)}@media(orientation:landscape)and (min-width:1921px){md-grid button.clickable:focus-visible{outline-width:.104vw;border-radius:.208vw}}@media(orientation:portrait)and (min-width:1081px){md-grid button.clickable:focus-visible{outline-width:.18408vw;border-radius:.208vw}}md-grid .grid-header>div.grid-header-item.checkbox-cell,md-grid .grid-body>.grid-body-item .checkbox-cell{padding-left:var(--dms-space-l)!important;max-width:var(--dms-space-5xl)!important}@media(orientation:landscape)and (min-width:1921px){md-grid .grid-header>div.grid-header-item.checkbox-cell,md-grid .grid-body>.grid-body-item .checkbox-cell{padding-left:.832vw!important;max-width:4.16vw!important}}@media(orientation:portrait)and (min-width:1081px){md-grid .grid-header>div.grid-header-item.checkbox-cell,md-grid .grid-body>.grid-body-item .checkbox-cell{padding-left:1.47264vw!important;max-width:7.3632vw!important}}md-input .input-container input[type=email]{line-height:0!important}md-input-number .cellNumericContainer input[type=numeric]{line-height:1!important}@media(orientation:landscape)and (min-width:1921px){md-input-number .cellNumericContainer input[type=numeric]{line-height:unset!important}}@media(orientation:portrait)and (min-width:1081px){md-input-number .cellNumericContainer input[type=numeric]{line-height:unset!important}}md-input-text-area textarea{min-height:calc(var(--dms-space-6xl) * 2)}@media(orientation:landscape)and (min-width:1921px){md-input-text-area textarea{min-height:4.992vw}}@media(orientation:portrait)and (min-width:1081px){md-input-text-area textarea{min-height:8.83584vw}}md-input-text-area textarea:read-only{pointer-events:unset!important}md-input .input-container input[type=text]{line-height:0!important}md-label>label{font-weight:600!important;margin-bottom:0!important;white-space:nowrap;overflow:hidden;line-height:1.8!important}md-checkbox+md-label>label{font-weight:400!important;margin-bottom:0!important;cursor:pointer;display:inline-block}md-modal .modal-wrapper{z-index:100!important;-webkit-backdrop-filter:blur(var(--dms-space-s));backdrop-filter:blur(var(--dms-space-s))}@media(orientation:landscape)and (min-width:1921px){md-modal .modal-wrapper{-webkit-backdrop-filter:blur(.416vw);backdrop-filter:blur(.416vw)}}@media(orientation:portrait)and (min-width:1081px){md-modal .modal-wrapper{-webkit-backdrop-filter:blur(.73632vw);backdrop-filter:blur(.73632vw)}}md-modal .modal-wrapper{padding-inline:var(--dms-space-l)}md-modal .modal-wrapper .modal-content{width:100%!important;max-width:500px!important;max-height:80vh!important;gap:var(--dms-space-l)!important;padding:0!important}@media(orientation:landscape)and (min-width:1921px){md-modal .modal-wrapper .modal-content{gap:.832vw!important;max-width:26vw!important;padding:0!important}}@media(orientation:portrait)and (min-width:1081px){md-modal .modal-wrapper .modal-content{gap:1.47264vw!important;max-width:46.02vw!important;padding:0!important}}md-modal .modal-wrapper .modal-content .modal-body{max-height:unset!important}md-modal .modal-wrapper .modal-content .modal-body p{margin-bottom:var(--dms-space-l)}@media(orientation:landscape)and (min-width:1921px){md-modal .modal-wrapper .modal-content .modal-body p{margin-bottom:.832vw}}@media(orientation:portrait)and (min-width:1081px){md-modal .modal-wrapper .modal-content .modal-body p{margin-bottom:1.47264vw}}md-modal .modal-wrapper .modal-content .modal-body hr{margin-bottom:var(--dms-space-s)}@media(orientation:landscape)and (min-width:1921px){md-modal .modal-wrapper .modal-content .modal-body hr{margin-bottom:.416vw}}@media(orientation:portrait)and (min-width:1081px){md-modal .modal-wrapper .modal-content .modal-body hr{margin-bottom:.73632vw}}md-modal .modal-wrapper .modal-content .modal-body ul{list-style-type:disc;margin-left:var(--dms-space-xl);margin-bottom:var(--dms-space-s)}@media(orientation:landscape)and (min-width:1921px){md-modal .modal-wrapper .modal-content .modal-body ul{margin-bottom:.416vw;margin-left:1.04vw}}@media(orientation:portrait)and (min-width:1081px){md-modal .modal-wrapper .modal-content .modal-body ul{margin-bottom:.73632vw;margin-left:1.8408vw}}md-modal.large .modal-wrapper .modal-content{max-width:800px!important}@media(orientation:landscape)and (min-width:1921px){md-modal.large .modal-wrapper .modal-content{max-width:41.6vw!important}}@media(orientation:portrait)and (min-width:1081px){md-modal.large .modal-wrapper .modal-content{max-width:73.632vw!important}}md-modal-confirm md-modal .modal-wrapper .modal-content,rdx-dms-delete-confirm-modal .modal-wrapper .modal-content,rdx-dms-reject-comment-modal .modal-wrapper .modal-content{padding:24px!important}@media(orientation:landscape)and (min-width:1921px){md-modal-confirm md-modal .modal-wrapper .modal-content,rdx-dms-delete-confirm-modal .modal-wrapper .modal-content,rdx-dms-reject-comment-modal .modal-wrapper .modal-content{padding:1.248vw!important}}@media(orientation:portrait)and (min-width:1081px){md-modal-confirm md-modal .modal-wrapper .modal-content,rdx-dms-delete-confirm-modal .modal-wrapper .modal-content,rdx-dms-reject-comment-modal .modal-wrapper .modal-content{padding:2.20896vw!important}}md-modal md-modal-footer .modal-footer{gap:var(--dms-space-s)!important}@media(orientation:landscape)and (min-width:1921px){md-modal md-modal-footer .modal-footer{gap:.416vw!important}}@media(orientation:portrait)and (min-width:1081px){md-modal md-modal-footer .modal-footer{gap:.73632vw!important}}md-modal md-modal-footer .modal-footer button{max-width:unset!important}md-modal-header .modal-header{flex-grow:1}md-notifications .notificationContainer{z-index:1000}md-options-panel{width:100%!important}md-options-panel .itemsContainer.show{max-height:300px!important}@media(orientation:landscape)and (min-width:1921px){md-options-panel .itemsContainer.show{max-height:15.6vw!important}}@media(orientation:portrait)and (min-width:1081px){md-options-panel .itemsContainer.show{max-height:27.612vw!important}}md-select .wrapper div.select span.selected-item,md-select .wrapper div.select .placeholder{line-height:unset!important}@media(orientation:landscape)and (min-width:1921px){md-select .wrapper div.select span.selected-item,md-select .wrapper div.select .placeholder{line-height:unset!important}}@media(orientation:portrait)and (min-width:1081px){md-select .wrapper div.select span.selected-item,md-select .wrapper div.select .placeholder{line-height:unset!important}}@media(orientation:landscape)and (min-width:1921px){md-tab-view nav button span.text{line-height:1.04vw!important}}@media(orientation:portrait)and (min-width:1081px){md-tab-view nav button span.text{line-height:1.8408vw!important}}md-tab-view .tab-container.row .nav-item.active{width:auto}md-tooltip{position:absolute;z-index:200}md-tooltip>div{max-width:240px}@media(orientation:landscape)and (min-width:1921px){md-tooltip>div{max-width:12.48vw}}@media(orientation:portrait)and (min-width:1081px){md-tooltip>div{max-width:22.0896vw}}md-type-ahead div.wrapper>div.container.error{border:unset!important}md-type-ahead div.wrapper>div.container.error md-input{border:var(--dms-stroke-thin) solid var(--md-color-status-error-500)!important}@media(orientation:landscape)and (min-width:1921px){md-type-ahead div.wrapper>div.container.error md-input{border-width:.052vw!important}}@media(orientation:portrait)and (min-width:1081px){md-type-ahead div.wrapper>div.container.error md-input{border-width:.09204vw!important}}:root{--md-color-primary-50: #96c6fa;--md-color-primary-100: #77b7f7;--md-color-primary-200: #62abf5;--md-color-primary-300: #479ef5;--md-color-primary-400: #2886de;--md-color-primary-500: #0f6cbd;--md-color-primary-600: #115ea3;--md-color-primary-700: #0f548c;--md-color-primary-800: #0e4775;--md-color-primary-900: #0c3b5e;--md-color-primary-alpha-5: rgba(15, 108, 189, .05);--md-color-primary-alpha-10: rgba(15, 108, 189, .1);--md-color-primary-alpha-15: rgba(15, 108, 189, .15);--md-color-status-error-500: var(--dms-color-status-danger-foreground-1-rest)}.dms-text-content-page-main-heading{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:32px;font-weight:600;line-height:1.3;line-height:1.2;margin-bottom:var(--dms-space-l);font-weight:400}@media(orientation:landscape)and (min-width:1921px){.dms-text-content-page-main-heading{font-size:1.04vw;margin-bottom:.832vw}}@media(orientation:portrait)and (min-width:1081px){.dms-text-content-page-main-heading{font-size:1.8408vw;margin-bottom:1.47264vw}}.dms-text-headline{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:24px;font-weight:600;line-height:1.3;line-height:1.2}@media(orientation:landscape)and (min-width:1921px){.dms-text-headline{font-size:1.248vw}}@media(orientation:portrait)and (min-width:1081px){.dms-text-headline{font-size:2.20896vw}}.dms-text-title1{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:20px;font-weight:600;line-height:1.3;line-height:1.2}@media(orientation:landscape)and (min-width:1921px){.dms-text-title1{font-size:1.04vw}}@media(orientation:portrait)and (min-width:1081px){.dms-text-title1{font-size:1.8408vw}}.dms-text-title2{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:16px;font-weight:600;line-height:1.3;line-height:1.2}@media(orientation:landscape)and (min-width:1921px){.dms-text-title2{font-size:.832vw}}@media(orientation:portrait)and (min-width:1081px){.dms-text-title2{font-size:1.47264vw}}.dms-text-subtitle{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:14px;font-weight:600;line-height:1.3;line-height:1.2}@media(orientation:landscape)and (min-width:1921px){.dms-text-subtitle{font-size:.728vw}}@media(orientation:portrait)and (min-width:1081px){.dms-text-subtitle{font-size:1.28856vw}}.dms-text-content{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:14px;font-weight:400;line-height:1.3;line-height:1.2}@media(orientation:landscape)and (min-width:1921px){.dms-text-content{font-size:.728vw}}@media(orientation:portrait)and (min-width:1081px){.dms-text-content{font-size:1.28856vw}}.dms-text-caption{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:12px;font-weight:400;line-height:1.3}@media(orientation:landscape)and (min-width:1921px){.dms-text-caption{font-size:.624vw}}@media(orientation:portrait)and (min-width:1081px){.dms-text-caption{font-size:1.10448vw}}.dms-text-caption-strong{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Geneva,sans-serif;font-size:12px;font-weight:600;line-height:1.3}@media(orientation:landscape)and (min-width:1921px){.dms-text-caption-strong{font-size:.624vw}}@media(orientation:portrait)and (min-width:1081px){.dms-text-caption-strong{font-size:1.10448vw}}.dms-divider-h{display:block;height:var(--dms-stroke-thin);width:100%;background-color:var(--dms-color-neutral-stroke-2-rest);margin:var(--dms-space-s) 0}.dms-divider-h:before{font-size:0;line-height:0;content:""}@media(orientation:landscape)and (min-width:1921px){.dms-divider-h{margin:.416vw 0;height:.052vw}}@media(orientation:portrait)and (min-width:1081px){.dms-divider-h{margin:.73632vw 0;height:.09204vw}}.dms-divider-v{display:block;width:var(--dms-stroke-thin);height:100%;background-color:var(--dms-color-neutral-stroke-2-rest);margin:0 var(--dms-space-s)}.dms-divider-v:before{font-size:0;line-height:0;content:""}@media(orientation:landscape)and (min-width:1921px){.dms-divider-v{margin:0 .416vw;width:.052vw}}@media(orientation:portrait)and (min-width:1081px){.dms-divider-v{margin:0 .73632vw;width:.09204vw}}.dms-link,.dms-link-inline{color:var(--dms-global-brand-70);font-weight:400}.dms-link:hover,.dms-link-inline:hover{text-decoration:underline;color:var(--dms-global-brand-60)}.dms-link:focus-visible,.dms-link-inline:focus-visible{text-decoration:double}.dms-link:disabled,.dms-link-inline:disabled{cursor:not-allowed;color:var(--dms-global-grey-74)}.dms-link-inline{text-decoration:underline}.cdk-overlay-container:has(.brand-overlay-panel){z-index:999!important}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes modalFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.cdk-overlay-pane.rdx-animate-enter{animation:modalFadeIn .2s ease-out forwards}.cdk-overlay-pane.rdx-animate-exit{animation:modalFadeOut .15s ease-in forwards}.cdk-overlay-container .brand-overlay-panel,.cdk-overlay-container .user-menu-overlay-panel,.cdk-overlay-container .schedule-menu-overlay-panel,.cdk-overlay-container .more-options-overlay-panel,.cdk-overlay-container .localization-overlay-panel{top:var(--header-height)!important;margin-top:0!important}.cdk-overlay-container .user-menu-overlay-panel{right:0!important}.cdk-overlay-container .admin-panel-action-list-overlay-panel,.cdk-overlay-container .contributor-table-action-list-overlay-panel{margin-top:var(--dms-space-snudge)!important}@media(orientation:landscape)and (min-width:1921px){.cdk-overlay-container .admin-panel-action-list-overlay-panel,.cdk-overlay-container .contributor-table-action-list-overlay-panel{margin-top:.312vw!important}}@media(orientation:portrait)and (min-width:1081px){.cdk-overlay-container .admin-panel-action-list-overlay-panel,.cdk-overlay-container .contributor-table-action-list-overlay-panel{margin-top:.55224vw!important}}.cdk-overlay-container .capability-overlay-panel{margin-top:var(--dms-space-m)!important}@media(orientation:landscape)and (min-width:1921px){.cdk-overlay-container .capability-overlay-panel{margin-top:.624vw!important}}@media(orientation:portrait)and (min-width:1081px){.cdk-overlay-container .capability-overlay-panel{margin-top:1.10448vw!important}}*,*:before,*:after{box-sizing:border-box}@-ms-viewport{width:device-width}html{line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6,p,a{margin:0 0 1rem}a{-webkit-text-decoration-skip:objects;background-color:transparent;text-decoration:none;outline:0}b,strong{font-weight:bolder}ol,ul,dl{margin:0;padding:0;list-style-type:none}pre{font-family:monospace,monospace;font-size:1em}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{font-style:normal;line-height:inherit}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}figure{margin:0}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;margin:0}textarea{overflow:auto;resize:vertical}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}table{border-collapse:collapse}caption{padding:.75rem 0;caption-side:bottom}th{text-align:inherit}label{display:inline-block}button{border-radius:0;outline:none}fieldset{min-width:0;padding:.5rem;margin:0;border:0}legend{color:inherit;display:block;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=date],[type=time],[type=datetime-local],[type=month]{-webkit-appearance:listbox}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}:root{--dms-color-brand-background-1-hover: #115ea3;--dms-color-brand-background-1-pressed: #0c3b5e;--dms-color-brand-background-1-rest: #0f6cbd;--dms-color-brand-background-1-selected: #0f548c;--dms-color-brand-background-2-hover: #cfe4fa;--dms-color-brand-background-2-pressed: #96c6fa;--dms-color-brand-background-2-rest: #ebf3fc;--dms-color-brand-background-inverted-hover: #ebf3fc;--dms-color-brand-background-inverted-pressed: #b4d6fa;--dms-color-brand-background-inverted-rest: #ffffff;--dms-color-brand-background-inverted-selected: #cfe4fa;--dms-color-brand-background-static-rest: #0f6cbd;--dms-color-brand-background-compound-hover: #115ea3;--dms-color-brand-background-compound-pressed: #0f548c;--dms-color-brand-background-compound-rest: #0f6cbd;--dms-color-brand-foreground-1-rest: #0f6cbd;--dms-color-brand-foreground-2-rest: #115ea3;--dms-color-brand-foreground-2-hover: #0f548c;--dms-color-brand-foreground-2-pressed: #0a2e4a;--dms-color-brand-foreground-link-hover: #0f548c;--dms-color-brand-foreground-link-pressed: #0c3b5e;--dms-color-brand-foreground-link-rest: #115ea3;--dms-color-brand-foreground-link-selected: #115ea3;--dms-color-brand-foreground-inverted-hover: #62abf5;--dms-color-brand-foreground-inverted-pressed: #479ef5;--dms-color-brand-foreground-inverted-rest: #479ef5;--dms-color-brand-foreground-compound-hover: #115ea3;--dms-color-brand-foreground-compound-pressed: #0f548c;--dms-color-brand-foreground-compound-rest: #0f6cbd;--dms-color-brand-foreground-on-light-hover: #115ea3;--dms-color-brand-foreground-on-light-pressed: #0e4775;--dms-color-brand-foreground-on-light-rest: #0f6cbd;--dms-color-brand-foreground-on-light-selected: #0f548c;--dms-color-brand-stroke-1-rest: #0f6cbd;--dms-color-brand-stroke-2-hover: #77b7f7;--dms-color-brand-stroke-2-pressed: #0f6cbd;--dms-color-brand-stroke-2-rest: #b4d6fa;--dms-color-brand-stroke-2-contrast-rest: #b4d6fa;--dms-color-brand-stroke-compound-hover: #115ea3;--dms-color-brand-stroke-compound-pressed: #0f548c;--dms-color-brand-stroke-compound-rest: #0f6cbd;--dms-color-neutral-background-1-hover: #f5f5f5;--dms-color-neutral-background-1-pressed: #e0e0e0;--dms-color-neutral-background-1-rest: #ffffff;--dms-color-neutral-background-1-selected: #ebebeb;--dms-color-neutral-background-2-hover: #f0f0f0;--dms-color-neutral-background-2-pressed: #dbdbdb;--dms-color-neutral-background-2-rest: #fafafa;--dms-color-neutral-background-2-selected: #e6e6e6;--dms-color-neutral-background-3-hover: #ebebeb;--dms-color-neutral-background-3-pressed: #d6d6d6;--dms-color-neutral-background-3-rest: #f5f5f5;--dms-color-neutral-background-3-selected: #e0e0e0;--dms-color-neutral-background-4-hover: #fafafa;--dms-color-neutral-background-4-pressed: #f5f5f5;--dms-color-neutral-background-4-rest: #f0f0f0;--dms-color-neutral-background-4-selected: #ffffff;--dms-color-neutral-background-5-hover: #f5f5f5;--dms-color-neutral-background-5-pressed: #f0f0f0;--dms-color-neutral-background-5-rest: #ebebeb;--dms-color-neutral-background-5-selected: #fafafa;--dms-color-neutral-background-6-rest: #e6e6e6;--dms-color-neutral-background-alpha-1-rest: rgba(255, 255, 255, .5019607843);--dms-color-neutral-background-alpha-2-rest: rgba(255, 255, 255, .8);--dms-color-neutral-background-disabled-rest: #f0f0f0;--dms-color-neutral-background-inverted-rest: #292929;--dms-color-neutral-background-inverted-disabled-rest: #f0f0f0;--dms-color-neutral-background-overlay-rest: rgba(0, 0, 0, .4);--dms-color-neutral-background-overlay-scrollbar-rest: rgba(0, 0, 0, .5019607843);--dms-color-neutral-background-static-rest: #333333;--dms-color-neutral-background-stencil-1-rest: #e6e6e6;--dms-color-neutral-background-stencil-2-rest: #fafafa;--dms-color-neutral-background-subtle-hover: #f5f5f5;--dms-color-neutral-background-subtle-pressed: #e0e0e0;--dms-color-neutral-background-subtle-rest: rgba(255, 255, 255, 0);--dms-color-neutral-background-subtle-selected: #ebebeb;--dms-color-neutral-background-subtle-inverted-hover: rgba(0, 0, 0, .1019607843);--dms-color-neutral-background-subtle-inverted-pressed: rgba(0, 0, 0, .3019607843);--dms-color-neutral-background-subtle-inverted-rest: rgba(255, 255, 255, 0);--dms-color-neutral-background-subtle-inverted-selected: rgba(0, 0, 0, .2);--dms-color-neutral-background-subtle-light-alpha-hover: rgba(255, 255, 255, .6980392157);--dms-color-neutral-background-subtle-light-alpha-pressed: rgba(255, 255, 255, .5019607843);--dms-color-neutral-background-subtle-light-alpha-selected: rgba(255, 255, 255, 0);--dms-color-neutral-background-transparent-hover: rgba(255, 255, 255, 0);--dms-color-neutral-background-transparent-pressed: rgba(255, 255, 255, 0);--dms-color-neutral-background-transparent-rest: rgba(255, 255, 255, 0);--dms-color-neutral-background-transparent-selected: rgba(255, 255, 255, 0);--dms-color-neutral-foreground-1-hover: #242424;--dms-color-neutral-foreground-1-pressed: #242424;--dms-color-neutral-foreground-1-rest: #242424;--dms-color-neutral-foreground-1-selected: #242424;--dms-color-neutral-foreground-2-hover: #242424;--dms-color-neutral-foreground-2-pressed: #242424;--dms-color-neutral-foreground-2-rest: #424242;--dms-color-neutral-foreground-2-selected: #242424;--dms-color-neutral-foreground-2-brand-hover: #0f6cbd;--dms-color-neutral-foreground-2-brand-pressed: #115ea3;--dms-color-neutral-foreground-2-brand-selected: #0f6cbd;--dms-color-neutral-foreground-2-link-rest: #424242;--dms-color-neutral-foreground-2-link-hover: #242424;--dms-color-neutral-foreground-2-link-pressed: #242424;--dms-color-neutral-foreground-2-link-selected: #242424;--dms-color-neutral-foreground-3-hover: #424242;--dms-color-neutral-foreground-3-pressed: #424242;--dms-color-neutral-foreground-3-rest: #616161;--dms-color-neutral-foreground-3-selected: #424242;--dms-color-neutral-foreground-3-brand-hover: #0f6cbd;--dms-color-neutral-foreground-3-brand-pressed: #115ea3;--dms-color-neutral-foreground-3-brand-selected: #0f6cbd;--dms-color-neutral-foreground-4-rest: #707070;--dms-color-neutral-foreground-disabled-rest: #bdbdbd;--dms-color-neutral-foreground-static-rest: #242424;--dms-color-neutral-foreground-static-inverted-rest: #ffffff;--dms-color-neutral-foreground-inverted-1-hover: #ffffff;--dms-color-neutral-foreground-inverted-1-pressed: #ffffff;--dms-color-neutral-foreground-inverted-1-rest: #ffffff;--dms-color-neutral-foreground-inverted-1-selected: #ffffff;--dms-color-neutral-foreground-inverted-2-rest: #ffffff;--dms-color-neutral-foreground-inverted-disabled-rest: rgba(255, 255, 255, .4);--dms-color-neutral-foreground-inverted-link-hover: #ffffff;--dms-color-neutral-foreground-inverted-link-pressed: #ffffff;--dms-color-neutral-foreground-inverted-link-rest: #ffffff;--dms-color-neutral-foreground-inverted-link-selected: #ffffff;--dms-color-neutral-foreground-on-brand-rest: #ffffff;--dms-color-neutral-stroke-1-hover: #c7c7c7;--dms-color-neutral-stroke-1-pressed: #b3b3b3;--dms-color-neutral-stroke-1-rest: #d1d1d1;--dms-color-neutral-stroke-1-selected: #bdbdbd;--dms-color-neutral-stroke-2-rest: #e0e0e0;--dms-color-neutral-stroke-3-rest: #f0f0f0;--dms-color-neutral-stroke-accessible-hover: #575757;--dms-color-neutral-stroke-accessible-pressed: #4d4d4d;--dms-color-neutral-stroke-accessible-rest: #616161;--dms-color-neutral-stroke-accessible-selected: #0f6cbd;--dms-color-neutral-stroke-alpha-1-rest: rgba(0, 0, 0, .0509803922);--dms-color-neutral-stroke-alpha-2-rest: rgba(255, 255, 255, .2);--dms-color-neutral-stroke-disabled-rest: #e0e0e0;--dms-color-neutral-stroke-disabled-inverted-rest: rgba(255, 255, 255, .4);--dms-color-neutral-stroke-focus-1-rest: #ffffff;--dms-color-neutral-stroke-focus-2-rest: #000000;--dms-color-neutral-stroke-subtle-rest: #e0e0e0;--dms-color-neutral-stroke-transparent-rest: rgba(255, 255, 255, 0);--dms-color-neutral-stroke-transparent-disabled-rest: rgba(255, 255, 255, 0);--dms-color-neutral-stroke-transparent-interactive-rest: rgba(255, 255, 255, 0);--dms-color-neutral-stroke-on-brand-1-rest: #ffffff;--dms-color-neutral-stroke-on-brand-2-hover: #ffffff;--dms-color-neutral-stroke-on-brand-2-pressed: #ffffff;--dms-color-neutral-stroke-on-brand-2-rest: #ffffff;--dms-color-neutral-stroke-on-brand-2-selected: #ffffff;--dms-color-shadow-ambient: #0000001f;--dms-color-shadow-ambient-brand: #0000004d;--dms-color-shadow-ambient-darker: #00000033;--dms-color-shadow-ambient-lighter: #0000000f;--dms-color-shadow-key: #00000024;--dms-color-shadow-key-brand: #00000040;--dms-color-shadow-key-darker: #0000003d;--dms-color-shadow-key-lighter: #00000012;--dms-color-status-danger-background-1-rest: #fdf3f4;--dms-color-status-danger-background-3-rest: #c50f1f;--dms-color-status-danger-background-3-hover: #b10e1c;--dms-color-status-danger-background-3-pressed: #960b18;--dms-color-status-danger-foreground-1-rest: #b10e1c;--dms-color-status-danger-foreground-3-rest: #d13438;--dms-color-status-danger-stroke-1-rest: #eeacb2;--dms-color-status-danger-stroke-2-rest: #c50f1f;--dms-color-status-success-background-1-rest: #f1faf1;--dms-color-status-success-background-3-rest: #107c10;--dms-color-status-success-foreground-1-rest: #0e700e;--dms-color-status-success-foreground-3-rest: #107c10;--dms-color-status-success-foreground-inverted-rest: #359b35;--dms-color-status-success-stroke-1-rest: #9fd89f;--dms-color-status-success-stroke-2-rest: #107c10;--dms-color-status-warning-background-1-rest: #fff9f5;--dms-color-status-warning-background-3-rest: #f7630c;--dms-color-status-warning-foreground-1-rest: #bc4b09;--dms-color-status-warning-foreground-2-rest: #8a3707;--dms-color-status-warning-stroke-1-rest: #fdcfb4;--dms-color-status-oof-foreground-3-rest: #c239b3;--dms-color-status-available-foreground-3-rest: #13a10e;--dms-color-status-away-background-3-rest: #eaa300;--dms-color-status-severe-foreground-1-rest: #c43501;--dms-color-status-generic-anchor-background-2-rest: #bcc3c7;--dms-color-status-generic-anchor-foreground-2-rest: #202427;--dms-color-status-generic-anchor-stroke-active-rest: #394146;--dms-color-status-generic-beige-background-2-rest: #d7d4d4;--dms-color-status-generic-beige-foreground-2-rest: #444241;--dms-color-status-generic-beige-stroke-active-rest: #7a7574;--dms-color-status-generic-blue-background-2-rest: #a9d3f2;--dms-color-status-generic-blue-foreground-2-rest: #004377;--dms-color-status-generic-blue-stroke-active-rest: #0078d4;--dms-color-status-generic-brass-background-2-rest: #e0cea2;--dms-color-status-generic-brass-foreground-2-rest: #553e06;--dms-color-status-generic-brass-stroke-active-rest: #986f0b;--dms-color-status-generic-brown-background-2-rest: #ddc3b0;--dms-color-status-generic-brown-foreground-2-rest: #50301a;--dms-color-status-generic-brown-stroke-active-rest: #8e562e;--dms-color-status-generic-cornflower-background-2-rest: #c8d1fa;--dms-color-status-generic-cornflower-foreground-2-rest: #2c3c85;--dms-color-status-generic-cornflower-stroke-active-rest: #4f6bed;--dms-color-status-generic-cranberry-background-2-rest: #eeacb2;--dms-color-status-generic-cranberry-foreground-2-rest: #6e0811;--dms-color-status-generic-cranberry-stroke-active-rest: #c50f1f;--dms-color-status-generic-dark-green-background-2-rest: #9ad29a;--dms-color-status-generic-dark-green-foreground-2-rest: #063b06;--dms-color-status-generic-dark-green-stroke-active-rest: #0b6a0b;--dms-color-status-generic-dark-red-background-2-rest: #d69ca5;--dms-color-status-generic-dark-red-foreground-2-rest: #420610;--dms-color-status-generic-dark-red-stroke-active-rest: #750b1c;--dms-color-status-generic-forest-background-2-rest: #bdd99b;--dms-color-status-generic-forest-foreground-2-rest: #294903;--dms-color-status-generic-forest-stroke-active-rest: #498205;--dms-color-status-generic-gold-background-2-rest: #ecdfa5;--dms-color-status-generic-gold-foreground-2-rest: #6d5700;--dms-color-status-generic-gold-stroke-active-rest: #c19c00;--dms-color-status-generic-grape-background-2-rest: #d9a7e0;--dms-color-status-generic-grape-foreground-2-rest: #4c0d55;--dms-color-status-generic-grape-stroke-active-rest: #881798;--dms-color-status-generic-lavender-background-2-rest: #a3b2e8;--dms-color-status-generic-lavender-foreground-2-rest: #3f3682;--dms-color-status-generic-lavender-stroke-active-rest: #7160e8;--dms-color-status-generic-light-teal-background-2-rest: #a6e9ed;--dms-color-status-generic-light-teal-foreground-2-rest: #00666d;--dms-color-status-generic-light-teal-stroke-active-rest: #00b7c3;--dms-color-status-generic-lilac-background-2-rest: #e6bfed;--dms-color-status-generic-lilac-foreground-2-rest: #63276d;--dms-color-status-generic-lilac-stroke-active-rest: #b146c2;--dms-color-status-generic-magenta-background-2-rest: #eca5d1;--dms-color-status-generic-magenta-foreground-2-rest: #6b0043;--dms-color-status-generic-magenta-stroke-active-rest: #bf0077;--dms-color-status-generic-marigold-background-2-rest: #f9e2ae;--dms-color-status-generic-marigold-foreground-2-rest: #835b00;--dms-color-status-generic-marigold-stroke-active-rest: #eaa300;--dms-color-status-generic-mink-background-2-rest: #cecccb;--dms-color-status-generic-mink-foreground-2-rest: #343231;--dms-color-status-generic-mink-stroke-active-rest: #5d5a58;--dms-color-status-generic-navy-background-2-rest: #a3b2e8;--dms-color-status-generic-navy-foreground-2-rest: #001665;--dms-color-status-generic-navy-stroke-active-rest: #0027b4;--dms-color-status-generic-peach-background-2-rest: #ffddb3;--dms-color-status-generic-peach-foreground-2-rest: #8f4e00;--dms-color-status-generic-peach-stroke-active-rest: #ff8c00;--dms-color-status-generic-pink-background-2-rest: #f7c0e3;--dms-color-status-generic-pink-foreground-2-rest: #80215d;--dms-color-status-generic-pink-stroke-active-rest: #e43ba6;--dms-color-status-generic-platinum-background-2-rest: #cdd6d8;--dms-color-status-generic-platinum-foreground-2-rest: #3b4447;--dms-color-status-generic-platinum-stroke-active-rest: #69797e;--dms-color-status-generic-plum-background-2-rest: #d696c0;--dms-color-status-generic-plum-foreground-2-rest: #43002b;--dms-color-status-generic-plum-stroke-active-rest: #bf0077;--dms-color-status-generic-pumpkin-background-2-rest: #efc4ad;--dms-color-status-generic-pumpkin-foreground-2-rest: #712d09;--dms-color-status-generic-pumpkin-stroke-active-rest: #ca5010;--dms-color-status-generic-purple-background-2-rest: #c6b1de;--dms-color-status-generic-purple-foreground-2-rest: #341a51;--dms-color-status-generic-purple-stroke-active-rest: #5c2e91;--dms-color-status-generic-red-background-2-rest: #f1bbbc;--dms-color-status-generic-red-foreground-2-rest: #751d1f;--dms-color-status-generic-red-stroke-active-rest: #d13438;--dms-color-status-generic-royal-blue-background-2-rest: #9abfdc;--dms-color-status-generic-royal-blue-foreground-2-rest: #002c4e;--dms-color-status-generic-royal-blue-stroke-active-rest: #004e8c;--dms-color-status-generic-seafoam-background-2-rest: #a8f0cd;--dms-color-status-generic-seafoam-foreground-2-rest: #00723b;--dms-color-status-generic-seafoam-stroke-active-rest: #00cc6a;--dms-color-status-generic-steel-background-2-rest: #94c8d4;--dms-color-status-generic-steel-foreground-2-rest: #00333f;--dms-color-status-generic-steel-stroke-active-rest: #005b70;--dms-color-status-generic-teal-background-2-rest: #9bd9db;--dms-color-status-generic-teal-foreground-2-rest: #02494c;--dms-color-status-generic-teal-stroke-active-rest: #038387;--dms-color-status-devices-success: #009378;--dms-color-status-devices-error: #ff414b;--dms-color-status-devices-warning: #ffae42;--dms-color-status-devices-available: #009378;--dms-color-status-devices-missing: #afafaf;--dms-global-brand-10: #061724;--dms-global-brand-20: #082338;--dms-global-brand-30: #0a2e4a;--dms-global-brand-40: #0c3b5e;--dms-global-brand-50: #0e4775;--dms-global-brand-60: #0f548c;--dms-global-brand-70: #115ea3;--dms-global-brand-80: #0f6cbd;--dms-global-brand-90: #2886de;--dms-global-brand-100: #479ef5;--dms-global-brand-110: #62abf5;--dms-global-brand-120: #77b7f7;--dms-global-brand-130: #96c6fa;--dms-global-brand-140: #b4d6fa;--dms-global-brand-150: #cfe4fa;--dms-global-brand-160: #ebf3fc;--dms-global-grey-black: #000000;--dms-global-grey-white: #ffffff;--dms-global-grey-2: #050505;--dms-global-grey-4: #0a0a0a;--dms-global-grey-6: #0f0f0f;--dms-global-grey-8: #141414;--dms-global-grey-10: #1a1a1a;--dms-global-grey-12: #1f1f1f;--dms-global-grey-14: #242424;--dms-global-grey-16: #292929;--dms-global-grey-18: #2e2e2e;--dms-global-grey-20: #333333;--dms-global-grey-22: #383838;--dms-global-grey-24: #3d3d3d;--dms-global-grey-26: #424242;--dms-global-grey-28: #474747;--dms-global-grey-30: #4d4d4d;--dms-global-grey-32: #525252;--dms-global-grey-34: #575757;--dms-global-grey-36: #5c5c5c;--dms-global-grey-38: #616161;--dms-global-grey-40: #666666;--dms-global-grey-42: #6b6b6b;--dms-global-grey-44: #707070;--dms-global-grey-46: #757575;--dms-global-grey-48: #7a7a7a;--dms-global-grey-50: #808080;--dms-global-grey-52: #858585;--dms-global-grey-54: #8a8a8a;--dms-global-grey-56: #8f8f8f;--dms-global-grey-58: #949494;--dms-global-grey-60: #999999;--dms-global-grey-62: #9e9e9e;--dms-global-grey-64: #a3a3a3;--dms-global-grey-66: #a8a8a8;--dms-global-grey-68: #adadad;--dms-global-grey-70: #b3b3b3;--dms-global-grey-72: #b8b8b8;--dms-global-grey-74: #bdbdbd;--dms-global-grey-76: #c2c2c2;--dms-global-grey-78: #c7c7c7;--dms-global-grey-80: #cccccc;--dms-global-grey-82: #d1d1d1;--dms-global-grey-84: #d6d6d6;--dms-global-grey-86: #dbdbdb;--dms-global-grey-88: #e0e0e0;--dms-global-grey-90: #e6e6e6;--dms-global-grey-92: #ebebeb;--dms-global-grey-94: #f0f0f0;--dms-global-grey-96: #f5f5f5;--dms-global-grey-98: #fafafa;--dms-global-alpha-black-0: rgba(0, 0, 0, 0);--dms-global-alpha-black-5: rgba(0, 0, 0, .0509803922);--dms-global-alpha-black-10: rgba(0, 0, 0, .1019607843);--dms-global-alpha-black-20: rgba(0, 0, 0, .2);--dms-global-alpha-black-30: rgba(0, 0, 0, .3019607843);--dms-global-alpha-black-40: rgba(0, 0, 0, .4);--dms-global-alpha-black-50: rgba(0, 0, 0, .5019607843);--dms-global-alpha-black-60: rgba(0, 0, 0, .6);--dms-global-alpha-black-70: rgba(0, 0, 0, .6980392157);--dms-global-alpha-black-80: rgba(0, 0, 0, .8);--dms-global-alpha-black-90: rgba(0, 0, 0, .8980392157);--dms-global-alpha-white-0: rgba(255, 255, 255, 0);--dms-global-alpha-white-5: rgba(255, 255, 255, .0509803922);--dms-global-alpha-white-10: rgba(255, 255, 255, .1019607843);--dms-global-alpha-white-20: rgba(255, 255, 255, .2);--dms-global-alpha-white-30: rgba(255, 255, 255, .3019607843);--dms-global-alpha-white-40: rgba(255, 255, 255, .4);--dms-global-alpha-white-50: rgba(255, 255, 255, .5019607843);--dms-global-alpha-white-60: rgba(255, 255, 255, .6);--dms-global-alpha-white-70: rgba(255, 255, 255, .6980392157);--dms-global-alpha-white-80: rgba(255, 255, 255, .8);--dms-global-alpha-white-90: rgba(255, 255, 255, .8980392157);--dms-global-alpha-grey-10-5: rgba(26, 26, 26, .0509803922);--dms-global-alpha-grey-10-10: rgba(26, 26, 26, .1019607843);--dms-global-alpha-grey-10-20: rgba(26, 26, 26, .2);--dms-global-alpha-grey-10-30: rgba(26, 26, 26, .3019607843);--dms-global-alpha-grey-10-40: rgba(26, 26, 26, .4);--dms-global-alpha-grey-10-50: rgba(26, 26, 26, .5019607843);--dms-global-alpha-grey-10-60: rgba(26, 26, 26, .6);--dms-global-alpha-grey-10-70: rgba(26, 26, 26, .6980392157);--dms-global-alpha-grey-10-80: rgba(26, 26, 26, .8);--dms-global-alpha-grey-10-90: rgba(26, 26, 26, .8980392157);--dms-global-alpha-grey-12-5: rgba(31, 31, 31, .0509803922);--dms-global-alpha-grey-12-10: rgba(31, 31, 31, .1019607843);--dms-global-alpha-grey-12-20: rgba(31, 31, 31, .2);--dms-global-alpha-grey-12-30: rgba(31, 31, 31, .3019607843);--dms-global-alpha-grey-12-40: rgba(31, 31, 31, .4);--dms-global-alpha-grey-12-50: rgba(31, 31, 31, .5019607843);--dms-global-alpha-grey-12-60: rgba(31, 31, 31, .6);--dms-global-alpha-grey-12-70: rgba(31, 31, 31, .6980392157);--dms-global-alpha-grey-12-80: rgba(31, 31, 31, .8);--dms-global-alpha-grey-12-90: rgba(31, 31, 31, .8980392157);--dms-global-alpha-grey-14-5: rgba(36, 36, 36, .0509803922);--dms-global-alpha-grey-14-10: rgba(36, 36, 36, .1019607843);--dms-global-alpha-grey-14-20: rgba(36, 36, 36, .2);--dms-global-alpha-grey-14-30: rgba(36, 36, 36, .3019607843);--dms-global-alpha-grey-14-40: rgba(36, 36, 36, .4);--dms-global-alpha-grey-14-50: rgba(36, 36, 36, .5019607843);--dms-global-alpha-grey-14-60: rgba(36, 36, 36, .6);--dms-global-alpha-grey-14-70: rgba(36, 36, 36, .6980392157);--dms-global-alpha-grey-14-80: rgba(36, 36, 36, .8);--dms-global-alpha-grey-14-90: rgba(36, 36, 36, .8980392157)}:root{--dms-curve-accelerate-max: cubic-bezier(.9, .1, 1, .2);--dms-curve-accelerate-mid: cubic-bezier(1, 0, 1, 1);--dms-curve-decelerate-min: cubic-bezier(.8, 0, .78, 1);--dms-curve-decelerate-max: cubic-bezier(.1, .9, .2, 1);--dms-curve-decelerate-mid: cubic-bezier(0, 0, 0, 1);--dms-curve-decelerate-min: cubic-bezier(.33, 0, .1, 1);--dms-curve-easy-ease-max: cubic-bezier(.8, 0, .2, 1);--dms-curve-easy-ease: cubic-bezier(.33, 0, .67, 1);--dms-curve-linear: cubic-bezier(0, 0, 1, 1)}:root{--dms-duration-ultra-fast: 50ms;--dms-duration-faster: .1s;--dms-duration-fast: .15s;--dms-duration-normal: .2s;--dms-duration-gentle: .25s;--dms-duration-slow: .3s;--dms-duration-slower: .4s;--dms-duration-ultra-slow: .5s}:root{--dms-radius-none: 0rem;--dms-radius-small: .125rem;--dms-radius-medium: .25rem;--dms-radius-large: .375rem;--dms-radius-x-large: .5rem;--dms-radius-xx-large: .75rem;--dms-radius-xxx-large: 1rem;--dms-radius-circular: 6.1875rem}:root{--dms-space-none: 0rem;--dms-space-xxxs: .063rem;--dms-space-xxs: .125rem;--dms-space-xs: .25rem;--dms-space-snudge: .375rem;--dms-space-s: .5rem;--dms-space-mnudge: .625rem;--dms-space-m: .75rem;--dms-space-l: 1rem;--dms-space-xl: 1.25rem;--dms-space-xxl: 1.5rem;--dms-space-xxxl: 2rem;--dms-space-4xl: 2.25rem;--dms-space-5xl: 2.5rem;--dms-space-6xl: 3rem;--dms-space-7xl: 3.25rem;--dms-space-8xl: 3.5rem;--dms-space-9xl: 3.75rem;--dms-space-10xl: 4rem;--dms-space-11xl: 4.25rem;--dms-space-12xl: 4.5rem;--dms-space-13xl: 4.75rem;--dms-space-14xl: 5rem;--dms-space-15xl: 5.25rem;--dms-space-16xl: 5.5rem;--dms-space-17xl: 5.75rem;--dms-space-18xl: 6rem}:root{--dms-stroke-none: 0rem;--dms-stroke-thin: .0625rem;--dms-stroke-thick: .125rem;--dms-stroke-thicker: .1875rem;--dms-stroke-thickest: .25rem}:root{--dms-elevation-shadow-02: 0px 0px 2px var(--dms-color-shadow-ambient), 0px 1px 2px var(--dms-color-shadow-key);--dms-elevation-shadow-04: 0px 0px 2px var(--dms-color-shadow-ambient), 0px 2px 4px var(--dms-color-shadow-key);--dms-elevation-shadow-08: 0px 0px 2px var(--dms-color-shadow-ambient), 0px 4px 8px var(--dms-color-shadow-key);--dms-elevation-shadow-16: 0px 0px 2px var(--dms-color-shadow-ambient), 0px 8px 16px var(--dms-color-shadow-key);--dms-elevation-shadow-28: 0px 0px 8px var(--dms-color-shadow-ambient), 0px 14px 28px var(--dms-color-shadow-key);--dms-elevation-shadow-64: 0px 0px 8px var(--dms-color-shadow-ambient), 0px 32px 64px var(--dms-color-shadow-key)}:root{--theme-bg-light: #eeeeee;--theme-bg-dark: #232323;--theme-bg: var(--theme-bg-light);--theme-bg-contrast-light: #232323;--theme-bg-contrast-dark: #fff;--theme-bg-contrast: var(--theme-bg-contrast-light);--theme-span-light: #0a0a0a;--theme-span-dark: #fff;--theme-span: var(--theme-span-light);--theme-h3-light: #201f1e;--theme-h3-dark: #d1d1d1;--theme-h3: var(--theme-h3-light);--theme-p-light: #3b3a39;--theme-p-dark: #fff;--theme-p: var(--theme-p-light)}.icon-md_add_regular:before{content:"\f109"}.icon-md_add_circle_regular:before{content:"\f10c"}.icon-md_alert_badge_regular:before{content:"\e018"}.icon-md_apps_list_detail_regular:before{content:"\e064"}.icon-md_archive_regular:before{content:"\f139"}.icon-md_archive_arrow_back_regular:before{content:"\e068"}.icon-md_arrow_between_up_regular:before{content:"\e081"}.icon-md_arrow_down_regular:before{content:"\f148"}.icon-md_arrow_download_regular:before{content:"\f150"}.icon-md_arrow_forward_regular:before{content:"\f157"}.icon-md_arrow_hook_up_left_regular:before{content:"\f8de"}.icon-md_arrow_left_regular:before{content:"\f15b"}.icon-md_arrow_reset_regular:before{content:"\f19f"}.icon-md_arrow_right_regular:before{content:"\f181"}.icon-md_arrow_step_back_regular:before{content:"\e0f9"}.icon-md_arrow_sync_regular:before{content:"\f190"}.icon-md_arrow_up_regular:before{content:"\f19b"}.icon-md_arrow_up_right_regular:before{content:"\e12e"}.icon-md_barcode_scanner_regular:before{content:"\f1ba"}.icon-md_book_exclamation_mark_regular:before{content:"\e170"}.icon-md_book_information_regular:before{content:"\e173"}.icon-md_book_open_regular:before{content:"\e178"}.icon-md_box_regular:before{content:"\e1bb"}.icon-md_branch_compare_regular:before{content:"\e1db"}.icon-md_branch_fork_regular:before{content:"\e1de"}.icon-md_briefcase_regular:before{content:"\f1fc"}.icon-md_bug_regular:before{content:"\e206"}.icon-md_building_regular:before{content:"\e20b"}.icon-md_building_factory_regular:before{content:"\e217"}.icon-md_building_multiple_regular:before{content:"\e223"}.icon-md_building_retail_regular:before{content:"\e225"}.icon-md_building_retail_toolbox_regular:before{content:"\e22b"}.icon-md_building_shop_regular:before{content:"\e22e"}.icon-md_calendar_regular:before{content:"\f0284"}.icon-md_checkbox_person_regular:before{content:"\e301"}.icon-md_checkmark_regular:before{content:"\f294"}.icon-md_checkmark_circle_regular:before{content:"\f298"}.icon-md_chevron_down_regular:before{content:"\f2a3"}.icon-md_chevron_left_regular:before{content:"\f2aa"}.icon-md_chevron_right_regular:before{content:"\f2b0"}.icon-md_chevron_up_regular:before{content:"\f2b6"}.icon-md_circle_regular:before{content:"\f2bb"}.icon-md_clock_regular:before{content:"\f2dd"}.icon-md_cloud_swap_regular:before{content:"\e3ab"}.icon-md_comment_regular:before{content:"\f2ff"}.icon-md_compose_regular:before{content:"\f314"}.icon-md_contact_card_regular:before{content:"\f31f"}.icon-md_content_settings_regular:before{content:"\f324"}.icon-md_copy_regular:before{content:"\f32b"}.icon-md_dark_theme_regular:before{content:"\e452"}.icon-md_data_trending_regular:before{content:"\e45d"}.icon-md_delete_regular:before{content:"\f34c"}.icon-md_desktop_pulse_regular:before{content:"\e49d"}.icon-md_developer_board_regular:before{content:"\e4ac"}.icon-md_dismiss_regular:before{content:"\f369"}.icon-md_diversity_regular:before{content:"\e4c8"}.icon-md_divider_tall_regular:before{content:"\e4cf"}.icon-md_document_add_regular:before{content:"\e4db"}.icon-md_document_arrow_down_regular:before{content:"\e4e0"}.icon-md_document_checkmark_regular:before{content:"\e4f1"}.icon-md_document_data_regular:before{content:"\e4f7"}.icon-md_document_edit_regular:before{content:"\f386"}.icon-md_document_error_regular:before{content:"\f38b"}.icon-md_document_multiple_regular:before{content:"\e520"}.icon-md_document_search_regular:before{content:"\f3ae"}.icon-md_document_target_regular:before{content:"\f0581"}.icon-md_earth_regular:before{content:"\f3da"}.icon-md_edit_regular:before{content:"\f3dd"}.icon-md_error_circle_regular:before{content:"\f3f1"}.icon-md_eye_regular:before{content:"\e5f2"}.icon-md_eye_off_regular:before{content:"\e5f5"}.icon-md_filter_regular:before{content:"\f406"}.icon-md_flash_play_regular:before{content:"\e625"}.icon-md_folder_regular:before{content:"\f418"}.icon-md_folder_zip_regular:before{content:"\f435"}.icon-md_globe_location_regular:before{content:"\f4dc"}.icon-md_history_regular:before{content:"\f47e"}.icon-md_home_regular:before{content:"\f480"}.icon-md_image_regular:before{content:"\f488"}.icon-md_info_regular:before{content:"\f4a3"}.icon-md_laptop_regular:before{content:"\f4c3"}.icon-md_library_regular:before{content:"\e762"}.icon-md_list_regular:before{content:"\f4ed"}.icon-md_local_language_regular:before{content:"\f4f3"}.icon-md_lock_closed_key_regular:before{content:"\f00e0"}.icon-md_lock_shield_regular:before{content:"\f502"}.icon-md_mail_arrow_forward_regular:before{content:"\e7aa"}.icon-md_mail_inbox_checkmark_regular:before{content:"\e7be"}.icon-md_megaphone_regular:before{content:"\f537"}.icon-md_megaphone_loud_regular:before{content:"\f64b"}.icon-md_more_horizontal_regular:before{content:"\e824"}.icon-md_open_regular:before{content:"\f582"}.icon-md_panel_left_expand_regular:before{content:"\e8b9"}.icon-md_panel_right_expand_regular:before{content:"\e8c4"}.icon-md_people_add_regular:before{content:"\f5ac"}.icon-md_people_list_regular:before{content:"\e8fc"}.icon-md_people_team_regular:before{content:"\f5b8"}.icon-md_person_regular:before{content:"\f5bd"}.icon-md_person_add_regular:before{content:"\f5c2"}.icon-md_person_delete_regular:before{content:"\e92d"}.icon-md_person_edit_regular:before{content:"\e92e"}.icon-md_person_feedback_regular:before{content:"\f5d2"}.icon-md_person_info_regular:before{content:"\e932"}.icon-md_person_mail_regular:before{content:"\e938"}.icon-md_person_swap_regular:before{content:"\f5dc"}.icon-md_person_wrench_regular:before{content:"\f0135"}.icon-md_play_regular:before{content:"\f605"}.icon-md_plug_connected_regular:before{content:"\e999"}.icon-md_prohibited_regular:before{content:"\f62d"}.icon-md_question_circle_regular:before{content:"\f63d"}.icon-md_save_edit_regular:before{content:"\ea48"}.icon-md_search_regular:before{content:"\f68f"}.icon-md_send_regular:before{content:"\f699"}.icon-md_settings_cog_multiple_regular:before{content:"\f013c"}.icon-md_shield_person_regular:before{content:"\ead4"}.icon-md_shield_prohibited_regular:before{content:"\f6c7"}.icon-md_sign_out_regular:before{content:"\eafa"}.icon-md_square_multiple_regular:before{content:"\eb96"}.icon-md_squares_nested_regular:before{content:"\eb99"}.icon-md_style_guide_regular:before{content:"\ebc9"}.icon-md_subtract_circle_regular:before{content:"\f7b0"}.icon-md_tablet_laptop_regular:before{content:"\f015a"}.icon-md_tag_regular:before{content:"\f77c"}.icon-md_tag_multiple_regular:before{content:"\ec7e"}.icon-md_target_regular:before{content:"\f781"}.icon-md_text_bullet_list_regular:before{content:"\f0290"}.icon-md_text_bullet_list_add_regular:before{content:"\ecd5"}.icon-md_text_superscript_regular:before{content:"\f808"}.icon-md_ticket_diagonal_regular:before{content:"\ed7c"}.icon-md_translate_regular:before{content:"\f833"}.icon-md_video_clip_regular:before{content:"\edff"}.icon-md_video_clip_multiple_regular:before{content:"\ee01"}.icon-md_warning_regular:before{content:"\f869"}.icon-md_window_regular:before{content:"\f8b5"}.icon-md_window_ad_regular:before{content:"\f8b6"}.icon-md_window_text_regular:before{content:"\ee7e"}.icon-md_wrench_regular:before{content:"\ee86"}.icon-md_globe_regular:before{content:"\f45a"}.icon-md_add_filled:before{content:"\f109"}.icon-md_add_circle_filled:before{content:"\f10c"}.icon-md_alert_badge_filled:before{content:"\e018"}.icon-md_apps_list_detail_filled:before{content:"\e064"}.icon-md_archive_filled:before{content:"\f139"}.icon-md_archive_arrow_back_filled:before{content:"\e068"}.icon-md_arrow_between_up_filled:before{content:"\e081"}.icon-md_arrow_down_filled:before{content:"\f148"}.icon-md_arrow_download_filled:before{content:"\f150"}.icon-md_arrow_forward_filled:before{content:"\f157"}.icon-md_arrow_hook_up_left_filled:before{content:"\f8f6"}.icon-md_arrow_left_filled:before{content:"\f15b"}.icon-md_arrow_reset_filled:before{content:"\f19f"}.icon-md_arrow_right_filled:before{content:"\f181"}.icon-md_arrow_step_back_filled:before{content:"\e0f9"}.icon-md_arrow_sync_filled:before{content:"\f190"}.icon-md_arrow_up_filled:before{content:"\f19b"}.icon-md_arrow_up_right_filled:before{content:"\e12f"}.icon-md_barcode_scanner_filled:before{content:"\f1ba"}.icon-md_book_exclamation_mark_filled:before{content:"\e184"}.icon-md_book_information_filled:before{content:"\e187"}.icon-md_book_open_filled:before{content:"\e18c"}.icon-md_box_filled:before{content:"\e1cf"}.icon-md_branch_compare_filled:before{content:"\e1ef"}.icon-md_branch_fork_filled:before{content:"\e1f2"}.icon-md_briefcase_filled:before{content:"\f1fc"}.icon-md_bug_filled:before{content:"\e21a"}.icon-md_building_filled:before{content:"\e21f"}.icon-md_building_factory_filled:before{content:"\e22b"}.icon-md_building_multiple_filled:before{content:"\e237"}.icon-md_building_retail_filled:before{content:"\e239"}.icon-md_building_retail_toolbox_filled:before{content:"\e23f"}.icon-md_building_shop_filled:before{content:"\e242"}.icon-md_calendar_filled:before{content:"\f0297"}.icon-md_checkbox_person_filled:before{content:"\e315"}.icon-md_checkmark_filled:before{content:"\f294"}.icon-md_checkmark_circle_filled:before{content:"\f298"}.icon-md_chevron_down_filled:before{content:"\f2a3"}.icon-md_chevron_left_filled:before{content:"\f2aa"}.icon-md_chevron_right_filled:before{content:"\f2b0"}.icon-md_chevron_up_filled:before{content:"\f2b6"}.icon-md_circle_filled:before{content:"\f2bb"}.icon-md_clock_filled:before{content:"\f2dd"}.icon-md_cloud_swap_filled:before{content:"\e3c0"}.icon-md_comment_filled:before{content:"\f2ff"}.icon-md_compose_filled:before{content:"\f314"}.icon-md_contact_card_filled:before{content:"\f31f"}.icon-md_content_settings_filled:before{content:"\f324"}.icon-md_copy_filled:before{content:"\f32b"}.icon-md_dark_theme_filled:before{content:"\e45e"}.icon-md_data_trending_filled:before{content:"\e469"}.icon-md_delete_filled:before{content:"\f34c"}.icon-md_desktop_pulse_filled:before{content:"\e4a9"}.icon-md_developer_board_filled:before{content:"\e4b8"}.icon-md_dismiss_filled:before{content:"\f369"}.icon-md_diversity_filled:before{content:"\e4d4"}.icon-md_divider_tall_filled:before{content:"\e4db"}.icon-md_document_add_filled:before{content:"\e4e7"}.icon-md_document_arrow_down_filled:before{content:"\e4ec"}.icon-md_document_checkmark_filled:before{content:"\e4fd"}.icon-md_document_data_filled:before{content:"\e503"}.icon-md_document_edit_filled:before{content:"\f386"}.icon-md_document_error_filled:before{content:"\f38b"}.icon-md_document_multiple_filled:before{content:"\e52c"}.icon-md_document_search_filled:before{content:"\f3ae"}.icon-md_document_target_filled:before{content:"\f05fa"}.icon-md_earth_filled:before{content:"\f3d9"}.icon-md_edit_filled:before{content:"\f3dc"}.icon-md_error_circle_filled:before{content:"\f3f0"}.icon-md_eye_filled:before{content:"\e5ff"}.icon-md_eye_off_filled:before{content:"\e602"}.icon-md_filter_filled:before{content:"\f405"}.icon-md_flash_play_filled:before{content:"\e632"}.icon-md_folder_filled:before{content:"\f41c"}.icon-md_folder_zip_filled:before{content:"\f439"}.icon-md_globe_location_filled:before{content:"\f4e6"}.icon-md_history_filled:before{content:"\f485"}.icon-md_home_filled:before{content:"\f487"}.icon-md_image_filled:before{content:"\f48f"}.icon-md_info_filled:before{content:"\f4aa"}.icon-md_laptop_filled:before{content:"\f4cd"}.icon-md_library_filled:before{content:"\e770"}.icon-md_list_filled:before{content:"\f4f7"}.icon-md_local_language_filled:before{content:"\f4fd"}.icon-md_lock_closed_key_filled:before{content:"\f00df"}.icon-md_lock_shield_filled:before{content:"\f50c"}.icon-md_mail_arrow_forward_filled:before{content:"\e7b8"}.icon-md_mail_inbox_checkmark_filled:before{content:"\e7cc"}.icon-md_megaphone_filled:before{content:"\f541"}.icon-md_megaphone_loud_filled:before{content:"\f655"}.icon-md_more_horizontal_filled:before{content:"\e832"}.icon-md_open_filled:before{content:"\f58c"}.icon-md_panel_left_expand_filled:before{content:"\e8c7"}.icon-md_panel_right_expand_filled:before{content:"\e8d6"}.icon-md_people_add_filled:before{content:"\f5b6"}.icon-md_people_list_filled:before{content:"\e90e"}.icon-md_people_team_filled:before{content:"\f5c2"}.icon-md_person_filled:before{content:"\f5c7"}.icon-md_person_add_filled:before{content:"\f5cc"}.icon-md_person_delete_filled:before{content:"\e93f"}.icon-md_person_edit_filled:before{content:"\e940"}.icon-md_person_feedback_filled:before{content:"\f5dc"}.icon-md_person_info_filled:before{content:"\e944"}.icon-md_person_mail_filled:before{content:"\e94a"}.icon-md_person_swap_filled:before{content:"\f5e6"}.icon-md_person_wrench_filled:before{content:"\f0134"}.icon-md_play_filled:before{content:"\f60f"}.icon-md_plug_connected_filled:before{content:"\e9ab"}.icon-md_prohibited_filled:before{content:"\f637"}.icon-md_question_circle_filled:before{content:"\f647"}.icon-md_save_edit_filled:before{content:"\ea50"}.icon-md_search_filled:before{content:"\f699"}.icon-md_send_filled:before{content:"\f6a2"}.icon-md_settings_cog_multiple_filled:before{content:"\f013b"}.icon-md_shield_person_filled:before{content:"\eadd"}.icon-md_shield_prohibited_filled:before{content:"\f6d0"}.icon-md_sign_out_filled:before{content:"\eb03"}.icon-md_square_multiple_filled:before{content:"\eb9f"}.icon-md_squares_nested_filled:before{content:"\eba2"}.icon-md_style_guide_filled:before{content:"\ebc3"}.icon-md_subtract_circle_filled:before{content:"\f7c8"}.icon-md_tablet_laptop_filled:before{content:"\f0159"}.icon-md_tag_filled:before{content:"\f794"}.icon-md_tag_multiple_filled:before{content:"\ec7c"}.icon-md_target_filled:before{content:"\f799"}.icon-md_text_bullet_list_filled:before{content:"\f02a3"}.icon-md_text_bullet_list_add_filled:before{content:"\ecd3"}.icon-md_text_superscript_filled:before{content:"\f821"}.icon-md_ticket_diagonal_filled:before{content:"\ed7c"}.icon-md_translate_filled:before{content:"\f84b"}.icon-md_video_clip_filled:before{content:"\edff"}.icon-md_video_clip_multiple_filled:before{content:"\ee01"}.icon-md_warning_filled:before{content:"\f881"}.icon-md_window_filled:before{content:"\f8cd"}.icon-md_window_ad_filled:before{content:"\f8ce"}.icon-md_window_text_filled:before{content:"\ee7e"}.icon-md_wrench_filled:before{content:"\ee86"}.icon-md_globe_filled:before{content:"\f45e"}i[class^=icon-]:before,i[class*=" icon-"]:before{font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;justify-content:center;align-items:center;font-size:20px}i[class*=_filled]:before{font-family:FluentSystemIcons-Filled!important}i[class*=_regular]:before{font-family:FluentSystemIcons-Regular!important}@font-face{font-family:Segoe UI;font-style:normal;font-weight:100;src:url("./assets-and-styles/SegoeUI-Light-IU5HJ5FG.woff2") format("woff2")}@font-face{font-family:Segoe UI;font-style:normal;font-weight:300;src:url("./assets-and-styles/SegoeUI-SemiLight-LEZHGDDK.ttf") format("truetype")}@font-face{font-family:Segoe UI;font-style:normal;font-weight:400;src:url("./assets-and-styles/SegoeUI-QDE4CLRA.woff2") format("woff2")}@font-face{font-family:Segoe UI;font-style:normal;font-weight:600;src:url("./assets-and-styles/SegoeUI-SemiBold-AC7WHUIM.woff2") format("woff2")}@font-face{font-family:Segoe UI;font-style:normal;font-weight:700;src:url("./assets-and-styles/SegoeUI-Bold-PE4EGVWD.woff2") format("woff2")}@font-face{font-family:Segoe UI;font-style:normal;font-weight:900;src:url("./assets-and-styles/SegoeUI-Black-LOZ7632O.ttf") format("woff2")}@font-face{font-family:FluentSystemIcons-Regular;src:url("./assets-and-styles/FluentSystemIcons-Regular-K6VVU2NL.woff2") format("woff2"),url("./assets-and-styles/FluentSystemIcons-Regular-4IFUAHTW.woff") format("woff"),url("./assets-and-styles/FluentSystemIcons-Regular-WFAJMQAZ.ttf") format("truetype")}@font-face{font-family:FluentSystemIcons-Filled;src:url("./assets-and-styles/FluentSystemIcons-Filled-GDDOF5L3.woff2") format("woff2"),url("./assets-and-styles/FluentSystemIcons-Filled-6JR52LTU.woff") format("woff"),url("./assets-and-styles/FluentSystemIcons-Filled-4CGHECPQ.ttf") format("truetype")}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;display:flex;max-width:100%;max-height:100%;z-index:1000}.cdk-overlay-backdrop{position:absolute;inset:0;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0;touch-action:manipulation;z-index:1000;transition:opacity .4s cubic-bezier(.25,.8,.25,1)}@media(prefers-reduced-motion){.cdk-overlay-backdrop{transition-duration:1ms}}.cdk-overlay-backdrop-showing{opacity:1}@media(forced-colors:active){.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,.cdk-high-contrast-active .cdk-overlay-transparent-backdrop{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;display:flex;flex-direction:column;min-width:1px;min-height:1px;z-index:1000}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}.editionFrame-module__editionFrame--WQYal{border-radius:4px;border:2px solid #005fb8;background-color:#005fb833;overflow:visible;text-align:left;vertical-align:top;position:relative}.editionFrame-module__editionFrame--WQYal::-webkit-scrollbar{width:5px;height:5px}.editionFrame-module__editionFrame--WQYal::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.editionFrame-module__editionFrame--WQYal::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.editionFrame-module__editionFrame--WQYal::-webkit-scrollbar-thumb:hover{background:#0000004d}.editionFrame-module__editionFrame--WQYal .editionFrame-module__title--dLAM_{color:#fff;background-color:#005fb8;padding:5px;font-size:.7vw;border-radius:0 0 4px;position:absolute;top:0;left:0;z-index:3}@media(max-width:1920px){.editionFrame-module__editionFrame--WQYal .editionFrame-module__title--dLAM_{font-size:13px}}.editionFrame-module__editionFrame--WQYal .editionFrame-module__content--mPrk2{position:relative;min-height:100%}.editionFrame-module__editionFrame--WQYal .editionFrame-module__content--mPrk2:has(>*){position:relative;display:inline-block;min-width:100%}.subText-module__subtextContainer--Y455j{position:relative;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;width:100%;gap:30px}.subText-module__subtextContainer--Y455j>rdx-text>rdx-label-text>span{display:block;font-size:.8vw;line-height:1vw;font-weight:400;color:#0009;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;min-width:5vw}@container banner (max-width: 1920px){.subText-module__subtextContainer--Y455j>rdx-text>rdx-label-text>span{font-size:12px;line-height:16px}}@container drawer (max-width: 1920px){.subText-module__subtextContainer--Y455j>rdx-text>rdx-label-text>span{font-size:12px;line-height:16px}}@container attract (max-width: 1920px){.subText-module__subtextContainer--Y455j>rdx-text>rdx-label-text>span{font-size:12px;line-height:16px}}.subText-module__subtextContainer--Y455j>rdx-star{margin-right:16px;max-width:62%}@media(min-width:1920px){.subText-module__subtextContainer--Y455j>rdx-star{max-width:initial;width:auto}}.subText-module__subtextContainer--Y455j>rdx-star a,.subText-module__subtextContainer--Y455j>rdx-star div{display:flex;align-items:center;text-decoration:none;width:100%}.subText-module__subtextContainer--Y455j>rdx-star a svg,.subText-module__subtextContainer--Y455j>rdx-star div svg{width:.65vw;height:.65vw;margin-right:.2vw}@container drawer (max-width: 1920px){.subText-module__subtextContainer--Y455j>rdx-star a svg,.subText-module__subtextContainer--Y455j>rdx-star div svg{width:10px;height:10px;margin-right:2.5px}}@container banner (max-width: 1920px){.subText-module__subtextContainer--Y455j>rdx-star a svg,.subText-module__subtextContainer--Y455j>rdx-star div svg{width:10px;height:10px;margin-right:2.5px}}.subText-module__subtextContainer--Y455j>rdx-star a p,.subText-module__subtextContainer--Y455j>rdx-star div p{font-size:.8vw;line-height:1vw;font-weight:400;color:#003e92;margin-left:5px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.subText-module__subtextContainer--Y455j>rdx-star a p span,.subText-module__subtextContainer--Y455j>rdx-star div p span{font-weight:600}@container banner (max-width: 1920px){.subText-module__subtextContainer--Y455j>rdx-star a p,.subText-module__subtextContainer--Y455j>rdx-star div p{font-size:12px;line-height:16px}}@container drawer (max-width: 1920px){.subText-module__subtextContainer--Y455j>rdx-star a p,.subText-module__subtextContainer--Y455j>rdx-star div p{font-size:12px;line-height:16px}}@container attract (max-width: 1920px){.subText-module__subtextContainer--Y455j>rdx-star a p,.subText-module__subtextContainer--Y455j>rdx-star div p{font-size:12px;line-height:16px}}.subText-module__subtextContainer--Y455j>rdx-star div>div>span{display:flex}.subText-module__subtextContainer--Y455j>rdx-star a{width:auto;max-width:100%}.subText-module__subtextContainer--Y455j>rdx-star div a>span{max-width:32%;width:auto;display:flex;align-items:center}@container banner (max-width: 1920px){.subText-module__subtextContainer--Y455j>rdx-star div a>span{max-width:initial}}@container drawer (max-width: 1920px){.subText-module__subtextContainer--Y455j>rdx-star div a>span{max-width:31%}}@container attract (max-width: 1920px){.subText-module__subtextContainer--Y455j>rdx-star div a>span{max-width:39%}.subText-module__subtextContainer--Y455j>rdx-star div a>span[class*=noRating]{max-width:initial}}@media(min-width:1920px){.subText-module__subtextContainer--Y455j>rdx-star div a>span{max-width:initial;width:auto}}@container banner (max-width: 1200px){.subText-module__subtextContainer--Y455j>rdx-star{max-width:70%}}@container drawer (max-width: 1200px){.subText-module__subtextContainer--Y455j>rdx-star{max-width:70%}}@container attract (max-width: 1200px){.subText-module__subtextContainer--Y455j>rdx-star{max-width:70%}}@container attract (min-width: 2500px){.subText-module__subtextContainer--Y455j>rdx-star{max-width:67%}}.subText-module__subtextContainer--Y455j.dark-theme>rdx-star a p,.subText-module__subtextContainer--Y455j.dark-theme>rdx-star div p{color:var(--_dark_font-accent-color)}.subText-module__subtextContainer--Y455j.dark-theme>rdx-text>rdx-label-text>span{color:var(--_dark_font-neutral-foreground-rest)}@keyframes button-module__enterFromTop--pQKqa{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes button-module__leaveFromBottom--cLw_p{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes button-module__leaveFromBottomFooter--OMEQQ{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes button-module__enterFromBottom--e5XoT{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes button-module__enterFromBottomFooter--d3oML{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes button-module__smoothEnterFromBottom--RoqaF{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes button-module__showFromBehind--a87kw{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes button-module__hideFromFront--iqWoV{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes button-module__shineLogo--s0yxx{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes button-module__fade-in--f6if5{0%{opacity:0}to{opacity:1}}@keyframes button-module__fade-out--i6Dvn{0%{opacity:1}to{opacity:0}}@keyframes button-module__enter-rtl--QSlvA{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes button-module__leave-rtl--xQS1I{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes button-module__enter-ltr--wHeFx{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes button-module__leave-ltr--Or6UN{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes button-module__slide-enter-rtl--_5hEV{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes button-module__slide-leave-rtl--m4ig9{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes button-module__slide-enter-ltr--sVJYI{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes button-module__slide-leave-ltr--fpxoa{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes button-module__stroke--oH3mi{to{stroke-dashoffset:0}}@keyframes button-module__marquee-text--WryaP{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes button-module__fadeInLeft--JzkgT{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes button-module__qr-in--gtfDK{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes button-module__qr-out--byrvA{0%{opacity:1}to{opacity:0}}@keyframes button-module__attract-in--p7Eix{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes button-module__attract-out--R9PvX{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes button-module__pulse-animation--t0Ygu{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes button-module__pulse-animation-dark--DNQF7{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes button-module__pingPong--yLfK2{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes button-module__opacitySvg--S7USI{0%{opacity:0}to{opacity:1}}@keyframes button-module__focusRing--tuN8h{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.button-module__button--vH_iW{border:none;position:relative;border-radius:3px;padding:1.5px 2px;min-width:120px;min-width:8.1vw;width:-moz-fit-content;width:fit-content;height:2.2vw;transition:background .2s ease-in-out;background-color:linear-gradient(0deg,hsl(var(--buttonBackgroundHue),calc(var(--buttonBackgroundSaturation) - 20%),calc(var(--buttonBackgroundLight) - 6%)) 0%,hsl(var(--buttonBackgroundHue),var(--buttonBackgroundSaturation),calc(var(--buttonBackgroundLight) + 3%)) 9%)}.button-module__button--vH_iW button{outline:none;border:none;display:flex;align-items:center;justify-content:center;background-color:var(--buttonBackgroundColor, #005fb8);color:var(--buttonTextColor, #ffffff);text-decoration:none;min-width:7.5vw;width:100%;line-height:30px;margin:.3px 0 0 .3px;padding:7px 14px;border-radius:3px;overflow:hidden;text-overflow:ellipsis;text-align:center;height:2.05vw;transition:background-color .2s ease-in-out;cursor:pointer}.button-module__button--vH_iW button:focus{outline:none}.button-module__button--vH_iW button svg{min-width:1.15vw;max-width:1.15vw;min-height:1.1vw;max-height:1.1vw}.button-module__button--vH_iW button svg path{fill:var(--buttonTextColor, #ffffff)}@container page (max-width: 1920px){.button-module__button--vH_iW button svg{min-width:18px;max-width:18px;min-height:16px;max-height:16px}}@container drawer (max-width: 1920px){.button-module__button--vH_iW button svg{min-width:18px;max-width:18px;min-height:16px;max-height:16px}}.button-module__button--vH_iW button span{font-size:.87vw;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@container page (max-width: 1920px){.button-module__button--vH_iW button span{font-size:14px}}@container drawer (max-width: 1920px){.button-module__button--vH_iW button span{font-size:14px}}.button-module__button--vH_iW button:focus,.button-module__button--vH_iW button:focus-visible,.button-module__button--vH_iW button:focus-within,.button-module__button--vH_iW button.gamepad-focused{background:hsla(var(--buttonBackgroundHue, 209, 100%, 36%),.85)}.button-module__button--vH_iW button textarea{height:32px;max-width:150px;width:100%;border:none;resize:none;outline:none;border-radius:3px;padding:0;margin:0;font-size:.92vw}.button-module__button--vH_iW button textarea::-webkit-scrollbar{width:5px;height:5px}.button-module__button--vH_iW button textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.button-module__button--vH_iW button textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.button-module__button--vH_iW button textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 1920px){.button-module__button--vH_iW button textarea{font-size:14px;height:22px;max-width:88px}}@container drawer (max-width: 1920px){.button-module__button--vH_iW button textarea{font-size:14px;height:22px;max-width:88px}}@container page (max-width: 1920px){.button-module__button--vH_iW button{height:31px;min-width:116px}}@container drawer (max-width: 1920px){.button-module__button--vH_iW button{height:31px;min-width:116px}}.button-module__button--vH_iW:hover button{background:hsla(var(--buttonBackgroundHue, 209),var(--buttonBackgroundSaturation, 100%),var(--buttonBackgroundLight, 36%),.85)}.button-module__button--vH_iW:hover button:focus,.button-module__button--vH_iW:hover button:focus-visible,.button-module__button--vH_iW:hover button:focus-within,.button-module__button--vH_iW:hover button.gamepad-focused{background-color:var(--buttonBackgroundColor, #005fb8)}.button-module__button--vH_iW:focus{outline:none}.button-module__button--vH_iW:focus button{background:hsla(var(--buttonBackgroundHue, 209),var(--buttonBackgroundSaturation, 100%),var(--buttonBackgroundLight, 36%),.85)}.button-module__button--vH_iW:focus-visible,.button-module__button--vH_iW:focus-within,.button-module__button--vH_iW.gamepad-focused{outline:2px solid #1b1b1b;background:transparent}.button-module__button--vH_iW:focus-visible button,.button-module__button--vH_iW:focus-within button,.button-module__button--vH_iW.gamepad-focused button{outline:none;background-color:var(--buttonBackgroundColor, #005fb8)}.button-module__button--vH_iW:focus-visible button:focus,.button-module__button--vH_iW:focus-within button:focus,.button-module__button--vH_iW.gamepad-focused button:focus{outline:none}.button-module__button--vH_iW.button-module__inverted--f4uRy button{flex-direction:row-reverse}.button-module__button--vH_iW.button-module__inverted--f4uRy button svg{margin-right:.55vw}@container page (max-width: 1920px){.button-module__button--vH_iW.button-module__inverted--f4uRy button svg{margin-right:11px}}@container drawer (max-width: 1920px){.button-module__button--vH_iW.button-module__inverted--f4uRy button svg{margin-right:11px}}@container page (max-width: 1920px){.button-module__button--vH_iW{height:35px;min-width:8.1vw}}@container drawer (max-width: 1920px){.button-module__button--vH_iW{height:35px;min-width:8.1vw}}.button-module__button--vH_iW.dark-theme{background-color:linear-gradient(0deg,hsl(var(--darkButtonBackgroundHue),calc(var(--darkButtonBackgroundSaturation) - 20%),calc(var(--darkButtonBackgroundLight) - 6%)) 0%,hsl(var(--darkButtonBackgroundHue),var(--darkButtonBackgroundSaturation),calc(var(--darkButtonBackgroundLight) + 3%)) 9%)}.button-module__button--vH_iW.dark-theme:hover button{background:var(--_dark_primary-button-hover)}.button-module__button--vH_iW.dark-theme:hover button:focus,.button-module__button--vH_iW.dark-theme:hover button:focus-visible,.button-module__button--vH_iW.dark-theme:hover button:focus-within{background:var(--darkButtonBackgroundColor, var(--_dark_primary-button-color))}.button-module__button--vH_iW.dark-theme:focus,.button-module__button--vH_iW.dark-theme.gamepad-focused{outline:2px solid var(--_dark_neutral-focus)!important}.button-module__button--vH_iW.dark-theme:focus button,.button-module__button--vH_iW.dark-theme.gamepad-focused button{background:var(--darkButtonBackgroundColor, var(--_dark_primary-button-color))}.button-module__button--vH_iW.dark-theme:focus-visible,.button-module__button--vH_iW.dark-theme:focus-within,.button-module__button--vH_iW.dark-theme.gamepad-focused{outline:2px solid var(--_dark_neutral-focus)!important;background:transparent}.button-module__button--vH_iW.dark-theme:focus-visible button,.button-module__button--vH_iW.dark-theme:focus-within button,.button-module__button--vH_iW.dark-theme.gamepad-focused button{outline:none;background:var(--darkButtonBackgroundColor, var(--_dark_primary-button-color))}.button-module__button--vH_iW.dark-theme:focus-visible button:focus,.button-module__button--vH_iW.dark-theme:focus-within button:focus,.button-module__button--vH_iW.dark-theme.gamepad-focused button:focus{outline:none}.button-module__button--vH_iW button.dark-theme{background:var(--darkButtonBackgroundColor, var(--_dark_primary-button-color));color:var(--darkButtonTextColor, var(--_dark_primary-button-font-color))}.button-module__button--vH_iW button.dark-theme svg path{fill:var(--darkButtonTextColor, var(--_dark_primary-button-font-color))}.button-module__button--vH_iW button.dark-theme:focus,.button-module__button--vH_iW button.dark-theme:focus-visible,.button-module__button--vH_iW button.dark-theme:focus-within,.button-module__button--vH_iW button.dark-theme.gamepad-focused{transition:transform .2s ease,outline-color .2s ease;outline:1px solid rgba(61,208,109,.35);outline-color:#3dd06d59;animation:button-module__focusRing--tuN8h 1.5s infinite}.button-module__button--vH_iW button.dark-theme:hover button{background:var(--_dark_primary-button-hover)}.button-module__button--vH_iW button.dark-theme:hover button:focus,.button-module__button--vH_iW button.dark-theme:hover button:focus-visible,.button-module__button--vH_iW button.dark-theme:hover button:focus-within{background:var(--darkButtonBackgroundColor, var(--_dark_primary-button-hover))}.button-module__button--vH_iW button.dark-theme:active{background:var(--_dark_primary-button-press)}rdx-edition-frame .button-module__button--vH_iW:focus,rdx-edition-frame .button-module__button--vH_iW:focus-visible,rdx-edition-frame .button-module__button--vH_iW:focus-within{outline:none;background:linear-gradient(0deg,hsl(var(--buttonBackgroundHue),calc(var(--buttonBackgroundSaturation) - 20%),calc(var(--buttonBackgroundLight) - 6%)),hsl(var(--buttonBackgroundHue),var(--buttonBackgroundSaturation),calc(var(--buttonBackgroundLight) + 3%)) 9%)}rdx-edition-frame .button-module__button--vH_iW:focus button,rdx-edition-frame .button-module__button--vH_iW:focus-visible button,rdx-edition-frame .button-module__button--vH_iW:focus-within button{outline:none;background-color:var(--buttonBackgroundColor, #005fb8)}.copilot-module__button--LiQpM{display:flex;justify-content:flex-end;width:30%;font-size:.65vw}.copilot-module__button--LiQpM button{justify-content:center;border:0;border-radius:3px;font-size:.65vw;outline-color:#000;text-decoration:none;cursor:pointer;width:100%;padding:1px;height:32px;--gradient-start: #38d1ff;--gradient-end: #005fb9;display:flex;align-items:center;gap:8px;background:#005fb9;transition:.5s --gradient-start,.5s --gradient-end;background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%)}@container drawer (max-width: 1920px){.copilot-module__button--LiQpM button{font-size:12px}}.copilot-module__button--LiQpM button>span{max-width:85%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:all .5s ease-in-out;color:var(--_dark_font-color)}.copilot-module__button--LiQpM button svg{display:flex;background-color:transparent;width:16px;height:16px;margin-left:5px;transition:all .25s ease-in-out;min-width:1.15vw;max-width:1.15vw;min-height:1.1vw;max-height:1.1vw}.copilot-module__button--LiQpM button svg path{transition:all .25s ease-in-out;fill:var(--_dark_font-color)}@container page (max-width: 1920px){.copilot-module__button--LiQpM button svg{min-width:18px;max-width:18px;min-height:16px;max-height:16px}}@container drawer (max-width: 1920px){.copilot-module__button--LiQpM button svg{min-width:18px;max-width:18px;min-height:16px;max-height:16px}}.copilot-module__button--LiQpM:hover button{--gradient-start: rgba(0, 147, 245, .9);--gradient-end: rgba(0, 95, 185, .9)}.copilot-module__button--LiQpM:active button{--gradient-start: rgba(0, 147, 245, .8);--gradient-end: rgba(0, 95, 185, .8)}.copilot-module__button--LiQpM:active button>span,.copilot-module__button--LiQpM:active button svg{opacity:.7}.copilot-module__button--LiQpM:focus-visible,.copilot-module__button--LiQpM:focus-within{background:transparent}.copilot-module__button--LiQpM:focus-visible button,.copilot-module__button--LiQpM:focus-within button{outline:2px solid black!important;outline-offset:2px}.copilot-module__button--LiQpM.copilot-module__inverted--EdFnT button{flex-direction:row-reverse;justify-content:flex-end}.copilot-module__button--LiQpM.dark-theme{background:linear-gradient(0deg,var(--_dark_neutral-stroke) 0%,var(--_dark_neutral-stroke-selected) 40%)}.copilot-module__button--LiQpM.dark-theme:hover button{--gradient-start: rgba(163, 241, 255, .9);--gradient-end: rgba(96, 205, 255, .9)}.copilot-module__button--LiQpM.dark-theme:focus-visible,.copilot-module__button--LiQpM.dark-theme:focus-within{background:transparent}.copilot-module__button--LiQpM.dark-theme:focus-visible button,.copilot-module__button--LiQpM.dark-theme:focus-within button{outline:2px solid var(--_dark_neutral-focus)!important;outline-offset:2px;background-color:var(--darkButtonBackgroundColor, var(--_dark_primary-background-color))}.copilot-module__button--LiQpM.dark-theme:active button{--gradient-start: rgba(163, 241, 255, .8);--gradient-end: rgba(96, 205, 255, .8)}.copilot-module__button--LiQpM.dark-theme:active button>span{color:var(--_dark_neutral-press)}.copilot-module__button--LiQpM.dark-theme:active button>svg path{fill:var(--_dark_neutral-press)}.copilot-module__button--LiQpM.dark-theme:active button>span,.copilot-module__button--LiQpM.dark-theme:active button>svg{opacity:.5}.copilot-module__button--LiQpM.dark-theme button{--gradient-start: #a3f1ff;--gradient-end: #60cdff;background:#60cdff;background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%)}.copilot-module__button--LiQpM.dark-theme button>span{color:#000}.copilot-module__button--LiQpM.dark-theme button svg path{fill:#000}.copilot-module__button--LiQpM.dark-theme button:focus,.copilot-module__button--LiQpM.dark-theme button:focus-visible,.copilot-module__button--LiQpM.dark-theme button:focus-within{outline:2px solid var(--_dark_neutral-font-color-selected)}rdx-edition-frame .copilot-module__button--LiQpM:focus,rdx-edition-frame .copilot-module__button--LiQpM:focus-visible,rdx-edition-frame .copilot-module__button--LiQpM:focus-within{outline:none;background:linear-gradient(0deg,hsl(var(--buttonBackgroundHue),calc(var(--buttonBackgroundSaturation) - 20%),calc(var(--buttonBackgroundLight) - 6%)),hsl(var(--buttonBackgroundHue),var(--buttonBackgroundSaturation),calc(var(--buttonBackgroundLight) + 3%)) 9%)}rdx-edition-frame .copilot-module__button--LiQpM:focus button,rdx-edition-frame .copilot-module__button--LiQpM:focus-visible button,rdx-edition-frame .copilot-module__button--LiQpM:focus-within button{outline:none;background-color:var(--buttonBackgroundColor, #005fb8)}.link-module__link--kWLxY{text-decoration:none;color:var(--buttonTextColor, #005fb8);font-size:.92vw;transition:opacity .3s ease-in-out;padding:5px 0;border-radius:3px;width:-moz-fit-content;width:fit-content;cursor:pointer}@container page (max-width: 1920px){.link-module__link--kWLxY{font-size:14px}}.link-module__link--kWLxY button{outline:none;border:none;background-color:transparent;color:var(--buttonTextColor, #005fb8);font-weight:600;cursor:pointer;display:flex;align-items:center}.link-module__link--kWLxY button:focus,.link-module__link--kWLxY button:focus-visible{outline:none}.link-module__link--kWLxY button>textarea{height:31px;transform:translateY(6px);width:auto;border:none;padding:0;margin:0;resize:none;text-align:left;outline:none}.link-module__link--kWLxY button>textarea::-webkit-scrollbar{width:5px;height:5px}.link-module__link--kWLxY button>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.link-module__link--kWLxY button>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.link-module__link--kWLxY button>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 1920px){.link-module__link--kWLxY button>textarea{height:21px}}.link-module__link--kWLxY svg{width:1vw;height:1vw;transition:.2s ease-in-out}.link-module__link--kWLxY svg path{fill:var(--buttonTextColor, #005fb8);transform:translateY(.15vw)}@container page (max-width: 1920px){.link-module__link--kWLxY svg path{transform:translateY(4px)}}@container page (max-width: 1920px){.link-module__link--kWLxY svg{width:17px;height:17px}}.link-module__link--kWLxY:hover{opacity:.8;cursor:pointer}.link-module__link--kWLxY:hover svg{margin-left:6px}.link-module__link--kWLxY:focus,.link-module__link--kWLxY:focus-within{outline:2px solid #1d1d1d}.link-module__link--kWLxY.dark-theme,.link-module__link--kWLxY.dark-theme button{color:var(--darkButtonTextColor, var(--_dark_primary-link-color))}.link-module__link--kWLxY.dark-theme svg path{fill:var(--darkButtonTextColor, var(--_dark_primary-link-color))}.link-module__link--kWLxY.dark-theme:hover,.link-module__link--kWLxY.dark-theme:hover button{color:var(--darkButtonTextColor, var(--_dark_primary-link-color-hov))}.link-module__link--kWLxY.dark-theme:hover svg path{fill:var(--darkButtonTextColor, var(--_dark_primary-link-color-hov))}.link-module__link--kWLxY.dark-theme:focus,.link-module__link--kWLxY.dark-theme:focus-within{outline:2px solid var(--_dark_neutral-focus)}rdx-edition-frame .link-module__link--kWLxY:focus,rdx-edition-frame .link-module__link--kWLxY:focus-within{outline:none}rdx-edition-frame .link-module__link--kWLxY:hover svg{margin-left:0}@keyframes mediaImage-module__enterFromTop--mjlbi{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes mediaImage-module__leaveFromBottom--DOaGL{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes mediaImage-module__leaveFromBottomFooter--uOqBq{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes mediaImage-module__enterFromBottom--cApIu{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes mediaImage-module__enterFromBottomFooter--MyGsX{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes mediaImage-module__smoothEnterFromBottom--r_f15{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes mediaImage-module__showFromBehind--bbRPN{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes mediaImage-module__hideFromFront--FovAw{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes mediaImage-module__shineLogo--houJT{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes mediaImage-module__fade-in--Eu9A5{0%{opacity:0}to{opacity:1}}@keyframes mediaImage-module__fade-out--oOMWa{0%{opacity:1}to{opacity:0}}@keyframes mediaImage-module__enter-rtl--JHxNo{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes mediaImage-module__leave-rtl--OlFHj{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes mediaImage-module__enter-ltr--buzMG{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes mediaImage-module__leave-ltr--__kw0{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes mediaImage-module__slide-enter-rtl--dntGB{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes mediaImage-module__slide-leave-rtl--nSfXs{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes mediaImage-module__slide-enter-ltr--quTRm{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes mediaImage-module__slide-leave-ltr--zATdg{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes mediaImage-module__stroke--xxwlw{to{stroke-dashoffset:0}}@keyframes mediaImage-module__marquee-text--_8rtm{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes mediaImage-module__fadeInLeft--LWQHX{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes mediaImage-module__qr-in--eI7CD{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes mediaImage-module__qr-out--Hrea3{0%{opacity:1}to{opacity:0}}@keyframes mediaImage-module__attract-in--BSXoS{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes mediaImage-module__attract-out--RLTcQ{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes mediaImage-module__pulse-animation--aPNsP{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes mediaImage-module__pulse-animation-dark--nRbBj{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes mediaImage-module__pingPong--pa9JH{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes mediaImage-module__opacitySvg--uECZH{0%{opacity:0}to{opacity:1}}@keyframes mediaImage-module__focusRing--YhwIk{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.mediaImage-module__mediaImage--NbWqs.mediaImage-module__borderRadius--minqW>img{border-radius:8px}.mediaImage-module__mediaImage--NbWqs.mediaImage-module__opacity--Yso8n{opacity:var(--opacity, 1)}.mediaImage-module__mediaImage--NbWqs.mediaImage-module__transform--HPaqu>img{transform:var(--transform, none)}.mediaImage-module__mediaImage--NbWqs.mediaImage-module__boxShadow--HgxwT{box-shadow:0 2px 4px #0000000a}.mediaImage-module__mediaImage--NbWqs>a[class*=gamepad-focused][class*=dark-theme]{transform:scale(1.01);transition:transform .2s ease,outline-color .2s ease;outline:1px solid rgba(61,208,109,.35);outline-color:#3dd06d59;animation:mediaImage-module__focusRing--YhwIk 1.5s infinite}.mediaImage-module__hidden--Z5hxY{display:none}.mediaVideo-module__mediaVideo--HCpWn.mediaVideo-module__borderRadius--OcxDi>video{border-radius:8px}.mediaVideo-module__mediaVideo--HCpWn.mediaVideo-module__opacity--xcMOY{opacity:var(--opacity, 1)}.mediaVideo-module__mediaVideo--HCpWn.mediaVideo-module__transform--U0Qcy>video{transform:var(--transform, none)}.mediaVideo-module__mediaVideo--HCpWn.mediaVideo-module__boxShadow--e7QwL{box-shadow:0 2px 4px #0000000a}.mediaVideo-module__controls--QChYv{--modal-control-video-color: #60cdff;--clear-black: #333;--accent-color: #646464;--darkest-gray: #646464;position:absolute;bottom:10px;border-radius:10px;left:50%;transform:translate(-50%);width:80%;padding:20px;display:flex;justify-content:space-between;align-items:center;opacity:var(--video-control-opacity, 1);transition:opacity .25s ease-in-out;z-index:1}.mediaVideo-module__controls_backdrop--JnIW1{position:absolute;left:0;right:0;width:100%;height:100%;opacity:.9;border-radius:10px;background:var(--clear-black)}.mediaVideo-module__controls_button--CCEBA{display:flex;position:absolute;top:50%;transform:translateY(-50%);padding:5px;transition:background-color .25s ease-in-out;background-color:transparent;border:none;cursor:pointer}.mediaVideo-module__controls_button--CCEBA>svg{width:10px;height:10px}.mediaVideo-module__controls_button--CCEBA>svg path{fill:#fff}.mediaVideo-module__controls_button--CCEBA.mediaVideo-module__left--qvRkK{left:2%}.mediaVideo-module__controls_button--CCEBA.mediaVideo-module__right--qwvcY{right:2%}.mediaVideo-module__controls_button--CCEBA.mediaVideo-module__right--qwvcY>svg{width:20px;height:15px}.mediaVideo-module__controls_button--CCEBA:focus{outline:1px #0078d4 solid}.mediaVideo-module__controls_button--CCEBA:hover{background:#ffffff15;border-radius:4px}.mediaVideo-module__controls_button--CCEBA:disabled{cursor:initial;pointer-events:none}.mediaVideo-module__controls_button--CCEBA:disabled:hover{background-color:unset}.mediaVideo-module__controls_progress--YguVJ{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:5px;opacity:1;outline:none;margin:0 auto;max-width:85%;border-radius:10px;z-index:1;background-image:linear-gradient(var(--modal-control-video-color, var(--accent-color)),var(--modal-control-video-color, var(--accent-color)));background-size:calc(var(--progress) / var(--total-width) * 100%) 100%;background-repeat:no-repeat;cursor:pointer}.mediaVideo-module__controls_progress--YguVJ::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;background:var(--modal-control-video-color, var(--accent-color));height:15px;width:15px;border-radius:50%;border:3px solid var(--darkest-gray)}.mediaVideo-module__controls_progress--YguVJ::-webkit-slider-runnable-track{appearance:none;-webkit-appearance:none;box-shadow:none;border:none;background:transparent}.mediaVideo-module__controls_progress--YguVJ:focus{border:2px solid black}.mediaVideo-module__controls_audio_wrapper--IQhpB{position:absolute;top:50%;right:2%;width:30px;height:25px;transform:translateY(-50%);padding:5px;transition:background-color .25s ease-in-out}.mediaVideo-module__controls_audio_wrapper--IQhpB .mediaVideo-module__controls_volume_wrapper--uvRr1.mediaVideo-module__disabled--nWTNI{display:none}.mediaVideo-module__controls_audio_wrapper--IQhpB:hover .mediaVideo-module__controls_volume_wrapper--uvRr1{opacity:.9}.mediaVideo-module__controls_volume_wrapper--uvRr1{position:absolute;width:90px;top:-300%;left:-30px;transform:rotate(-90deg);background:var(--clear-black);border-radius:10px;height:30px;padding:10px;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .25s ease-in-out}.mediaVideo-module__controls_volume_wrapper--uvRr1:focus-within{opacity:1}.mediaVideo-module__controls_volume_range--QJ1pa{-moz-appearance:none;appearance:none;-webkit-appearance:none;height:5px;width:100%;outline:none;margin:0 auto;border-radius:10px;z-index:1;background-image:linear-gradient(var(--modal-control-video-color, var(--accent-color)),var(--modal-control-video-color, var(--accent-color)));background-size:calc(var(--progress) / var(--total-width) * 100%) 100%;background-repeat:no-repeat;cursor:pointer}.mediaVideo-module__controls_volume_range--QJ1pa::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;background:var(--modal-control-video-color, var(--accent-color));height:15px;width:15px;border-radius:50%;border:3px solid var(--darkest-gray)}.mediaVideo-module__controls_volume_range--QJ1pa::-webkit-slider-runnable-track{-webkit-appearance:none;appearance:none;box-shadow:none;border:none;background:transparent}.mediaVideo-module__controls_volume_range--QJ1pa:focus{border:2px solid black}.mediaVideo-module__controls--QChYv.mediaVideo-module__hide--cQhXD{--video-control-opacity: 0}.mediaVideo-module__controls--QChYv.mediaVideo-module__hide_button--em8rD:hover,.mediaVideo-module__controls--QChYv.mediaVideo-module__hide_button--em8rD:focus,.mediaVideo-module__controls--QChYv.mediaVideo-module__hide_progress--y4tKC:hover,.mediaVideo-module__controls--QChYv.mediaVideo-module__hide_progress--y4tKC:focus{--video-control-opacity: 1}.mediaVideo-module__controls--QChYv.mediaVideo-module__hide--cQhXD:hover,.mediaVideo-module__controls--QChYv.mediaVideo-module__hide--cQhXD:focus-within{--video-control-opacity: 1}.mediaVideo-module__controls--QChYv.mediaVideo-module__disabledControls--VinUc{display:none}rdx-edition-frame[data-component=media]>div[id*=contentContainer] rdx-media rdx-media-video .mediaVideo-module__controls--QChYv{--video-control-opacity: 1}.mediaQr-module__qrContainer--pyBSI .mediaQr-module__qrCanvas--schfI{width:100%;height:100%;display:flex;align-items:center}.media-module__media--XkK1F.media-module__mediaTint--bFxFW:before{content:"";display:block;position:absolute;top:0;left:0;height:100%;width:100%;background-color:var(--tintColor);z-index:1;transition:all .4s ease 0s;pointer-events:none}.media-module__media--XkK1F:hover.media-module__mediaTint--bFxFW:before{background-color:var(--hoverEffectColor, var(--tintColor))}.media-module__media--XkK1F.media-module__borderRadius--cZ0sz .media-module__mediaTint--bFxFW:before{border-radius:8px}.media-module__borderRadius--cZ0sz{border-radius:8px}.media-module__boxShadow--N92Bl{box-shadow:0 2px 4px #0000000a}.star-module__star--OU9GG>div .star-module__container--EO9qL span.star-module__noRating--yP8WU{font-size:.8vw;line-height:1vw;font-weight:400;color:#0009;max-width:100%;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@container banner (max-width: 1920px){.star-module__star--OU9GG>div .star-module__container--EO9qL span.star-module__noRating--yP8WU{font-size:12px;line-height:16px}}@container drawer (max-width: 1920px){.star-module__star--OU9GG>div .star-module__container--EO9qL span.star-module__noRating--yP8WU{font-size:12px;line-height:16px}}@container attract (max-width: 1920px){.star-module__star--OU9GG>div .star-module__container--EO9qL span.star-module__noRating--yP8WU{font-size:12px;line-height:16px}}.star-module__star--OU9GG>div .star-module__container--EO9qL span.star-module__noLink--KuC0T{cursor:default}[class*=carousel] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=carousel] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--fontSize, 14px)}}@container page (max-width: 768px){[class*=carousel] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--fontSize, 12px)}}[class*=carousel] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--relativeFontSize, .65vw)}@container page (max-width: 1920px){[class*=carousel] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--fontSize, 11.5px)}}@container page (max-width: 768px){[class*=carousel] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--fontSize, 9.5px)}}[class*=carousel] rdx-banner-text textarea{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=carousel] rdx-banner-text textarea{font-size:var(--fontSize, 14px)}}@container page (max-width: 768px){[class*=carousel] rdx-banner-text textarea{font-size:var(--fontSize, 12px)}}[class*=hero] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=hero] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--fontSize, 14px)}}[class*=hero] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--relativeFontSize, .6vw)}@container page (max-width: 1920px){[class*=hero] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--fontSize, 11.5px)}}[class*=hero] rdx-banner-text textarea{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=hero] rdx-banner-text textarea{font-size:var(--fontSize, 14px)}}[class*=tileRow] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--relativeFontSize, .93vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--fontSize, 14px)}}[class*=tileRow] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--relativeFontSize, .6vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--fontSize, 11.5px)}}[class*=tileRow] rdx-banner-text textarea{font-size:var(--relativeFontSize, .93vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-banner-text textarea{font-size:var(--fontSize, 14px)}}[class*=mosaic] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--relativeFontSize, 1vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--fontSize, 16px)}}[class*=mosaic] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--fontSize, 12.5px)}}[class*=mosaic] rdx-banner-text textarea{font-size:var(--relativeFontSize, 1vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-banner-text textarea{font-size:var(--fontSize, 16px)}}[class*=feature] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=feature] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--fontSize, 14px)}}[class*=feature] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--relativeFontSize, .6vw)}@container page (max-width: 1920px){[class*=feature] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--fontSize, 11.5px)}}[class*=feature] rdx-banner-text textarea{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=feature] rdx-banner-text textarea{font-size:var(--fontSize, 14px)}}[class*=immersiveHero] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--fontSize, 14px)}}[class*=immersiveHero] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--relativeFontSize, .65vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--fontSize, 11.5px)}}[class*=immersiveHero] rdx-banner-text textarea{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-banner-text textarea{font-size:var(--fontSize, 14px)}}[class*=hotspotFooter] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=hotspotFooter] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--fontSize, 14px)}}[class*=hotspotFooter] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--relativeFontSize, .65vw)}@container page (max-width: 1920px){[class*=hotspotFooter] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--fontSize, 11.5px)}}[class*=hotspotFooter][class*=editing] [class*=containerFooter] [class*=containerText] rdx-edition-frame[data-component=text] rdx-banner-text textarea{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=hotspotFooter][class*=editing] [class*=containerFooter] [class*=containerText] rdx-edition-frame[data-component=text] rdx-banner-text textarea{font-size:var(--fontSize, 14px)}}[class*=slideWrapper] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--relativeFontSize, .92vw)}@container page (max-width: 1920px){[class*=slideWrapper] rdx-banner-text .TextBanner-module__banner--vKRSy{font-size:var(--fontSize, 14px)}}[class*=slideWrapper] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--relativeFontSize, .6vw)}@container page (max-width: 1920px){[class*=slideWrapper] rdx-banner-text .TextBanner-module__banner--vKRSy sup{font-size:var(--fontSize, 11.5px)}}[class*=slideWrapper][class*=editing] rdx-edition-frame[data-component=text] rdx-banner-text textarea{font-size:var(--relativeFontSize, 1.85vw)}@container page (max-width: 1920px){[class*=slideWrapper][class*=editing] rdx-edition-frame[data-component=text] rdx-banner-text textarea{font-size:var(--fontSize, 28px)}}[class*=carousel] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--relativeFontSize, 2.6vw)}@container page (max-width: 1920px){[class*=carousel] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--fontSize, 40px)}}@container page (max-width: 768px){[class*=carousel] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--fontSize, 28px)}}[class*=carousel] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--relativeFontSize, 2.1vw)}@container page (max-width: 1920px){[class*=carousel] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--fontSize, 32px)}}@container page (max-width: 768px){[class*=carousel] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--fontSize, 22px)}}[class*=carousel] rdx-heading-text textarea{font-size:var(--relativeFontSize, 2.6vw)}@container page (max-width: 1920px){[class*=carousel] rdx-heading-text textarea{font-size:var(--fontSize, 40px)}}@container page (max-width: 768px){[class*=carousel] rdx-heading-text textarea{font-size:var(--fontSize, 28px)}}[class*=hero] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--relativeFontSize, 2.6vw)}@container page (max-width: 1920px){[class*=hero] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--fontSize, 40px)}}@container page (max-width: 768px){[class*=hero] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--fontSize, 28px)}}[class*=hero] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--relativeFontSize, 2.1vw)}@container page (max-width: 1920px){[class*=hero] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--fontSize, 32px)}}@container page (max-width: 768px){[class*=hero] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--fontSize, 22px)}}[class*=hero] rdx-heading-text textarea{font-size:var(--relativeFontSize, 2.6vw)}@container page (max-width: 1920px){[class*=hero] rdx-heading-text textarea{font-size:var(--fontSize, 40px)}}@container page (max-width: 768px){[class*=hero] rdx-heading-text textarea{font-size:var(--fontSize, 28px)}}@container page (max-width: 1920px){[class*=heroInterstitial] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--fontSize, 30px)}}[class*=tileRow] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--relativeFontSize, 1.3vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--fontSize, 20px)}}[class*=tileRow] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--fontSize, 15px)}}[class*=tileRow] rdx-heading-text textarea{font-size:var(--relativeFontSize, 1.3vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-heading-text textarea{font-size:var(--fontSize, 20px)}}[class*=feature] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--relativeFontSize, 1.7vw)}@container page (max-width: 1920px){[class*=feature] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--fontSize, 28px)}}[class*=feature] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--relativeFontSize, 1.3vw)}@container page (max-width: 1920px){[class*=feature] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--fontSize, 22px)}}[class*=feature] rdx-heading-text textarea{font-size:var(--relativeFontSize, 1.7vw)}@container page (max-width: 1920px){[class*=feature] rdx-heading-text textarea{font-size:var(--fontSize, 28px)}}[class*=immersiveHero] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--relativeFontSize, 2.1vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--fontSize, 34px)}}[class*=immersiveHero] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--relativeFontSize, 1.7vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--fontSize, 28px)}}[class*=immersiveHero] rdx-heading-text textarea{font-size:var(--relativeFontSize, 2.1vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-heading-text textarea{font-size:var(--fontSize, 34px)}}[class*=mosaic] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--relativeFontSize, 1.3vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--fontSize, 20px)}}[class*=mosaic] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--fontSize, 15px)}}[class*=mosaic] rdx-heading-text textarea{font-size:var(--relativeFontSize, 1.3vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-heading-text textarea{font-size:var(--fontSize, 20px)}}[class*=hotspotFooter] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--relativeFontSize, 1.65vw)}@container page (max-width: 1920px){[class*=hotspotFooter] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--fontSize, 28px)}}@container page (min-width: 2800px){[class*=hotspotFooter] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--fontSize, 2.1vw)}}[class*=hotspotFooter] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--relativeFontSize, 1.2vw)}@container page (max-width: 1920px){[class*=hotspotFooter] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--fontSize, 22px)}}@container page (min-width: 2800px){[class*=hotspotFooter] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--fontSize, 1.7vw)}}[class*=hotspotFooter][class*=editing] [class*=containerFooter] [class*=containerText] rdx-edition-frame[data-component=text] rdx-heading-text textarea{font-size:var(--relativeFontSize, 1.65vw)}@container page (max-width: 1920px){[class*=hotspotFooter][class*=editing] [class*=containerFooter] [class*=containerText] rdx-edition-frame[data-component=text] rdx-heading-text textarea{font-size:var(--fontSize, 28px)}}@container page (min-width: 2800px){[class*=hotspotFooter][class*=editing] [class*=containerFooter] [class*=containerText] rdx-edition-frame[data-component=text] rdx-heading-text textarea{font-size:var(--fontSize, 2.1vw)}}[class*=slideWrapper] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--relativeFontSize, 1.85vw)}@container page (max-width: 1920px){[class*=slideWrapper] rdx-heading-text .headingText-module__heading--xlsbw{font-size:var(--fontSize, 28px)}}[class*=slideWrapper] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--relativeFontSize, 1.4vw)}@container page (max-width: 1920px){[class*=slideWrapper] rdx-heading-text .headingText-module__heading--xlsbw sup{font-size:var(--fontSize, 22px)}}[class*=carousel] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=carousel] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--fontSize, 14px)}}@container page (max-width: 768px){[class*=carousel] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--fontSize, 12px)}}[class*=carousel] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--relativeFontSize, .65vw)}@container page (max-width: 1920px){[class*=carousel] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--fontSize, 11.5px)}}@container page (max-width: 768px){[class*=carousel] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--fontSize, 9.5px)}}[class*=carousel] rdx-label-text textarea{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=carousel] rdx-label-text textarea{font-size:var(--fontSize, 14px)}}@container page (max-width: 768px){[class*=carousel] rdx-label-text textarea{font-size:var(--fontSize, 12px)}}[class*=hero] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=hero] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--fontSize, 14px)}}[class*=hero] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--relativeFontSize, .6vw)}@container page (max-width: 1920px){[class*=hero] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--fontSize, 11.5px)}}[class*=hero] rdx-label-text textarea{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=hero] rdx-label-text textarea{font-size:var(--fontSize, 14px)}}[class*=tileRow] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--relativeFontSize, .93vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--fontSize, 14px)}}[class*=tileRow] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--relativeFontSize, .6vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--fontSize, 11.5px)}}[class*=tileRow] rdx-label-text textarea{font-size:var(--relativeFontSize, .93vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-label-text textarea{font-size:var(--fontSize, 14px)}}[class*=mosaic] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--relativeFontSize, 1vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--fontSize, 16px)}}[class*=mosaic] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--relativeFontSize, .65vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--fontSize, 12px)}}[class*=mosaic] rdx-label-text textarea{font-size:var(--relativeFontSize, 1vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-label-text textarea{font-size:var(--fontSize, 16px)}}[class*=feature] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=feature] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--fontSize, 14px)}}[class*=feature] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--relativeFontSize, .6vw)}@container page (max-width: 1920px){[class*=feature] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--fontSize, 11.5px)}}[class*=feature] rdx-label-text textarea{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=feature] rdx-label-text textarea{font-size:var(--fontSize, 14px)}}[class*=immersiveHero] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--fontSize, 14px)}}[class*=immersiveHero] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--relativeFontSize, .65vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--fontSize, 11.5px)}}[class*=immersiveHero] rdx-label-text textarea{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-label-text textarea{font-size:var(--fontSize, 14px)}}[class*=hotspotFooter] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=hotspotFooter] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--fontSize, 14px)}}[class*=hotspotFooter] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--relativeFontSize, .65vw)}@container page (max-width: 1920px){[class*=hotspotFooter] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--fontSize, 11.5px)}}[class*=hotspotFooter][class*=editing] [class*=containerFooter] [class*=containerText] rdx-edition-frame[data-component=text] rdx-label-text textarea{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=hotspotFooter][class*=editing] [class*=containerFooter] [class*=containerText] rdx-edition-frame[data-component=text] rdx-label-text textarea{font-size:var(--fontSize, 14px)}}[class*=slideWrapper] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--relativeFontSize, .92vw)}@container page (max-width: 1920px){[class*=slideWrapper] rdx-label-text .labelText-module__label--Qzkhf{font-size:var(--fontSize, 14px)}}[class*=slideWrapper] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--relativeFontSize, .6vw)}@container page (max-width: 1920px){[class*=slideWrapper] rdx-label-text .labelText-module__label--Qzkhf sup{font-size:var(--fontSize, 11.5px)}}[class*=slideWrapper][class*=editing] rdx-edition-frame[data-component=text] rdx-label-text textarea{font-size:var(--relativeFontSize, 1.85vw)}@container page (max-width: 1920px){[class*=slideWrapper][class*=editing] rdx-edition-frame[data-component=text] rdx-label-text textarea{font-size:var(--fontSize, 28px)}}[class*=carousel] rdx-legal-text .legalText-module__legal--iOtRH{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=carousel] rdx-legal-text .legalText-module__legal--iOtRH{font-size:12px}}[class*=carousel] rdx-legal-text .legalText-module__legal--iOtRH sup{font-size:var(--relativeFontSize, .45vw)}@container page (max-width: 1920px){[class*=carousel] rdx-legal-text .legalText-module__legal--iOtRH sup{font-size:9.5px}}[class*=carousel] rdx-legal-text textarea{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=carousel] rdx-legal-text textarea{font-size:12px}}[class*=hero] rdx-legal-text .legalText-module__legal--iOtRH{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=hero] rdx-legal-text .legalText-module__legal--iOtRH{font-size:12px}}[class*=hero] rdx-legal-text .legalText-module__legal--iOtRH sup{font-size:var(--relativeFontSize, .5vw)}@container page (max-width: 1920px){[class*=hero] rdx-legal-text .legalText-module__legal--iOtRH sup{font-size:9.5px}}[class*=hero] rdx-legal-text textarea{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=hero] rdx-legal-text textarea{font-size:12px}}[class*=feature] rdx-legal-text .legalText-module__legal--iOtRH{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=feature] rdx-legal-text .legalText-module__legal--iOtRH{font-size:12px}}[class*=feature] rdx-legal-text .legalText-module__legal--iOtRH sup{font-size:var(--relativeFontSize, .5vw)}@container page (max-width: 1920px){[class*=feature] rdx-legal-text .legalText-module__legal--iOtRH sup{font-size:9.5px}}[class*=feature] rdx-legal-text textarea{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=feature] rdx-legal-text textarea{font-size:12px}}[class*=tileRow] rdx-legal-text .legalText-module__legal--iOtRH{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-legal-text .legalText-module__legal--iOtRH{font-size:12px}}[class*=tileRow] rdx-legal-text .legalText-module__legal--iOtRH sup{font-size:var(--relativeFontSize, .5vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-legal-text .legalText-module__legal--iOtRH sup{font-size:9.5px}}[class*=tileRow] rdx-legal-text textarea{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-legal-text textarea{font-size:12px}}[class*=mosaic] rdx-legal-text .legalText-module__legal--iOtRH{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-legal-text .legalText-module__legal--iOtRH{font-size:12px}}[class*=mosaic] rdx-legal-text .legalText-module__legal--iOtRH sup{font-size:var(--relativeFontSize, .5vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-legal-text .legalText-module__legal--iOtRH sup{font-size:9.5px}}[class*=mosaic] rdx-legal-text textarea{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-legal-text textarea{font-size:12px}}[class*=immersiveHero] rdx-legal-text .legalText-module__legal--iOtRH{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-legal-text .legalText-module__legal--iOtRH{font-size:12px}}[class*=immersiveHero] rdx-legal-text .legalText-module__legal--iOtRH sup{font-size:var(--relativeFontSize, .5vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-legal-text .legalText-module__legal--iOtRH sup{font-size:9.5px}}[class*=immersiveHero] rdx-legal-text textarea{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-legal-text textarea{font-size:12px}}[class*=hotspotFooter] rdx-legal-text .legalText-module__legal--iOtRH{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=hotspotFooter] rdx-legal-text .legalText-module__legal--iOtRH{font-size:12px}}[class*=hotspotFooter][class*=editing] [class*=containerFooter] [class*=containerText] rdx-edition-frame[data-component=text] rdx-legal-text textarea{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=hotspotFooter][class*=editing] [class*=containerFooter] [class*=containerText] rdx-edition-frame[data-component=text] rdx-legal-text textarea{font-size:12px}}[class*=slideWrapper] rdx-legal-text .legalText-module__legal--iOtRH{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=slideWrapper] rdx-legal-text .legalText-module__legal--iOtRH{font-size:12px}}[class*=slideWrapper][class*=editing] rdx-edition-frame[data-component=text] rdx-legal-text textarea{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=slideWrapper][class*=editing] rdx-edition-frame[data-component=text] rdx-legal-text textarea{font-size:12px}}[class*=carousel] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=carousel] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--fontSize, 14px)}}@container page (max-width: 768px){[class*=carousel] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--fontSize, 12px)}}[class*=carousel] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--relativeFontSize, .65vw)}@container page (max-width: 1920px){[class*=carousel] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--fontSize, 11.5px)}}@container page (max-width: 768px){[class*=carousel] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--fontSize, 9.5px)}}[class*=carousel] rdx-paragraph-text textarea{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=carousel] rdx-paragraph-text textarea{font-size:var(--fontSize, 14px)}}@container page (max-width: 768px){[class*=carousel] rdx-paragraph-text textarea{font-size:var(--fontSize, 12px)}}[class*=hero] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=hero] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--fontSize, 14px)}}[class*=hero] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--relativeFontSize, .6vw)}@container page (max-width: 1920px){[class*=hero] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--fontSize, 11.5px)}}[class*=hero] rdx-paragraph-text textarea{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=hero] rdx-paragraph-text textarea{font-size:var(--fontSize, 14px)}}[class*=tileRow] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--relativeFontSize, .93vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--fontSize, 14px)}}[class*=tileRow] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--relativeFontSize, .6vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--fontSize, 11.5px)}}[class*=tileRow] rdx-paragraph-text textarea{font-size:var(--relativeFontSize, .93vw)}@container page (max-width: 1920px){[class*=tileRow] rdx-paragraph-text textarea{font-size:var(--fontSize, 14px)}}[class*=feature] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=feature] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--fontSize, 14px)}}[class*=feature] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--relativeFontSize, .6vw)}@container page (max-width: 1920px){[class*=feature] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--fontSize, 11.5px)}}[class*=feature] rdx-paragraph-text textarea{font-size:var(--relativeFontSize, .9vw)}@container page (max-width: 1920px){[class*=feature] rdx-paragraph-text textarea{font-size:var(--fontSize, 14px)}}[class*=immersiveHero] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--fontSize, 14px)}}[class*=immersiveHero] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--relativeFontSize, .65vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--fontSize, 11.5px)}}[class*=immersiveHero] rdx-paragraph-text textarea{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-paragraph-text textarea{font-size:var(--fontSize, 14px)}}[class*=mosaic] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--relativeFontSize, 1vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--fontSize, 16px)}}[class*=mosaic] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--fontSize, 12px)}}[class*=mosaic] rdx-paragraph-text textarea{font-size:var(--relativeFontSize, 1vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-paragraph-text textarea{font-size:var(--fontSize, 16px)}}[class*=hotspotFooter] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=hotspotFooter] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--fontSize, 14px)}}[class*=hotspotFooter] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--relativeFontSize, .65vw)}@container page (max-width: 1920px){[class*=hotspotFooter] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--fontSize, 11.5px)}}[class*=hotspotFooter][class*=editing] [class*=containerFooter] [class*=containerText] rdx-edition-frame[data-component=text] rdx-paragraph-text textarea{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=hotspotFooter][class*=editing] [class*=containerFooter] [class*=containerText] rdx-edition-frame[data-component=text] rdx-paragraph-text textarea{font-size:var(--fontSize, 14px)}}[class*=slideWrapper] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--relativeFontSize, .92vw)}@container page (max-width: 1920px){[class*=slideWrapper] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--fontSize, 14px)}}[class*=slideWrapper] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--relativeFontSize, .6vw)}@container page (max-width: 1920px){[class*=slideWrapper] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--fontSize, 11.5px)}}[class*=slideWrapper][class*=editing] rdx-edition-frame[data-component=text] rdx-paragraph-text textarea{font-size:var(--relativeFontSize, 1.85vw)}@container page (max-width: 1920px){[class*=slideWrapper][class*=editing] rdx-edition-frame[data-component=text] rdx-paragraph-text textarea{font-size:var(--fontSize, 28px)}}[class*=modal] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--relativeFontSize, 1vw)}@media(max-width:1920px){[class*=modal] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw{font-size:var(--fontSize, 16px)}}[class*=modal] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--relativeFontSize, .7vw)}@media(max-width:1920px){[class*=modal] rdx-paragraph-text .paragraphText-module__paragraph--rxGAw sup{font-size:var(--fontSize, 12px)}}[class*=carousel] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=carousel] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--fontSize, 14px)}}@container page (max-width: 768px){[class*=carousel] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--fontSize, 12px)}}[class*=carousel] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--relativeFontSize, .65vw)}@container page (max-width: 1920px){[class*=carousel] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--fontSize, 11.5px)}}@container page (max-width: 768px){[class*=carousel] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--fontSize, 9.5px)}}[class*=carousel] rdx-sub-text textarea{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=carousel] rdx-sub-text textarea{font-size:var(--fontSize, 14px)}}@container page (max-width: 768px){[class*=carousel] rdx-sub-text textarea{font-size:var(--fontSize, 12px)}}[class*=immersiveHero] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--fontSize, 14px)}}[class*=immersiveHero] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--relativeFontSize, .65vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--fontSize, 11.5px)}}[class*=immersiveHero] rdx-sub-text textarea{font-size:var(--relativeFontSize, .95vw)}@container page (max-width: 1920px){[class*=immersiveHero] rdx-sub-text textarea{font-size:var(--fontSize, 14px)}}[class*=hero] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--relativeFontSize, 1.05vw)}@container page (max-width: 1920px){[class*=hero] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--fontSize, 14px)}}@container page (max-width: 768px){[class*=hero] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--fontSize, 12px)}}[class*=hero] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--relativeFontSize, .75vw)}@container page (max-width: 1920px){[class*=hero] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--fontSize, 11.5px)}}@container page (max-width: 768px){[class*=hero] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--fontSize, 9.5px)}}[class*=hero] rdx-sub-text textarea{font-size:var(--relativeFontSize, 1.05vw)}@container page (max-width: 1920px){[class*=hero] rdx-sub-text textarea{font-size:var(--fontSize, 14px)}}@container page (max-width: 768px){[class*=hero] rdx-sub-text textarea{font-size:var(--fontSize, 12px)}}[class*=mosaic] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--relativeFontSize, 1vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--fontSize, 16px)}}[class*=mosaic] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--relativeFontSize, .7vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--fontSize, 12px)}}[class*=mosaic] rdx-sub-text textarea{font-size:var(--relativeFontSize, 1vw)}@container page (max-width: 1920px){[class*=mosaic] rdx-sub-text textarea{font-size:var(--fontSize, 16px)}}[class*=feature] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--relativeFontSize, 1.05vw)}@container page (max-width: 1920px){[class*=feature] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--fontSize, 14px)}}[class*=feature] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--relativeFontSize, .75vw)}@container page (max-width: 1920px){[class*=feature] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--fontSize, 11.5px)}}[class*=feature] rdx-sub-text textarea{font-size:var(--relativeFontSize, 1.05vw)}@container page (max-width: 1920px){[class*=feature] rdx-sub-text textarea{font-size:var(--fontSize, 14px)}}[class*=hotspotFooter] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--relativeFontSize, 2.6vw)}@container page (max-width: 1920px){[class*=hotspotFooter] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--fontSize, 40px)}}[class*=hotspotFooter] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--relativeFontSize, 2.1vw)}@container page (max-width: 1920px){[class*=hotspotFooter] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--fontSize, 34px)}}[class*=hotspotFooter][class*=editing] [class*=containerFooter] [class*=containerText] rdx-edition-frame[data-component=text] rdx-sub-text textarea{font-size:var(--relativeFontSize, 2.6vw)}@container page (max-width: 1920px){[class*=hotspotFooter][class*=editing] [class*=containerFooter] [class*=containerText] rdx-edition-frame[data-component=text] rdx-sub-text textarea{font-size:var(--fontSize, 40px)}}[class*=slideWrapper] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--relativeFontSize, .92vw)}@container page (max-width: 1920px){[class*=slideWrapper] rdx-sub-text .subHeadingText-module__subHeading--jnRB0{font-size:var(--fontSize, 14px)}}[class*=slideWrapper] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--relativeFontSize, .6vw)}@container page (max-width: 1920px){[class*=slideWrapper] rdx-sub-text .subHeadingText-module__subHeading--jnRB0 sup{font-size:var(--fontSize, 11.5px)}}[class*=slideWrapper][class*=editing] rdx-edition-frame[data-component=text] rdx-heading-text textarea{font-size:var(--relativeFontSize, 1.85vw)}@container page (max-width: 1920px){[class*=slideWrapper][class*=editing] rdx-edition-frame[data-component=text] rdx-heading-text textarea{font-size:var(--fontSize, 28px)}}.info-module__infoContainer--o_e5c{position:relative;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:5px;max-width:100%;width:100%}.info-module__infoContainer--o_e5c .info-module__violatorContainer--omXXy{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.info-module__infoContainer--o_e5c .info-module__violatorContainer--omXXy rdx-dft-violator{display:flex;gap:6px;overflow:hidden}.info-module__infoContainer--o_e5c .info-module__violatorContainer--omXXy rdx-dft-violator span{background-color:var(--bannerBackgroundColor, #5500c0);color:var(--bannerColor, #ffffff);font-size:.58vw;line-height:.85vw;font-weight:400;text-transform:uppercase;text-align:center;border-radius:2px;padding:.2vw .4vw;display:flex;align-items:center;justify-content:center;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:8.5vw;word-break:break-all}@container banner (max-width: 1920px){.info-module__infoContainer--o_e5c .info-module__violatorContainer--omXXy rdx-dft-violator span{font-size:10px;line-height:16px;padding:2px 8px;max-width:190px}}@container drawer (max-width: 1920px){.info-module__infoContainer--o_e5c .info-module__violatorContainer--omXXy rdx-dft-violator span{font-size:10px;line-height:16px;padding:2px 8px;max-width:190px}}@container toolbar (max-width: 1920px){.info-module__infoContainer--o_e5c .info-module__violatorContainer--omXXy rdx-dft-violator span{font-size:10px;line-height:16px;max-width:100px;padding:2px 8px;max-width:190px}}.info-module__infoContainer--o_e5c>rdx-text>rdx-heading-text>h3{font-size:1.7vw;line-height:2.3vw;font-weight:600;display:-webkit-box;width:100%;overflow:hidden;white-space:inherit;-webkit-box-orient:vertical;-webkit-line-clamp:2}@container banner (max-width: 1920px){.info-module__infoContainer--o_e5c>rdx-text>rdx-heading-text>h3{font-size:28px;line-height:36px}}@container drawer (max-width: 1920px){.info-module__infoContainer--o_e5c>rdx-text>rdx-heading-text>h3{font-size:28px;line-height:36px}}@container banner (min-width: 992px){.info-module__infoContainer--o_e5c{max-width:calc(70% - 180px)}}@container drawer (min-width: 992px){.info-module__infoContainer--o_e5c{max-width:calc(70% - 180px)}}@container drawer (min-width: 1081px) and (max-width: 1200px){.info-module__infoContainer--o_e5c{max-width:calc(70% - 140px)}}.text-module__text--Ve0uY,textarea,p{position:relative;font-size:var(--fontSize);color:var(--fontColor);text-shadow:var(--textShadow);font-weight:var(--textWeight);background-color:var(--textBackgroundColor);opacity:var(--backgroundOpacity);-webkit-text-decoration:var(--textDecoration);text-decoration:var(--textDecoration);text-align:var(--textAlignment);font-style:var(--fontStyle)}.text-module__text--Ve0uY:hover,.text-module__text--Ve0uY:focus,textarea:hover,textarea:focus,p:hover,p:focus{color:var(--focusedColor, var(--fontColor));background-color:var(--focusedBackgroundColor, var(--textBackgroundColor));opacity:var(--focusedBackgroundOpacity)}@container page (min-width: 1920px){.text-module__text--Ve0uY,textarea,p{font-size:var(--relativeFontSize)}}.text-module__text--Ve0uY.dark-theme,textarea.dark-theme,p.dark-theme{color:var(--darkColor, var(--_dark_font-color));text-shadow:var(--textShadow);background-color:var(--darkBackgroundColor, "transparent")}.text-module__text--Ve0uY.dark-theme:hover,.text-module__text--Ve0uY.dark-theme:focus,textarea.dark-theme:hover,textarea.dark-theme:focus,p.dark-theme:hover,p.dark-theme:focus{color:var(--darkFocusedColor, var(--_dark_font-color));background-color:var(--darkFocusedBackgroundColor, var(--darkBackgroundColor, "transparent"))}.text-module__text--Ve0uY.text-module__backdropFilter--_1QEi rdx-heading-text,.text-module__text--Ve0uY.text-module__backdropFilter--_1QEi rdx-sub-text,.text-module__text--Ve0uY.text-module__backdropFilter--_1QEi rdx-paragraph-text{-webkit-backdrop-filter:blur(var(--blurAmount));backdrop-filter:blur(var(--blurAmount))}.text-module__text--Ve0uY rdx-heading-text,.text-module__text--Ve0uY rdx-sub-text,.text-module__text--Ve0uY rdx-paragraph-text,.text-module__text--Ve0uY rdx-banner-text,.text-module__text--Ve0uY rdx-label-text,.text-module__text--Ve0uY rdx-legal-text{text-align:var(--textAlignment)}.text-module__focusBackdropFilter--eRokm:hover rdx-heading-text,.text-module__focusBackdropFilter--eRokm:hover rdx-sub-text,.text-module__focusBackdropFilter--eRokm:hover rdx-paragraph-text,.text-module__focusBackdropFilter--eRokm:focus rdx-heading-text,.text-module__focusBackdropFilter--eRokm:focus rdx-sub-text,.text-module__focusBackdropFilter--eRokm:focus rdx-paragraph-text{-webkit-backdrop-filter:blur(var(--focusedBlurAmount));backdrop-filter:blur(var(--focusedBlurAmount))}rdx-edition-frame rdx-heading-text,rdx-edition-frame rdx-sub-text,rdx-edition-frame rdx-paragraph-text{overflow:hidden;width:100%}rdx-edition-frame rdx-heading-text textarea,rdx-edition-frame rdx-sub-text textarea,rdx-edition-frame rdx-paragraph-text textarea{width:100%}rdx-dft-features{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(2,1fr)}rdx-dft-features rdx-dft-feature{grid-column:span 4}rdx-dft-features.features-module__items-1--oh8Sg,rdx-dft-features.features-module__items-2--TSu2z,rdx-dft-features.features-module__items-3--hkTBw,rdx-dft-features.features-module__items-4--e_iyf,rdx-dft-features.features-module__items-5--e1bfr,rdx-dft-features.features-module__items-6--zbih4,rdx-dft-features.features-module__items-7--nMFzw,rdx-dft-features.features-module__items-8--BAiql{grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(2,1fr)}rdx-dft-features.features-module__items-1--oh8Sg rdx-dft-feature{grid-column:span 12}rdx-dft-features.features-module__items-2--TSu2z rdx-dft-feature{grid-column:span 12}rdx-dft-features.features-module__items-3--hkTBw rdx-dft-feature{grid-column:span 6}rdx-dft-features.features-module__items-3--hkTBw rdx-dft-feature:nth-child(1){grid-column:span 12}rdx-dft-features.features-module__items-4--e_iyf rdx-dft-feature{grid-column:span 6}rdx-dft-features.features-module__items-5--e1bfr rdx-dft-feature:nth-child(3){grid-column:span 12}rdx-dft-features.features-module__items-5--e1bfr rdx-dft-feature{grid-column:span 6}rdx-dft-features.features-module__items-5--e1bfr rdx-dft-feature:nth-child(3),rdx-dft-features.features-module__items-5--e1bfr rdx-dft-feature:nth-child(4),rdx-dft-features.features-module__items-5--e1bfr rdx-dft-feature:nth-child(5){grid-column:span 4}rdx-dft-features.features-module__items-6--zbih4 rdx-dft-feature{grid-column:span 4}rdx-dft-features.features-module__items-7--nMFzw rdx-dft-feature{grid-column:span 4}rdx-dft-features.features-module__items-7--nMFzw rdx-dft-feature:nth-child(4),rdx-dft-features.features-module__items-7--nMFzw rdx-dft-feature:nth-child(5),rdx-dft-features.features-module__items-7--nMFzw rdx-dft-feature:nth-child(6),rdx-dft-features.features-module__items-7--nMFzw rdx-dft-feature:nth-child(7){grid-column:span 3}rdx-dft-features.features-module__items-8--BAiql rdx-dft-feature{grid-column:span 3}@keyframes feature-module__enterFromTop--Wy9SS{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes feature-module__leaveFromBottom--cgKcz{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes feature-module__leaveFromBottomFooter--Dktjy{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes feature-module__enterFromBottom--hxH2f{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes feature-module__enterFromBottomFooter--zlWmd{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes feature-module__smoothEnterFromBottom--ZiF6K{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes feature-module__showFromBehind--jKlv5{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes feature-module__hideFromFront--KmhTi{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes feature-module__shineLogo--pLO2I{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes feature-module__fade-in--qpGHU{0%{opacity:0}to{opacity:1}}@keyframes feature-module__fade-out--k2x8n{0%{opacity:1}to{opacity:0}}@keyframes feature-module__enter-rtl--T8diL{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes feature-module__leave-rtl--Tbz8b{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes feature-module__enter-ltr--PVbYD{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes feature-module__leave-ltr--FFT1b{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes feature-module__slide-enter-rtl--SlaSV{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes feature-module__slide-leave-rtl--FP3Kw{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes feature-module__slide-enter-ltr--m6509{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes feature-module__slide-leave-ltr--xwgXQ{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes feature-module__stroke--imObr{to{stroke-dashoffset:0}}@keyframes feature-module__marquee-text--FcrhX{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes feature-module__fadeInLeft--pHs5S{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes feature-module__qr-in--zYFGI{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes feature-module__qr-out--PjDQv{0%{opacity:1}to{opacity:0}}@keyframes feature-module__attract-in--Faoti{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes feature-module__attract-out--PwVmM{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes feature-module__pulse-animation--JGvg5{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes feature-module__pulse-animation-dark--BfkA0{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes feature-module__pingPong--hPxS5{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes feature-module__opacitySvg--GTxdH{0%{opacity:0}to{opacity:1}}@keyframes feature-module__focusRing--XjTpm{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.feature-module__wrapper--w1Ddz{z-index:0}.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq{display:flex;background-color:#00000005;border-radius:4px;padding:9px 12px;transition:background-color .3s ease-in-out;overflow:hidden;gap:3px;position:relative}.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq.feature-module__truncated--LrgMT:hover,.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq.feature-module__truncated--LrgMT:focus-visible,.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq.feature-module__truncated--LrgMT:focus-within,.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq.feature-module__truncated--LrgMT:focus,.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq.feature-module__truncated--LrgMT.gamepad-focused{background-color:#0000000f}.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq.feature-module__truncated--LrgMT:hover .feature-module__description--VZXkQ,.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq.feature-module__truncated--LrgMT:focus-visible .feature-module__description--VZXkQ,.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq.feature-module__truncated--LrgMT:focus-within .feature-module__description--VZXkQ,.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq.feature-module__truncated--LrgMT:focus .feature-module__description--VZXkQ,.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq.feature-module__truncated--LrgMT.gamepad-focused .feature-module__description--VZXkQ{animation:-5s feature-module__marquee-text--FcrhX 10s 1 linear forwards;will-change:transform;text-overflow:unset;overflow:unset}.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq:focus-within,.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq.gamepad-focused{outline:none}.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq:focus-within:before,.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq.gamepad-focused:before{content:"";position:absolute;inset:2px;outline:2px solid #000000;border:1px solid #ffffff;border-radius:6px;padding:5px}.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq:focus-within:not(:focus-visible):before,.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq.gamepad-focused:not(:focus-visible):before{content:none}.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq[class*=gamepad-focused]{outline:2px solid #000000}.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq[class*=gamepad-focused][class*=dark-theme]{transition:transform .2s ease,outline-color .2s ease;outline:1px solid rgba(61,208,109,.35);outline-color:#3dd06d59;animation:feature-module__focusRing--XjTpm 1.5s infinite}.feature-module__wrapper--w1Ddz .feature-module__feature--UCbkq>.feature-module__featureContent--o18Qp{display:block;margin-left:10px;width:100%;overflow:hidden}.feature-module__wrapper--w1Ddz .feature-module__icon--gau9O{grid-area:icon;display:flex;justify-content:center;align-items:center;z-index:1}.feature-module__wrapper--w1Ddz .feature-module__icon--gau9O svg{width:1vw;height:1vw}.feature-module__wrapper--w1Ddz .feature-module__icon--gau9O svg path{fill:var(--retailerColor, #003e92)}@container banner (max-width: 1920px){.feature-module__wrapper--w1Ddz .feature-module__icon--gau9O svg{width:16px}}.feature-module__wrapper--w1Ddz .feature-module__featureLabel--SPQh9{min-width:0;display:flex;gap:8px;justify-content:flex-start;position:relative}.feature-module__wrapper--w1Ddz .feature-module__featureLabel--SPQh9 .feature-module__title--YqyjB{color:#000000e6;font-size:.8vw;line-height:1.1vw;font-weight:600;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:calc(100% - 18.33px);text-align:left}@container banner (max-width: 1920px){.feature-module__wrapper--w1Ddz .feature-module__featureLabel--SPQh9 .feature-module__title--YqyjB{font-size:12px;line-height:16px}}.feature-module__wrapper--w1Ddz .feature-module__featureLabel--SPQh9 rdx-dft-tooltip{position:sticky;right:13px;z-index:2}@container banner (min-width: 1920px){.feature-module__wrapper--w1Ddz .feature-module__featureLabel--SPQh9 rdx-dft-tooltip{right:20px}}@container banner (min-width: 2800px){.feature-module__wrapper--w1Ddz .feature-module__featureLabel--SPQh9 rdx-dft-tooltip{right:26px}}.feature-module__wrapper--w1Ddz .feature-module__featureLabel--SPQh9 rdx-dft-tooltip [class*=tooltipContent]{position:fixed}.feature-module__wrapper--w1Ddz .feature-module__description--VZXkQ{grid-area:description;color:#000000e6;font-size:.7vw;line-height:.85vw;width:100%;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}@container banner (max-width: 1920px){.feature-module__wrapper--w1Ddz .feature-module__description--VZXkQ{font-size:12px;line-height:15px}}.feature-module__wrapper--w1Ddz.dark-theme .feature-module__feature--UCbkq{background-color:var(--_dark_neutral-background-static)}.feature-module__wrapper--w1Ddz.dark-theme .feature-module__featureLabel--SPQh9 .feature-module__title--YqyjB,.feature-module__wrapper--w1Ddz.dark-theme .feature-module__description--VZXkQ{color:var(--_dark_font-color)}.feature-module__wrapper--w1Ddz.dark-theme .feature-module__icon--gau9O svg{background:var(--_dark_neutral-stroke);border-radius:3px;padding:2px}.feature-module__wrapper--w1Ddz.dark-theme .feature-module__icon--gau9O svg path{fill:var(--retailerColor, var(--_dark_font-accent-color))}rdx-feature-section[class*=theme-dark] rdx-tile{border:0;background-color:var(--tileBackgroundColor, #000000)}rdx-feature-section[class*=theme-dark] rdx-tile>div[class*=tileMediaContainer]{background-color:var(--tileBackgroundColor, #000000)}@keyframes tooltip-module__enterFromTop--ZPAKh{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes tooltip-module__leaveFromBottom--rg6D7{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes tooltip-module__leaveFromBottomFooter--g9c4s{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes tooltip-module__enterFromBottom--vuP8m{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes tooltip-module__enterFromBottomFooter--weJHq{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes tooltip-module__smoothEnterFromBottom--T2WOj{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes tooltip-module__showFromBehind--XsAzT{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes tooltip-module__hideFromFront--t6tbD{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes tooltip-module__shineLogo--yp79S{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes tooltip-module__fade-in--JVcax{0%{opacity:0}to{opacity:1}}@keyframes tooltip-module__fade-out--ZH3vk{0%{opacity:1}to{opacity:0}}@keyframes tooltip-module__enter-rtl--He9UH{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes tooltip-module__leave-rtl--VfORE{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes tooltip-module__enter-ltr--R22w5{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes tooltip-module__leave-ltr--gtXCp{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes tooltip-module__slide-enter-rtl--kWQN1{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes tooltip-module__slide-leave-rtl--qgNGR{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes tooltip-module__slide-enter-ltr--QjXcf{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes tooltip-module__slide-leave-ltr--vFZzP{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes tooltip-module__stroke--ItMgN{to{stroke-dashoffset:0}}@keyframes tooltip-module__marquee-text--cJ8B6{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes tooltip-module__fadeInLeft--I1s2W{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes tooltip-module__qr-in--nod97{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes tooltip-module__qr-out--hY6pu{0%{opacity:1}to{opacity:0}}@keyframes tooltip-module__attract-in--lhIYH{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes tooltip-module__attract-out--m7yRk{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes tooltip-module__pulse-animation--obk6D{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes tooltip-module__pulse-animation-dark--k2VW8{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes tooltip-module__pingPong--VutPW{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes tooltip-module__opacitySvg--mGb_h{0%{opacity:0}to{opacity:1}}@keyframes tooltip-module__focusRing--PxcZ2{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.tooltip-module__tooltipContainer--I3Oan{position:relative}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx{position:absolute;display:flex;opacity:1;transition:opacity 333ms}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM.tooltip-module__hidden--cMyLi,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx.tooltip-module__hidden--cMyLi{opacity:0}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM:focus-within,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM.gamepad-focused,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx:focus-within,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx.gamepad-focused{outline:none}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM:focus-within:before,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM.gamepad-focused:before,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx:focus-within:before,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx.gamepad-focused:before{content:"";position:absolute;inset:0;outline:1px solid #000000;border-radius:6px;padding:5px}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM:focus-within:not(:focus-visible):before,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM.gamepad-focused:not(:focus-visible):before,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx:focus-within:not(:focus-visible):before,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx.gamepad-focused:not(:focus-visible):before{content:none}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM[class*=gamepad-focused]:focus:before,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM[class*=gamepad-focused]:focus-within:before,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM[class*=gamepad-focused]:focus-visible:before,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx[class*=gamepad-focused]:focus:before,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx[class*=gamepad-focused]:focus-within:before,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx[class*=gamepad-focused]:focus-visible:before{outline-offset:3px}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM>svg,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx>svg{bottom:3px;width:.7vw;height:.7vw;transition:opacity .6s;text-align:center}@container banner (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM>svg,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx>svg{width:12px;height:12px}}@container drawer (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__icon--bHAwM>svg,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__iconActive--t0wSx>svg{width:12px;height:12px}}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY{width:15vw;opacity:0;z-index:3;border-radius:7px;background-color:#fff;position:absolute;top:calc(var(--mouse-y, 0px) + -.6vw - var(--tooltipContentHeight));left:calc(var(--mouse-x, 0px) - 6.8vw);box-shadow:0 2px 8px #00000021;border:1px solid rgb(196,196,196);color:#000;text-align:left;font-size:14px;font-weight:400;display:flex;flex-direction:column;animation:tooltip-module__smoothEnterFromBottom--T2WOj .25s ease-in-out forwards;animation-delay:.1s}@container banner (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY{top:calc(var(--mouse-y, 0px) + -9px - var(--tooltipContentHeight));left:calc(var(--mouse-x, 0px) - 118px);width:260px}}@container drawer (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY{top:calc(var(--mouse-y, 0px) + -9px - var(--tooltipContentHeight));left:calc(var(--mouse-x, 0px) - 118px);width:260px}}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__assetContainer--unXhb{height:145px;display:flex;border-radius:7px 7px 0 0;overflow:hidden}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__assetContainer--unXhb video,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__assetContainer--unXhb img{width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:1}@container banner (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__assetContainer--unXhb{height:6vw}}@container drawer (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__assetContainer--unXhb{height:6vw}}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH{display:flex;flex-direction:column;text-align:left;font-weight:400;color:#000;padding:12px;margin-top:2px;margin-bottom:5px}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__title--Gn94Y{font-size:.85vw;font-weight:600}@container banner (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__title--Gn94Y{font-size:14px}}@container drawer (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__title--Gn94Y{font-size:14px}}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__paragraph--SRG3L{font-size:.65vw;margin-top:2px;margin-bottom:5px;line-height:.9vw}@container banner (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__paragraph--SRG3L{font-size:12px;line-height:16px}}@container drawer (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__paragraph--SRG3L{font-size:12px;line-height:16px}}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB{display:flex;justify-content:flex-end}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq{display:flex;justify-content:center;align-items:center;border:0;border-radius:3px;font-size:.65vw;outline-color:#000;text-decoration:none;margin-top:10px;cursor:pointer;align-self:flex-end;max-width:40%;width:100%;padding:1px;background:linear-gradient(0deg,#d6d6d6,#f3f3f3 40%);height:32px}@container banner (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq{font-size:12px}}@container drawer (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq{font-size:12px}}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button{font-size:.65vw;color:#fff;display:block;width:100%;height:100%;background-color:#005fb8;border-radius:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;text-align:center;padding:8px 11px;transition:background-color .2s ease-in-out;border:0;cursor:pointer}@container banner (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button{font-size:12px}}@container drawer (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button{font-size:12px}}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq:hover span{background-color:#005fb8e6}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq:focus,.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.gamepad-focused{outline:2px solid #1b1b1b;background:transparent}@container banner (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH{padding:.8vw}}@container drawer (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH{padding:.8vw}}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__hiddenTooltip--VOGpk{display:none}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY:after{content:"";display:inline-block;border-left:8px solid transparent;border-right:8px solid transparent;border-top:6px solid #ffffff;position:absolute;bottom:-5.5px;left:calc(50% - 15px);filter:drop-shadow(0 1px 0 rgb(180,180,180))}@container drawer (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY:after{border-left:.55vw solid transparent;border-right:.55vw solid transparent;border-top:.45vw solid #ffffff;bottom:-.4vw;left:calc(50% - .95vw)}}@container banner (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY:after{border-left:.55vw solid transparent;border-right:.55vw solid transparent;border-top:.45vw solid #ffffff;bottom:-.4vw;left:calc(50% - .95vw)}}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__down--AnqOw{top:calc(var(--mouse-y, 0px) + 20px);left:calc(var(--mouse-x, 0px) - 117px);flex-direction:column-reverse}@container drawer (max-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__down--AnqOw{top:calc(var(--mouse-y, 0px) + 1.1vw);left:calc(var(--mouse-x, 0px) - 6.75vw)}}@container banner (max-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__down--AnqOw{top:calc(var(--mouse-y, 0px) + 1.1vw);left:calc(var(--mouse-x, 0px) - 6.8vw)}}@container drawer (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__down--AnqOw{top:calc(var(--mouse-y, 0px) + 20px);left:calc(var(--mouse-x, 0px) - 117px)}}@container banner (max-width: 1920px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__down--AnqOw{top:calc(var(--mouse-y, 0px) + 20px);left:calc(var(--mouse-x, 0px) - 118px)}}@container drawer (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__down--AnqOw{top:calc(var(--mouse-y, 0px) + 1.3vw);left:calc(var(--mouse-x, 0px) - 6.7vw)}}@container banner (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__down--AnqOw{top:calc(var(--mouse-y, 0px) + 1.3vw);left:calc(var(--mouse-x, 0px) - 6.7vw)}}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__down--AnqOw:after{border-bottom-color:#fff;bottom:auto;top:-5.5px;transform:rotate(180deg);filter:drop-shadow(0 1px 0 rgb(180,180,180))}@container drawer (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__down--AnqOw:after{top:-.4vw}}@container banner (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__down--AnqOw:after{top:-.4vw}}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__down--AnqOw .tooltip-module__assetContainer--unXhb{border-radius:0 0 7px 7px}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__left--mXYNN{left:calc(var(--mouse-x, 0px) - 5px);top:calc(var(--mouse-y, 0px) + 110px)}@container drawer (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__left--mXYNN{left:calc(var(--mouse-x, 0px) - .25vw);top:calc(var(--mouse-y, 0px) + 7vw)}}@container banner (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__left--mXYNN{left:calc(var(--mouse-x, 0px) - .25vw);top:calc(var(--mouse-y, 0px) + 7vw)}}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__left--mXYNN:after{border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:none;border-right:15px solid #ffffff;bottom:auto;top:20px;left:-14px;filter:drop-shadow(-.5px 0px 0px rgb(180,180,180))}@container drawer (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__left--mXYNN:after{border-top:.95vw solid transparent;border-bottom:.95vw solid transparent;top:1.3vw;left:-.9vw}}@container banner (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__left--mXYNN:after{border-top:.95vw solid transparent;border-bottom:.95vw solid transparent;top:1.3vw;left:-.9vw}}.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__right--xSIcW:after{border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #ffffff;inset:20px -24px auto auto;filter:drop-shadow(1px 0px 0px rgb(180,180,180))}@container drawer (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__right--xSIcW:after{border-top:.4vw solid transparent;border-bottom:.4vw solid transparent;border-left:.4vw solid #ffffff;top:1.3vw;right:-1.45vw}}@container banner (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__right--xSIcW:after{border-top:.4vw solid transparent;border-bottom:.4vw solid transparent;border-left:.4vw solid #ffffff;top:1.3vw;right:-1.45vw}}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__icon--bHAwM svg path{fill:var(--_dark_font-color)}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__icon--bHAwM:focus:before,.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__icon--bHAwM:focus-visible:before,.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__icon--bHAwM:focus-within:before,.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__icon--bHAwM.gamepad-focused:before{outline:2px solid var(--_dark_neutral-focus);inset:1px}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__iconActive--t0wSx svg path{fill:var(--_dark_neutral-background)}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__iconActive--t0wSx svg>path:first-of-type{fill:var(--_dark_primary-link-color)}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__iconActive--t0wSx span{background-color:rgba(var(--_dark_primary-link-color),.9)}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY{background-color:var(--_dark_neutral-background-tooltip);color:var(--_dark_font-color);border:1px solid var(--_dark_neutral-background-front-translucid)}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH{color:var(--_dark_font-color)}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq{background:linear-gradient(0deg,var(--_dark_neutral-stroke) 0%,var(--_dark_neutral-stroke-selected) 40%)}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button{transition:background-color .25s ease-in-out;background-color:var(--_dark_primary-button-color)}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button:hover{background-color:var(--_dark_primary-button-hover)}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button:focus,.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button:focus-visible,.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button:focus-within,.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button.gamepad-focused{background-color:var(--_dark_primary-button-press)}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button:active{background-color:var(--_dark_primary-button-press)}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button>p.dark-theme{color:var(--_dark_primary-button-font-color)}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq:focus,.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.gamepad-focused{outline:2px solid var(--_dark_neutral-focus);background:transparent}.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY:after{border-top:6px solid var(--_dark_neutral-background-tooltip);filter:drop-shadow(0 1px 0 var(--_dark_neutral-background-tooltip))}@container drawer (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY:after{border-top:.45vw solid var(--_dark_neutral-background-tooltip)}}@container banner (min-width: 2500px){.tooltip-module__tooltipContainer--I3Oan.dark-theme .tooltip-module__tooltipContent--XD1BY:after{border-top:.45vw solid var(--_dark_neutral-background-tooltip)}}.tooltip-module__default--vxy4P,.tooltip-module__invertContent--Cd4oB,.tooltip-module__InvertDrawer--ZGjVe,.tooltip-module__invertBanner--iAmu7{border:1px solid #ffffff}@-moz-document url-prefix(){.tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY.tooltip-module__down--AnqOw:after{filter:drop-shadow(0 -1px 0 rgb(180,180,180))}}@property --gradient-start{syntax: "<color>"; initial-value: transparent; inherits: false;}@property --gradient-end{syntax: "<color>"; initial-value: transparent; inherits: false;}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB{justify-content:flex-start}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq{width:-moz-fit-content;width:fit-content;max-width:100%}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button{--gradient-start: #38d1ff;--gradient-end: #005fb9;display:flex;align-items:center;gap:8px;background:#005fb9;transition:.5s --gradient-start,.5s --gradient-end;background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%);text-transform:none}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button>p{max-width:90%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:all .5s ease-in-out}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button>span{display:flex;background-color:transparent;width:16px;height:16px;transition:all .25s ease-in-out}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button>span>svg{width:100%;height:100%;transition:all .25s ease-in-out}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq button>span>svg path{transition:all .25s ease-in-out;fill:var(--_dark_font-color)}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq:hover button{--gradient-start: rgba(0, 147, 245, .9);--gradient-end: rgba(0, 95, 185, .9)}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq:active button{--gradient-start: rgba(0, 147, 245, .8);--gradient-end: rgba(0, 95, 185, .8)}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq:active button>p,.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq:active button svg{opacity:.7}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.dark-theme:focus,.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.dark-theme.gamepad-focused{outline:2px solid var(--_dark_neutral-font-color-selected)}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.dark-theme button{--gradient-start: #a3f1ff;--gradient-end: #60cdff;background:#60cdff;background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%)}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.dark-theme button>p{color:#000}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.dark-theme button>span path{fill:#000}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.dark-theme button:focus,.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.dark-theme button.gamepad-focused{outline:2px solid var(--_dark_neutral-font-color-selected)}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.dark-theme:hover button{--gradient-start: rgba(163, 241, 255, .9);--gradient-end: rgba(96, 205, 255, .9)}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.dark-theme:active button{--gradient-start: rgba(163, 241, 255, .8);--gradient-end: rgba(96, 205, 255, .8)}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.dark-theme:active button>p{color:var(--_dark_neutral-press)}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.dark-theme:active button>span path{fill:var(--_dark_neutral-press)}.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.dark-theme:active button>p,.tooltip-module__copilot--_LcOB .tooltip-module__tooltipContainer--I3Oan .tooltip-module__tooltipContent--XD1BY .tooltip-module__textContainer--vyeLH .tooltip-module__linkContainer--MffLB .tooltip-module__linkButton--Ek6yq.dark-theme:active button>span{opacity:.5}@keyframes multipleActionButton-module__enterFromTop--kHZHZ{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes multipleActionButton-module__leaveFromBottom--GMmp5{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes multipleActionButton-module__leaveFromBottomFooter--SpajA{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes multipleActionButton-module__enterFromBottom--hPoMr{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes multipleActionButton-module__enterFromBottomFooter--mV3jN{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes multipleActionButton-module__smoothEnterFromBottom--HqLZK{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes multipleActionButton-module__showFromBehind--PxLSV{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes multipleActionButton-module__hideFromFront--N7Kft{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes multipleActionButton-module__shineLogo--C6GMd{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes multipleActionButton-module__fade-in--cHZbz{0%{opacity:0}to{opacity:1}}@keyframes multipleActionButton-module__fade-out--D0rQh{0%{opacity:1}to{opacity:0}}@keyframes multipleActionButton-module__enter-rtl--jHgnP{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes multipleActionButton-module__leave-rtl--XTXTe{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes multipleActionButton-module__enter-ltr--yQPBp{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes multipleActionButton-module__leave-ltr--uVqSn{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes multipleActionButton-module__slide-enter-rtl--fjUw2{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes multipleActionButton-module__slide-leave-rtl--w3M9T{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes multipleActionButton-module__slide-enter-ltr--IZYgN{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes multipleActionButton-module__slide-leave-ltr--_nEQ6{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes multipleActionButton-module__stroke--hxK4_{to{stroke-dashoffset:0}}@keyframes multipleActionButton-module__marquee-text--pvZ_p{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes multipleActionButton-module__fadeInLeft--jI6Mx{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes multipleActionButton-module__qr-in--F3mK6{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes multipleActionButton-module__qr-out--91luz{0%{opacity:1}to{opacity:0}}@keyframes multipleActionButton-module__attract-in--oDlUf{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes multipleActionButton-module__attract-out--y3BRT{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes multipleActionButton-module__pulse-animation--ySza3{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes multipleActionButton-module__pulse-animation-dark--HL4wS{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes multipleActionButton-module__pingPong--DJ4rs{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes multipleActionButton-module__opacitySvg--Vlke9{0%{opacity:0}to{opacity:1}}@keyframes multipleActionButton-module__focusRing--iLE9M{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.multipleActionButton-module__button--WmT0M{width:100%;background:transparent;border:none;text-align:left;height:1.7vw;padding:5px;margin:2.5px 0;border-radius:4px;transition:background-color .2s ease-in-out;cursor:pointer;animation:multipleActionButton-module__fadeInLeft--jI6Mx .6s ease both;font-size:.75vw}@media(max-width:1920px){.multipleActionButton-module__button--WmT0M{font-size:14px;height:40px}}.multipleActionButton-module__button--WmT0M:hover{background-color:#f5f5f5}.multipleAction-module__container--ePhzj{position:relative}.multipleAction-module__container--ePhzj .multipleAction-module__button--PW9nQ{min-width:7vw;width:100%;height:1.7vw;border-radius:4px;border:1px solid #dadada;background-color:#fff;box-shadow:0 1px .5px #00000026;transition:background-color .2s ease-in-out;cursor:pointer;font-size:.75vw;padding:0 10px}@media(max-width:1920px){.multipleAction-module__container--ePhzj .multipleAction-module__button--PW9nQ{font-size:14px;height:32px;min-width:132px}}@media(max-width:992px){.multipleAction-module__container--ePhzj .multipleAction-module__button--PW9nQ{min-width:120px;font-size:13px}}.multipleAction-module__container--ePhzj .multipleAction-module__button--PW9nQ:hover{background-color:#f5f5f5}.multipleAction-module__container--ePhzj .multipleAction-module__button--PW9nQ:focus,.multipleAction-module__container--ePhzj .multipleAction-module__button--PW9nQ:active{background-color:#f9f9f9}.multipleAction-module__container--ePhzj .multipleAction-module__button--PW9nQ svg{width:15px;margin-left:5px;pointer-events:none;transition:transform .3s ease-in-out}.multipleAction-module__container--ePhzj .multipleAction-module__button--PW9nQ svg path{fill:#0009}@media(max-width:1920px){.multipleAction-module__container--ePhzj .multipleAction-module__button--PW9nQ svg{width:12px}}.multipleAction-module__container--ePhzj .multipleAction-module__rotate--iHz7d svg{transform:rotate(180deg)}.multipleAction-module__container--ePhzj .multipleAction-module__listContainer--CnJtd{position:absolute;top:1.9vw;display:flex;flex-direction:column;width:100%;background:#fff;box-shadow:0 16px 32px #0000002e,0 2px 10.67px #00000014;border-radius:4px;padding:7.5px 10px;gap:6px;z-index:2}.multipleAction-module__container--ePhzj .multipleAction-module__listContainer--CnJtd.multipleAction-module__hidden--k05n3{display:none}@media(max-width:1920px){.multipleAction-module__container--ePhzj .multipleAction-module__listContainer--CnJtd{top:40px}}.singleAction-module__button--nSrpI{min-width:132px;width:100%;height:1.7vw;border-radius:4px;border:1px solid #dadada;background-color:#fff;box-shadow:0 1px .5px #00000026;transition:background-color .2s ease-in-out;cursor:pointer;font-size:.75vw;padding:0 10px}@media(max-width:1920px){.singleAction-module__button--nSrpI{font-size:14px;height:32px}}@media(max-width:992px){.singleAction-module__button--nSrpI{min-width:100px;font-size:13px}}.singleAction-module__button--nSrpI:hover{background-color:#f5f5f5}.singleAction-module__button--nSrpI:focus,.singleAction-module__button--nSrpI:active{background-color:#f9f9f9}@keyframes badgeHotspot-module__enterFromTop--tosp7{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes badgeHotspot-module__leaveFromBottom--_0DXo{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes badgeHotspot-module__leaveFromBottomFooter--N5GY5{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes badgeHotspot-module__enterFromBottom--zcfEh{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes badgeHotspot-module__enterFromBottomFooter--v4E4N{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes badgeHotspot-module__smoothEnterFromBottom--cdRNN{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes badgeHotspot-module__showFromBehind--yERyR{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes badgeHotspot-module__hideFromFront--sjhdl{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes badgeHotspot-module__shineLogo--z0k1E{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes badgeHotspot-module__fade-in--K7jrf{0%{opacity:0}to{opacity:1}}@keyframes badgeHotspot-module__fade-out--y5Nav{0%{opacity:1}to{opacity:0}}@keyframes badgeHotspot-module__enter-rtl--kz2o0{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes badgeHotspot-module__leave-rtl--MEmWt{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes badgeHotspot-module__enter-ltr--zhLLr{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes badgeHotspot-module__leave-ltr--AROaY{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes badgeHotspot-module__slide-enter-rtl--RyHL9{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes badgeHotspot-module__slide-leave-rtl--oVy6G{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes badgeHotspot-module__slide-enter-ltr--RnZxb{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes badgeHotspot-module__slide-leave-ltr--Sj0Tx{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes badgeHotspot-module__stroke--kzEbd{to{stroke-dashoffset:0}}@keyframes badgeHotspot-module__marquee-text--SFtDW{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes badgeHotspot-module__fadeInLeft--_nMiv{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes badgeHotspot-module__qr-in--k3qca{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes badgeHotspot-module__qr-out--W8V8e{0%{opacity:1}to{opacity:0}}@keyframes badgeHotspot-module__attract-in--M1HiS{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes badgeHotspot-module__attract-out--cpzaF{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes badgeHotspot-module__pulse-animation--vOArq{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes badgeHotspot-module__pulse-animation-dark--IyFFZ{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes badgeHotspot-module__pingPong--hA9fA{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes badgeHotspot-module__opacitySvg--f3NJg{0%{opacity:0}to{opacity:1}}@keyframes badgeHotspot-module__focusRing--eEazn{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.badgeHotspot-module__badgeHotspot--cgEcu{position:absolute;z-index:1;top:var(--hotspotTop);left:var(--hotspotLeft);opacity:0;animation:badgeHotspot-module__showFromBehind--yERyR var(--animationTime, .3s) forwards;animation-delay:var(--delay);height:4.17vw;width:4.17vw;display:flex;justify-content:center;align-items:center;transition:opacity .25s ease-in-out}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu{width:70px;height:70px}}@container page (max-width: 702px){.badgeHotspot-module__badgeHotspot--cgEcu{width:55px;height:55px}}@container page (min-width: 2800px){.badgeHotspot-module__badgeHotspot--cgEcu{width:4.35vw;height:4.35vw}}@container page (min-width: 3600px){.badgeHotspot-module__badgeHotspot--cgEcu{width:5vw;height:5vw}}.badgeHotspot-module__badgeHotspot--cgEcu>a{width:100%;height:100%;display:block}.badgeHotspot-module__badgeHotspot--cgEcu>a:focus,.badgeHotspot-module__badgeHotspot--cgEcu>a.gamepad-focused{outline:none}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok{background:none;border:none;outline:none;border-radius:8px;width:100%;height:100%}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok rdx-edition-frame{display:block}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt{position:absolute;padding:4px 8px 5px;background:#000000bd;border-radius:4px;text-align:right;color:#fff;font-weight:400;transition:all .25s ease-in-out;font-size:.8vw;display:flex;justify-content:center;align-items:center}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt>p{position:relative;white-space:nowrap;max-width:10vw;overflow:hidden;text-overflow:ellipsis;text-align:start}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt>p{max-width:150px}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt>span{width:0;height:0;display:flex;justify-content:center;align-items:center;transition:all .25s ease-in-out;opacity:0}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt>span>svg{width:16px;height:16px}@container page (min-width: 2500px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt>span>svg{width:.9vw;height:.9vw}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt>span>svg path{fill:#fff}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA{right:calc(100% + .55vw);top:50%;transform:translateY(-50%)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA{right:calc(100% + 10px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z{left:calc(100% + .55vw);top:50%;transform:translateY(-50%)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z{left:calc(100% + 10px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G{bottom:calc(100% + .55vw);left:50%;transform:translate(-50%)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G{bottom:calc(100% + 10px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm{top:calc(100% + .55vw);left:50%;transform:translate(-50%)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm{top:calc(100% + 10px)}}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt{font-size:12px;line-height:16px}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela{position:absolute;text-align:right;color:#fff;font-weight:400;font-size:.8vw;display:flex;justify-content:center;align-items:center;width:2.2vw;height:2.2vw;border-radius:50%;background-color:#ffffffc9;border:1px solid rgba(0,0,0,.0578);box-shadow:0 3px 6px #00000026;transition:.25s ease-in-out,background-color 187ms,width 187ms,height 187ms,transform .4s cubic-bezier(.55,.55,0,1);cursor:pointer}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela{width:36px;height:36px}}@container page (max-width: 768px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela{width:32px;height:32px}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela:focus,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.gamepad-focused{outline:none}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela:focus:before,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.gamepad-focused:before{content:"";position:absolute;width:2.8vw;height:2.8vw;outline:2px solid #000000;border:1px solid #ffffff;border-radius:6px;padding:5px}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela:focus:not(:focus-visible)>button:before,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.gamepad-focused:not(:focus-visible)>button:before{content:none}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela svg{width:1vw;height:1vw}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela svg path{fill:var(--brandBackgroundColor)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela svg{width:18px;height:18px}}@container page (max-width: 992px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela svg{width:16px;height:16px}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__wheelHotspot--eAela{background-color:var(--brandBackgroundColor);border:1px solid transparent;box-shadow:none}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__wheelHotspot--eAela svg path{fill:var(--brandForegroundColor)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO{right:calc(100% + 1.65vw);top:50%;transform:translateY(-50%) rotate(-90deg)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO{right:calc(100% + 20px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB{left:calc(100% + 1.65vw);top:50%;transform:translateY(-50%) rotate(90deg)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB{left:calc(100% + 20px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO{bottom:calc(100% + 1.65vw);left:50%;transform:translate(-50%) rotate(-90deg)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO{bottom:calc(100% + 20px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ{top:calc(100% + 1.65vw);left:50%;transform:translate(-50%) rotate(90deg)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ{top:calc(100% + 20px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW>button{background-color:var(--brandBackgroundColor);transform:rotate(-90deg);border:1px solid transparent;box-shadow:none}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW>button svg path{fill:var(--brandForegroundColor)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW>button[class*=pulse]{background-color:var(--brandBackgroundColor)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW~.badgeHotspot-module__containerMedia--SmPhG{transform:scale(1);opacity:1}@media(min-width:2500px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW~.badgeHotspot-module__containerMedia--SmPhG{transform:scale(1.25)}}@media(min-width:2800px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW~.badgeHotspot-module__containerMedia--SmPhG{transform:scale(1.6)}}@media(min-width:3600px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW~.badgeHotspot-module__containerMedia--SmPhG{transform:scale(2)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__titleBox--o7fBt{background:var(--_dark_primary-button-font-color)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__titleBox--o7fBt>p:before{content:"";position:absolute;top:90%;left:0;width:100%;height:1px;background-color:#fff}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__titleBox--o7fBt>span{opacity:1;width:auto;height:auto;padding-left:7px}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela:focus-within,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.gamepad-focused{outline:none}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO{right:calc(100% + .55vw);top:50%;transform:translateY(-50%)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO{right:calc(100% + 10px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA{right:calc(100% + 60px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA{right:calc(100% + .55vw + 50px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB{left:calc(100% + .55vw);top:50%;transform:translateY(-50%)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB{left:calc(100% + 10px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z{left:calc(100% + 60px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z{left:calc(100% + .55vw + 50px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO{bottom:calc(100% + .55vw);left:50%;transform:translate(-50%)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO{bottom:calc(100% + 10px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G{bottom:calc(100% + 60px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G{bottom:calc(100% + .55vw + 50px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ{top:calc(100% + .55vw);left:50%;transform:translate(-50%)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ{top:calc(100% + 10px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm{top:calc(100% + 60px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm{top:calc(100% + .55vw + 50px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.dark-theme{background-color:var(--_dark_neutral-rest);opacity:.7}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__wheelHotspot--eAela.dark-theme svg path{fill:var(--_dark_primary-button-color)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok rdx-media{display:block;width:100%;height:100%;position:relative;outline:2px solid transparent;padding:4px;border-radius:8px;transition:.25s ease-in-out}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok rdx-media rdx-media-image{position:relative;display:flex;width:100%;height:100%;border-radius:8px;overflow:hidden;background-color:var(--badgeBackgroundColor)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok rdx-media rdx-media-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;box-shadow:0 8px 16px #00000024;border-radius:8px}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok rdx-media rdx-media-image:before{content:"";position:absolute;opacity:0;width:100%;height:170%;left:-50px;top:-21px;background:linear-gradient(90deg,#fff0 0% 28.65%,#fff 52.08%,#fff0 67.19% 100%);background-blend-mode:overlay;transform:rotate(45deg);pointer-events:none;animation:badgeHotspot-module__shineLogo--z0k1E;animation-duration:2s;animation-timing-function:ease;animation-iteration-count:infinite;animation-delay:.5s}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok rdx-media rdx-media-image.dark-theme{background-color:var(--badgeDarkBackgroundColor)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.dark-theme>rdx-media.light{display:none}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:not(.dark-theme)>rdx-media.dark{display:none}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused{cursor:pointer}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover rdx-edition-frame rdx-media,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus rdx-edition-frame rdx-media,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused rdx-edition-frame rdx-media{transform:scale(1)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover rdx-media,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus rdx-media,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused rdx-media{position:relative;transform:scale(1.5)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover:active,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus:active,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused:active{filter:brightness(80%)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover:active rdx-media,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus:active rdx-media,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused:active rdx-media{transform:scale(1)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__titleBox--o7fBt,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__titleBox--o7fBt,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__titleBox--o7fBt{background:#000}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA{right:calc(100% + 1.65vw);top:50%;transform:translateY(-50%)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA{right:calc(100% + 20px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z{left:calc(100% + 1.65vw);top:50%;transform:translateY(-50%)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z{left:calc(100% + 20px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G{bottom:calc(100% + 1.65vw);left:50%;transform:translate(-50%)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G{bottom:calc(100% + 20px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm{top:calc(100% + 1.65vw);left:50%;transform:translate(-50%)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm{top:calc(100% + 20px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__titleBox--o7fBt>span,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__titleBox--o7fBt>span,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__titleBox--o7fBt>span{opacity:1;width:auto;height:auto;padding-left:7px}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__titleBox--o7fBt>p:before,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__titleBox--o7fBt>p:before,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__titleBox--o7fBt>p:before{content:"";position:absolute;top:90%;left:0;width:100%;height:1px;background-color:#fff}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela{background-color:var(--brandBackgroundColor);cursor:pointer;transform:rotate(-90deg);outline:none;border:1px solid transparent;box-shadow:none}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela svg path,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela svg path,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela svg path{animation:none;fill:var(--brandForegroundColor)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO{right:calc(100% + 1.65vw);top:50%;transform:translateY(-50%) rotate(-90deg)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO{right:calc(100% + 20px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA{right:calc(100% + 70px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotLeft--HxMVO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleLeft--eBVwA{right:calc(100% + 1.65vw + 50px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB{left:calc(100% + 1.65vw);top:50%;transform:translateY(-50%) rotate(-90deg)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB{left:calc(100% + 20px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z{left:calc(100% + 70px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotRight--M_NpB+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleRight--xke1z{left:calc(100% + 1.65vw + 50px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO{bottom:calc(100% + 1.65vw);left:50%;transform:translate(-50%) rotate(-90deg)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO{bottom:calc(100% + 20px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G{bottom:calc(100% + 70px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotTop--yAWSO+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleTop--zsy6G{bottom:calc(100% + 1.65vw + 50px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ{top:calc(100% + 1.65vw);left:50%;transform:translate(-50%) rotate(-90deg)}@container page (max-width: 1920px){.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ{top:calc(100% + 20px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm{top:calc(100% + 70px)}}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused .badgeHotspot-module__wheelHotspot--eAela.badgeHotspot-module__hotspotBottom--dahdJ+.badgeHotspot-module__titleBox--o7fBt.badgeHotspot-module__titleBottom--VYhWm{top:calc(100% + 1.65vw + 50px)}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus rdx-media,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused rdx-media{outline:2px solid #000000;background:#fcfcfc}.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus:not(:focus-visible) rdx-media,.badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok.gamepad-focused:not(:focus-visible) rdx-media{outline:2px solid transparent;background:none}.badgeHotspot-module__badgeHotspot--cgEcu.badgeHotspot-module__editing--R749N{opacity:1}.badgeHotspot-module__badgeHotspot--cgEcu.badgeHotspot-module__editing--R749N .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover>rdx-media,.badgeHotspot-module__badgeHotspot--cgEcu.badgeHotspot-module__editing--R749N .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus>rdx-media{transform:scale(1.5)}.badgeHotspot-module__badgeHotspot--cgEcu.badgeHotspot-module__editing--R749N .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover>rdx-media rdx-media-image:before,.badgeHotspot-module__badgeHotspot--cgEcu.badgeHotspot-module__editing--R749N .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus>rdx-media rdx-media-image:before{display:none}.badgeHotspot-module__badgeHotspot--cgEcu.badgeHotspot-module__editing--R749N rdx-edition-frame{display:block}.badgeHotspot-module__badgeHotspot--cgEcu.badgeHotspot-module__editing--R749N rdx-edition-frame rdx-media{position:relative}.badgeHotspot-module__badgeHotspot--cgEcu.badgeHotspot-module__editing--R749N rdx-edition-frame rdx-media rdx-media-image{display:flex;width:100%;height:100%;border-radius:8px;overflow:hidden;transition:transform .25s ease-in-out}.badgeHotspot-module__badgeHotspot--cgEcu.badgeHotspot-module__editing--R749N rdx-edition-frame rdx-media rdx-media-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.badgeHotspot-module__badgeHotspot--cgEcu.badgeHotspot-module__editing--R749N rdx-edition-frame rdx-media rdx-media-image:before{content:"";position:absolute;opacity:0;width:100%;height:170%;left:-50px;top:-21px;background:linear-gradient(90deg,#fff0 0% 28.65%,#fff 52.08%,#fff0 67.19% 100%);background-blend-mode:overlay;transform:rotate(45deg)}.badgeHotspot-module__badgeHotspot--cgEcu:focus,.badgeHotspot-module__badgeHotspot--cgEcu.gamepad-focused{outline:none}.badgeHotspot-module__badgeHotspot--cgEcu:hover{z-index:2}.badgeHotspot-module__badgeHotspot--cgEcu.dark-theme .badgeHotspot-module__containerBadgeHotspot--Db1Ok .badgeHotspot-module__titleBox--o7fBt>p{color:var(--_dark_font-color)}.badgeHotspot-module__badgeHotspot--cgEcu.dark-theme .badgeHotspot-module__containerBadgeHotspot--Db1Ok.badgeHotspot-module__badgeAnimation--hhWBW:focus rdx-media,.badgeHotspot-module__badgeHotspot--cgEcu.dark-theme .badgeHotspot-module__containerBadgeHotspot--Db1Ok.badgeHotspot-module__badgeAnimation--hhWBW.gamepad-focused rdx-media{background:var(--_dark_neutral-stroke);border:1px solid var(--_dark_neutral-focus);outline:2px solid var(--_dark_neutral-press)}.badgeHotspot-module__badgeHotspot--cgEcu.dark-theme .badgeHotspot-module__containerBadgeHotspot--Db1Ok.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__wheelHotspot--eAela{background-color:var(--_dark_primary-button-color);border:1px solid transparent;box-shadow:none;opacity:unset}.badgeHotspot-module__badgeHotspot--cgEcu.dark-theme .badgeHotspot-module__containerBadgeHotspot--Db1Ok.badgeHotspot-module__badgeAnimation--hhWBW .badgeHotspot-module__wheelHotspot--eAela svg path{fill:var(--_dark_primary-button-font-color)}.badgeHotspot-module__editionFrame--FmDbO{z-index:1;position:absolute;top:calc(var(--hotspotTop) - 32px);left:calc(var(--hotspotLeft) - 32px);width:64px;height:64px;display:block}@media(max-width:1920px){.badgeHotspot-module__editionFrame--FmDbO>span{font-size:11px!important}}.badgeHotspot-module__editionFrame--FmDbO .badgeHotspot-module__badgeHotspot--cgEcu{height:100%;width:100%;top:0;left:0}.badgeHotspot-module__editionFrame--FmDbO .badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:hover>rdx-media,.badgeHotspot-module__editionFrame--FmDbO .badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok:focus>rdx-media{transform:scale(1)}.badgeHotspot-module__editionFrame--FmDbO .badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok rdx-media{position:relative}.badgeHotspot-module__editionFrame--FmDbO .badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok rdx-media rdx-media-image{display:flex;width:100%;height:100%;border-radius:8px;overflow:hidden;transition:transform .25s ease-in-out}.badgeHotspot-module__editionFrame--FmDbO .badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok rdx-media rdx-media-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.badgeHotspot-module__editionFrame--FmDbO .badgeHotspot-module__badgeHotspot--cgEcu .badgeHotspot-module__containerBadgeHotspot--Db1Ok rdx-media rdx-media-image:before{content:"";position:absolute;opacity:0;width:100%;height:170%;left:-50px;top:-21px;background:linear-gradient(90deg,#fff0 0% 28.65%,#fff 52.08%,#fff0 67.19% 100%);background-blend-mode:overlay;transform:rotate(45deg)}.badgeHotspot-module__badgeHotspot--cgEcu.badgeHotspot-module__fit--dwRL0 .badgeHotspot-module__containerBadgeHotspot--Db1Ok rdx-media rdx-media-image>img{-o-object-fit:contain;object-fit:contain}@keyframes wheelHotspot-module__enterFromTop--PndQp{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes wheelHotspot-module__leaveFromBottom--vlhfP{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes wheelHotspot-module__leaveFromBottomFooter--HSEGc{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes wheelHotspot-module__enterFromBottom--DEpRb{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes wheelHotspot-module__enterFromBottomFooter--hsGyx{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes wheelHotspot-module__smoothEnterFromBottom--h80Bk{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes wheelHotspot-module__showFromBehind--a4uLQ{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes wheelHotspot-module__hideFromFront--s2Zxn{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes wheelHotspot-module__shineLogo--SI3Ms{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes wheelHotspot-module__fade-in--o3aWi{0%{opacity:0}to{opacity:1}}@keyframes wheelHotspot-module__fade-out--AphX0{0%{opacity:1}to{opacity:0}}@keyframes wheelHotspot-module__enter-rtl--F9fkm{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes wheelHotspot-module__leave-rtl--UODAk{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes wheelHotspot-module__enter-ltr--G_jIx{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes wheelHotspot-module__leave-ltr--bNdOY{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes wheelHotspot-module__slide-enter-rtl--j8erR{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes wheelHotspot-module__slide-leave-rtl--yBt6b{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes wheelHotspot-module__slide-enter-ltr--IlE4K{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes wheelHotspot-module__slide-leave-ltr--tpVML{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes wheelHotspot-module__stroke--RilIu{to{stroke-dashoffset:0}}@keyframes wheelHotspot-module__marquee-text--KOI9H{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes wheelHotspot-module__fadeInLeft--aEAhS{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes wheelHotspot-module__qr-in--lnKIe{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes wheelHotspot-module__qr-out--AR_bn{0%{opacity:1}to{opacity:0}}@keyframes wheelHotspot-module__attract-in--q1Gpx{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes wheelHotspot-module__attract-out--e4flr{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes wheelHotspot-module__pulse-animation--BbB8j{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes wheelHotspot-module__pulse-animation-dark--rY0MO{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes wheelHotspot-module__pingPong--cB1p5{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes wheelHotspot-module__opacitySvg--uM0na{0%{opacity:0}to{opacity:1}}@keyframes wheelHotspot-module__focusRing--qwDB1{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.wheelHotspot-module__wheelHotspot--A2XpH{position:absolute;z-index:2;display:flex;justify-content:center;align-items:center;top:var(--hotspotTop);left:var(--hotspotLeft);animation:wheelHotspot-module__showFromBehind--a4uLQ var(--animationTime, .3s) forwards;animation-delay:var(--delay)}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ{justify-content:center;align-items:center;gap:8px;z-index:2;cursor:pointer}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0{position:absolute;opacity:0;padding:4px 8px 5px;background:#000000bd;border-radius:4px;text-align:right;color:#fff;font-weight:400;transition:opacity .25s ease-in;font-size:.8vw;display:flex;justify-content:center;align-items:center}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0>p{position:relative;white-space:nowrap;max-width:10vw;overflow:hidden;text-overflow:ellipsis;text-align:start}@container page (max-width: 1920px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0>p{max-width:150px}}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0>span{width:0;height:0;display:flex;justify-content:center;align-items:center;transition:all .25s ease-in-out;opacity:0}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0>span>svg{width:16px;height:16px}@container page (min-width: 2500px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0>span>svg{width:.9vw;height:.9vw}}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0>span>svg path{fill:#fff}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0.wheelHotspot-module__titleLeft--SsMTp{right:calc(100% + .55vw);top:50%;transform:translateY(-50%)}@container page (max-width: 1920px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0.wheelHotspot-module__titleLeft--SsMTp{right:calc(100% + 10px)}}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0.wheelHotspot-module__titleRight--INxhL{left:calc(100% + .55vw);top:50%;transform:translateY(-50%)}@container page (max-width: 1920px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0.wheelHotspot-module__titleRight--INxhL{left:calc(100% + 10px)}}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0.wheelHotspot-module__titleTop--L1K8V{bottom:calc(100% + .55vw);left:50%;transform:translate(-50%)}@container page (max-width: 1920px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0.wheelHotspot-module__titleTop--L1K8V{bottom:calc(100% + 10px)}}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0.wheelHotspot-module__titleBottom--H41vU{top:calc(100% + .55vw);left:50%;transform:translate(-50%)}@container page (max-width: 1920px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0.wheelHotspot-module__titleBottom--H41vU{top:calc(100% + 10px)}}@container page (max-width: 1920px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0{font-size:12px;line-height:16px}}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button{display:flex;justify-content:center;align-items:center;width:2.2vw;height:2.2vw;border-radius:50%;background-color:#ffffffc9;border:1px solid rgba(0,0,0,.0578);box-shadow:0 3px 6px #00000026;transition:.4s ease-in-out,background-color 187ms,width 187ms,height 187ms,transform .4s cubic-bezier(.55,.55,0,1);cursor:pointer}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button>a{display:flex}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button:focus,.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button.gamepad-focused{outline:none}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button:focus:before,.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button.gamepad-focused:before{content:"";position:absolute;width:2.8vw;height:2.8vw;outline:2px solid #000000;border:1px solid #ffffff;border-radius:6px;padding:5px}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button:focus:not(:focus-visible)>button:before,.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button.gamepad-focused:not(:focus-visible)>button:before{content:none}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button[class*=pulse]{animation:wheelHotspot-module__pulse-animation--BbB8j .7s 2}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button[class*=pulse]:not(:hover){background-color:#ffffffe6}@container page (max-width: 1920px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button{width:36px;height:36px}}@container page (max-width: 768px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button{width:32px;height:32px}}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button svg{width:1vw;height:1vw}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button svg path{fill:var(--brandBackgroundColor)}@container page (max-width: 1920px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button svg{width:18px;height:18px}}@container page (max-width: 992px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ>button svg{width:16px;height:16px}}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f>button{background-color:var(--brandBackgroundColor);transform:rotate(-90deg);border:1px solid transparent;box-shadow:none}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f>button svg path{fill:var(--brandForegroundColor)}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f>button[class*=pulse]{background-color:var(--brandBackgroundColor)}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f~.wheelHotspot-module__containerMedia--KBGB0{transform:scale(1);opacity:1}@media(min-width:2500px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f~.wheelHotspot-module__containerMedia--KBGB0{transform:scale(1.25)}}@media(min-width:2800px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f~.wheelHotspot-module__containerMedia--KBGB0{transform:scale(1.6)}}@media(min-width:3600px){.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f~.wheelHotspot-module__containerMedia--KBGB0{transform:scale(2)}}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f .wheelHotspot-module__titleBox--PvTI0{background:#000}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f .wheelHotspot-module__titleBox--PvTI0>p:before{content:"";position:absolute;top:90%;left:0;width:100%;height:1px;background-color:#fff}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f .wheelHotspot-module__titleBox--PvTI0>span{opacity:1;width:auto;height:auto;padding-left:7px}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ:focus-within,.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.gamepad-focused{outline:none}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ:focus-within>button,.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.gamepad-focused>button{outline:none}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ:focus-within>button:before,.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.gamepad-focused>button:before{content:"";position:absolute;width:2.8vw;height:2.8vw;outline:2px solid #000000;border:1px solid #ffffff;border-radius:6px;padding:5px}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ:focus-within:not(:focus-visible)>button:before,.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ.gamepad-focused:not(:focus-visible)>button:before{content:none}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerWheelHotspot--b7eaJ:active~.wheelHotspot-module__containerMedia--KBGB0{filter:brightness(80%);width:190px;height:142.5px}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerMedia--KBGB0{position:absolute;padding:6px;transform:scale(0);opacity:0;width:200px;height:150px;transition:.4s cubic-bezier(.55,.55,0,1);background:linear-gradient(180deg,#dce1e5,#fff);border:1px solid rgba(0,0,0,.05);border-radius:12px}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerMedia--KBGB0>rdx-media{position:relative}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerMedia--KBGB0>rdx-media>rdx-media-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:7px}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerMedia--KBGB0>rdx-media>rdx-media-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:7px}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerMedia--KBGB0>rdx-edition-frame[data-component=media]{display:block;height:100%}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerMedia--KBGB0>rdx-edition-frame>div[id*=contentContainer]{height:100%}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerMedia--KBGB0>rdx-edition-frame>div[id*=contentContainer]>rdx-media{display:block;height:100%}.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerMedia--KBGB0>rdx-edition-frame>div[id*=contentContainer]>rdx-media img,.wheelHotspot-module__wheelHotspot--A2XpH .wheelHotspot-module__containerMedia--KBGB0>rdx-edition-frame>div[id*=contentContainer]>rdx-media video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.wheelHotspot-module__wheelHotspot--A2XpH.wheelHotspot-module__editing--utCGn .wheelHotspot-module__containerWheelHotspot--b7eaJ{cursor:default}.wheelHotspot-module__wheelHotspot--A2XpH.wheelHotspot-module__editing--utCGn .wheelHotspot-module__containerWheelHotspot--b7eaJ>button{background-color:#fff;border:1px solid rgba(0,0,0,.0578)}.wheelHotspot-module__wheelHotspot--A2XpH.wheelHotspot-module__editing--utCGn .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0{cursor:default;pointer-events:none;background:#000}.wheelHotspot-module__wheelHotspot--A2XpH.wheelHotspot-module__editing--utCGn .wheelHotspot-module__containerWheelHotspot--b7eaJ .wheelHotspot-module__titleBox--PvTI0>p:before{content:none}.wheelHotspot-module__wheelHotspot--A2XpH.wheelHotspot-module__editing--utCGn .wheelHotspot-module__containerWheelHotspot--b7eaJ:hover>button{background-color:#fff;cursor:initial;transform:rotate(0);outline:none;box-shadow:none}.wheelHotspot-module__wheelHotspot--A2XpH.wheelHotspot-module__editing--utCGn .wheelHotspot-module__containerWheelHotspot--b7eaJ:hover>button svg path{animation:none;fill:var(--brandBackgroundColor)}.wheelHotspot-module__wheelHotspot--A2XpH.wheelHotspot-module__editing--utCGn .wheelHotspot-module__containerWheelHotspot--b7eaJ:hover>button a{cursor:initial}.wheelHotspot-module__wheelHotspot--A2XpH.wheelHotspot-module__editing--utCGn .wheelHotspot-module__containerMedia--KBGB0{transform:scale(1);opacity:1;background:linear-gradient(180deg,#dce1e56c,#ffffff6c)}.wheelHotspot-module__wheelHotspot--A2XpH.wheelHotspot-module__editing--utCGn .wheelHotspot-module__containerMedia--KBGB0 video,.wheelHotspot-module__wheelHotspot--A2XpH.wheelHotspot-module__editing--utCGn .wheelHotspot-module__containerMedia--KBGB0 img{opacity:.5}@media(min-width:2500px){.wheelHotspot-module__wheelHotspot--A2XpH.wheelHotspot-module__editing--utCGn .wheelHotspot-module__containerMedia--KBGB0{transform:scale(1.25)}}@media(min-width:2800px){.wheelHotspot-module__wheelHotspot--A2XpH.wheelHotspot-module__editing--utCGn .wheelHotspot-module__containerMedia--KBGB0{transform:scale(1.6)}}@media(min-width:3600px){.wheelHotspot-module__wheelHotspot--A2XpH.wheelHotspot-module__editing--utCGn .wheelHotspot-module__containerMedia--KBGB0{transform:scale(2)}}.wheelHotspot-module__wheelHotspot--A2XpH.dark-theme .wheelHotspot-module__containerWheelHotspot--b7eaJ>button{background-color:var(--_dark_neutral-rest);opacity:.7}.wheelHotspot-module__wheelHotspot--A2XpH.dark-theme .wheelHotspot-module__containerWheelHotspot--b7eaJ>button svg path{fill:var(--_dark_primary-button-color)}.wheelHotspot-module__wheelHotspot--A2XpH.dark-theme .wheelHotspot-module__containerWheelHotspot--b7eaJ>button[class*=pulse]{animation:wheelHotspot-module__pulse-animation-dark--rY0MO .7s 2}.wheelHotspot-module__wheelHotspot--A2XpH.dark-theme .wheelHotspot-module__containerWheelHotspot--b7eaJ>button[class*=pulse]:not(:hover){background-color:var(--_dark_neutral-rest)}.wheelHotspot-module__wheelHotspot--A2XpH.dark-theme .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f .wheelHotspot-module__titleBox--PvTI0{background:var(--_dark_primary-button-font-color)}.wheelHotspot-module__wheelHotspot--A2XpH.dark-theme .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f>button{background-color:var(--_dark_primary-button-color);transform:rotate(-90deg);border:1px solid transparent;box-shadow:none;opacity:unset}.wheelHotspot-module__wheelHotspot--A2XpH.dark-theme .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f>button svg path{fill:var(--_dark_primary-button-font-color)}.wheelHotspot-module__wheelHotspot--A2XpH.dark-theme .wheelHotspot-module__containerWheelHotspot--b7eaJ.wheelHotspot-module__hotspotAnimation--wgA1f>button[class*=pulse]{background-color:var(--_dark_primary-button-color)}.wheelHotspot-module__wheelHotspot--A2XpH.dark-theme .wheelHotspot-module__containerMedia--KBGB0{background:linear-gradient(180deg,#36373e,#646464)}.wheelHotspot-module__index--dlAEk{z-index:3}.wheelHotspot-module__editionFrame--welcd{z-index:1;position:absolute!important;top:calc(var(--hotspotTop) - 57px);left:calc(var(--hotspotLeft) - 82px);width:200px;height:150px}.wheelHotspot-module__editionFrame--welcd .wheelHotspot-module__wheelHotspot--A2XpH{height:100%;width:100%;top:0;left:0}@keyframes carouselSection-module__enterFromTop--YVFxq{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes carouselSection-module__leaveFromBottom--vk5ew{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes carouselSection-module__leaveFromBottomFooter--JdOd1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes carouselSection-module__enterFromBottom--Jax4P{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes carouselSection-module__enterFromBottomFooter--t_fZ1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes carouselSection-module__smoothEnterFromBottom--uP2TC{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes carouselSection-module__showFromBehind--xelQw{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes carouselSection-module__hideFromFront--fZCxQ{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes carouselSection-module__shineLogo--Cra26{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes carouselSection-module__fade-in--Zg6JZ{0%{opacity:0}to{opacity:1}}@keyframes carouselSection-module__fade-out--XO7OD{0%{opacity:1}to{opacity:0}}@keyframes carouselSection-module__enter-rtl--GqYqf{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes carouselSection-module__leave-rtl--s_16K{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes carouselSection-module__enter-ltr--h28cx{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes carouselSection-module__leave-ltr--nrHEp{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes carouselSection-module__slide-enter-rtl--jNlB2{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes carouselSection-module__slide-leave-rtl--x82Pw{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes carouselSection-module__slide-enter-ltr--vNSXG{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes carouselSection-module__slide-leave-ltr--SEogQ{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes carouselSection-module__stroke--P2N3m{to{stroke-dashoffset:0}}@keyframes carouselSection-module__marquee-text--VCJQM{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes carouselSection-module__fadeInLeft--iQHnC{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes carouselSection-module__qr-in--VpJtA{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes carouselSection-module__qr-out--hWbId{0%{opacity:1}to{opacity:0}}@keyframes carouselSection-module__attract-in--zUjgD{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes carouselSection-module__attract-out--NmTHL{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes carouselSection-module__pulse-animation--FgYiI{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes carouselSection-module__pulse-animation-dark--iKd8y{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes carouselSection-module__pingPong--f0KZM{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes carouselSection-module__opacitySvg--wo8hJ{0%{opacity:0}to{opacity:1}}@keyframes carouselSection-module__focusRing--cY5BL{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.carouselSection-module__carouselSection--dRB_z{position:relative;border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 4px #0000000a;width:100%;transition:box-shadow .3s ease-in-out;aspect-ratio:var(--aspectRatio, 16/6)}.carouselSection-module__carouselSection--dRB_z *,.carouselSection-module__carouselSection--dRB_z *:after,.carouselSection-module__carouselSection--dRB_z *:before{touch-action:none}.carouselSection-module__carouselSection--dRB_z:hover,.carouselSection-module__carouselSection--dRB_z:focus-within,.carouselSection-module__carouselSection--dRB_z:focus-visible,.carouselSection-module__carouselSection--dRB_z.gamepad-focused{box-shadow:0 2px 4px #0000001a}.carouselSection-module__carouselSection--dRB_z:hover .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1,.carouselSection-module__carouselSection--dRB_z:focus-within .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1,.carouselSection-module__carouselSection--dRB_z:focus-visible .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1,.carouselSection-module__carouselSection--dRB_z.gamepad-focused .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1{opacity:1}.carouselSection-module__carouselSection--dRB_z:hover .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7,.carouselSection-module__carouselSection--dRB_z:focus-within .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7,.carouselSection-module__carouselSection--dRB_z:focus-visible .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7,.carouselSection-module__carouselSection--dRB_z.gamepad-focused .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7{right:22px}@container page (min-width: 1920px){.carouselSection-module__carouselSection--dRB_z:hover .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7,.carouselSection-module__carouselSection--dRB_z:focus-within .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7,.carouselSection-module__carouselSection--dRB_z:focus-visible .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7,.carouselSection-module__carouselSection--dRB_z.gamepad-focused .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7{right:0}}.carouselSection-module__carouselSection--dRB_z:hover .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1,.carouselSection-module__carouselSection--dRB_z:focus-within .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1,.carouselSection-module__carouselSection--dRB_z:focus-visible .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1,.carouselSection-module__carouselSection--dRB_z.gamepad-focused .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1{left:22px}@container page (min-width: 1920px){.carouselSection-module__carouselSection--dRB_z:hover .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1,.carouselSection-module__carouselSection--dRB_z:focus-within .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1,.carouselSection-module__carouselSection--dRB_z:focus-visible .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1,.carouselSection-module__carouselSection--dRB_z.gamepad-focused .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1{left:0}}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7{position:absolute;top:50%;aspect-ratio:1/1;width:40px;height:40px;background-color:transparent;display:grid;align-items:center;border-radius:3px;border:0;padding:2px;transform:translateY(-50%);z-index:1}@container page (min-width: 1920px){.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7{width:1vw;height:2.1vw}}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7:focus-visible{outline:2px solid #1b1b1b}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7.carouselSection-module__back--ag5P7{left:0}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7.carouselSection-module__next--dMvM1{right:0}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1{display:flex;border:0;cursor:pointer;pointer-events:all;opacity:0;transition:left .3s,right .5s,opacity .5s}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7,.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1{position:absolute;width:16px;height:38px;border-radius:3px;background:#f3f3f3d9;background-blend-mode:normal,luminosity;justify-content:center;align-items:center}@container page (min-width: 1920px){.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7,.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1{width:1vw;height:2.1vw}}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7:before,.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:url("./assets-and-styles/NoiseAsset_256-5H43FHHQ.png");background-repeat:repeat;background-blend-mode:multiply;opacity:.03}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7 svg,.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1 svg{width:.4vw;height:.65vw;fill:#00000073;transition:fill .3s,transform .15s}@container page (max-width: 1920px){.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7 svg,.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1 svg{width:6px;height:8px}}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7:hover svg,.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1:hover svg{fill:#000}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7:active svg,.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1:active svg{transform:scale(.9)}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7{right:2px}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__buttonWrapper--XoAV7>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1{left:2px}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__dots--FV3L0{margin:0;position:absolute;bottom:20px;left:50%;z-index:1;transform:translate(-50%)}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__dots--FV3L0>button.carouselSection-module__dot--lF0kU{width:.25vw;height:.25vw;background-color:#ffffff8b;pointer-events:all;border:none;display:inline-block;vertical-align:middle;margin-right:.5vw;border-radius:50%;cursor:pointer;box-shadow:#00000021 0 2px 8px;transition:box-shadow .15s ease 0s,width .15s,height .15s}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__dots--FV3L0>button.carouselSection-module__dot--lF0kU:last-child{margin-right:0}@container page (max-width: 1920px){.carouselSection-module__carouselSection--dRB_z .carouselSection-module__dots--FV3L0>button.carouselSection-module__dot--lF0kU{width:4px;height:4px;margin-right:8px}}.carouselSection-module__carouselSection--dRB_z .carouselSection-module__dots--FV3L0>button.carouselSection-module__active--wGy9g{width:.4vw;height:.4vw}@container page (max-width: 1920px){.carouselSection-module__carouselSection--dRB_z .carouselSection-module__dots--FV3L0>button.carouselSection-module__active--wGy9g{width:6px;height:6px}}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1{position:relative;display:flex;flex-direction:row;width:calc(var(--tilesLength, 1) * 100);aspect-ratio:var(--aspectRatio, 16/6);transition:transform .6s}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile{width:100%;height:100%;aspect-ratio:var(--aspectRatio, 16/6);position:absolute;border:0;top:0;border-radius:10px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile:hover>div[class*=tileMediaContainer]>rdx-edition-frame>rdx-media[class*=mediaTint]:before{background-color:var(--hoverEffectColor, var(--tintColor))}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile:hover>div[class*=tileMediaContainer]>rdx-media[class*=mediaTint]:before{background-color:var(--hoverEffectColor, var(--tintColor))}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]{inset:0;background-color:transparent}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame{position:relative;display:block;width:100%;height:100%}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame>span{z-index:3;position:relative}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame>div{width:100%;height:100%;padding:0}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame>div rdx-media{height:100%;width:100%}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame>div rdx-media>rdx-media-image>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame>div rdx-media>rdx-media-image>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame>div rdx-media>rdx-media-video>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame>div rdx-media>rdx-media-video>video{width:100%;min-height:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;inset:0}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame>div rdx-media:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-media{display:block;width:100%;height:100%}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video{width:100%;min-height:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1);transition:transform .6s ease-in-out;position:absolute;inset:0}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileMediaContainer]>rdx-media:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame{width:100%;height:100%;display:block;z-index:1}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div{width:100%;height:100%;padding:0}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content{width:100%;height:100%}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]{width:100%;z-index:1;padding:48px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-media{margin-bottom:16px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-video>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-video>video{width:8.6vw;-o-object-fit:contain;object-fit:contain;pointer-events:none}@container page (max-width: 1920px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-video>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-video>video{width:131px}}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text{z-index:2}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text{display:block;margin-bottom:8px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-button{z-index:2;margin-bottom:16px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content{width:100%;height:100%}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]{width:100%;max-width:var(--placementWidth, 465px);z-index:1;padding:48px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-edition-frame>div>rdx-media{margin-bottom:16px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-edition-frame>div>rdx-media>rdx-media-image>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-edition-frame>div>rdx-media>rdx-media-image>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-edition-frame>div>rdx-media>rdx-media-video>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-edition-frame>div>rdx-media>rdx-media-video>video{width:8.6vw;-o-object-fit:contain;object-fit:contain;pointer-events:none}@container page (max-width: 1920px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-edition-frame>div>rdx-media>rdx-media-image>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-edition-frame>div>rdx-media>rdx-media-image>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-edition-frame>div>rdx-media>rdx-media-video>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-edition-frame>div>rdx-media>rdx-media-video>video{width:131px}}@container page (max-width: 768px) and (orientation:portrait){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]{max-width:320px;padding:40px}}@container page (min-width: 2500px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]{max-width:35%}}@container page (min-width: 2800px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]{padding:2vw}}@container page (min-width: 3600px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]{padding:2.5vw}}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-media{margin-bottom:16px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-media img{width:8.6vw;-o-object-fit:contain;object-fit:contain;pointer-events:none}@container page (max-width: 1920px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-media img{width:131px}}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text{z-index:2}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-heading-text{display:block;margin-bottom:8px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-heading-text h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:var(--textWeight, 600)}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-heading-text textarea{font-weight:var(--textWeight, 600);height:100px;border:none;resize:none;outline:none;padding:0 6px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-heading-text textarea::-webkit-scrollbar{width:5px;height:5px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-heading-text textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-heading-text textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-heading-text textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 1920px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-heading-text textarea{height:57px}}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-sub-text,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-paragraph-text,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-label-text,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-legal-text,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-banner-text{display:block;margin-bottom:16px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-sub-text p,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-paragraph-text p,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-label-text p,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-legal-text p,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-banner-text p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-weight:var(--textWeight, 400)}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-sub-text textarea,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-paragraph-text textarea,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-label-text textarea,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-legal-text textarea,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-banner-text textarea{font-weight:var(--textWeight, 400);width:100%;border:none;resize:none;outline:none;padding:0;margin:0}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-sub-text textarea::-webkit-scrollbar,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-paragraph-text textarea::-webkit-scrollbar,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-label-text textarea::-webkit-scrollbar,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-legal-text textarea::-webkit-scrollbar,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-banner-text textarea::-webkit-scrollbar{width:5px;height:5px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-sub-text textarea::-webkit-scrollbar-track,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-paragraph-text textarea::-webkit-scrollbar-track,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-label-text textarea::-webkit-scrollbar-track,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-legal-text textarea::-webkit-scrollbar-track,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-banner-text textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-sub-text textarea::-webkit-scrollbar-thumb,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-paragraph-text textarea::-webkit-scrollbar-thumb,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-label-text textarea::-webkit-scrollbar-thumb,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-legal-text textarea::-webkit-scrollbar-thumb,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-banner-text textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-sub-text textarea::-webkit-scrollbar-thumb:hover,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-paragraph-text textarea::-webkit-scrollbar-thumb:hover,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-label-text textarea::-webkit-scrollbar-thumb:hover,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-legal-text textarea::-webkit-scrollbar-thumb:hover,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-banner-text textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-button{z-index:2;margin-bottom:16px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__fadeIn--V5h3c>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__fadeIn--V5h3c>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__fadeIn--V5h3c>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__fadeIn--V5h3c>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__enterRtl--KLlQk>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__enterRtl--KLlQk>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__enterRtl--KLlQk>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__enterRtl--KLlQk>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__leaveRtl--PAoKI>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__leaveRtl--PAoKI>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__leaveRtl--PAoKI>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__leaveRtl--PAoKI>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__enterLtr--IDyUb>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__enterLtr--IDyUb>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__enterLtr--IDyUb>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__enterLtr--IDyUb>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__leaveLtr--G_SDM>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__leaveLtr--G_SDM>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__leaveLtr--G_SDM>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__leaveLtr--G_SDM>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video{transform:scale(1)}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__fadeIn--V5h3c{opacity:0;animation:carouselSection-module__fade-in--Zg6JZ .6s ease both}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__enterRtl--KLlQk{animation:carouselSection-module__enter-rtl--GqYqf .6s ease both}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__leaveRtl--PAoKI{animation:carouselSection-module__leave-rtl--s_16K .6s ease both}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__enterLtr--IDyUb{animation:carouselSection-module__enter-ltr--h28cx .6s ease both}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile.carouselSection-module__leaveLtr--G_SDM{animation:carouselSection-module__leave-ltr--nrHEp .6s ease both}@container page (max-width: 992px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile{aspect-ratio:4/3}}@container page (min-width: 1920px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1 rdx-tile{padding:0}}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame{position:relative;display:block;width:100%;height:100%}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer]{overflow:hidden;padding:0}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile{width:100%;height:100%;aspect-ratio:var(--aspectRatio, 16/6);position:absolute;border:0}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile:hover>div[class*=tileMediaContainer]>rdx-edition-frame>rdx-media[class*=mediaTint]:before{background-color:var(--hoverEffectColor, var(--tintColor))}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile:hover>div[class*=tileMediaContainer]>rdx-media[class*=mediaTint]:before{background-color:var(--hoverEffectColor, var(--tintColor))}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileMediaContainer]{position:relative}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame{position:relative;display:block;width:100%;height:100%}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-image>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-image>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-video>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-video>video{width:100%;min-height:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;inset:0}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video{width:100%;min-height:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.1);transition:transform .6s ease-in-out;position:absolute;inset:0}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileMediaContainer]>rdx-media:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame{width:100%;height:100%;display:block}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div{width:100%;height:100%}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content{width:100%;height:100%}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper]{width:100%;max-width:var(--placementWidth, 465px);z-index:1;padding:48px}@container page (max-width: 768px) and (orientation:portrait){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper]{max-width:320px;padding:40px}}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper]>rdx-media{margin-bottom:16px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper]>rdx-media img{width:8.6vw;-o-object-fit:contain;object-fit:contain}@container page (max-width: 1920px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper]>rdx-media img{width:131px}}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text{z-index:2}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-heading-text{display:block;margin-bottom:8px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-heading-text h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:var(--textWeight, 600)}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-heading-text textarea{font-weight:var(--textWeight, 600);height:57px;border:none;outline:none;padding:0 6px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-sub-text,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-paragraph-text,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-label-text,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-legal-text,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-banner-text{display:block;margin-bottom:16px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-sub-text p,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-paragraph-text p,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-label-text p,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-legal-text p,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-banner-text p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-weight:var(--textWeight, 400)}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-sub-text textarea,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-paragraph-text textarea,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-label-text textarea,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-legal-text textarea,.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-text>rdx-banner-text textarea{font-weight:var(--textWeight, 400);line-height:20px;width:100%;border:none;resize:none;outline:none;padding:0;margin:0}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content div[class*=contentWrapper] rdx-button{z-index:2;margin-bottom:16px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer] rdx-content{width:100%;height:100%}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]{width:100%;z-index:1;padding:48px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-media{margin-bottom:16px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-media img{width:8.6vw;-o-object-fit:contain;object-fit:contain}@container page (max-width: 1920px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]>rdx-media img{width:131px}}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text{z-index:2}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-text>rdx-heading-text{display:block;margin-bottom:8px}.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper] rdx-button{z-index:2;margin-bottom:16px}@container page (max-width: 992px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile{aspect-ratio:4/3}}@container page (min-width: 1920px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1>rdx-edition-frame>div[id*=contentContainer] rdx-tile{padding:0}}@container page (max-width: 992px){.carouselSection-module__carouselSection--dRB_z>div.carouselSection-module__tiles--K3as1{aspect-ratio:4/3}}@container page (max-width: 992px){.carouselSection-module__carouselSection--dRB_z{aspect-ratio:4/3}}.carouselSection-module__carouselSection--dRB_z.carouselSection-module__editing--JGsXF{width:100%}.carouselSection-module__carouselSection--dRB_z.dark-theme{color:var(--_dark_font-color)}.carouselSection-module__carouselSection--dRB_z.dark-theme[class*=gamepad-focused]{transform:translateY(-2px);transition:transform .2s ease,outline-color .2s ease;outline:1px solid rgba(61,208,109,.35);outline-color:#3dd06d59;animation:carouselSection-module__focusRing--cY5BL 1.5s infinite}.carouselSection-module__carouselSection--dRB_z.dark-theme .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7:focus-visible>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7 svg,.carouselSection-module__carouselSection--dRB_z.dark-theme .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7:focus-visible>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1 svg{fill:#000}.carouselSection-module__carouselSection--dRB_z.dark-theme .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1:hover.carouselSection-module__next--dMvM1 svg,.carouselSection-module__carouselSection--dRB_z.dark-theme .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1:hover.carouselSection-module__back--ag5P7 svg{fill:#000}.carouselSection-module__carouselSection--dRB_z.dark-theme .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1,.carouselSection-module__carouselSection--dRB_z.dark-theme .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7{background:#f3f3f3d9}.carouselSection-module__carouselSection--dRB_z.dark-theme .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1 svg,.carouselSection-module__carouselSection--dRB_z.dark-theme .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7 svg{fill:#00000073}.carouselSection-module__carouselSection--dRB_z.dark-theme .carouselSection-module__dots--FV3L0>button.carouselSection-module__dot--lF0kU{background-color:#ffffff8b}.carouselSection-module__carouselSection--dRB_z.dark-theme>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]{color:var(--_dark_font-color)}.carouselSection-module__carouselSection--dRB_z[class*=light-theme]{color:var(--font-color)}.carouselSection-module__carouselSection--dRB_z[class*=light-theme] .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7:focus-visible>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7 svg,.carouselSection-module__carouselSection--dRB_z[class*=light-theme] .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7:focus-visible>.carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1 svg{fill:#fff}.carouselSection-module__carouselSection--dRB_z[class*=light-theme] .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1:hover.carouselSection-module__next--dMvM1 svg,.carouselSection-module__carouselSection--dRB_z[class*=light-theme] .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1:hover.carouselSection-module__back--ag5P7 svg{fill:#fff}.carouselSection-module__carouselSection--dRB_z[class*=light-theme] .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1,.carouselSection-module__carouselSection--dRB_z[class*=light-theme] .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7{background:#2c2c2cf5}.carouselSection-module__carouselSection--dRB_z[class*=light-theme] .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__next--dMvM1 svg,.carouselSection-module__carouselSection--dRB_z[class*=light-theme] .carouselSection-module__carouselButtons--K_XAy .carouselSection-module__buttonWrapper--XoAV7 .carouselSection-module__carouselButton--aVhn1.carouselSection-module__back--ag5P7 svg{fill:#ffffff8a}.carouselSection-module__carouselSection--dRB_z[class*=light-theme] .carouselSection-module__dots--FV3L0>button.carouselSection-module__dot--lF0kU{background-color:#00000073}.carouselSection-module__carouselSection--dRB_z[class*=light-theme]>div.carouselSection-module__tiles--K3as1 rdx-tile>div[class*=tileContentContainer] rdx-content div[class*=contentWrapper]{color:var(--font-color)}.content-module__content--zyVO3{width:100%;height:100%;display:flex;justify-content:var(--justify-content, flex-start);align-items:var(--align-items, flex-start);transition:justify-content .3s,align-items .3s}.content-module__content--zyVO3.content-module__xLeft--jCvrJ,.content-module__content--zyVO3.content-module__xCenter--czBL8,.content-module__content--zyVO3.content-module__xRight--TC5II,.content-module__content--zyVO3.content-module__yTop--dgcZy,.content-module__content--zyVO3.content-module__yCenter--oP1DP,.content-module__content--zyVO3.content-module__yBottom--TxDIO{z-index:1}.content-module__content--zyVO3.content-module__xLeft--jCvrJ{--justify-content: flex-start}.content-module__content--zyVO3.content-module__xCenter--czBL8{--justify-content: center}.content-module__content--zyVO3.content-module__xRight--TC5II{--justify-content: flex-end}.content-module__content--zyVO3.content-module__yTop--dgcZy{--align-items: flex-start}.content-module__content--zyVO3.content-module__yCenter--oP1DP{--align-items: center}.content-module__content--zyVO3.content-module__yBottom--TxDIO{--align-items: flex-end}.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq{display:flex;position:var(--contentPosition, relative);flex-direction:column;background-color:var(--backgroundColor);opacity:var(--backgroundOpacity);color:var(--textColor);top:var(--placementTop);bottom:var(--placementBottom);left:var(--placementLeft);right:var(--placementRight);width:var(--placementWidth);height:var(--placementHeight);transform:translate(var(--translateX, 0),var(--translateY, 0));text-align:var(--textAlignment)}.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq rdx-button rdx-sub-button,.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq rdx-button rdx-link-button{display:flex;justify-content:var(--textAlignment)}.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq:hover,.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq:focus,.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq.gamepad-focused{opacity:var(--focusedBackgroundOpacity)}.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq:hover:before,.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq:focus:before,.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq.gamepad-focused:before{content:"";display:block;position:absolute;top:0;left:0;height:100%;width:100%;z-index:-1;background-color:var(--focusedBackgroundColor);color:var(--focusedColor)}@container page (min-width: 1920px){.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq.content-module__xLeft--jCvrJ{--placementLeft: 60px}.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq.content-module__xRight--TC5II{--placementRight: 60px}.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq.content-module__yTop--dgcZy{--placementTop: 60px}.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq.content-module__yBottom--TxDIO{--placementBottom: 60px}}.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq.content-module__expandVideo--juQdz{z-index:3;top:0}.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq.content-module__expandVideo--juQdz button{z-index:0!important;transition:none!important}.content-module__content--zyVO3>.content-module__contentWrapper--qqfRq.content-module__expandVideo--juQdz div[class*=controls]{z-index:0!important}.content-module__content--zyVO3.content-module__rightToLeft--gQd5n .content-module__contentWrapper--qqfRq{align-items:flex-end;right:0;left:auto;text-align:right}.content-module__content--zyVO3.content-module__rightToLeft--gQd5n .content-module__contentWrapper--qqfRq>rdx-slide-container>div[class*=slides]>rdx-slide>div[class*=slideWrapper]>div[class*=contentWrapper]>div[class*=content]{align-items:flex-end}.content-module__content--zyVO3.content-module__rightToLeft--gQd5n .content-module__contentWrapper--qqfRq>rdx-slide-container>div[class*=slides]>rdx-edition-frame>div[class*=content]>rdx-slide>div[class*=slideWrapper]>div[class*=contentWrapper]{align-items:flex-end;right:0;left:auto;text-align:right}.content-module__content--zyVO3.content-module__rightToLeft--gQd5n .content-module__contentWrapper--qqfRq>rdx-slide-container>div[class*=slides]>rdx-edition-frame>div[class*=content]>rdx-slide>div[class*=slideWrapper]>div[class*=contentWrapper]>div[class*=content]{align-items:flex-end}.content-module__content--zyVO3.content-module__borderRadius--xaQPY .content-module__contentWrapper--qqfRq{border-radius:8px}.content-module__content--zyVO3.content-module__boxShadow--n8LOc .content-module__contentWrapper--qqfRq{box-shadow:0 2px 4px #0000000a}.content-module__content--zyVO3.content-module__backdropFilter--KCPH8>.content-module__contentWrapper--qqfRq{-webkit-backdrop-filter:blur(var(--blurAmount));backdrop-filter:blur(var(--blurAmount))}.content-module__content--zyVO3.content-module__focusBackdropFilter--o4YE9>.content-module__contentWrapper--qqfRq:hover:before,.content-module__content--zyVO3.content-module__focusBackdropFilter--o4YE9>.content-module__contentWrapper--qqfRq:focus:before,.content-module__content--zyVO3.content-module__focusBackdropFilter--o4YE9>.content-module__contentWrapper--qqfRq.gamepad-focused:before{content:"";display:block;position:absolute;top:0;left:0;height:100%;width:100%;z-index:-1;-webkit-backdrop-filter:blur(var(--focusedBlurAmount));backdrop-filter:blur(var(--focusedBlurAmount))}rdx-tile[class*=fullSizeSection]>div[class*=tileContentContainer] .content-module__content--zyVO3.content-module__rightToLeft--gQd5n .content-module__contentWrapper--qqfRq{align-items:unset}rdx-hero-section>rdx-tile>div[class*=tileContentContainer] .content-module__content--zyVO3{justify-content:var(--justify-content, center);text-align:var(--textAlignment, center)}rdx-hero-section>rdx-tile>div[class*=tileContentContainer] .content-module__content--zyVO3 rdx-button rdx-sub-button,rdx-hero-section>rdx-tile>div[class*=tileContentContainer] .content-module__content--zyVO3 rdx-button rdx-link-button{justify-content:var(--textAlignment, center)}.modalContainer-module__modalContainer--r8s7c{position:fixed;z-index:4;height:100%;width:100%;display:none;top:0;left:0}.modal-module__modal--UTYXz{width:100%;height:100%;background-color:#00000070;display:flex;justify-content:center;align-items:center}.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2{position:relative;height:95%;width:95%;display:flex;justify-content:center;align-items:flex-end}.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2 .modal-module__mediaContainer--FYVrI{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2 .modal-module__mediaContainer--FYVrI>rdx-media{display:block;height:100%;width:100%}.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2 .modal-module__mediaContainer--FYVrI>rdx-media>rdx-media-image>img,.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2 .modal-module__mediaContainer--FYVrI>rdx-media>rdx-media-image>video,.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2 .modal-module__mediaContainer--FYVrI>rdx-media>rdx-media-video>img,.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2 .modal-module__mediaContainer--FYVrI>rdx-media>rdx-media-video>video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2 .modal-module__mediaContainer--FYVrI .modal-module__button--dumwk{position:absolute;top:3%;right:2%;outline:none;border:none;background-color:#0009;color:#fff;padding:.2vw .5vw;font-size:.8vw;cursor:pointer;padding:.2vw .55vw;border-radius:3px;overflow:hidden;white-space:nowrap;display:block;text-overflow:ellipsis;max-width:6.5vw}.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2 .modal-module__mediaContainer--FYVrI .modal-module__button--dumwk:focus,.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2 .modal-module__mediaContainer--FYVrI .modal-module__button--dumwk.gamepad-focused{outline:2px solid #000000;border-radius:3px}@media(max-width:1920px){.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2 .modal-module__mediaContainer--FYVrI .modal-module__button--dumwk{font-size:14px;padding:3px 8px;max-width:100px}}.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2>rdx-text{color:#fff;z-index:2;position:relative;width:100%;display:flex;justify-content:center;align-items:center;padding:30px 2%;text-align:center}.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2>rdx-text>rdx-paragraph-text{padding:.2vw .5vw;background-color:#0009;border-radius:3px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;max-height:6.5vw}@media(max-width:1920px){.modal-module__modal--UTYXz .modal-module__contentContainer--YPLj2>rdx-text>rdx-paragraph-text{font-size:16px;padding:3px 6px;max-height:100px}}@keyframes tile-module__enterFromTop--pQHSx{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes tile-module__leaveFromBottom--ySsdm{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes tile-module__leaveFromBottomFooter--D5jIq{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes tile-module__enterFromBottom--zOqzL{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes tile-module__enterFromBottomFooter--oiudu{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes tile-module__smoothEnterFromBottom--VDTtZ{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes tile-module__showFromBehind--XFWhG{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes tile-module__hideFromFront--mYOys{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes tile-module__shineLogo--YgX4J{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes tile-module__fade-in--aHLWu{0%{opacity:0}to{opacity:1}}@keyframes tile-module__fade-out--FeI2l{0%{opacity:1}to{opacity:0}}@keyframes tile-module__enter-rtl--Nv9hH{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes tile-module__leave-rtl--tz7Bd{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes tile-module__enter-ltr--IWfkd{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes tile-module__leave-ltr--ccKgt{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes tile-module__slide-enter-rtl--kDSCa{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes tile-module__slide-leave-rtl--CvmGq{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes tile-module__slide-enter-ltr--cmF7u{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes tile-module__slide-leave-ltr--zY5EL{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes tile-module__stroke--fkvbt{to{stroke-dashoffset:0}}@keyframes tile-module__marquee-text--EbhIs{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes tile-module__fadeInLeft--VlqlL{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes tile-module__qr-in--tb4AA{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes tile-module__qr-out--Zstl3{0%{opacity:1}to{opacity:0}}@keyframes tile-module__attract-in--X98Zk{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes tile-module__attract-out--Rhbw_{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes tile-module__pulse-animation--z6lzV{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes tile-module__pulse-animation-dark--t_f9H{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes tile-module__pingPong--JN2xQ{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes tile-module__opacitySvg--Cvvec{0%{opacity:0}to{opacity:1}}@keyframes tile-module__focusRing--K6qLp{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.tile-module__tile--kHQo7{background-color:#fff;border-radius:8px;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 4px #0000000a;position:relative}.tile-module__tile--kHQo7 .tile-module__tileContentContainer--qmSNl{position:absolute;top:0;right:0;width:100%;height:100%}.tile-module__tile--kHQo7 .tile-module__tileMediaContainer--nDxsP{position:absolute;width:100%;height:100%;background-color:var(--tileBackgroundColor, var(--neutral-background-front, #eeeeee))}.tile-module__tile--kHQo7 .tile-module__tileMediaContainer--nDxsP.dark-theme>rdx-media.light{display:none}.tile-module__tile--kHQo7 .tile-module__tileMediaContainer--nDxsP:not(.dark-theme)>rdx-media.dark{display:none}.tile-module__tile--kHQo7.tile-module__pointer--ocu1o{cursor:pointer}.tile-module__tile--kHQo7.dark-theme{border:0;background-color:var(--tileDarkBackgroundColor, var(--_dark_neutral-background-static))}.tile-module__tile--kHQo7.dark-theme>div[class*=tileMediaContainer]{background-color:var(--tileDarkBackgroundColor, var(--_dark_neutral-background-static, #292929))}@keyframes featureSection-module__enterFromTop--HPl__{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes featureSection-module__leaveFromBottom--Ie56w{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes featureSection-module__leaveFromBottomFooter--Z3o7s{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes featureSection-module__enterFromBottom--uDNaT{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes featureSection-module__enterFromBottomFooter--j6OeS{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes featureSection-module__smoothEnterFromBottom--zJCYL{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes featureSection-module__showFromBehind--Ssh3A{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes featureSection-module__hideFromFront--Ci3sP{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes featureSection-module__shineLogo--VGFfN{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes featureSection-module__fade-in--GIlwG{0%{opacity:0}to{opacity:1}}@keyframes featureSection-module__fade-out--Jg98f{0%{opacity:1}to{opacity:0}}@keyframes featureSection-module__enter-rtl--RGVLk{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes featureSection-module__leave-rtl--xCXhy{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes featureSection-module__enter-ltr--wEmMx{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes featureSection-module__leave-ltr--g0ulK{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes featureSection-module__slide-enter-rtl--t9QnY{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes featureSection-module__slide-leave-rtl--ER5CU{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes featureSection-module__slide-enter-ltr--D7di_{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes featureSection-module__slide-leave-ltr--we0tV{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes featureSection-module__stroke--BQD8U{to{stroke-dashoffset:0}}@keyframes featureSection-module__marquee-text--Y3Ogo{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes featureSection-module__fadeInLeft--fJqEI{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes featureSection-module__qr-in--wXVNq{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes featureSection-module__qr-out--JOEnH{0%{opacity:1}to{opacity:0}}@keyframes featureSection-module__attract-in--LsNGR{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes featureSection-module__attract-out--tpMa5{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes featureSection-module__pulse-animation--R7GK2{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes featureSection-module__pulse-animation-dark--t1008{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes featureSection-module__pingPong--Umvjv{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes featureSection-module__opacitySvg--QyGgZ{0%{opacity:0}to{opacity:1}}@keyframes featureSection-module__focusRing--aMbkP{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.featureSection-module__featureSection--nG754{position:relative;border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 4px #0000000a;transition:box-shadow .3s ease-in-out;width:100%;min-height:260px;aspect-ratio:var(--aspectRatio, 16/4)}.featureSection-module__featureSection--nG754:hover{box-shadow:0 2px 4px #0000001a}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz{display:flex;flex-direction:row-reverse;position:absolute;inset:0}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]{width:60%;position:relative}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]>rdx-media:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]>rdx-edition-frame{width:100%;height:100%;display:block}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]>rdx-edition-frame>div{width:100%;height:100%;padding:0}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-image>img,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-image>video,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-video>img,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-video>video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]{width:40%;position:unset}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{width:100%;max-width:var(--placementWidth, 100%);padding:30px}@container page (min-width: 1081px){.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{max-width:var(--placementWidth, 440px)}}@container page (min-width: 1366px){.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{max-width:var(--placementWidth, 520px)}}@container page (min-width: 2500px){.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{max-width:var(--placementWidth, 85%)}}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-media{margin-bottom:16px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image>img{width:130px;-o-object-fit:contain;object-fit:contain}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text{display:block;margin-bottom:12px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>h3{font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@container page (min-width: 992px){.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>h3{-webkit-line-clamp:5}}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea{font-weight:600;width:100%;height:57px;outline:none;border:none;resize:none;padding:0;margin:0}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea::-webkit-scrollbar{width:5px;height:5px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text{font-weight:400}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>p,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>p,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>p,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>p,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea{font-weight:400;width:100%;height:32px;outline:none;border:none;resize:none;padding:0;margin:0}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar{width:5px;height:5px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-track,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar-track,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb:hover,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb:hover,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 1920px){.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea{height:24px}}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text{font-weight:400}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea{font-weight:400;width:100%;height:24px;outline:none;border:none;resize:none;padding:0;margin:0}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar{width:5px;height:5px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text{font-weight:400;color:#000c}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>sup{margin-right:3px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea{font-weight:400;width:100%;height:24px;outline:none;border:none;resize:none;padding:0;margin:0}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar{width:5px;height:5px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button{margin-top:16px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-within,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-visible{outline:2px solid #1b1b1b;background:#fff}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus>button,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-within>button,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-visible>button{outline:none}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame{width:100%;height:100%;display:block}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>span{top:0;left:0}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div{width:100%;height:100%}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]{width:100%;max-width:var(--placementWidth, 100%);padding:30px}@container page (min-width: 1081px){.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]{max-width:var(--placementWidth, 440px)}}@container page (min-width: 1366px){.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]{max-width:var(--placementWidth, 520px)}}@container page (min-width: 2500px){.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]{max-width:var(--placementWidth, 85%)}}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-media{margin-bottom:16px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image>img{width:130px;-o-object-fit:contain;object-fit:contain}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text{display:block;margin-bottom:12px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>h3{font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@container page (min-width: 992px){.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>h3{-webkit-line-clamp:5}}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea{font-weight:600;width:100%;height:57px;outline:none;border:none;resize:none;padding:0;margin:0}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea::-webkit-scrollbar{width:5px;height:5px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text{font-weight:400}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>p,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>p,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>p,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>p,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea{font-weight:400;width:100%;height:32px;outline:none;border:none;resize:none;padding:0;margin:0}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar{width:5px;height:5px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-track,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar-track,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb:hover,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb:hover,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 1920px){.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea{height:24px}}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text{font-weight:400}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea{font-weight:400;width:100%;height:24px;outline:none;border:none;resize:none;padding:0;margin:0}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar{width:5px;height:5px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text{font-weight:400;color:#000c}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>sup{margin-right:3px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea{font-weight:400;width:100%;height:24px;outline:none;border:none;resize:none;padding:0;margin:0}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar{width:5px;height:5px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-button{margin-top:16px}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-within,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-visible{outline:2px solid #1b1b1b;background:#fff}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus>button,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-within>button,.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-visible>button{outline:none}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz:focus:after{content:"";position:absolute;inset:0;border:2px solid #000000;border-radius:8px}@container page (max-width: 992px){.featureSection-module__featureSection--nG754{aspect-ratio:initial}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz{flex-direction:column;position:relative}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]{width:100%}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]{width:100%}}@media(orientation:portrait){@container page (min-width: 992px) and (max-width: 4200px){.featureSection-module__featureSection--nG754{aspect-ratio:initial}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz{flex-direction:column;position:relative}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileContentContainer]{width:100%}.featureSection-module__featureSection--nG754 .featureSection-module__tile--IYpzz>div[class*=tileMediaContainer]{width:100%}}}.featureSection-module__featureSection--nG754.dark-theme .featureSection-module__tile--IYpzz:focus:after{border:2px solid #ffffff}.featureSection-module__featureSection--nG754.dark-theme[class*=gamepad-focused]{transform:translateY(-2px);transition:transform .2s ease,border-color .2s ease;border:1px solid rgba(61,208,109,.35);border-color:#3dd06d59;animation:featureSection-module__focusRing--aMbkP 1.5s infinite}.featureSection-module__featureSection--nG754.dark-theme[class*=gamepad-focused]>.featureSection-module__tile--IYpzz:focus:after{border:none}rdx-full-iframe-section{display:flex;justify-content:center;align-items:center}rdx-full-iframe-section iframe{display:flex;justify-content:center;align-items:center;width:100%;height:100%;border:none;border:1px solid rgba(0,0,0,.05);border-radius:4px;box-shadow:0 2px 4px #0000000a;transition:box-shadow .3s ease-in-out}rdx-full-iframe-section iframe:hover{box-shadow:#0000004d 0 2px 8px}.fullIframeSection-module__fullIframe--XXntu{padding-bottom:0;height:calc(100dvh - 50px)}@container page (min-width: 1081px){.fullIframeSection-module__fullIframe--XXntu{height:calc(100dvh - 55px)}}@container page (min-width: 2500px){.fullIframeSection-module__fullIframe--XXntu{height:calc(100dvh - 80px)}}@container page (min-width: 2800px){.fullIframeSection-module__fullIframe--XXntu{height:calc(100dvh - 95px)}}@keyframes heroSection-module__enterFromTop--qT0V8{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes heroSection-module__leaveFromBottom--SEXfl{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes heroSection-module__leaveFromBottomFooter--sIQ0Q{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes heroSection-module__enterFromBottom--GmWH4{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes heroSection-module__enterFromBottomFooter--DG0lp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroSection-module__smoothEnterFromBottom--xu5Sw{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes heroSection-module__showFromBehind--GY3w3{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes heroSection-module__hideFromFront--JVPrE{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes heroSection-module__shineLogo--Tqi7n{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes heroSection-module__fade-in--PWdBx{0%{opacity:0}to{opacity:1}}@keyframes heroSection-module__fade-out--d7KTY{0%{opacity:1}to{opacity:0}}@keyframes heroSection-module__enter-rtl--BFfYF{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes heroSection-module__leave-rtl--RSfR3{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes heroSection-module__enter-ltr--qFMvG{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes heroSection-module__leave-ltr--yAiGF{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes heroSection-module__slide-enter-rtl--tZmZw{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes heroSection-module__slide-leave-rtl--t534a{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes heroSection-module__slide-enter-ltr--fXCtf{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes heroSection-module__slide-leave-ltr--xb5lM{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes heroSection-module__stroke--kDo4C{to{stroke-dashoffset:0}}@keyframes heroSection-module__marquee-text--DtonW{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes heroSection-module__fadeInLeft--m274i{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes heroSection-module__qr-in--IKCnQ{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes heroSection-module__qr-out--qVoOX{0%{opacity:1}to{opacity:0}}@keyframes heroSection-module__attract-in--kH_PO{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes heroSection-module__attract-out--HuYJt{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes heroSection-module__pulse-animation--W1EE7{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes heroSection-module__pulse-animation-dark--hB8Jd{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes heroSection-module__pingPong--qdxut{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes heroSection-module__opacitySvg--tL2IY{0%{opacity:0}to{opacity:1}}@keyframes heroSection-module__focusRing--qGTVn{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.heroSection-module__heroSection--KmLHw{position:relative;border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 4px #0000000a;transition:box-shadow .3s ease-in-out;width:100%;aspect-ratio:var(--aspectRatio, 1.77/1)}.heroSection-module__heroSection--KmLHw:hover{box-shadow:0 2px 4px #0000001a}.heroSection-module__heroSection--KmLHw:focus,.heroSection-module__heroSection--KmLHw.gamepad-focused{outline:3px solid #000000}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1{position:absolute;inset:0}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1:hover>div[class*=tileMediaContainer]>rdx-media[class*=mediaTint]:before{background-color:var(--hoverEffectColor, var(--tintColor))}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1:hover>div[class*=tileMediaContainer]>rdx-edition-frame>div[id*=contentContainer]>rdx-media[class*=mediaTint]:before{background-color:var(--hoverEffectColor, var(--tintColor))}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1);transition:transform .7s}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-media:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-edition-frame{width:100%;height:100%;display:block}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-edition-frame>div{width:100%;height:100%;padding:0}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-image>img,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-image>video,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-video>img,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-video>video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame{width:100%;height:100%;display:block;z-index:1}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div{width:100%;height:100%}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content{width:100%;height:100%}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]{width:100%;max-width:var(--placementWidth, 45%);padding:35px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-media{margin-bottom:16px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image>img{width:130px;-o-object-fit:contain;object-fit:contain}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text{display:block;margin-bottom:12px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>h3{font-weight:var(--textWeight, 600)}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea{font-weight:400;outline:none;border:none;resize:none;padding:0;margin:0;width:100%;-webkit-line-clamp:4;-webkit-box-orient:vertical}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text{font-weight:400}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea{font-weight:var(--textWeight, 400);outline:none;border:none;resize:none;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:4;-webkit-box-orient:vertical}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar{width:5px;height:5px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text{font-weight:400;color:#000c}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>sup{margin-right:3px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea{font-weight:400;color:#000c;outline:none;border:none;resize:none;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:4;-webkit-box-orient:vertical}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar{width:5px;height:5px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-button{margin-top:16px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-within,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-visible{outline:2px solid #1b1b1b;background:#fff}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus>button,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-within>button,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-edition-frame>div rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-visible>button{outline:none}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content{width:100%;height:100%}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{width:100%;max-width:var(--placementWidth, 45%);padding:35px;z-index:1}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-media{margin-bottom:16px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image>img{width:130px;-o-object-fit:contain;object-fit:contain}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text{display:block;margin-bottom:12px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>h3{font-weight:var(--textWeight, 600)}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea{position:static;font-weight:600;width:100%;height:57px;outline:none;border:none;resize:none;padding:0;margin:0}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea::-webkit-scrollbar{width:5px;height:5px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text{font-weight:400;max-height:340px;overflow-y:auto;display:block}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text::-webkit-scrollbar{width:5px;height:5px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text::-webkit-scrollbar-thumb:hover{background:#0000004d}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea{font-weight:400;outline:none;border:none;resize:none;padding:0;margin:0;width:100%;-webkit-line-clamp:4;-webkit-box-orient:vertical}@container page (max-width: 1920px){.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text{max-height:225px}}@container page (max-width: 1080px){.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text{max-height:180px}}@container page (max-width: 768px){.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text{max-height:120px}}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text{font-weight:400}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea{font-weight:var(--textWeight, 400);outline:none;border:none;resize:none;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:4;-webkit-box-orient:vertical}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar{width:5px;height:5px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text{font-weight:400;color:#000c;overflow-y:auto;display:block;margin-top:10px;max-height:215px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text::-webkit-scrollbar{width:5px;height:5px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text::-webkit-scrollbar-thumb:hover{background:#0000004d}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>sup{margin-right:3px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea{font-weight:400;color:#000c;outline:none;border:none;resize:none;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:4;-webkit-box-orient:vertical}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar{width:5px;height:5px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 1920px){.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text{max-height:180px}}@container page (max-width: 1080px){.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text{max-height:100px}}@container page (max-width: 768px){.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text{max-height:85px}}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame{width:100%;position:relative;height:auto}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-heading-text{display:block}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-heading-text>textarea{position:static;width:100%;height:100px;outline:none;border:none;resize:none;padding:0;margin:0;font-weight:var(--textWeight, 600)}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar{width:5px;height:5px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 1920px){.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-heading-text>textarea{height:57px}}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-sub-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-label-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-legal-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-banner-text>textarea{font-weight:400;outline:none;border:none;resize:none;padding:0;margin:0;width:100%;-webkit-line-clamp:4;-webkit-box-orient:vertical}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-sub-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-paragraph-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-label-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-legal-text,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-banner-text{display:block}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-sub-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-label-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-legal-text>textarea,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-banner-text>textarea{font-weight:var(--textWeight, 400);outline:none;border:none;resize:none;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:4;-webkit-box-orient:vertical}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar{width:5px;height:5px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-legal-text>textarea{font-weight:400;color:#000c;outline:none;border:none;resize:none;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:4;-webkit-box-orient:vertical}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar{width:5px;height:5px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button{margin-top:16px}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-within,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-visible,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div.gamepad-focused{outline:2px solid #1b1b1b;background:#fff}.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus>button,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-within>button,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-visible>button,.heroSection-module__heroSection--KmLHw>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div.gamepad-focused>button{outline:none}.heroSection-module__heroSection--KmLHw>rdx-edition-frame{width:100%;height:100%;display:block}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div{width:100%;height:100%}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1{position:absolute;inset:0}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileMediaContainer]>rdx-media:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content{width:100%;height:100%}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{width:100%;max-width:var(--placementWidth, 45%);padding:35px;z-index:1}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-media{margin-bottom:16px}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image>img{width:130px;-o-object-fit:contain;object-fit:contain}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text{display:block;margin-bottom:12px}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text h3{font-weight:var(--textWeight, 600)}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text{font-weight:400}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text{font-weight:400}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea{font-weight:400;width:100%;height:24px;outline:none;border:none;resize:none;padding:0;margin:0}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text{font-weight:400;color:#000c}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>sup{margin-right:3px}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button{margin-top:16px}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-within,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-visible,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div.gamepad-focused{outline:2px solid #1b1b1b;background:#fff}.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus>button,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-within>button,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-visible>button,.heroSection-module__heroSection--KmLHw>rdx-edition-frame>div>.heroSection-module__tile--fNun1>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div.gamepad-focused>button{outline:none}.heroSection-module__heroSection--KmLHw.dark-theme:focus,.heroSection-module__heroSection--KmLHw.dark-theme.gamepad-focused{outline:3px solid #ffffff}.heroSection-module__heroSection--KmLHw.dark-theme[class*=gamepad-focused]{transform:translateY(-2px);transition:transform .2s ease,outline-color .2s ease;outline:1px solid rgba(61,208,109,.35);outline-color:#3dd06d59;animation:heroSection-module__focusRing--qGTVn 1.5s infinite}rdx-full-iframe-section,rdx-iframe-section{display:flex;justify-content:center;align-items:center}rdx-full-iframe-section iframe,rdx-iframe-section iframe{display:flex;justify-content:center;align-items:center;width:100%;height:100%;border:none;border:1px solid rgba(0,0,0,.05);border-radius:4px;box-shadow:0 2px 4px #0000000a;transition:box-shadow .3s ease-in-out}rdx-full-iframe-section iframe:hover,rdx-iframe-section iframe:hover{box-shadow:#0000004d 0 2px 8px}.iframeSection-module__iframe--rnAau{height:calc(100dvh - 52px);padding-bottom:32px}.immersiveHeroSection-module__immersiveHeroSection--uizZ9{height:auto;gap:20px;border-radius:8px;width:100%;overflow:hidden}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN{height:calc(100dvh - 40px - 32px * var(--paddingMultiplier, 1) - 50px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;border-radius:8px;padding:40px;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 4px #0000000a}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN:hover>div[class*=tileMediaContainer]>rdx-media[class*=mediaTint]:before{background-color:var(--hoverEffectColor, var(--tintColor))}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN:hover>div[class*=tileMediaContainer]>rdx-edition-frame>div[id*=contentContainer]>rdx-media[class*=mediaTint]:before{background-color:var(--hoverEffectColor, var(--tintColor))}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]{background-color:var(--tileBackgroundColor, #ffffff)}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]>rdx-media{height:100%;width:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video{width:100%;min-height:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;inset:0}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]>rdx-edition-frame{position:relative;display:block;width:100%;height:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]>rdx-edition-frame>div{width:100%;height:100%;padding:0}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media{height:100%;width:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-image>img,.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-image>video,.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-video>img,.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-video>video{width:100%;min-height:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;inset:0}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]{border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 4px #0000000a}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-media{max-height:70%;width:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-media>rdx-media-image{height:100%;width:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-media>rdx-media-image>img{height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-text>rdx-heading-text>h3{margin-top:40px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-text>rdx-paragraph-text>p{margin-top:10px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-edition-frame{width:100%;height:100%;display:block;z-index:1}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-edition-frame>div{width:100%;height:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content{width:100%;height:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]{display:flex;flex-direction:column;box-sizing:border-box;padding:10px 35px;width:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-media{max-height:70%;width:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image{height:100%;width:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image>img{height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-heading-text>h3{margin-top:40px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-edition-frame>div>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-paragraph-text>p{margin-top:10px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content{height:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;max-width:100%;z-index:1;height:100%;width:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-media{max-height:70%;width:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image{height:100%;width:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image>img{height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-heading-text>h3{margin-top:40px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-paragraph-text>p{margin-top:10px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame{width:100%;height:auto;display:block}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div{width:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div>rdx-media{max-height:70%;width:100%}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div>rdx-media>rdx-media-image{height:100%;width:100%;display:block;text-align:center}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div>rdx-media>rdx-media-image>img{max-width:100%;max-height:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div rdx-text rdx-heading-text>textarea{font-weight:var(--textWeight, 700)}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div rdx-text>rdx-sub-text>textarea,.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div rdx-text>rdx-paragraph-text>textarea,.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div rdx-text>rdx-label-text>textarea,.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div rdx-text>rdx-legal-text>textarea,.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div rdx-text>rdx-banner-text>textarea{font-weight:var(--textWeight, 400)}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div rdx-text textarea{outline:none;border:none;resize:none;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:4;-webkit-box-orient:vertical}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div rdx-text textarea::-webkit-scrollbar{width:5px;height:5px}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div rdx-text textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div rdx-text textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div rdx-text textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (min-width: 1081px){.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN{height:calc(100dvh - 40px - 32px * var(--paddingMultiplier, 1) - 55px)}}@container page (min-width: 2500px){.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN{height:calc(100dvh - 40px - 32px * var(--paddingMultiplier, 1) - 80px)}}@container page (min-width: 2800px){.immersiveHeroSection-module__immersiveHeroSection--uizZ9 .immersiveHeroSection-module__tile--k1JAN{height:calc(100dvh - 40px - 32px * var(--paddingMultiplier, 1) - 95px)}}.immersiveHeroSection-module__immersiveHeroSection--uizZ9[class*=theme-dark] .immersiveHeroSection-module__tile--k1JAN{border:0;background-color:var(--tileBackgroundColor, #000000)}.immersiveHeroSection-module__immersiveHeroSection--uizZ9[class*=theme-dark] .immersiveHeroSection-module__tile--k1JAN>div[class*=tileMediaContainer]{background-color:var(--tileBackgroundColor, #000000)}@keyframes mosaicSection-module__enterFromTop--zIWuW{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes mosaicSection-module__leaveFromBottom--OTyGS{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes mosaicSection-module__leaveFromBottomFooter--Q0mSr{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes mosaicSection-module__enterFromBottom--ogy71{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes mosaicSection-module__enterFromBottomFooter--FXIZs{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes mosaicSection-module__smoothEnterFromBottom--H2o_V{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes mosaicSection-module__showFromBehind--WfoFI{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes mosaicSection-module__hideFromFront--txkCJ{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes mosaicSection-module__shineLogo--mIgY2{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes mosaicSection-module__fade-in--hv2VI{0%{opacity:0}to{opacity:1}}@keyframes mosaicSection-module__fade-out--ANKri{0%{opacity:1}to{opacity:0}}@keyframes mosaicSection-module__enter-rtl--mJ0Uq{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes mosaicSection-module__leave-rtl--uQgWG{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes mosaicSection-module__enter-ltr--QMpaB{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes mosaicSection-module__leave-ltr--U48uC{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes mosaicSection-module__slide-enter-rtl--WXfqQ{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes mosaicSection-module__slide-leave-rtl--VQXS_{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes mosaicSection-module__slide-enter-ltr--dpFMo{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes mosaicSection-module__slide-leave-ltr--TvzCl{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes mosaicSection-module__stroke--bBAVI{to{stroke-dashoffset:0}}@keyframes mosaicSection-module__marquee-text--FNvxQ{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes mosaicSection-module__fadeInLeft--e0jeD{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes mosaicSection-module__qr-in--ORPEe{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes mosaicSection-module__qr-out--fiSTz{0%{opacity:1}to{opacity:0}}@keyframes mosaicSection-module__attract-in--rpcnY{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes mosaicSection-module__attract-out--clMKQ{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes mosaicSection-module__pulse-animation--s0jhK{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes mosaicSection-module__pulse-animation-dark--yEzPS{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes mosaicSection-module__pingPong--LZfa7{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes mosaicSection-module__opacitySvg--p2KeJ{0%{opacity:0}to{opacity:1}}@keyframes mosaicSection-module__focusRing--UFMQR{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.mosaicSection-module__mosaicSection--RobIz{height:auto;display:grid;contain:content;grid-template-columns:1fr;border-radius:0;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 4px #0000000a;overflow:hidden;transition:transform .3s ease-in-out 0s,box-shadow .3s ease-in-out}.mosaicSection-module__mosaicSection--RobIz:hover{box-shadow:0 2px 4px #0000001a}@container page (min-width: 768px){.mosaicSection-module__mosaicSection--RobIz{height:calc(100dvh - 40px - 56px * var(--paddingMultiplier, 1) - 55px);display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr 1fr}}@container page (min-width: 768px) and (max-width: 1366px) and (orientation:portrait){.mosaicSection-module__mosaicSection--RobIz{height:calc(100dvh - 40px - 32px * var(--paddingMultiplier, 1) - 55px);grid-template-columns:repeat(4,1fr);grid-template-rows:1fr 1fr}}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n{position:relative;border:none;box-shadow:none;height:calc(100dvh - 40px - 32px * var(--paddingMultiplier, 1) - 55px)}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n:hover>div[class*=tileMediaContainer]>rdx-media[class*=mediaTint]:before{background-color:var(--hoverEffectColor, var(--tintColor))}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n:hover>div[class*=tileMediaContainer]>rdx-edition-frame>div[id*=contentContainer]>rdx-media[class*=mediaTint]:before{background-color:var(--hoverEffectColor, var(--tintColor))}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n:focus:after{content:"";position:absolute;inset:0;outline:3px solid #000000;border-radius:8px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n[class*=gamepad-focused]{border-radius:0}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n[class*=gamepad-focused][class*=dark-theme]:focus:after{content:"";position:absolute;inset:4px;z-index:1;border-radius:0;transition:transform .2s ease,outline-color .2s ease;outline:3px solid rgba(61,208,109,.35);outline-color:#3dd06d59;animation:mosaicSection-module__focusRing--UFMQR 1.5s infinite}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer]{overflow:hidden}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer] rdx-media{position:absolute;inset:0;width:100%;height:100%}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer] rdx-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer]>rdx-media{position:absolute;inset:0;width:100%;height:100%}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer]>rdx-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer]>rdx-edition-frame{width:100%;height:100%;display:block}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer]>rdx-edition-frame>rdx-media{position:absolute;inset:0;width:100%;height:100%}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer]>rdx-edition-frame>rdx-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]{overflow:hidden}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{box-sizing:border-box;z-index:1;gap:10px;width:100%;max-width:var(--placementWidth, 85%);padding:40px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-heading-text{display:block}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-heading-text>textarea{font-weight:var(--textWeight, 700);position:static;outline:none;border:none;resize:none;padding:0;margin:0;width:100%}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar{width:5px;height:5px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-sub-text,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-paragraph-text,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-label-text,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-legal-text,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-banner-text{display:block;margin:0}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-sub-text>p,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-paragraph-text>p,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-label-text>p,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-legal-text>p,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-banner-text>p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-sub-text>textarea,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-paragraph-text>textarea,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-label-text>textarea,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-legal-text>textarea,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-banner-text>textarea{font-weight:var(--textWeight, 400);outline:none;border:none;resize:none;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:4;-webkit-box-orient:vertical}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-label-text>textarea::-webkit-scrollbar,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-banner-text>textarea::-webkit-scrollbar{width:5px;height:5px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-track,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-label-text>textarea::-webkit-scrollbar-track,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb:hover,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb:hover,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button button{text-decoration:none;font-weight:400;font-size:14}@media(min-width:800px)and (max-width:1439px){.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button button{font-size:14px;font-size:calc(14 + 0*(100vw - 800px))}}@media(min-width:1440px){.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button button{font-size:14}}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button button>textarea::-webkit-scrollbar{width:5px;height:5px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button button>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button button>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button button>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button button svg{transform:translateY(3px)}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame{width:100%;position:relative;height:auto}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text{display:block}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea{font-weight:var(--textWeight, 700);position:static;outline:none;border:none;resize:none;padding:0;margin:0;width:100%}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar{width:5px;height:5px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-paragraph-text,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-label-text,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-legal-text,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-banner-text{display:block;margin:0}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-paragraph-text>textarea,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-label-text>textarea,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-legal-text>textarea,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-banner-text>textarea{font-weight:var(--textWeight, 400);outline:none;border:none;resize:none;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:4;-webkit-box-orient:vertical}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-label-text>textarea::-webkit-scrollbar,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-banner-text>textarea::-webkit-scrollbar{width:5px;height:5px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-track,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-label-text>textarea::-webkit-scrollbar-track,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb:hover,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb:hover,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover,.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-button>rdx-sub-button button{text-decoration:none;font-weight:400;font-size:14}@media(min-width:800px)and (max-width:1439px){.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-button>rdx-sub-button button{font-size:14px;font-size:calc(14 + 0*(100vw - 800px))}}@media(min-width:1440px){.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-button>rdx-sub-button button{font-size:14}}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-button>rdx-sub-button button>textarea::-webkit-scrollbar{width:5px;height:5px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-button>rdx-sub-button button>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-button>rdx-sub-button button>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-button>rdx-sub-button button>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]>rdx-button>rdx-sub-button button svg{transform:translateY(3px)}@container page (max-width: 768px){.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{max-width:var(--placementWidth, 85%);padding:30px}}@container page (orientation: portrait){.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{max-width:var(--placementWidth, 85%);padding:30px}}@container page (min-width: 1366px){.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{max-width:var(--placementWidth, 65%)}}@container page (min-width: 2500px){.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{gap:.6vw}}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-edition-frame{position:relative;width:100%;height:100%;display:block}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-edition-frame>div[id*=contentContainer]{width:100%;height:100%}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-edition-frame>div[id*=contentContainer]>rdx-content>div[class*=contentWrapper]{box-sizing:border-box;z-index:1;gap:10px;width:100%;max-width:var(--placementWidth, 85%);padding:40px}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-edition-frame>div[id*=contentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-heading-text{display:block}.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-edition-frame>div[id*=contentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-paragraph-text>p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@container page (max-width: 768px){.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-edition-frame>div[id*=contentContainer]>rdx-content>div[class*=contentWrapper]{max-width:85%;padding:30px}}@container page (orientation: portrait){.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-edition-frame>div[id*=contentContainer]>rdx-content>div[class*=contentWrapper]{max-width:85%;padding:30px}}@container page (min-width: 1366px){.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-edition-frame>div[id*=contentContainer]>rdx-content>div[class*=contentWrapper]{max-width:65%}}@container page (min-width: 1920px){.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]{padding:60px}}@container page (min-width: 768px){.mosaicSection-module__mosaicSection--RobIz .mosaicSection-module__tile--bpN4n{height:auto}}.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame{width:100%;height:100%;display:grid;position:relative;z-index:2}.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]{width:100%;height:100%;padding:0;position:relative}.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]>.mosaicSection-module__tile--bpN4n{position:absolute;inset:5px;border:none;box-shadow:none;display:block}.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]>.mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer] rdx-media{position:absolute;inset:0;width:100%;height:100%}.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]>.mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer] rdx-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]>.mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer]>rdx-media{position:absolute;inset:0;width:100%;height:100%}.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]>.mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer]>rdx-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]>.mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]{overflow:hidden}.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]>.mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{box-sizing:border-box;z-index:1;gap:10px;max-width:var(--placementWidth, 85%);width:100%;padding:40px}.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]>.mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-paragraph-text>p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@container page (max-width: 768px){.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]>.mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{max-width:85%;padding:30px}}@container page (orientation: portrait){.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]>.mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{max-width:85%;padding:30px}}@container page (min-width: 1366px){.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]>.mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{max-width:65%}}@container page (min-width: 1920px){.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]>.mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]{padding:60px}}@container page (min-width: 768px){.mosaicSection-module__mosaicSection--RobIz>rdx-edition-frame>div[id*=contentContainer]>.mosaicSection-module__tile--bpN4n{height:auto}}@container page (min-width: 600px) and (orientation:portrait){.mosaicSection-module__mosaicSection--RobIz{display:block;grid-template-columns:unset;grid-template-rows:unset;overflow:scroll;contain:unset}.mosaicSection-module__mosaicSection--RobIz>.mosaicSection-module__tile--bpN4n{height:calc(100dvh - 40px - 32px * var(--paddingMultiplier, 1) - 55px)}.mosaicSection-module__mosaicSection--RobIz>.mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer]{position:unset;top:unset;right:unset;height:calc(100dvh - 40px - 32px * var(--paddingMultiplier, 1) - 55px)}.mosaicSection-module__mosaicSection--RobIz>.mosaicSection-module__tile--bpN4n>div[class*=tileMediaContainer]>rdx-media{position:unset;inset:unset;height:calc(100dvh - 40px - 32px * var(--paddingMultiplier, 1) - 55px)}.mosaicSection-module__mosaicSection--RobIz>.mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-paragraph-text>p{-webkit-line-clamp:5}.mosaicSection-module__mosaicSection--RobIz>.mosaicSection-module__tile--bpN4n>div[class*=tileContentContainer]>rdx-edition-frame>div[id*=contentContainer]>rdx-content>div[class*=contentWrapper]>rdx-text>rdx-paragraph-text>p{-webkit-line-clamp:5}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-1--lNYuF{grid-template-areas:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-1--lNYuF .mosaicSection-module__tile--bpN4n{grid-area:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-2--vNKxD{grid-template-areas:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-2--vNKxD .mosaicSection-module__tile--bpN4n{grid-area:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-3--OrrS0{grid-template-areas:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-3--OrrS0 .mosaicSection-module__tile--bpN4n{grid-area:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-4--BLu40{grid-template-areas:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-4--BLu40 .mosaicSection-module__tile--bpN4n{grid-area:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-5--jWQaJ{grid-template-areas:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-5--jWQaJ .mosaicSection-module__tile--bpN4n{grid-area:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-6--mLGPp{grid-template-areas:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-6--mLGPp .mosaicSection-module__tile--bpN4n{grid-area:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-7--jpNu_{grid-template-areas:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-7--jpNu_ .mosaicSection-module__tile--bpN4n{grid-area:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-8--d_uex{grid-template-areas:unset}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-8--d_uex .mosaicSection-module__tile--bpN4n{grid-area:unset}}@container page (min-width: 768px){.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-1--lNYuF{grid-template-areas:"a1 a1 a1 a1" "a1 a1 a1 a1"}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-1--lNYuF>:nth-child(n+1){grid-area:a1}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-2--vNKxD{grid-template-areas:"a1 a1 a2 a2" "a1 a1 a2 a2"}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-2--vNKxD>:nth-child(odd){grid-area:a1}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-2--vNKxD>:nth-child(2n+2){grid-area:a2}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-3--OrrS0{grid-template-areas:"a1 a1 a2 a2" "a1 a1 a3 a3"}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-3--OrrS0>:nth-child(3n+1){grid-area:a1}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-3--OrrS0>:nth-child(3n+2){grid-area:a2}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-3--OrrS0>:nth-child(3n+3){grid-area:a3}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-4--BLu40{grid-template-areas:"a1 a1 a2 a3" "a1 a1 a4 a4"}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-4--BLu40>:nth-child(4n+1){grid-area:a1}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-4--BLu40>:nth-child(4n+2){grid-area:a2}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-4--BLu40>:nth-child(4n+3){grid-area:a3}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-4--BLu40>:nth-child(4n+4){grid-area:a4}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-5--jWQaJ{grid-template-areas:"a1 a1 a2 a2" "a3 a3 a4 a5"}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-5--jWQaJ>:nth-child(5n+1){grid-area:a1}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-5--jWQaJ>:nth-child(5n+2){grid-area:a2}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-5--jWQaJ>:nth-child(5n+3){grid-area:a3}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-5--jWQaJ>:nth-child(5n+4){grid-area:a4}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-5--jWQaJ>:nth-child(5n+5){grid-area:a5}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-6--mLGPp{grid-template-areas:"a1 a1 a2 a3" "a4 a5 a6 a6"}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-6--mLGPp>:nth-child(6n+1){grid-area:a1}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-6--mLGPp>:nth-child(6n+2){grid-area:a2}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-6--mLGPp>:nth-child(6n+3){grid-area:a3}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-6--mLGPp>:nth-child(6n+4){grid-area:a4}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-6--mLGPp>:nth-child(6n+5){grid-area:a5}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-6--mLGPp>:nth-child(6n+6){grid-area:a6}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-7--jpNu_{grid-template-areas:"a1 a1 a2 a3" "a4 a5 a6 a7"}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-7--jpNu_>:nth-child(7n+1){grid-area:a1}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-7--jpNu_>:nth-child(7n+2){grid-area:a2}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-7--jpNu_>:nth-child(7n+3){grid-area:a3}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-7--jpNu_>:nth-child(7n+4){grid-area:a4}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-7--jpNu_>:nth-child(7n+5){grid-area:a5}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-7--jpNu_>:nth-child(7n+6){grid-area:a6}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-7--jpNu_>:nth-child(7n+6){grid-area:a7}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-8--d_uex{grid-template-areas:"a1 a2 a3 a4" "a5 a6 a7 a8"}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-8--d_uex>:nth-child(8n+1){grid-area:a1}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-8--d_uex>:nth-child(8n+2){grid-area:a2}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-8--d_uex>:nth-child(8n+3){grid-area:a3}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-8--d_uex>:nth-child(8n+4){grid-area:a4}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-8--d_uex>:nth-child(8n+5){grid-area:a5}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-8--d_uex>:nth-child(8n+6){grid-area:a6}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-8--d_uex>:nth-child(8n+7){grid-area:a7}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__tiles-8--d_uex>:nth-child(8n+8){grid-area:a8}}.mosaicSection-module__mosaicSection--RobIz.mosaicSection-module__editing--ryYxb{width:100%}.mosaicSection-module__mosaicSection--RobIz.dark-theme .mosaicSection-module__tile--bpN4n:focus:after{outline:2px solid #ffffff}@keyframes tileRowSection-module__enterFromTop--TRv5s{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes tileRowSection-module__leaveFromBottom--ufycO{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes tileRowSection-module__leaveFromBottomFooter--trr2F{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes tileRowSection-module__enterFromBottom--_1jIY{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes tileRowSection-module__enterFromBottomFooter--B0YBe{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes tileRowSection-module__smoothEnterFromBottom--obH0p{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes tileRowSection-module__showFromBehind--yLren{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes tileRowSection-module__hideFromFront--GuvUT{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes tileRowSection-module__shineLogo--pX4fg{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes tileRowSection-module__fade-in--Ywa_r{0%{opacity:0}to{opacity:1}}@keyframes tileRowSection-module__fade-out--fYjvD{0%{opacity:1}to{opacity:0}}@keyframes tileRowSection-module__enter-rtl--Wr2Ry{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes tileRowSection-module__leave-rtl--FBArU{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes tileRowSection-module__enter-ltr--CmRDo{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes tileRowSection-module__leave-ltr--fQXUY{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes tileRowSection-module__slide-enter-rtl--fPL9u{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes tileRowSection-module__slide-leave-rtl--hodQC{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes tileRowSection-module__slide-enter-ltr--k5FWB{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes tileRowSection-module__slide-leave-ltr--QjB6j{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes tileRowSection-module__stroke--_DonH{to{stroke-dashoffset:0}}@keyframes tileRowSection-module__marquee-text--ZyjFV{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes tileRowSection-module__fadeInLeft--BL0LR{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes tileRowSection-module__qr-in--lWiND{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes tileRowSection-module__qr-out--Az75T{0%{opacity:1}to{opacity:0}}@keyframes tileRowSection-module__attract-in--BhvzK{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes tileRowSection-module__attract-out--YmAyX{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes tileRowSection-module__pulse-animation--O6Psj{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes tileRowSection-module__pulse-animation-dark--Wv9pW{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes tileRowSection-module__pingPong--BjsE8{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes tileRowSection-module__opacitySvg--Usc1l{0%{opacity:0}to{opacity:1}}@keyframes tileRowSection-module__focusRing--aRu_x{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.tileRowSection-module__tileRowSection--qrr6S{grid-template-columns:1fr;row-gap:32px}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile{display:block;transition:all .2s ease-in-out}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile:focus,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile:focus{outline:2px solid #000000}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile:focus:not(:focus-visible),.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile:focus:not(:focus-visible){outline:none}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[id*=contentContainer],.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[id*=contentContainer]{height:100%;width:100%;position:absolute;top:0;padding:0}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer],.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1.77/1;position:relative;height:auto;border-radius:8px 8px 0 0;overflow:hidden}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame{width:100%;background-color:var(--tileBackgroundColor, #eeeeee);aspect-ratio:1.77/1;position:relative;height:auto;border-radius:8px 8px 0 0;overflow:hidden}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;background-color:var(--tileBackgroundColor, #eeeeee);aspect-ratio:1.77/1;height:auto}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media span,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media span{display:block;height:100%;width:100%}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-video,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-video{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:auto}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-image>img,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-image>video,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-video>img,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-video>video,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-image>img,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-image>video,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-video>img,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-video>video{height:100%;width:auto;max-width:100%;margin:auto;-o-object-fit:cover;object-fit:cover;display:block}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-media,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-media{width:100%}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-media>span,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-media>span{display:block;height:100%;width:100%}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-video,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-video{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:auto}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video{height:100%;width:auto;max-width:100%;margin:auto;-o-object-fit:cover;object-fit:cover;display:block}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer],.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer]{height:auto;display:flex;align-self:flex-start;justify-content:space-between;flex-direction:column;position:static}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>div,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>div{width:100%;max-width:var(--placementWidth, 100%);padding:20px}@media(min-width:2500px){.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>div,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>div{padding:1.3vw}}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame{width:100%;position:relative;height:auto}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-heading-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-heading-text{display:block}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea{font-weight:var(--textWeight, 700);position:static;outline:none;border:none;resize:none;border-radius:3px;padding:0;margin:0;width:100%}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar{width:5px;height:5px}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-sub-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-label-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-legal-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-banner-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-sub-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-label-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-legal-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-banner-text{display:block;margin:0}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea{font-weight:var(--textWeight, 400);outline:none;border:none;resize:none;border-radius:3px;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:3;-webkit-box-orient:vertical}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar{width:5px;height:5px}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-button button,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content>rdx-edition-frame rdx-button button{text-decoration:none;font-weight:400}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text{display:block;margin-bottom:4px}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text>h3,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text>h3{font-weight:var(--textWeight, 700)}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text>textarea{font-weight:var(--textWeight, 700);outline:none;border:none;resize:none;border-radius:3px;padding:0;margin:0;width:100%}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text>textarea::-webkit-scrollbar{width:5px;height:5px}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text{display:block;margin-bottom:20px}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-weight:var(--textWeight, 400)}@container page (min-width: 768px){.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>p,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>p{-webkit-line-clamp:4}}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>textarea{font-weight:var(--textWeight, 400);outline:none;border:none;resize:none;border-radius:3px;padding:0;margin:0;width:100%}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>textarea::-webkit-scrollbar,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>textarea::-webkit-scrollbar{width:5px;height:5px}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (min-width: 768px){.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-sub-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-paragraph-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-label-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-legal-text>textarea,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-text>rdx-banner-text>textarea{-webkit-line-clamp:4}}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-button button,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-button button{text-decoration:none;font-weight:400;font-size:.92vw}@container page (max-width: 1920px){.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-button button,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-button button{font-size:14px}}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-button button svg path,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-button button svg path{transform:translateY(.12vw)}@container page (max-width: 1920px){.tileRowSection-module__tileRowSection--qrr6S>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-button button svg path,.tileRowSection-module__tileRowSection--qrr6S>rdx-edition-frame>[id*=contentContainer]>rdx-tile>div[class*=tileContentContainer] rdx-content rdx-button button svg path{transform:translateY(3px)}}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile{display:flex;flex-direction:column;background-color:#fff;border-radius:8px;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 4px #0000000a;transition:box-shadow .3s ease-in-out;transition:all .2s ease-in-out;overflow:hidden;outline:2px solid transparent}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile[class*=gamepad-focused]{outline:2px solid #000000}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile[class*=gamepad-focused][class*=dark-theme],.tileRowSection-module__tileRowSection--qrr6S>rdx-tile[class*=gamepad-focused]:focus{transform:translateY(-2px);transition:transform .2s ease,outline-color .2s ease;outline:1px solid rgba(61,208,109,.35);outline-color:#3dd06d59;animation:tileRowSection-module__focusRing--aRu_x 1.5s infinite}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile:focus{outline:2px solid #000000}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile:focus:not(:focus-visible){outline:none}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile:hover{box-shadow:0 2px 4px #0000001a}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile:hover rdx-content rdx-button rdx-link-button>div button span,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile:active rdx-content rdx-button rdx-link-button>div button span{-webkit-text-decoration:underline #005fb8;text-decoration:underline #005fb8}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile:hover rdx-content rdx-button rdx-link-button>div button span.dark-theme,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile:active rdx-content rdx-button rdx-link-button>div button span.dark-theme{-webkit-text-decoration:underline var(--_dark_primary-link-color);text-decoration:underline var(--_dark_primary-link-color)}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile:hover rdx-content rdx-button rdx-link-button>div button svg,.tileRowSection-module__tileRowSection--qrr6S>rdx-tile:active rdx-content rdx-button rdx-link-button>div button svg{animation:tileRowSection-module__pingPong--BjsE8 333ms ease-in-out 333ms infinite alternate}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile:active{background-color:#f6f6f6}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile:active rdx-media{filter:brightness(80%)}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile rdx-media{transition:all .2s ease-in-out;filter:brightness(100%)}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile rdx-content rdx-button rdx-link-button>div:focus-within{outline:none;border:none}.tileRowSection-module__tileRowSection--qrr6S>rdx-tile rdx-content rdx-button rdx-link-button>div button span{transition:all .2s ease-in-out;-webkit-text-decoration:underline transparent;text-decoration:underline transparent}.tileRowSection-module__tileRowSection--qrr6S .tileRowSection-module__tile--BGfcB{border-radius:8px;position:relative;height:auto}@container page (min-width: 600px){.tileRowSection-module__tileRowSection--qrr6S{gap:32px}.tileRowSection-module__tileRowSection--qrr6S:not(.tileRowSection-module__oneTile--OMWUh){grid-template:none/repeat(2,1fr)}}@container page (min-width: 992px){.tileRowSection-module__tileRowSection--qrr6S:not(.tileRowSection-module__twoTiles--j4W0T):not(.tileRowSection-module__oneTile--OMWUh){grid-template:none/repeat(3,1fr)}}.tileRowSection-module__tileRowSection--qrr6S.dark-theme>rdx-tile{background-color:var(--_dark_neutral-background-front)}.tileRowSection-module__tileRowSection--qrr6S.dark-theme>rdx-tile:focus:not(:focus-visible){outline:none}.tileRowSection-module__tileRowSection--qrr6S.dark-theme>rdx-edition-frame rdx-tile{background-color:var(--_dark_neutral-background-front)}.gamepad-active .tileRowSection-module__tileRowSection--qrr6S.tileRowSection-module__tileRowSection--qrr6S [class*=link]{--_dark_primary-link-color: #3dd06d !important;--_dark_primary-link-color-hov: #3dd06d !important;--_dark_primary-link-color-press: #3dd06d !important;--_dark_primary-link-color-selected: #3dd06d !important}.gamepad-active .tileRowSection-module__tileRowSection--qrr6S.tileRowSection-module__tileRowSection--qrr6S [class*=link]>button{--_dark_primary-link-color: #3dd06d !important;--_dark_primary-link-color-hov: #3dd06d !important;--_dark_primary-link-color-press: #3dd06d !important;--_dark_primary-link-color-selected: #3dd06d !important;font-weight:900}.gamepad-active .tileRowSection-module__tileRowSection--qrr6S.tileRowSection-module__tileRowSection--qrr6S [class*=link]>button span{--_dark_primary-link-color: #3dd06d !important;--_dark_primary-link-color-hov: #3dd06d !important;--_dark_primary-link-color-press: #3dd06d !important;--_dark_primary-link-color-selected: #3dd06d !important}.gamepad-active .tileRowSection-module__tileRowSection--qrr6S.tileRowSection-module__tileRowSection--qrr6S [class*=link]>button svg path{fill:#3dd06d!important}.fullSizeSection-module__fullSize--pZsBV{width:100vw;height:100vh;overflow:hidden;container-type:normal;container-name:fullSize}.fullSizeSection-module__fullSize--pZsBV>rdx-edition-frame{width:100%;height:100%}.fullSizeSection-module__fullSize--pZsBV>rdx-edition-frame>div{width:100%;height:100%}.fullSizeSection-module__fullSize--pZsBV>rdx-edition-frame rdx-tile{height:100%;width:100%;position:absolute;top:0;left:0;overflow:hidden;border:none;border-radius:0}.fullSizeSection-module__fullSize--pZsBV>rdx-edition-frame rdx-tile>div[class*=tileMediaContainer] rdx-media{position:relative}.fullSizeSection-module__fullSize--pZsBV>rdx-edition-frame rdx-tile>div[class*=tileMediaContainer] rdx-media>rdx-media-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.fullSizeSection-module__fullSize--pZsBV>rdx-edition-frame rdx-tile>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{position:absolute;height:100%;width:100%;bottom:0;overflow:auto;display:block}.fullSizeSection-module__fullSize--pZsBV>rdx-edition-frame rdx-tile>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]::-webkit-scrollbar{width:5px;height:5px}.fullSizeSection-module__fullSize--pZsBV>rdx-edition-frame rdx-tile>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.fullSizeSection-module__fullSize--pZsBV>rdx-edition-frame rdx-tile>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.fullSizeSection-module__fullSize--pZsBV>rdx-edition-frame rdx-tile>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]::-webkit-scrollbar-thumb:hover{background:#0000004d}.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K{height:100%;width:100%;overflow:hidden;border:none;border-radius:0}.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileMediaContainer]>rdx-edition-frame{width:100%;height:100%;display:block}.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileMediaContainer]>rdx-edition-frame[data-component=media]>div[id*=contentContainer]{height:100%}.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media{position:relative}.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileMediaContainer]>rdx-edition-frame rdx-media>rdx-media-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileMediaContainer] rdx-media{position:relative}.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileMediaContainer] rdx-media>rdx-media-image{width:100%;height:100%}.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileMediaContainer] rdx-media>rdx-media-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileContentContainer]>rdx-edition-frame{width:100%;height:100%;display:block;overflow-y:auto}.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileContentContainer]>rdx-edition-frame>div[id*=contentContainer]{width:100%;height:100%;display:block}.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileContentContainer]>rdx-edition-frame>div[id*=contentContainer] rdx-content>div[class*=contentWrapper]{position:relative;width:100%;top:0;overflow:auto;border:0;resize:none;height:100%}.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{position:absolute;height:100%;width:100%;bottom:0;overflow:hidden;justify-content:center}.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-edition-frame>div[id*=contentContainer]{width:100%;height:100%}@container page (min-width: 1920px){.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{height:100%}}@media(orientation:portrait){.fullSizeSection-module__fullSize--pZsBV>.fullSizeSection-module__tile--I1f1K>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{justify-content:flex-end}}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j{width:100%;height:100%}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j rdx-edition-frame[data-component=hotspot-container]{height:100%;display:block}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j rdx-edition-frame[data-component=hotspot-footer]{overflow-y:auto}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j rdx-edition-frame[data-component=hotspot-footer]::-webkit-scrollbar{width:5px;height:5px}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j rdx-edition-frame[data-component=hotspot-footer]::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j rdx-edition-frame[data-component=hotspot-footer]::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j rdx-edition-frame[data-component=hotspot-footer]::-webkit-scrollbar-thumb:hover{background:#0000004d}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j rdx-hotspot-footer[class*=transitioning]{height:auto}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j>.fullSizeSection-module__tile--I1f1K>div[class*=tileContentContainer]>rdx-edition-frame rdx-content>div[class*=contentWrapper]{position:relative}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j>.fullSizeSection-module__tile--I1f1K>div[class*=tileContentContainer] rdx-content>div[class*=contentWrapper]{overflow-y:auto;top:0;height:100%;display:block}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j>.fullSizeSection-module__tile--I1f1K>div[class*=tileContentContainer] rdx-content>div[class*=contentWrapper]::-webkit-scrollbar{width:5px;height:5px}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j>.fullSizeSection-module__tile--I1f1K>div[class*=tileContentContainer] rdx-content>div[class*=contentWrapper]::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j>.fullSizeSection-module__tile--I1f1K>div[class*=tileContentContainer] rdx-content>div[class*=contentWrapper]::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.fullSizeSection-module__fullSize--pZsBV.fullSizeSection-module__editing--EMU8j>.fullSizeSection-module__tile--I1f1K>div[class*=tileContentContainer] rdx-content>div[class*=contentWrapper]::-webkit-scrollbar-thumb:hover{background:#0000004d}.fullSizeSection-module__fullSize--pZsBV.dark-theme rdx-tile{background-color:var(--_dark_neutral-background)}.fullSizeSection-module__fullSize--pZsBV.dark-theme rdx-tile>div[class*=tileMediaContainer]{background-color:var(--_dark_neutral-background)}.heroSection-module__heroInterstitialSection--vPiOs{position:relative;border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 4px #0000000a;transition:box-shadow .3s ease-in-out;width:100%;aspect-ratio:var(--aspectRatio, 16/4)}@container page (max-width: 992px){.heroSection-module__heroInterstitialSection--vPiOs{aspect-ratio:4/3.2}}.heroSection-module__heroInterstitialSection--vPiOs:hover{box-shadow:0 2px 4px #0000001a}.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM{position:absolute;inset:0}.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM:hover>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM:hover>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM:hover>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM:hover>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video{transform:scale(1.1)}.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM:hover>div[class*=tileMediaContainer]>rdx-media[class*=mediaTint]:before{background-color:var(--hoverEffectColor, var(--tintColor))}.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM:hover>div[class*=tileMediaContainer]>rdx-edition-frame>div[id*=contentContainer]>rdx-media[class*=mediaTint]:before{background-color:var(--hoverEffectColor, var(--tintColor))}.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1);transition:transform .7s}.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-media:after{content:"";position:absolute;top:0;left:0;background:linear-gradient(90deg,#0003,#0000 52.84%);width:100%;height:100%}.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-edition-frame{width:100%;height:100%;display:block}.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-edition-frame>div{width:100%;height:100%;padding:0}.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-image>img,.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-image>video,.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-video>img,.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media>rdx-media-video>video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-edition-frame>div>rdx-media:after{content:"";position:absolute;top:0;left:0;background:linear-gradient(90deg,#0003,#0000 52.84%);width:100%;height:100%}.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div{width:100%;height:100%}.heroSection-module__heroInterstitialSection--vPiOs>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer] rdx-edition-frame{display:block;width:100%;height:100%}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame{width:100%;height:100%;display:block}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div{width:100%;height:100%}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM{position:absolute;inset:0}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>img,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-media>rdx-media-image>video,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>img,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-media>rdx-media-video>video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]>rdx-media:after{content:"";position:absolute;top:0;left:0;background:linear-gradient(90deg,#0003,#0000 52.84%);width:100%;height:100%}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content{width:100%;height:100%}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]{width:100%;max-width:var(--placementWidth, 45%);padding:35px;z-index:1}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-media{margin-bottom:16px}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-media>rdx-media-image>img{width:130px;-o-object-fit:contain;object-fit:contain}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text{display:block;margin-bottom:12px}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-heading-text h3{font-weight:var(--textWeight, 600)}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text{font-weight:400}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text{font-weight:400}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-sub-text>textarea,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-paragraph-text>textarea,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-label-text>textarea,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>textarea,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-banner-text>textarea{font-weight:400;width:100%;height:24px;outline:none;border:none;resize:none;padding:0;margin:0}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text{font-weight:400;color:#000c}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper] rdx-text>rdx-legal-text>sup{margin-right:3px}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button{margin-top:16px}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-within,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-visible{outline:2px solid #1b1b1b;background:#fff}.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus>button,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-within>button,.heroSection-module__heroInterstitialSection--vPiOs>rdx-edition-frame>div>.heroSection-module__tile--EU8CM>div[class*=tileContentContainer]>rdx-content>div[class*=contentWrapper]>rdx-button>rdx-sub-button>div:focus-visible>button{outline:none}.heroSection-module__noMedia--yiXJ3,.heroSection-module__noDarkMedia--RuoVI{border:none;box-shadow:none}.heroSection-module__noMedia--yiXJ3>.heroSection-module__tile--EU8CM,.heroSection-module__noDarkMedia--RuoVI>.heroSection-module__tile--EU8CM{border:none;background-color:transparent}.heroSection-module__noMedia--yiXJ3>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer],.heroSection-module__noDarkMedia--RuoVI>.heroSection-module__tile--EU8CM>div[class*=tileMediaContainer]{background-color:transparent}.heroSection-module__noMedia--yiXJ3:hover,.heroSection-module__noDarkMedia--RuoVI:hover{box-shadow:none}@keyframes slideColorChooser-module__enterFromTop--Awmww{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes slideColorChooser-module__leaveFromBottom--ymdpg{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes slideColorChooser-module__leaveFromBottomFooter--UXQAJ{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes slideColorChooser-module__enterFromBottom--EOPxj{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideColorChooser-module__enterFromBottomFooter--At5t4{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideColorChooser-module__smoothEnterFromBottom--ehRn_{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes slideColorChooser-module__showFromBehind--T5M1h{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes slideColorChooser-module__hideFromFront--ordI7{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes slideColorChooser-module__shineLogo--n43M6{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes slideColorChooser-module__fade-in--QCRrP{0%{opacity:0}to{opacity:1}}@keyframes slideColorChooser-module__fade-out--doNNl{0%{opacity:1}to{opacity:0}}@keyframes slideColorChooser-module__enter-rtl--b6sS7{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideColorChooser-module__leave-rtl--DBttp{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slideColorChooser-module__enter-ltr--dRMZX{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideColorChooser-module__leave-ltr--CZHx0{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes slideColorChooser-module__slide-enter-rtl--EthI3{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes slideColorChooser-module__slide-leave-rtl--J4bl_{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes slideColorChooser-module__slide-enter-ltr--TSdl3{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes slideColorChooser-module__slide-leave-ltr--OYWmV{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes slideColorChooser-module__stroke--VT09Q{to{stroke-dashoffset:0}}@keyframes slideColorChooser-module__marquee-text--B7Ptn{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes slideColorChooser-module__fadeInLeft--QdyHg{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideColorChooser-module__qr-in--U8Esx{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes slideColorChooser-module__qr-out--xs3lW{0%{opacity:1}to{opacity:0}}@keyframes slideColorChooser-module__attract-in--xoACE{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes slideColorChooser-module__attract-out--T2skJ{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes slideColorChooser-module__pulse-animation--CPtlB{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes slideColorChooser-module__pulse-animation-dark--Wfj3y{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes slideColorChooser-module__pingPong--LgKS8{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes slideColorChooser-module__opacitySvg--FWcDp{0%{opacity:0}to{opacity:1}}@keyframes slideColorChooser-module__focusRing--zAfIJ{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.slideColorChooser-module__slideWrapper--x5vvF{transform:translate(0);height:100%;padding:0 10vw;width:100%;margin:auto;max-width:2080px;display:flex;flex-direction:row;justify-content:center;align-items:center;-moz-column-gap:4vw;column-gap:4vw}.slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz{position:relative}.slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz>.slideColorChooser-module__mediaContainer--zo2Gf{display:flex;justify-content:center;align-items:center}.slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz>.slideColorChooser-module__mediaContainer--zo2Gf>rdx-media{width:auto}.slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz>.slideColorChooser-module__mediaContainer--zo2Gf>rdx-media.revealYFlipEnter{animation:slideColorChooser-module__revealYFlipEnterAnimation--PYr_g ease-out .3s forwards}.slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz>.slideColorChooser-module__mediaContainer--zo2Gf>rdx-media.revealYFlipLeave{animation:slideColorChooser-module__revealYFlipLeaveAnimation--wBksw ease-in .3s forwards}@keyframes slideColorChooser-module__revealYFlipEnterAnimation--PYr_g{0%{opacity:.6}to{opacity:1}}@keyframes slideColorChooser-module__revealYFlipLeaveAnimation--wBksw{0%{opacity:1}to{opacity:.6}}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP{max-width:50%;margin-left:auto;margin-right:0}.slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz{width:100%}@container page (max-width: 992px){.slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz{max-width:100%;margin-top:65px}}@container page (max-width: 768px){.slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz{margin-top:75px}}@media(min-width:720px)and (max-width:2256px)and (orientation:portrait){.slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz{max-width:100%}}@media(orientation:portrait){.slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz{max-width:100%}}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP{width:100%;display:flex;flex-direction:column;gap:30px}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP{max-width:100%}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-color-chooser{padding:0 16px}}@container page (max-width: 992px){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP{max-width:100%;gap:0}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-color-chooser{padding:0 16px}}@media(orientation:portrait){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP{max-width:100%}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-color-chooser{padding:0 16px}}.slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz rdx-media rdx-media-image img{pointer-events:none}.slideColorChooser-module__slideWrapper--x5vvF rdx-edition-frame[data-component=media]{max-width:100%;width:100%;display:block}.slideColorChooser-module__slideWrapper--x5vvF>rdx-edition-frame rdx-media,.slideColorChooser-module__slideWrapper--x5vvF>rdx-edition-frame .slideColorChooser-module__contentWrapper--EA9rP{max-width:100%;width:100%;height:100%;display:block}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slideColorChooser-module__slideWrapper--x5vvF>rdx-edition-frame rdx-media,.slideColorChooser-module__slideWrapper--x5vvF>rdx-edition-frame .slideColorChooser-module__contentWrapper--EA9rP{max-width:100%}}@container page (max-width: 992px){.slideColorChooser-module__slideWrapper--x5vvF>rdx-edition-frame rdx-media,.slideColorChooser-module__slideWrapper--x5vvF>rdx-edition-frame .slideColorChooser-module__contentWrapper--EA9rP{max-width:100%}}@media(orientation:portrait){.slideColorChooser-module__slideWrapper--x5vvF>rdx-edition-frame rdx-media,.slideColorChooser-module__slideWrapper--x5vvF>rdx-edition-frame .slideColorChooser-module__contentWrapper--EA9rP{max-width:100%}}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW{max-width:100%;width:100%;display:flex;justify-content:center;flex-direction:column}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__preHeader--NkwMu,.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__header--rtUvY{font-weight:var(--textWeight, 600)}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__preHeader--NkwMu{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__preHeader--NkwMu>rdx-sub-text>textarea{font-weight:var(--textWeight, 600)}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__header--rtUvY{padding-top:10px;overflow:auto;overflow-x:hidden;display:block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}@media(orientation:portrait)and (max-width:992px){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__header--rtUvY{-webkit-line-clamp:3}}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__header--rtUvY>rdx-heading-text>textarea{font-weight:var(--textWeight, 600);padding-top:10px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__header--rtUvY>rdx-heading-text>h3{font-weight:var(--textWeight, 600)}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB{margin-top:8px;padding:0 3px 3px;font-weight:var(--textWeight, 400);max-height:200px;overflow-y:auto;overflow-x:hidden;touch-action:auto;font-size:.92vw;line-height:1.3vw}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB::-webkit-scrollbar{width:5px;height:5px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 992px){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB{max-height:120px}}@container page (max-width: 768px){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB{max-height:65px}}@container page (max-width: 1920px){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB{font-size:14px;line-height:20px}}@container page (min-width: 2800px){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB{max-height:300px}}@container page (min-width: 3600px){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB{max-height:400px}}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW textarea{outline:none;border:none;resize:none;padding:0;margin:0;width:100%}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW textarea::-webkit-scrollbar{width:5px;height:5px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea{font-weight:var(--textWeight, 600)}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea{font-weight:var(--textWeight, 600);padding-top:10px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea,.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea{outline:none;border:none;resize:none;padding:0;margin:0;width:100%}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar,.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar{width:5px;height:5px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-track,.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb,.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover,.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW{padding:32px 16px}}@container page (max-width: 992px){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW{padding:32px 16px}}@media(orientation:portrait){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW{padding:32px 16px}}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer]{height:100%}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer] .slideColorChooser-module__content--Cm4gW{max-width:380px;width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer] .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__preHeader--NkwMu,.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer] .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__header--rtUvY{font-weight:var(--textWeight, 600)}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer] .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__header--rtUvY{padding-top:10px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer] .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB{margin-top:8px;padding:0 3px 3px;font-weight:var(--textWeight, 400);max-height:200px;overflow-y:auto}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer] .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB::-webkit-scrollbar{width:5px;height:5px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer] .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer] .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer] .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 992px){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer] .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB{max-height:120px}}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer] .slideColorChooser-module__content--Cm4gW{max-width:100%;padding:32px 0}}@container page (max-width: 992px){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer] .slideColorChooser-module__content--Cm4gW{max-width:100%;padding:32px 16px}}@media(orientation:portrait){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP>rdx-edition-frame>div[id*=contentContainer] .slideColorChooser-module__content--Cm4gW{max-width:100%;padding:32px 16px}}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__mediaContainerBackground--rCcaz rdx-media{position:relative}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__mediaContainerBackground--rCcaz rdx-media>rdx-media-image{display:flex;border-radius:8px;overflow:hidden}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__mediaContainerBackground--rCcaz rdx-media>rdx-media-image>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@container page (max-width: 992px){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__mediaContainerBackground--rCcaz rdx-media>rdx-media-image>img{width:auto;height:280px;margin:auto;border-radius:8px}}.slideColorChooser-module__slideWrapper--x5vvF>rdx-edition-frame rdx-media{position:relative}.slideColorChooser-module__slideWrapper--x5vvF>rdx-edition-frame rdx-media>rdx-media-image{display:flex;border-radius:8px;overflow:hidden}.slideColorChooser-module__slideWrapper--x5vvF>rdx-edition-frame rdx-media>rdx-media-image>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__superscript--kMpAG{position:relative;color:#005fb8;vertical-align:super;font-size:10px;font-weight:600;text-decoration:underline;cursor:pointer;border:0;background-color:transparent}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__superscript--kMpAG:before{content:"";position:absolute;inset:-2px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__superscript--kMpAG:focus,.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__superscript--kMpAG:focus-visible{outline:none}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__superscript--kMpAG:focus:before,.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__superscript--kMpAG:focus-visible:before{content:"";position:absolute;inset:2px -1px -1px;outline:2px solid #000000;border-radius:3px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__superscript--kMpAG:focus:not(:focus-visible):before,.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__superscript--kMpAG:focus-visible:not(:focus-visible):before{content:none}@container page (min-width: 1920px){.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__superscript--kMpAG{font-size:.7vw}}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p{display:none;flex-direction:column;position:fixed;top:calc(var(--superscript-y) - var(--slideHeight) - var(--height) - var(--superscript-height) - 15px);left:calc(var(--superscript-x, 0px) - var(--width, 0px) / 2);transform:translate(50%);border:1px solid rgba(117,117,117,.4);border-radius:7px;z-index:1;background:#fff;width:320px;padding:10px 10px 20px;animation:slideColorChooser-module__smoothEnterFromBottom--ehRn_ ease-in-out forwards;animation-duration:.25s}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p .slideColorChooser-module__navigationTooltip--f90JG,.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p .slideColorChooser-module__disclaimerBody--ZBMiP{width:100%;font-weight:400;font-size:12px;line-height:16px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p .slideColorChooser-module__navigationTooltip--f90JG{margin-top:21px;display:flex;justify-content:space-between;align-items:center}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p .slideColorChooser-module__navigationTooltip--f90JG .slideColorChooser-module__navigationArrow--PEZ0x{display:flex;justify-content:center;align-items:center;cursor:pointer;background:none;border:none;width:20px;height:20px}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p .slideColorChooser-module__navigationTooltip--f90JG .slideColorChooser-module__navigationArrow--PEZ0x.slideColorChooser-module__left--nOhap{transform:rotate(180deg)}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p.slideColorChooser-module__show--BHsgy{display:flex}.slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p:after{content:"";display:inline-block;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #ffffff;position:absolute;bottom:-14px;left:calc(50% - 12px);filter:drop-shadow(0 1px 0 rgb(180,180,180))}@container page (max-width: 992px){.slideColorChooser-module__slideWrapper--x5vvF{flex-direction:column}}@media(orientation:portrait){.slideColorChooser-module__slideWrapper--x5vvF{flex-direction:column}}@container page (min-width: 2800px){.slideColorChooser-module__slideWrapper--x5vvF{max-width:2700px}}@container page (min-width: 3600px){.slideColorChooser-module__slideWrapper--x5vvF{max-width:3150px}}.slideColorChooser-module__slideWrapper--x5vvF.dark-theme .slideColorChooser-module__superscript--kMpAG{color:var(--_dark_primary-link-color)}.slideColorChooser-module__slideWrapper--x5vvF.dark-theme .slideColorChooser-module__superscript--kMpAG:focus,.slideColorChooser-module__slideWrapper--x5vvF.dark-theme .slideColorChooser-module__superscript--kMpAG:focus-visible{outline:none}.slideColorChooser-module__slideWrapper--x5vvF.dark-theme .slideColorChooser-module__superscript--kMpAG:focus:before,.slideColorChooser-module__slideWrapper--x5vvF.dark-theme .slideColorChooser-module__superscript--kMpAG:focus-visible:before{content:"";position:absolute;inset:2px -1px -1px;outline:2px solid var(--_dark_neutral-focus);border-radius:3px}.slideColorChooser-module__slideWrapper--x5vvF.dark-theme .slideColorChooser-module__superscript--kMpAG:focus:not(:focus-visible):before,.slideColorChooser-module__slideWrapper--x5vvF.dark-theme .slideColorChooser-module__superscript--kMpAG:focus-visible:not(:focus-visible):before{content:none}.slideColorChooser-module__editing--ubh3V{width:100%;height:100%;display:block}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]{position:relative;width:100%;height:100%;transition:transform .6s;display:flex;flex-direction:row;justify-content:center;align-items:center;overflow:hidden}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]::-webkit-scrollbar{width:5px;height:5px}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]::-webkit-scrollbar-thumb:hover{background:#0000004d}@media(max-width:1920px){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]{overflow:auto;padding-top:75px}}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide{position:absolute;width:100%}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF{transform:translate(0);height:58%;padding:0 10vw;display:flex;flex-direction:row;justify-content:center;align-items:center;-moz-column-gap:4vw;column-gap:4vw}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz{max-width:65%}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz rdx-media{max-width:100%}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP{max-width:35%}@container page (max-width: 992px){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz{margin-top:0}}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz rdx-media{width:100%;height:100%}@media(min-width:720px)and (max-width:2256px)and (orientation:portrait){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz rdx-media{max-width:100%}}@media(orientation:portrait){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz rdx-media{max-width:100%}}@media(max-width:992px){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz rdx-media{max-width:100%}}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP{width:100%;height:100%}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP{max-width:100%}}@container page (max-width: 992px){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP{max-width:100%}}@media(orientation:portrait){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP{max-width:100%}}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW{max-width:100%;width:100%;display:flex;justify-content:center;flex-direction:column}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__preHeader--NkwMu,.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__header--rtUvY{font-weight:var(--textWeight, 600)}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB{margin-top:8px;padding:0 3px 3px;font-weight:var(--textWeight, 400);max-height:200px;overflow-y:auto;font-size:.92vw;line-height:1.3vw}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB::-webkit-scrollbar{width:5px;height:5px}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 992px){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB{height:40px}}@container page (max-width: 992px){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB{max-height:40px}}@container page (max-width: 1920px){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW .slideColorChooser-module__paragraph--qndgB{font-size:14px;line-height:20px}}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW{max-width:100%;padding:32px 16px}}@container page (max-width: 992px){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW{max-width:100%;padding:32px 16px}}@media(orientation:portrait){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__contentWrapper--EA9rP .slideColorChooser-module__content--Cm4gW{max-width:100%;padding:32px 16px}}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz rdx-media{position:relative}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz rdx-media>rdx-media-image{display:flex;border-radius:8px;overflow:hidden}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz rdx-media>rdx-media-image>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__superscript--kMpAG{position:relative;color:#005fb8;vertical-align:super;font-size:10px;font-weight:600;text-decoration:underline;cursor:pointer}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p{display:none;flex-direction:column;position:fixed;top:calc(var(--superscript-y) - var(--slideHeight) - var(--height) - var(--superscript-height) - 15px);left:calc(var(--superscript-x, 0px) - var(--width, 0px) / 2);transform:translate(50%);border:1px solid rgba(117,117,117,.4);border-radius:7px;z-index:1;background:#fff;width:320px;padding:10px 10px 20px;animation:slideColorChooser-module__smoothEnterFromBottom--ehRn_ ease-in-out forwards;animation-duration:.25s}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p .slideColorChooser-module__navigationTooltip--f90JG,.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p .slideColorChooser-module__disclaimerBody--ZBMiP{width:100%;font-weight:400;font-size:12px;line-height:16px}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p .slideColorChooser-module__navigationTooltip--f90JG{margin-top:21px;display:flex;justify-content:space-between;align-items:center}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p .slideColorChooser-module__navigationTooltip--f90JG .slideColorChooser-module__navigationArrow--PEZ0x{display:flex;justify-content:center;align-items:center;cursor:pointer;background:none;border:none;width:20px;height:20px}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p .slideColorChooser-module__navigationTooltip--f90JG .slideColorChooser-module__navigationArrow--PEZ0x.slideColorChooser-module__left--nOhap{transform:rotate(180deg)}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p.slideColorChooser-module__show--BHsgy{display:flex}.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF .slideColorChooser-module__tooltipContainer--plE9p:after{content:"";display:inline-block;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #ffffff;position:absolute;bottom:-14px;left:calc(50% - 12px);filter:drop-shadow(0 1px 0 rgb(180,180,180))}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF{flex-direction:column}}@container page (max-width: 992px){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF{flex-direction:column}}@media(orientation:portrait){.slideColorChooser-module__editing--ubh3V>div[id*=contentContainer]>rdx-slide .slideColorChooser-module__slideWrapper--x5vvF{flex-direction:column}}.slideColorChooser-module__noMedia--zZkAB .slideColorChooser-module__slideWrapper--x5vvF>.slideColorChooser-module__mediaContainerBackground--rCcaz{display:none}.colorChooser-module__colorChooserWrapper--UCqWY{display:flex;flex-direction:column;gap:24px;color:var(--fontColor);transform-origin:top left;touch-action:auto}.colorChooser-module__colorChooserWrapper--UCqWY::-webkit-scrollbar{width:5px;height:5px}.colorChooser-module__colorChooserWrapper--UCqWY::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.colorChooser-module__colorChooserWrapper--UCqWY::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.colorChooser-module__colorChooserWrapper--UCqWY::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 992px){.colorChooser-module__colorChooserWrapper--UCqWY{overflow-y:auto;max-height:calc(24px + 20vh)}}.colorChooser-module__colorChooserWrapper--UCqWY.dark-theme{color:var(--_dark_font-color)}.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda{display:flex;flex-direction:inherit;gap:12px}.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceSegmentedControls--bqmeS,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessorySegmentedControls--Y7Qqb,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceSegmentedControls--bqmeS,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessorySegmentedControls--Y7Qqb{display:flex;overflow:hidden;overflow-x:auto;touch-action:auto;position:relative;height:42px;padding:2px}.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceSegmentedControls--bqmeS::-webkit-scrollbar,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessorySegmentedControls--Y7Qqb::-webkit-scrollbar,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceSegmentedControls--bqmeS::-webkit-scrollbar,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessorySegmentedControls--Y7Qqb::-webkit-scrollbar{width:5px;height:5px}.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceSegmentedControls--bqmeS::-webkit-scrollbar-track,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessorySegmentedControls--Y7Qqb::-webkit-scrollbar-track,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceSegmentedControls--bqmeS::-webkit-scrollbar-track,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessorySegmentedControls--Y7Qqb::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceSegmentedControls--bqmeS::-webkit-scrollbar-thumb,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessorySegmentedControls--Y7Qqb::-webkit-scrollbar-thumb,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceSegmentedControls--bqmeS::-webkit-scrollbar-thumb,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessorySegmentedControls--Y7Qqb::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceSegmentedControls--bqmeS::-webkit-scrollbar-thumb:hover,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessorySegmentedControls--Y7Qqb::-webkit-scrollbar-thumb:hover,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceSegmentedControls--bqmeS::-webkit-scrollbar-thumb:hover,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessorySegmentedControls--Y7Qqb::-webkit-scrollbar-thumb:hover{background:#0000004d}.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceDescription--EjzJ6,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryDescription--Ps3xZ,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceDescription--EjzJ6,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryDescription--Ps3xZ{display:flex;font-size:14px;font-weight:600;max-width:100%}.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI>rdx-segmented-controls,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda>rdx-segmented-controls{display:flex;width:200px}.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceColors--VpHbF,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryColors--HtQ8p,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceColors--VpHbF,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryColors--HtQ8p{display:inline-flex;gap:4px;flex-direction:inherit;overflow:hidden;height:64px}.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceColors--VpHbF .colorChooser-module__deviceName--j1Vqs,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceColors--VpHbF .colorChooser-module__accessoryName--pdlDu,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__deviceName--j1Vqs,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__accessoryName--pdlDu,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceColors--VpHbF .colorChooser-module__deviceName--j1Vqs,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceColors--VpHbF .colorChooser-module__accessoryName--pdlDu,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__deviceName--j1Vqs,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__accessoryName--pdlDu{white-space:nowrap}.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceColors--VpHbF .colorChooser-module__deviceSwatchControls--BlmTF,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceColors--VpHbF .colorChooser-module__accessorySwatchControls--zbQ_I,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__deviceSwatchControls--BlmTF,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__accessorySwatchControls--zbQ_I,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceColors--VpHbF .colorChooser-module__deviceSwatchControls--BlmTF,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceColors--VpHbF .colorChooser-module__accessorySwatchControls--zbQ_I,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__deviceSwatchControls--BlmTF,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__accessorySwatchControls--zbQ_I{display:flex}.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceColors--VpHbF .colorChooser-module__deviceColorName--FTn3M,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceColors--VpHbF .colorChooser-module__accessoryColorName--xtRNj,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceColors--VpHbF .colorChooser-module__deviceMaterialType--aoGPP,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceColors--VpHbF .colorChooser-module__accessoryMaterialType--g1q_0,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__deviceColorName--FTn3M,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__accessoryColorName--xtRNj,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__deviceMaterialType--aoGPP,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__accessoryMaterialType--g1q_0,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceColors--VpHbF .colorChooser-module__deviceColorName--FTn3M,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceColors--VpHbF .colorChooser-module__accessoryColorName--xtRNj,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceColors--VpHbF .colorChooser-module__deviceMaterialType--aoGPP,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceColors--VpHbF .colorChooser-module__accessoryMaterialType--g1q_0,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__deviceColorName--FTn3M,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__accessoryColorName--xtRNj,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__deviceMaterialType--aoGPP,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__accessoryMaterialType--g1q_0{text-transform:capitalize;font-weight:400;-webkit-font-smoothing:antialiased;padding-left:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceColors--VpHbF .colorChooser-module__deviceColorName--FTn3M.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceColors--VpHbF .colorChooser-module__accessoryColorName--xtRNj.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceColors--VpHbF .colorChooser-module__deviceMaterialType--aoGPP.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__deviceColors--VpHbF .colorChooser-module__accessoryMaterialType--g1q_0.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__deviceColorName--FTn3M.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__accessoryColorName--xtRNj.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__deviceMaterialType--aoGPP.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__deviceContent--ko_LI .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__accessoryMaterialType--g1q_0.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceColors--VpHbF .colorChooser-module__deviceColorName--FTn3M.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceColors--VpHbF .colorChooser-module__accessoryColorName--xtRNj.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceColors--VpHbF .colorChooser-module__deviceMaterialType--aoGPP.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__deviceColors--VpHbF .colorChooser-module__accessoryMaterialType--g1q_0.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__deviceColorName--FTn3M.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__accessoryColorName--xtRNj.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__deviceMaterialType--aoGPP.dark-theme,.colorChooser-module__colorChooserWrapper--UCqWY .colorChooser-module__accessoryContent--p0Mda .colorChooser-module__accessoryColors--HtQ8p .colorChooser-module__accessoryMaterialType--g1q_0.dark-theme{font-weight:200}@container page (max-width: 1920px){.colorChooser-module__colorChooserWrapper--UCqWY{transform:scale(1)!important}}@container page (min-width: 1920px){.colorChooser-module__colorChooserWrapper--UCqWY{transform:scale(1.5)}}@container page (min-width: 2500px){.colorChooser-module__colorChooserWrapper--UCqWY{transform:scale(1.75)}}@container page (min-width: 2800px){.colorChooser-module__colorChooserWrapper--UCqWY{transform:scale(2)}}@container page (min-width: 3600px){.colorChooser-module__colorChooserWrapper--UCqWY{transform:scale(2.5)}}.swatchControls-module__swatch--SSppJ{display:flex;border:none}@charset "UTF-8";.swatchButton-module__wrapper--VBjN3{display:flex;justify-content:center;align-items:center;width:40px;height:40px;position:relative}.swatchButton-module__wrapper--VBjN3 svg{position:absolute;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.swatchButton-module__wrapper--VBjN3 .swatchButton-module__colorOption--j_31D{width:26px;height:26px;box-sizing:border-box;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--inner-border-color);border-radius:50%;background-color:var(--background-color);transition:opacity .2s ease-in-out,transform .2s ease-in-out;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.swatchButton-module__wrapper--VBjN3 .swatchButton-module__colorOption--j_31D:after{content:">\a0";position:absolute;display:block;box-sizing:border-box;inset:-2px;border-radius:50%;border:1px solid transparent;background:var(--gradient-border-color) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.swatchButton-module__wrapper--VBjN3 .swatchButton-module__colorOption--j_31D+svg path{fill:var(--svg-fill-color)}.swatchButton-module__wrapper--VBjN3[aria-checked=true] .swatchButton-module__colorOption--j_31D{cursor:default;pointer-events:none;outline-offset:1px;outline:2px solid var(--outline-color)}.swatchButton-module__wrapper--VBjN3[aria-checked=true] svg{opacity:1}.swatchButton-module__wrapper--VBjN3[aria-checked=false]:not([disabled=true]):hover .swatchButton-module__colorOption--j_31D{opacity:.9;transform:scale(1.1428571429)}.swatchButton-module__wrapper--VBjN3[aria-checked=false]:not([disabled=true]):active .swatchButton-module__colorOption--j_31D{opacity:.8}.swatchButton-module__wrapper--VBjN3[disabled=true] .swatchButton-module__colorOption--j_31D{background-color:#f9f9f94d;border-color:#f9f9f94d;cursor:default!important}.swatchButton-module__wrapper--VBjN3:focus-visible{outline:none}.swatchButton-module__wrapper--VBjN3:focus-visible .swatchButton-module__colorOption--j_31D{outline-offset:2px;outline:2px solid var(--outline-color)}.segmentedButton-module__tab--YXhzZ{--tab-text-color: rgba(0, 0, 0, .8956);--tab-text-color-hover: rgba(0, 0, 0, .8956);--tab-text-color-active: rgba(0, 0, 0, .8956);--tab-background-color: transparent;--tab-background-color-hover: rgba(0, 0, 0, .0373);--tab-background-color-active: rgba(0, 0, 0, .0241);--tab-outline-color-focus: #000;display:flex;justify-content:center;align-items:center;position:relative;height:32px;padding:0 8px;border-radius:3px;border:none;cursor:pointer;background-color:var(--tab-background-color)}.segmentedButton-module__tab--YXhzZ label{transition:color .3s ease-out;color:var(--tab-text-color);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.segmentedButton-module__tab--YXhzZ input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}.segmentedButton-module__tab--YXhzZ :after{position:absolute;background-color:var(--tab-background-color);content:"";width:calc(100% - 4px);height:calc(100% - 4px);left:2px;top:2px;border-radius:3px;transition:background-color .3s ease-out;z-index:-1}@media(hover:hover){.segmentedButton-module__tab--YXhzZ:hover:not([disabled]):not(:focus) label{color:var(--tab-text-color-hover)}.segmentedButton-module__tab--YXhzZ:hover:not([disabled]):not(:focus) :after{background-color:var(--tab-background-color-hover)}}.segmentedButton-module__tab--YXhzZ:active:not([disabled]) label{color:var(--tab-text-color-active)}.segmentedButton-module__tab--YXhzZ:active:not([disabled]) :after{background-color:var(--tab-background-color);width:calc(100% - 6px);height:calc(100% - 6px);left:3px;top:3px}.segmentedButton-module__tab--YXhzZ:focus-visible{outline:solid 2px var(--tab-outline-color-focus)}.segmentedButton-module__tab--YXhzZ[disabled=true]{opacity:.4;cursor:default}.segmentedButton-module__tab--YXhzZ[aria-selected=true]{cursor:default;pointer-events:none}.segmentedButton-module__tab--YXhzZ.dark-theme{--tab-text-color: rgba(255, 255, 255, 1);--tab-text-color-hover: rgba(255, 255, 255, 1);--tab-text-color-active: rgba(255, 255, 255, 1);--tab-background-color: transparent;--tab-background-color-hover: rgba(255, 255, 255, .0605);--tab-background-color-active: rgba(255, 255, 255, .0419);--tab-outline-color-focus: #fff}.segmentedControls-module__segmented--dSsko{--base-background-color: rgba(0, 0, 0, .0241);--base-border-color: rgba(0, 0, 0, .0578);width:-moz-max-content;width:max-content;position:relative;border-radius:3px;border:none;box-shadow:0 0 0 1px var(--base-border-color);background-color:var(--base-background-color);height:32px;z-index:100;box-sizing:border-box;display:grid;grid-auto-columns:minmax(130px,1fr);grid-auto-flow:column}.segmentedControls-module__segmented--dSsko>rdx-segmented-button{max-width:200px}.segmentedControls-module__segmented--dSsko.dark-theme{--base-background-color: rgba(0, 0, 0, .1);--base-border-color: rgba(255, 255, 255, .0698)}.segmentedIndicator-module__indicator--xIjh1{--indicator-background-color: rgba(255, 255, 255, 1);--indicator-border-color: rgba(0, 0, 0, .0578);--indicator-line-color: rgba(0, 95, 184, 1);position:absolute;display:block;width:130px;height:34px;border:1px solid var(--indicator-border-color);border-radius:3px;transition:.2s ease-out;background-color:var(--indicator-background-color);z-index:100;margin-top:-1px}.segmentedIndicator-module__indicator--xIjh1:after{position:absolute;background-color:var(--indicator-line-color);content:"";height:3px;width:16px;bottom:0;border-radius:3px;left:calc(50% - 8px)}.segmentedIndicator-module__indicator--xIjh1.dark-theme{--indicator-background-color: rgba(255, 255, 255, .1);--indicator-border-color: rgba(255, 255, 255, .093);--indicator-line-color: rgba(96, 205, 255, 1)}@keyframes disclaimerTooltip-module__enterFromTop--_f1kk{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes disclaimerTooltip-module__leaveFromBottom--mlu8d{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes disclaimerTooltip-module__leaveFromBottomFooter--uIKCt{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes disclaimerTooltip-module__enterFromBottom--EJati{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes disclaimerTooltip-module__enterFromBottomFooter--YAO3l{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes disclaimerTooltip-module__smoothEnterFromBottom--Tv5Nr{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes disclaimerTooltip-module__showFromBehind--yKnJ5{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes disclaimerTooltip-module__hideFromFront--UYyN8{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes disclaimerTooltip-module__shineLogo--kwy0j{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes disclaimerTooltip-module__fade-in--lvEBc{0%{opacity:0}to{opacity:1}}@keyframes disclaimerTooltip-module__fade-out--viRqj{0%{opacity:1}to{opacity:0}}@keyframes disclaimerTooltip-module__enter-rtl--PUQF4{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes disclaimerTooltip-module__leave-rtl--jtIJQ{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes disclaimerTooltip-module__enter-ltr--xdpa5{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes disclaimerTooltip-module__leave-ltr--nZOh2{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes disclaimerTooltip-module__slide-enter-rtl--D8eSd{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes disclaimerTooltip-module__slide-leave-rtl--Osg6v{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes disclaimerTooltip-module__slide-enter-ltr--AmWq_{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes disclaimerTooltip-module__slide-leave-ltr--t4Env{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes disclaimerTooltip-module__stroke--RDEzH{to{stroke-dashoffset:0}}@keyframes disclaimerTooltip-module__marquee-text--GkoZz{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes disclaimerTooltip-module__fadeInLeft--fRqxb{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes disclaimerTooltip-module__qr-in--Pvocd{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes disclaimerTooltip-module__qr-out--ssGhu{0%{opacity:1}to{opacity:0}}@keyframes disclaimerTooltip-module__attract-in--Efo7Z{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes disclaimerTooltip-module__attract-out--qyxij{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes disclaimerTooltip-module__pulse-animation--FZad8{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes disclaimerTooltip-module__pulse-animation-dark--aDoG5{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes disclaimerTooltip-module__pingPong--h0FGs{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes disclaimerTooltip-module__opacitySvg--x7zvu{0%{opacity:0}to{opacity:1}}@keyframes disclaimerTooltip-module__focusRing--X6dJj{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.disclaimerTooltip-module__tooltipFrame--Luiqw{position:fixed;z-index:200;display:block;inset:0}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn{flex-direction:column;position:fixed;top:calc(var(--tooltip-y, 0px) - var(--height, 0px) - 10px);left:calc(var(--tooltip-x, 0px) - var(--width, 0px) / 2);transform:translate(50%);border:1px solid rgba(117,117,117,.4);border-radius:7px;z-index:1;background:#fff;width:320px;padding:10px 10px 20px;box-shadow:0 2px 8px #00000021;animation:disclaimerTooltip-module__smoothEnterFromBottom--Tv5Nr ease-in-out forwards;animation-duration:.25s}@media(min-width:2500px){.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn{width:19vw;padding:.7vw .7vw 1vw;top:calc(var(--tooltip-y, 0px) - var(--height, 0px) - .5vw);left:calc(var(--tooltip-x, 0px) - var(--width, 0px) / 2)}}@media(max-width:1366px){.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn{width:280px}}@media(max-width:1200px){.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn{width:230px}}@media(max-width:1080px){.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn{width:200px}}@media(max-width:992px){.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn{width:225px}}@media(max-width:768px){.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn{width:200px}}@media(max-width:720px){.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn{width:175px}}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ,.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__disclaimerBody--s60Fx{width:100%;font-weight:400;font-size:.75vw;line-height:1vw}@media(max-width:1920px){.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ,.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__disclaimerBody--s60Fx{font-size:12px;line-height:16px}}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__disclaimerBody--s60Fx{max-height:100px;overflow-y:auto}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__disclaimerBody--s60Fx::-webkit-scrollbar{width:5px;height:5px}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__disclaimerBody--s60Fx::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__disclaimerBody--s60Fx::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__disclaimerBody--s60Fx::-webkit-scrollbar-thumb:hover{background:#0000004d}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ{margin-top:21px;display:flex;justify-content:space-between;align-items:center}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23{display:flex;justify-content:center;align-items:center;cursor:pointer;background:none;border:none;width:20px;height:20px;background-color:#0000;transition:background-color 333ms;border-radius:3px;padding:3px}@media(min-width:2500px){.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23{width:.85vw;height:.85vw}}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23.disclaimerTooltip-module__left--vCc6W{transform:rotate(180deg)}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23>svg path{fill:#0000009c;transition:fill 333ms}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23:hover{background-color:#00000017}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23:hover>svg path{fill:#000000e6}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23:active>svg path{fill:#0000005c}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23.disclaimerTooltip-module__disabled--nDY09{pointer-events:none;cursor:default}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23.disclaimerTooltip-module__disabled--nDY09>svg path{fill:#0000005c}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn.disclaimerTooltip-module__show--UHTm1{display:flex}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn:after{content:"";display:inline-block;border-left:10px solid transparent;border-right:10px solid transparent;border-top:8px solid #ffffff;position:absolute;bottom:-7.2px;left:calc(50% - 8px);filter:drop-shadow(0 1px 0 rgb(180,180,180))}@media(min-width:2500px){.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn:after{border-left:.5vw solid transparent;border-right:.5vw solid transparent;border-top:.5vw solid #ffffff;bottom:-.5vw;left:calc(50% - .5vw)}}.disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn:focus{outline:none}[class*=dark-theme] rdx-disclaimer-tooltip-component .disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn{background:var(--_dark_neutral-background-tooltip);color:var(--_dark_font-color)}[class*=dark-theme] rdx-disclaimer-tooltip-component .disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn:after{border-top:8px solid var(--_dark_neutral-background-tooltip);filter:drop-shadow(0 1px 0 rgb(117,117,117))}@media(min-width:2500px){[class*=dark-theme] rdx-disclaimer-tooltip-component .disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn:after{border-top:.5vw solid var(--_dark_neutral-background-tooltip)}}[class*=dark-theme] rdx-disclaimer-tooltip-component .disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23>svg path{fill:var(--_dark_font-neutral-foreground-rest)}[class*=dark-theme] rdx-disclaimer-tooltip-component .disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23:hover{background-color:#ffffff17}[class*=dark-theme] rdx-disclaimer-tooltip-component .disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23:active>svg path{fill:var(--_dark_font-neutral-foreground-rest)}[class*=dark-theme] rdx-disclaimer-tooltip-component .disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23.disclaimerTooltip-module__disabled--nDY09{pointer-events:none;cursor:default}[class*=dark-theme] rdx-disclaimer-tooltip-component .disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23.disclaimerTooltip-module__disabled--nDY09>svg path{fill:var(--_dark_font-neutral-disabled)}[class*=dark-theme] rdx-disclaimer-tooltip-component .disclaimerTooltip-module__tooltipFrame--Luiqw .disclaimerTooltip-module__tooltipContainer--Lugpn .disclaimerTooltip-module__navigationTooltip--M_xlQ .disclaimerTooltip-module__navigationArrow--CFd23:focus-visible{outline:2px solid var(--_dark_neutral-focus)}@keyframes slide-module__enterFromTop--YN9p9{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes slide-module__leaveFromBottom--dYt8n{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes slide-module__leaveFromBottomFooter--zYPbn{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes slide-module__enterFromBottom--TzkcC{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slide-module__enterFromBottomFooter--tQHlz{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-module__smoothEnterFromBottom--k01Uo{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-module__showFromBehind--yYQ_t{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes slide-module__hideFromFront--n480w{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes slide-module__shineLogo--TDDrb{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes slide-module__fade-in--zDFxl{0%{opacity:0}to{opacity:1}}@keyframes slide-module__fade-out--xoEXr{0%{opacity:1}to{opacity:0}}@keyframes slide-module__enter-rtl--qDo1V{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-module__leave-rtl--MHxzq{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slide-module__enter-ltr--ZzaDp{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slide-module__leave-ltr--LoYMK{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes slide-module__slide-enter-rtl--Bj5AD{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes slide-module__slide-leave-rtl--HOJiO{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes slide-module__slide-enter-ltr--lR4F6{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes slide-module__slide-leave-ltr--shjle{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes slide-module__stroke--gLhsV{to{stroke-dashoffset:0}}@keyframes slide-module__marquee-text--LfNQX{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes slide-module__fadeInLeft--eDVAn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slide-module__qr-in--SUOhB{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes slide-module__qr-out--lYmHP{0%{opacity:1}to{opacity:0}}@keyframes slide-module__attract-in--BJI7C{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes slide-module__attract-out--KZcFq{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes slide-module__pulse-animation--TlZAg{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes slide-module__pulse-animation-dark--tT2Ml{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes slide-module__pingPong--JOMIF{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes slide-module__opacitySvg--Sm0SW{0%{opacity:0}to{opacity:1}}@keyframes slide-module__focusRing--NTlcM{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.slide-module__slideWrapper--nmqYc{transform:translate(0);height:100%;padding:0 10vw;width:100%;margin:auto;max-width:2080px;display:flex;flex-direction:row;justify-content:center;align-items:center;-moz-column-gap:4vw;column-gap:4vw}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM{position:relative}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh{max-width:100%;display:flex;justify-content:center;align-items:center}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media{width:auto;max-width:95%}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media rdx-media-video video{transition:width .5s,height .5s}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;justify-content:center;align-items:center}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G.slide-module__hidden--vvNBj{display:none}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G>.slide-module__tooltip--JodrT{background-color:#fff;color:#000;border-radius:5px;opacity:0;line-height:1;margin-bottom:5px;padding:8px;font-size:12px;border:1px solid rgba(117,117,117,.4);box-shadow:0 4px 8px #00000014;position:absolute;bottom:35px;transition:opacity .3s ease-in-out;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-width:20vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@container page (min-width: 1920px){.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G>.slide-module__tooltip--JodrT{font-size:.6vw;padding:.45vw}}@container page (min-width: 2500px){.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G>.slide-module__tooltip--JodrT{padding:.5vw;font-size:.75vw}}@media(min-width:1920px){.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G>.slide-module__tooltip--JodrT{font-size:.6vw;padding:.45vw}}@media(min-width:2500px){.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G>.slide-module__tooltip--JodrT{font-size:.75vw;padding:.5vw}}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G:hover>.slide-module__tooltip--JodrT{opacity:1}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G .slide-module__expandButton--nutqS{display:flex;justify-content:center;align-items:center;height:36px;width:36px;border-radius:5px;border:0;background-color:#0000;transition:background-color .3s;margin:0;cursor:pointer}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G .slide-module__expandButton--nutqS.slide-module__expand--nC1jt>svg,.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G .slide-module__expandButton--nutqS.slide-module__minimize--FTuTA>svg{fill:#fff;transform:translate(1px);pointer-events:none}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G .slide-module__expandButton--nutqS.slide-module__hidden--vvNBj{display:none}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G .slide-module__expandButton--nutqS:hover{background-color:#00000080}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM.slide-module__absoluteInitialState--V1dBK{position:unset}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM.slide-module__absoluteInitialState--V1dBK .slide-module__mediaContainer--Q9CXh{position:absolute;top:var(--AbsoluteTop, 0);left:var(--AbsoluteLeft, 0);width:var(--AbsoluteWidth, 0);z-index:3}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM.slide-module__absoluteInitialState--V1dBK.slide-module__active--iLIXp{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;max-width:100%;z-index:3}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM.slide-module__absoluteInitialState--V1dBK.slide-module__active--iLIXp.dark-theme{background-color:#0000004d}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM.slide-module__absoluteInitialState--V1dBK.slide-module__active--iLIXp .slide-module__mediaContainer--Q9CXh{max-width:90%;width:100%;animation:slide-module__growVideo--aj4ZY .25s ease-in-out forwards}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM.slide-module__absoluteInitialState--V1dBK.slide-module__active--iLIXp .slide-module__mediaContainer--Q9CXh rdx-media rdx-media-video{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM.slide-module__absoluteInitialState--V1dBK.slide-module__active--iLIXp .slide-module__mediaContainer--Q9CXh rdx-media rdx-media-video video{max-width:100%;max-height:90vh;border-radius:8px}@keyframes slide-module__growVideo--aj4ZY{0%{top:var(--AbsoluteTop, 0);left:var(--AbsoluteLeft, 0);width:var(--AbsoluteWidth, 0);height:initial}to{height:auto;top:50%;left:50%;max-width:-moz-max-content;max-width:max-content;width:100%;transform:translate(-50%,-50%)}}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO{max-width:35%;margin-left:auto;margin-right:0}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM{width:100%}@container page (max-width: 992px){.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM{max-width:100%;margin-top:65px}}@container page (max-width: 768px){.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM{margin-top:75px}}@media(min-width:720px)and (max-width:2256px)and (orientation:portrait){.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM{max-width:100%}}@media(orientation:portrait){.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM{max-width:100%}}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO{width:100%}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO{max-width:100%}}@container page (max-width: 992px){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO{max-width:100%}}@media(orientation:portrait){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO{max-width:100%}}.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media rdx-media-video img,.slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media rdx-media-image img{pointer-events:none}.slide-module__slideWrapper--nmqYc rdx-edition-frame[data-component=media]{max-width:100%;width:100%;display:block}.slide-module__slideWrapper--nmqYc>rdx-edition-frame>.slide-module__mediaContainerBackground--wckmM .slide-module__expandContainer--Prv3G{display:none}.slide-module__slideWrapper--nmqYc>rdx-edition-frame rdx-media,.slide-module__slideWrapper--nmqYc>rdx-edition-frame .slide-module__contentWrapper--aT_cO{max-width:100%;width:100%;height:100%;display:block}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slide-module__slideWrapper--nmqYc>rdx-edition-frame rdx-media,.slide-module__slideWrapper--nmqYc>rdx-edition-frame .slide-module__contentWrapper--aT_cO{max-width:100%}}@container page (max-width: 992px){.slide-module__slideWrapper--nmqYc>rdx-edition-frame rdx-media,.slide-module__slideWrapper--nmqYc>rdx-edition-frame .slide-module__contentWrapper--aT_cO{max-width:100%}}@media(orientation:portrait){.slide-module__slideWrapper--nmqYc>rdx-edition-frame rdx-media,.slide-module__slideWrapper--nmqYc>rdx-edition-frame .slide-module__contentWrapper--aT_cO{max-width:100%}}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2{max-width:100%;width:100%;display:flex;justify-content:center;flex-direction:column}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__preHeader--nZozN,.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__header--n_ZvG{font-weight:var(--textWeight, 600)}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__preHeader--nZozN{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__preHeader--nZozN>rdx-sub-text>textarea{font-weight:var(--textWeight, 600)}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__header--n_ZvG{padding-top:10px;overflow:auto;overflow-x:hidden;display:block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}@media(orientation:portrait)and (max-width:992px){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__header--n_ZvG{-webkit-line-clamp:3}}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__header--n_ZvG>rdx-heading-text>textarea{font-weight:var(--textWeight, 600);padding-top:10px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__header--n_ZvG>rdx-heading-text>h3{font-weight:var(--textWeight, 600)}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe{margin-top:8px;padding:0 3px 3px;font-weight:var(--textWeight, 400);max-height:200px;overflow-y:auto;overflow-x:hidden;font-size:.92vw;line-height:1.3vw}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe::-webkit-scrollbar{width:5px;height:5px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 992px){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe{max-height:120px}}@container page (max-width: 768px){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe{max-height:65px}}@container page (max-width: 1920px){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe{font-size:14px;line-height:20px}}@container page (min-width: 2800px){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe{max-height:300px}}@container page (min-width: 3600px){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe{max-height:400px}}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 textarea{outline:none;border:none;resize:none;padding:0;margin:0;width:100%}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 textarea::-webkit-scrollbar{width:5px;height:5px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea{font-weight:var(--textWeight, 600)}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea{font-weight:var(--textWeight, 600);padding-top:10px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea,.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea{outline:none;border:none;resize:none;padding:0;margin:0;width:100%}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar,.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar{width:5px;height:5px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-track,.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb,.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover,.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame>div[id*=contentContainer]>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-button{padding-top:24px;max-width:20vw}@container page (max-width: 1920px){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-button{max-width:300px}}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame rdx-button{padding-top:24px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame rdx-button>rdx-sub-button textarea::-webkit-scrollbar{width:5px;height:5px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame rdx-button>rdx-sub-button textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame rdx-button>rdx-sub-button textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-edition-frame rdx-button>rdx-sub-button textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2{padding:32px 16px}}@container page (max-width: 992px){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2{padding:32px 16px}}@media(orientation:portrait){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2{padding:32px 16px}}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer]{height:100%}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2{max-width:380px;width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2 .slide-module__preHeader--nZozN,.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2 .slide-module__header--n_ZvG{font-weight:var(--textWeight, 600)}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2 .slide-module__header--n_ZvG{padding-top:10px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe{margin-top:8px;padding:0 3px 3px;font-weight:var(--textWeight, 400);max-height:200px;overflow-y:auto}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe::-webkit-scrollbar{width:5px;height:5px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 992px){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe{max-height:120px}}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2>rdx-button{padding-top:24px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2>rdx-edition-frame rdx-button{padding-top:24px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2>rdx-edition-frame rdx-button>rdx-sub-button textarea::-webkit-scrollbar{width:5px;height:5px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2>rdx-edition-frame rdx-button>rdx-sub-button textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2>rdx-edition-frame rdx-button>rdx-sub-button textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2>rdx-edition-frame rdx-button>rdx-sub-button textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2{max-width:100%;padding:32px 16px}}@container page (max-width: 992px){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2{max-width:100%;padding:32px 16px}}@media(orientation:portrait){.slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO>rdx-edition-frame>div[id*=contentContainer] .slide-module__content--jbeT2{max-width:100%;padding:32px 16px}}.slide-module__slideWrapper--nmqYc .slide-module__mediaContainerBackground--wckmM rdx-media{position:relative}.slide-module__slideWrapper--nmqYc .slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-image,.slide-module__slideWrapper--nmqYc .slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-video{display:flex;border-radius:8px;overflow:hidden}.slide-module__slideWrapper--nmqYc .slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-image>img,.slide-module__slideWrapper--nmqYc .slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-video>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@container page (max-width: 992px){.slide-module__slideWrapper--nmqYc .slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-image>img,.slide-module__slideWrapper--nmqYc .slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-video>img{width:auto;height:280px;margin:auto;border-radius:8px}}.slide-module__slideWrapper--nmqYc .slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-image>video,.slide-module__slideWrapper--nmqYc .slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-video>video{width:auto;max-width:100%;height:100%;max-height:70vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;margin:auto;border-radius:8px}@container page (max-width: 992px){.slide-module__slideWrapper--nmqYc .slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-image>video,.slide-module__slideWrapper--nmqYc .slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-video>video{max-height:260px}}.slide-module__slideWrapper--nmqYc>rdx-edition-frame rdx-media{position:relative}.slide-module__slideWrapper--nmqYc>rdx-edition-frame rdx-media>rdx-media-image,.slide-module__slideWrapper--nmqYc>rdx-edition-frame rdx-media>rdx-media-video{display:flex;border-radius:8px;overflow:hidden}.slide-module__slideWrapper--nmqYc>rdx-edition-frame rdx-media>rdx-media-image>img,.slide-module__slideWrapper--nmqYc>rdx-edition-frame rdx-media>rdx-media-video>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.slide-module__slideWrapper--nmqYc>rdx-edition-frame rdx-media>rdx-media-image>video,.slide-module__slideWrapper--nmqYc>rdx-edition-frame rdx-media>rdx-media-video>video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.slide-module__slideWrapper--nmqYc .slide-module__superscript--l_AbQ{position:relative;color:#005fb8;vertical-align:super;font-size:10px;font-weight:600;text-decoration:underline;cursor:pointer;border:0;background-color:transparent}.slide-module__slideWrapper--nmqYc .slide-module__superscript--l_AbQ:before{content:"";position:absolute;inset:-2px}.slide-module__slideWrapper--nmqYc .slide-module__superscript--l_AbQ:focus,.slide-module__slideWrapper--nmqYc .slide-module__superscript--l_AbQ:focus-visible{outline:none}.slide-module__slideWrapper--nmqYc .slide-module__superscript--l_AbQ:focus:before,.slide-module__slideWrapper--nmqYc .slide-module__superscript--l_AbQ:focus-visible:before{content:"";position:absolute;inset:2px -1px -1px;outline:2px solid #000000;border-radius:3px}.slide-module__slideWrapper--nmqYc .slide-module__superscript--l_AbQ:focus:not(:focus-visible):before,.slide-module__slideWrapper--nmqYc .slide-module__superscript--l_AbQ:focus-visible:not(:focus-visible):before{content:none}@container page (min-width: 1920px){.slide-module__slideWrapper--nmqYc .slide-module__superscript--l_AbQ{font-size:.7vw}}.slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br{display:none;flex-direction:column;position:fixed;top:calc(var(--superscript-y) - var(--slideHeight) - var(--height) - var(--superscript-height) - 15px);left:calc(var(--superscript-x, 0px) - var(--width, 0px) / 2);transform:translate(50%);border:1px solid rgba(117,117,117,.4);border-radius:7px;z-index:1;background:#fff;width:320px;padding:10px 10px 20px;animation:slide-module__smoothEnterFromBottom--k01Uo ease-in-out forwards;animation-duration:.25s}.slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br .slide-module__navigationTooltip--PrYMi,.slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br .slide-module__disclaimerBody--Qfcb1{width:100%;font-weight:400;font-size:12px;line-height:16px}.slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br .slide-module__navigationTooltip--PrYMi{margin-top:21px;display:flex;justify-content:space-between;align-items:center}.slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br .slide-module__navigationTooltip--PrYMi .slide-module__navigationArrow--nP6qE{display:flex;justify-content:center;align-items:center;cursor:pointer;background:none;border:none;width:20px;height:20px}.slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br .slide-module__navigationTooltip--PrYMi .slide-module__navigationArrow--nP6qE.slide-module__left--yijmF{transform:rotate(180deg)}.slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br.slide-module__show--EH4fO{display:flex}.slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br:after{content:"";display:inline-block;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #ffffff;position:absolute;bottom:-14px;left:calc(50% - 12px);filter:drop-shadow(0 1px 0 rgb(180,180,180))}@container page (max-width: 992px){.slide-module__slideWrapper--nmqYc{flex-direction:column}}@media(orientation:portrait){.slide-module__slideWrapper--nmqYc{flex-direction:column}}@container page (min-width: 2800px){.slide-module__slideWrapper--nmqYc{max-width:2700px}}@container page (min-width: 3600px){.slide-module__slideWrapper--nmqYc{max-width:3150px}}.slide-module__slideWrapper--nmqYc.dark-theme>.slide-module__mediaContainerBackground--wckmM .slide-module__mediaContainer--Q9CXh rdx-media .slide-module__expandContainer--Prv3G>.slide-module__tooltip--JodrT{background-color:var(--_dark_neutral-background-tooltip);color:var(--_dark_font-color)}.slide-module__slideWrapper--nmqYc.dark-theme .slide-module__superscript--l_AbQ{color:var(--_dark_primary-link-color)}.slide-module__slideWrapper--nmqYc.dark-theme .slide-module__superscript--l_AbQ:focus,.slide-module__slideWrapper--nmqYc.dark-theme .slide-module__superscript--l_AbQ:focus-visible{outline:none}.slide-module__slideWrapper--nmqYc.dark-theme .slide-module__superscript--l_AbQ:focus:before,.slide-module__slideWrapper--nmqYc.dark-theme .slide-module__superscript--l_AbQ:focus-visible:before{content:"";position:absolute;inset:2px -1px -1px;outline:2px solid var(--_dark_neutral-focus);border-radius:3px}.slide-module__slideWrapper--nmqYc.dark-theme .slide-module__superscript--l_AbQ:focus:not(:focus-visible):before,.slide-module__slideWrapper--nmqYc.dark-theme .slide-module__superscript--l_AbQ:focus-visible:not(:focus-visible):before{content:none}.slide-module__editing--h6m76{width:100%;height:100%;display:block}.slide-module__editing--h6m76>div[id*=contentContainer]{position:relative;width:100%;height:100%;transition:transform .6s;display:flex;flex-direction:row;justify-content:center;align-items:center;overflow:hidden}.slide-module__editing--h6m76>div[id*=contentContainer]::-webkit-scrollbar{width:5px;height:5px}.slide-module__editing--h6m76>div[id*=contentContainer]::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slide-module__editing--h6m76>div[id*=contentContainer]::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slide-module__editing--h6m76>div[id*=contentContainer]::-webkit-scrollbar-thumb:hover{background:#0000004d}@media(max-width:1920px){.slide-module__editing--h6m76>div[id*=contentContainer]{overflow:auto;padding-top:75px}}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide{position:absolute;width:100%}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc{transform:translate(0);height:58%;padding:0 10vw;display:flex;flex-direction:row;justify-content:center;align-items:center;-moz-column-gap:4vw;column-gap:4vw}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM{max-width:65%}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media{max-width:100%}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO{max-width:35%}@container page (max-width: 992px){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM{margin-top:0}}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media{width:100%;height:100%}@media(min-width:720px)and (max-width:2256px)and (orientation:portrait){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media{max-width:100%}}@media(orientation:portrait){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media{max-width:100%}}@media(max-width:992px){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media{max-width:100%}}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO{width:100%;height:100%}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO{max-width:100%}}@container page (max-width: 992px){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO{max-width:100%}}@media(orientation:portrait){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO{max-width:100%}}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2{max-width:100%;width:100%;display:flex;justify-content:center;flex-direction:column}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__preHeader--nZozN,.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__header--n_ZvG{font-weight:var(--textWeight, 600)}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe{margin-top:8px;padding:0 3px 3px;font-weight:var(--textWeight, 400);max-height:200px;overflow-y:auto;font-size:.92vw;line-height:1.3vw}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe::-webkit-scrollbar{width:5px;height:5px}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 992px){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe{height:40px}}@container page (max-width: 992px){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe{max-height:40px}}@container page (max-width: 1920px){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2 .slide-module__paragraph--LYjNe{font-size:14px;line-height:20px}}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2>rdx-button{padding-top:24px}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2{max-width:100%;padding:32px 16px}}@container page (max-width: 992px){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2{max-width:100%;padding:32px 16px}}@media(orientation:portrait){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__contentWrapper--aT_cO .slide-module__content--jbeT2{max-width:100%;padding:32px 16px}}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media{position:relative}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-image,.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-video{display:flex;border-radius:8px;overflow:hidden}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-image>img,.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-video>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-image>video,.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM rdx-media>rdx-media-video>video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__superscript--l_AbQ{position:relative;color:#005fb8;vertical-align:super;font-size:10px;font-weight:600;text-decoration:underline;cursor:pointer}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br{display:none;flex-direction:column;position:fixed;top:calc(var(--superscript-y) - var(--slideHeight) - var(--height) - var(--superscript-height) - 15px);left:calc(var(--superscript-x, 0px) - var(--width, 0px) / 2);transform:translate(50%);border:1px solid rgba(117,117,117,.4);border-radius:7px;z-index:1;background:#fff;width:320px;padding:10px 10px 20px;animation:slide-module__smoothEnterFromBottom--k01Uo ease-in-out forwards;animation-duration:.25s}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br .slide-module__navigationTooltip--PrYMi,.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br .slide-module__disclaimerBody--Qfcb1{width:100%;font-weight:400;font-size:12px;line-height:16px}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br .slide-module__navigationTooltip--PrYMi{margin-top:21px;display:flex;justify-content:space-between;align-items:center}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br .slide-module__navigationTooltip--PrYMi .slide-module__navigationArrow--nP6qE{display:flex;justify-content:center;align-items:center;cursor:pointer;background:none;border:none;width:20px;height:20px}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br .slide-module__navigationTooltip--PrYMi .slide-module__navigationArrow--nP6qE.slide-module__left--yijmF{transform:rotate(180deg)}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br.slide-module__show--EH4fO{display:flex}.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc .slide-module__tooltipContainer--Mq5br:after{content:"";display:inline-block;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #ffffff;position:absolute;bottom:-14px;left:calc(50% - 12px);filter:drop-shadow(0 1px 0 rgb(180,180,180))}@container page (min-width: 720px) and (max-width: 2256px) and (orientation: portrait){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc{flex-direction:column}}@container page (max-width: 992px){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc{flex-direction:column}}@media(orientation:portrait){.slide-module__editing--h6m76>div[id*=contentContainer]>rdx-slide .slide-module__slideWrapper--nmqYc{flex-direction:column}}.slide-module__noMedia--CumBl .slide-module__slideWrapper--nmqYc>.slide-module__mediaContainerBackground--wckmM{display:none}.price-module__price--FrHOI{position:relative;display:flex}.price-module__price--FrHOI.price-module__hidden--qvaLt{display:none}.price-module__price--FrHOI p{color:#0009;font-size:.8vw;line-height:.95vw;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:center}@container banner (max-width: 4200px){.price-module__price--FrHOI p{text-align:right;padding-right:2px}}@container banner (max-width: 1920px){.price-module__price--FrHOI p{font-size:12px;line-height:16px;text-align:right;padding-right:10px}}@container drawer (max-width: 1920px){.price-module__price--FrHOI p{font-size:12px;line-height:16px}}@container attract (max-width: 1920px){.price-module__price--FrHOI p{font-size:12px;line-height:16px;-webkit-line-clamp:1;line-clamp:1}}.price-module__price--FrHOI .price-module__priceText--G9Syb{color:var(--lightPriceColor, rgba(0, 0, 0, .6));font-size:.75vw;line-height:.95vw;font-weight:400}@container banner (max-width: 1920px){.price-module__price--FrHOI .price-module__priceText--G9Syb{font-size:12px;line-height:16px}}@container drawer (max-width: 1920px){.price-module__price--FrHOI .price-module__priceText--G9Syb{font-size:12px;line-height:16px}}@container attract (max-width: 1920px){.price-module__price--FrHOI .price-module__priceText--G9Syb{font-size:12px;line-height:16px}}.price-module__price--FrHOI .price-module__priceText--G9Syb>span{text-decoration:line-through}.price-module__price--FrHOI .price-module__mainPrice--M2MYJ{color:var(--mainPriceLightColor, rgba(0, 0, 0, .9));font-size:1.5vw;line-height:2.05vw;font-weight:600}@container banner (max-width: 1920px){.price-module__price--FrHOI .price-module__mainPrice--M2MYJ{font-size:28px;line-height:36px}}@container drawer (max-width: 1920px){.price-module__price--FrHOI .price-module__mainPrice--M2MYJ{font-size:28px;line-height:36px}}@container attract (max-width: 1920px){.price-module__price--FrHOI .price-module__mainPrice--M2MYJ{font-size:28px;line-height:36px}}@container toolbar (max-width: 1920px){.price-module__price--FrHOI .price-module__mainPrice--M2MYJ{font-size:14px;line-height:20px}}.price-module__price--FrHOI .price-module__priceText--G9Syb{color:var(--subPriceLightColor)}.price-module__price--FrHOI .price-module__mainPrice--M2MYJ,.price-module__price--FrHOI .price-module__onlyPriceText--nRbxD{font-weight:var(--priceWeight)}.price-module__price--FrHOI.dark-theme p{color:var(--_dark_font-neutral-foreground-rest)}.price-module__price--FrHOI.dark-theme .price-module__priceText--G9Syb{color:var(--subPriceDarkColor, var(--_dark_font-color))}.price-module__price--FrHOI.dark-theme .price-module__mainPrice--M2MYJ{color:var(--mainPriceDarkColor, var(--_dark_font-color))}.price-module__toolbar--C2JSx{flex-direction:row;gap:5px}rdx-dft-banner .price-module__price--FrHOI{justify-content:center;align-items:flex-end;flex-direction:column}rdx-dft-banner .price-module__price--FrHOI.price-module__hidden--qvaLt{display:none}rdx-dft-banner .price-module__price--FrHOI.price-module__small--wNNkv .price-module__mainPrice--M2MYJ{font-size:.9vw;line-height:1.3vw}rdx-dft-banner .price-module__price--FrHOI.price-module__medium--OR9it .price-module__mainPrice--M2MYJ{font-size:1.3vw;line-height:1.7vw}rdx-dft-banner .price-module__price--FrHOI.price-module__large--HKKY0 .price-module__mainPrice--M2MYJ{font-size:1.5vw;line-height:2.05vw}rdx-dft-banner .price-module__price--FrHOI.price-module__xlarge--Jduby .price-module__mainPrice--M2MYJ{font-size:1.5vw;line-height:2.05vw}rdx-dft-drawer .price-module__price--FrHOI.price-module__small--wNNkv .price-module__mainPrice--M2MYJ{font-size:.9vw;line-height:1.3vw}rdx-dft-drawer .price-module__price--FrHOI.price-module__medium--OR9it .price-module__mainPrice--M2MYJ{font-size:1.3vw;line-height:1.7vw}rdx-dft-drawer .price-module__price--FrHOI.price-module__large--HKKY0 .price-module__mainPrice--M2MYJ{font-size:1.5vw;line-height:2.05vw}rdx-dft-drawer .price-module__price--FrHOI.price-module__xlarge--Jduby .price-module__mainPrice--M2MYJ{font-size:1.5vw;line-height:2.05vw}rdx-dft-toolbar .price-module__price--FrHOI{align-items:center}rdx-dft-toolbar .price-module__price--FrHOI.price-module__small--wNNkv .price-module__mainPrice--M2MYJ{font-size:.9vw;line-height:1.3vw}rdx-dft-toolbar .price-module__price--FrHOI.price-module__medium--OR9it .price-module__mainPrice--M2MYJ{font-size:1.1vw;line-height:1.5vw}rdx-dft-toolbar .price-module__price--FrHOI.price-module__large--HKKY0 .price-module__mainPrice--M2MYJ{font-size:1.3vw;line-height:1.7vw}rdx-dft-toolbar .price-module__price--FrHOI.price-module__xlarge--Jduby .price-module__mainPrice--M2MYJ{font-size:1.4vw;line-height:1.8vw}rdx-dft-banner-attract .price-module__price--FrHOI.price-module__small--wNNkv .price-module__mainPrice--M2MYJ{font-size:.9vw;line-height:1.3vw}rdx-dft-banner-attract .price-module__price--FrHOI.price-module__medium--OR9it .price-module__mainPrice--M2MYJ{font-size:1.2vw;line-height:1.6vw}rdx-dft-banner-attract .price-module__price--FrHOI.price-module__large--HKKY0 .price-module__mainPrice--M2MYJ{font-size:1.3vw;line-height:1.7vw}rdx-dft-banner-attract .price-module__price--FrHOI.price-module__xlarge--Jduby .price-module__mainPrice--M2MYJ{font-size:1.4vw;line-height:1.8vw}@container banner (max-width: 1920px){rdx-dft-banner .price-module__price--FrHOI.price-module__small--wNNkv .price-module__mainPrice--M2MYJ{font-size:14px;line-height:20px}rdx-dft-banner .price-module__price--FrHOI.price-module__medium--OR9it .price-module__mainPrice--M2MYJ{font-size:22px;line-height:28px}rdx-dft-banner .price-module__price--FrHOI.price-module__large--HKKY0 .price-module__mainPrice--M2MYJ{font-size:28px;line-height:36px}rdx-dft-banner .price-module__price--FrHOI.price-module__xlarge--Jduby .price-module__mainPrice--M2MYJ{font-size:28px;line-height:36px}}@container drawer (max-width: 1920px){rdx-dft-drawer .price-module__price--FrHOI.price-module__small--wNNkv .price-module__mainPrice--M2MYJ{font-size:14px;line-height:20px}rdx-dft-drawer .price-module__price--FrHOI.price-module__medium--OR9it .price-module__mainPrice--M2MYJ{font-size:22px;line-height:28px}rdx-dft-drawer .price-module__price--FrHOI.price-module__large--HKKY0 .price-module__mainPrice--M2MYJ{font-size:28px;line-height:36px}rdx-dft-drawer .price-module__price--FrHOI.price-module__xlarge--Jduby .price-module__mainPrice--M2MYJ{font-size:28px;line-height:36px}}@container toolbar (max-width: 1920px){rdx-dft-toolbar .price-module__price--FrHOI.price-module__small--wNNkv .price-module__mainPrice--M2MYJ{font-size:14px;line-height:20px}rdx-dft-toolbar .price-module__price--FrHOI.price-module__medium--OR9it .price-module__mainPrice--M2MYJ{font-size:18px;line-height:22px}rdx-dft-toolbar .price-module__price--FrHOI.price-module__large--HKKY0 .price-module__mainPrice--M2MYJ{font-size:22px;line-height:28px}rdx-dft-toolbar .price-module__price--FrHOI.price-module__xlarge--Jduby .price-module__mainPrice--M2MYJ{font-size:24px;line-height:30px}}@container attract (max-width: 1920px){rdx-dft-banner-attract .price-module__price--FrHOI.price-module__small--wNNkv .price-module__mainPrice--M2MYJ{font-size:14px;line-height:20px}rdx-dft-banner-attract .price-module__price--FrHOI.price-module__medium--OR9it .price-module__mainPrice--M2MYJ{font-size:18px;line-height:22px}rdx-dft-banner-attract .price-module__price--FrHOI.price-module__large--HKKY0 .price-module__mainPrice--M2MYJ{font-size:22px;line-height:28px}rdx-dft-banner-attract .price-module__price--FrHOI.price-module__xlarge--Jduby .price-module__mainPrice--M2MYJ{font-size:24px;line-height:30px}}.adsCarousel-module__advertisement--HT6PS{width:100%;height:auto}.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__container--OdxVY{width:100%;overflow:hidden}.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__container--OdxVY rdx-dft-ads-carousel-item{position:absolute;width:100%;height:100%;top:0;left:100%;overflow:hidden}.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__container--OdxVY rdx-dft-ads-carousel-item rdx-media{width:100%}.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__container--OdxVY rdx-dft-ads-carousel-item rdx-media img{height:100%;max-height:100%}.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__container--OdxVY rdx-dft-ads-carousel-item.adsCarousel-module__transitioning--AEpnr{left:0;transition:all .6s ease-out;z-index:2}.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__container--OdxVY rdx-dft-ads-carousel-item.adsCarousel-module__active--LENO8{left:0;z-index:1;cursor:pointer}.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__container--OdxVY rdx-dft-ads-carousel-item.adsCarousel-module__noLink--gKIps{cursor:default}.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__container--OdxVY rdx-dft-ads-carousel-item rdx-edition-frame[data-component=media]{display:block;height:100%}.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__container--OdxVY rdx-dft-ads-carousel-item rdx-edition-frame[data-component=media] [id*=contentContainer]{padding:0;overflow:hidden}.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__container--OdxVY rdx-dft-ads-carousel-item rdx-edition-frame[data-component=media] [id*=contentContainer] rdx-media{height:90.5px}@container banner (min-width: 1920px){.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__container--OdxVY rdx-dft-ads-carousel-item rdx-edition-frame[data-component=media] [id*=contentContainer] rdx-media{height:107px}}@container banner (min-width: 2500px){.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__container--OdxVY rdx-dft-ads-carousel-item rdx-edition-frame[data-component=media] [id*=contentContainer] rdx-media{height:127px}}@container banner (min-width: 2800px){.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__container--OdxVY rdx-dft-ads-carousel-item rdx-edition-frame[data-component=media] [id*=contentContainer] rdx-media{height:166px}}.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__progressBar--XAnHy{height:4px;background-color:#ffffff80;z-index:1;position:absolute;bottom:0;left:0}.adsCarousel-module__advertisement--HT6PS .adsCarousel-module__progressBar--XAnHy.adsCarousel-module__start--gje0H{animation:adsCarousel-module__progressbar--VOKKz var(--animationDuration, 7s) linear}rdx-dft-ads-carousel{position:relative}rdx-dft-ads-carousel:focus,rdx-dft-ads-carousel:focus-visible,rdx-dft-ads-carousel:focus-within,rdx-dft-ads-carousel.gamepad-focused{outline:2px solid #000000;outline-offset:2px}rdx-dft-ads-carousel:focus.dark-theme,rdx-dft-ads-carousel:focus-visible.dark-theme,rdx-dft-ads-carousel:focus-within.dark-theme,rdx-dft-ads-carousel.gamepad-focused.dark-theme{outline-color:var(--_dark_neutral-focus)}@keyframes adsCarousel-module__progressbar--VOKKz{0%{width:0%}to{width:100%}}.adsCarouselItem-module__container--eIbiw rdx-media{width:100%;height:100%}.adsCarouselItem-module__container--eIbiw rdx-media rdx-media-image{width:100%;height:100%}.adsCarouselItem-module__container--eIbiw rdx-media:not(a) rdx-media-image{display:flex;width:100%;height:100%;position:relative}.adsCarouselItem-module__container--eIbiw rdx-media:not(a) rdx-media-image:focus-within{outline:none}.adsCarouselItem-module__container--eIbiw rdx-media:not(a) rdx-media-image:focus-within:before{content:"";position:absolute;inset:1px;outline:2px solid #000000;border:1px solid #ffffff;border-radius:6px;padding:5px}.adsCarouselItem-module__container--eIbiw rdx-media:not(a) rdx-media-image:focus-within:not(:focus-visible):before{content:none}.adsCarouselItem-module__container--eIbiw rdx-media:not(a) rdx-media-image>img{position:relative;z-index:-1;width:100%;min-height:100%;height:auto;-o-object-fit:cover;object-fit:cover;pointer-events:none}.adsCarouselItem-module__container--eIbiw rdx-media a{display:flex;width:100%;height:100%;position:relative}.adsCarouselItem-module__container--eIbiw rdx-media a:focus-within{outline:none}.adsCarouselItem-module__container--eIbiw rdx-media a:focus-within:before{content:"";position:absolute;inset:1px;outline:2px solid #000000;border:1px solid #ffffff;border-radius:6px;padding:5px}.adsCarouselItem-module__container--eIbiw rdx-media a:focus-within:not(:focus-visible):before{content:none}.adsCarouselItem-module__container--eIbiw rdx-media a>img{position:relative;z-index:-1;width:100%;min-height:100%;height:auto;-o-object-fit:cover;object-fit:cover;pointer-events:none}.adsCarouselItem-module__container--eIbiw rdx-media.adsCarouselItem-module__transitioning--p5KQp{left:0;transition:all .6s ease-out;z-index:1}.adsCarouselItem-module__container--eIbiw rdx-media.adsCarouselItem-module__active--hxIuY{left:0;z-index:1;cursor:pointer}.adsCarouselItem-module__container--eIbiw rdx-media.adsCarouselItem-module__hasLink--Vrrsi:before{content:"";opacity:0;transition:opacity .6s ease-in-out;width:100%;height:100%;position:absolute;top:0;left:0;background:#0003;border-radius:4px;pointer-events:none}.adsCarouselItem-module__container--eIbiw rdx-media.adsCarouselItem-module__hasLink--Vrrsi:hover:before{opacity:1;z-index:1}@keyframes button-module__enterFromTop--n94vj{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes button-module__leaveFromBottom--cCLRO{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes button-module__leaveFromBottomFooter--Hn1vI{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes button-module__enterFromBottom--phr0b{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes button-module__enterFromBottomFooter--laVV_{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes button-module__smoothEnterFromBottom--caixA{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes button-module__showFromBehind--XaviX{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes button-module__hideFromFront--uYjib{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes button-module__shineLogo--ZiS4G{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes button-module__fade-in--E6sGS{0%{opacity:0}to{opacity:1}}@keyframes button-module__fade-out--xtbcd{0%{opacity:1}to{opacity:0}}@keyframes button-module__enter-rtl--v5Hos{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes button-module__leave-rtl--VG1ln{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes button-module__enter-ltr--LF0F4{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes button-module__leave-ltr--Jj7B7{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes button-module__slide-enter-rtl--gr3PL{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes button-module__slide-leave-rtl--3C428{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes button-module__slide-enter-ltr--UB4oX{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes button-module__slide-leave-ltr--_O3Ew{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes button-module__stroke--tqCd5{to{stroke-dashoffset:0}}@keyframes button-module__marquee-text--CjLVB{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes button-module__fadeInLeft--alGaX{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes button-module__qr-in--sVNHS{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes button-module__qr-out--ynLe3{0%{opacity:1}to{opacity:0}}@keyframes button-module__attract-in--o7utI{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes button-module__attract-out--xppM6{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes button-module__pulse-animation--WRHke{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes button-module__pulse-animation-dark--XmrVx{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes button-module__pingPong--NCNqm{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes button-module__opacitySvg--pybBO{0%{opacity:0}to{opacity:1}}@keyframes button-module__focusRing--B8roX{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.button-module__buttonBanner--Ih2Je{padding:20px 17px;min-height:95px;border:1px solid rgba(0,0,0,.0241);border-radius:5px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;font-weight:600;font-size:12px;line-height:14px;outline:2px solid transparent}.button-module__buttonBanner--Ih2Je .button-module__iconContainer--j6rin{pointer-events:none}.button-module__buttonBanner--Ih2Je .button-module__iconContainer--j6rin svg path{transition:.5s ease-in-out}.button-module__buttonBanner--Ih2Je span:before{content:"\a";white-space:pre}.button-module__buttonBanner--Ih2Je[class*=gamepad-focused]{outline:2px solid #000000}.button-module__buttonBanner--Ih2Je[class*=gamepad-focused][class*=dark-theme]{transition:transform .2s ease,outline-color .2s ease;outline:1px solid rgba(61,208,109,.35);outline-color:#3dd06d59;animation:button-module__focusRing--B8roX 1.5s infinite}.drawerAdsItem-module__itemSmall--hpX2n,.drawerAdsItem-module__itemLarge--nCqSF{background-color:#fff;padding:5px;box-sizing:border-box}.drawerAdsItem-module__itemSmall--hpX2n.drawerAdsItem-module__addBefore--GZAs3 rdx-media-image:before,.drawerAdsItem-module__itemLarge--nCqSF.drawerAdsItem-module__addBefore--GZAs3 rdx-media-image:before{content:"";opacity:0;transition:opacity .6s ease-in-out;width:100%;height:100%;position:absolute;top:0;left:0;background:#0003;border-radius:4px}.drawerAdsItem-module__itemSmall--hpX2n.drawerAdsItem-module__addBefore--GZAs3 rdx-media-image:hover:before,.drawerAdsItem-module__itemLarge--nCqSF.drawerAdsItem-module__addBefore--GZAs3 rdx-media-image:hover:before{opacity:1;z-index:0}.drawerAdsItem-module__itemSmall--hpX2n>rdx-media,.drawerAdsItem-module__itemLarge--nCqSF>rdx-media{position:relative;width:100%;background-color:#bebebe;display:flex;flex-wrap:wrap;height:100%;box-sizing:border-box;aspect-ratio:4/3}.drawerAdsItem-module__itemSmall--hpX2n>rdx-media>rdx-media-image,.drawerAdsItem-module__itemLarge--nCqSF>rdx-media>rdx-media-image{width:100%;height:100%;display:flex}.drawerAdsItem-module__itemSmall--hpX2n>rdx-media>rdx-media-image a,.drawerAdsItem-module__itemLarge--nCqSF>rdx-media>rdx-media-image a{display:block;height:100%;width:100%}.drawerAdsItem-module__itemSmall--hpX2n>rdx-media>rdx-media-image a:before,.drawerAdsItem-module__itemLarge--nCqSF>rdx-media>rdx-media-image a:before{content:"";opacity:0;transition:opacity .6s ease-in-out;width:100%;height:100%;position:absolute;top:0;left:0;background:#0003;border-radius:4px}.drawerAdsItem-module__itemSmall--hpX2n>rdx-media>rdx-media-image a:hover:before,.drawerAdsItem-module__itemLarge--nCqSF>rdx-media>rdx-media-image a:hover:before{opacity:1;z-index:0}.drawerAdsItem-module__itemSmall--hpX2n>rdx-media>rdx-media-image img,.drawerAdsItem-module__itemLarge--nCqSF>rdx-media>rdx-media-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@container drawer (max-height: 730px){.drawerAdsItem-module__itemSmall--hpX2n,.drawerAdsItem-module__itemLarge--nCqSF{width:80%}}@container drawer (max-height: 600px){.drawerAdsItem-module__itemSmall--hpX2n,.drawerAdsItem-module__itemLarge--nCqSF{width:70%}}@container drawer (max-height: 500px){.drawerAdsItem-module__itemSmall--hpX2n,.drawerAdsItem-module__itemLarge--nCqSF{width:60%}}.drawerAdsItem-module__itemSmall--hpX2n.dark-theme,.drawerAdsItem-module__itemLarge--nCqSF.dark-theme{background-color:var(--_dark_neutral-background-front)}@container drawer (max-width: 1920px){.drawerAdsItem-module__itemSmall--hpX2n{width:300px;height:250px}}@keyframes hotspotContainer-module__enterFromTop--CJvFw{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes hotspotContainer-module__leaveFromBottom--Zad1n{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes hotspotContainer-module__leaveFromBottomFooter--pVjMg{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes hotspotContainer-module__enterFromBottom--h0oLH{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes hotspotContainer-module__enterFromBottomFooter--gvs7y{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hotspotContainer-module__smoothEnterFromBottom--c1K7c{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes hotspotContainer-module__showFromBehind--oJ9XF{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes hotspotContainer-module__hideFromFront--rPWMm{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes hotspotContainer-module__shineLogo--pzb3_{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes hotspotContainer-module__fade-in--uhq8V{0%{opacity:0}to{opacity:1}}@keyframes hotspotContainer-module__fade-out--vzOaI{0%{opacity:1}to{opacity:0}}@keyframes hotspotContainer-module__enter-rtl--ZO2Cq{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes hotspotContainer-module__leave-rtl--lExFy{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes hotspotContainer-module__enter-ltr--Jb1Jg{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes hotspotContainer-module__leave-ltr--iPVHC{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes hotspotContainer-module__slide-enter-rtl--_ExTa{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes hotspotContainer-module__slide-leave-rtl--_W_Xp{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes hotspotContainer-module__slide-enter-ltr--wclOG{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes hotspotContainer-module__slide-leave-ltr--xDgZT{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes hotspotContainer-module__stroke--EkSXY{to{stroke-dashoffset:0}}@keyframes hotspotContainer-module__marquee-text--cmvwk{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes hotspotContainer-module__fadeInLeft--LOVdh{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes hotspotContainer-module__qr-in--od6IM{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes hotspotContainer-module__qr-out--jefPa{0%{opacity:1}to{opacity:0}}@keyframes hotspotContainer-module__attract-in--WfI7d{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes hotspotContainer-module__attract-out--pARIY{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes hotspotContainer-module__pulse-animation--VWtOY{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes hotspotContainer-module__pulse-animation-dark--acvrY{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes hotspotContainer-module__pingPong--Ivkee{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes hotspotContainer-module__opacitySvg--BZCLl{0%{opacity:0}to{opacity:1}}@keyframes hotspotContainer-module__focusRing--OJEHD{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.hotspotContainer-module__container--sGFBn{width:100%;height:70%;margin-top:125px;display:flex;justify-content:center;align-items:center;transform:scale(.9) translateY(50px);transition:transform .5s;z-index:1;position:relative}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__scale--Jg1yj{transform:scale(1) translateY(0)}.hotspotContainer-module__container--sGFBn .hotspotContainer-module__content--qrgba{position:relative;height:100%;max-width:100%;aspect-ratio:var(--aspectRatio, 16/9)}.hotspotContainer-module__container--sGFBn .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM{position:absolute;max-height:var(--maxHeight, 100%);width:100%;top:50%;left:50%;transform:translate(-50%,-50%);transform-style:preserve-3d;perspective:1200px}@media(orientation:portrait){.hotspotContainer-module__container--sGFBn .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM{top:auto;bottom:0;transform:translate(-50%)}}.hotspotContainer-module__container--sGFBn .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-wheel-hotspot{opacity:0}.hotspotContainer-module__container--sGFBn .hotspotContainer-module__content--qrgba .hotspotContainer-module__mediaContainer--dch07{transform-origin:50% 50%;transform-style:preserve-3d;border-radius:10px}.hotspotContainer-module__container--sGFBn .hotspotContainer-module__content--qrgba .hotspotContainer-module__mediaContainer--dch07>rdx-media>rdx-media-image>img{-o-object-fit:contain;object-fit:contain;position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%,-50%)}@media(orientation:portrait){.hotspotContainer-module__container--sGFBn .hotspotContainer-module__content--qrgba .hotspotContainer-module__mediaContainer--dch07>rdx-media>rdx-media-image>img{top:auto;bottom:0;transform:translate(-50%)}}.hotspotContainer-module__container--sGFBn .hotspotContainer-module__content--qrgba .hotspotContainer-module__mediaContainer--dch07,.hotspotContainer-module__container--sGFBn .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM{width:100%;height:100%;transition:transform .25s ease-in-out forwards}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__showLabels--H2g8d .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-wheel-hotspot [class*=titleBox]{opacity:1}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba{animation:none;transition-delay:0s;margin-top:0}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame{position:relative;display:block}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame[data-component=badge-hotspot]{width:100px;height:100px}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame[data-component=badge-hotspot] rdx-badge-hotspot{width:64px;height:64px;margin-top:30px;margin-left:17px}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame[data-component=wheel-hotspot]{height:150px;z-index:2}@media(min-width:2500px){.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame[data-component=wheel-hotspot]{height:170px;width:228px}}@media(min-width:2800px){.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame[data-component=wheel-hotspot]{height:240px;width:320px}}@media(min-width:3600px){.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame[data-component=wheel-hotspot]{height:300px;width:400px}}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame[data-component=wheel-hotspot] rdx-wheel-hotspot [class*=titleBox]{opacity:1;top:calc(73% + 10px);left:50%;transform:translate(-50%);right:0;bottom:6px;width:100%;max-width:185px}@media(min-width:2500px){.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame[data-component=wheel-hotspot] rdx-wheel-hotspot [class*=titleBox]{max-width:97%}}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame[data-component=wheel-hotspot] rdx-wheel-hotspot [class*=titleBox]>span{display:none}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame[data-component=wheel-hotspot] rdx-wheel-hotspot [class*=containerMedia]{transform:scale(1)}@media(min-width:2500px){.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame[data-component=wheel-hotspot] rdx-wheel-hotspot [class*=containerMedia]{transform:scale(1.25)}}@media(min-width:2800px){.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame[data-component=wheel-hotspot] rdx-wheel-hotspot [class*=containerMedia]{transform:scale(1.6)}}@media(min-width:3600px){.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-edition-frame[data-component=wheel-hotspot] rdx-wheel-hotspot [class*=containerMedia]{transform:scale(2)}}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__mediaContainer--dch07>rdx-edition-frame{position:relative;display:block}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__mediaContainer--dch07>rdx-edition-frame[data-component=media]{height:100%;display:flex}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__editing--wlBaW .hotspotContainer-module__content--qrgba .hotspotContainer-module__mediaContainer--dch07>rdx-edition-frame rdx-media>rdx-media-image>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@container page (min-width: 1081px){.hotspotContainer-module__container--sGFBn{margin-top:130px}}@container page (min-width: 1920px){.hotspotContainer-module__container--sGFBn{margin-top:140px}}@container page (min-width: 2500px){.hotspotContainer-module__container--sGFBn{margin-top:170px}}@container page (min-width: 2800px){.hotspotContainer-module__container--sGFBn{height:60%;margin-top:215px}}@container page (min-width: 3600px){.hotspotContainer-module__container--sGFBn{height:60%;margin-top:245px}}@container page (max-width: 768px){.hotspotContainer-module__container--sGFBn{height:50%}}@media(orientation:portrait){.hotspotContainer-module__container--sGFBn{height:40%;margin-top:0}}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__noAnimate--N_aOF{transform:scale(1) translateY(0);transition:none}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__noAnimate--N_aOF .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM{opacity:1}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__noAnimate--N_aOF .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-wheel-hotspot{opacity:1;animation:none}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__noAnimate--N_aOF .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-wheel-hotspot [class*=titleBox]{opacity:1}.hotspotContainer-module__container--sGFBn.hotspotContainer-module__noAnimate--N_aOF .hotspotContainer-module__content--qrgba .hotspotContainer-module__hotspotsContainer--kFvsM>rdx-badge-hotspot{opacity:1;animation:none}.page-module__page--GHJAl{display:flex;flex-direction:column;overflow:inherit;width:100%;container-type:inline-size;container-name:page}.page-module__page--GHJAl rdx-page-navigation{position:sticky;bottom:0;z-index:1}.page-module__page--GHJAl.page-module__expandVideoPage--FvZva{container-type:normal}.page-module__page--GHJAl>:first-child{padding-top:calc(50px + 32px * var(--paddingMultiplier, 1))}@container page (min-width: 768px){.page-module__page--GHJAl>:first-child{padding-top:calc(50px + 56px * var(--paddingMultiplier, 1))}}@container page (min-width: 768px) and (max-width: 1366px) and (orientation:portrait){.page-module__page--GHJAl>:first-child{padding-top:calc(55px + 32px * var(--paddingMultiplier, 1))}}@container page (min-width: 1081px){.page-module__page--GHJAl>:first-child{padding-top:calc(55px + 56px * var(--paddingMultiplier, 1))}}@container page (min-width: 2500px){.page-module__page--GHJAl>:first-child{padding-top:calc(80px + 56px * var(--paddingMultiplier, 1))}}@container page (min-width: 2800px){.page-module__page--GHJAl>:first-child{padding-top:calc(95px + 56px * var(--paddingMultiplier, 1))}}.page-module__page--GHJAl.page-module__hasFullSize--CKjYr{height:100%}.page-module__page--GHJAl.page-module__hasFullSize--CKjYr>:first-child{padding-top:0}.page-module__page--GHJAl.dark-theme{background-color:var(--darkBackgroundColor, var(--_dark_neutral-background, transparent))}.page-module__page--GHJAl.page-module__paddingBottom--B6QBI{padding-bottom:56px}.page-module__page--GHJAl.page-module__noPadding--UiXcf>:first-child{padding-top:56px}.page-module__page--GHJAl.page-module__noPadding--UiXcf.page-module__hasFullSize--CKjYr>:first-child{padding-top:0}.page-module__editing--ZYsdw{overflow-y:auto;width:100%;height:100%;padding-top:0}.page-module__editing--ZYsdw>span[class*=title]{position:absolute}.page-module__editing--ZYsdw>div[id*=contentContainer]{width:100%;height:100%;position:absolute;top:0}.page-module__editing--ZYsdw>div[id*=contentContainer]>rdx-page{width:100%}.page-module__editing--ZYsdw>div[id*=contentContainer]>rdx-page rdx-section{width:100%;height:100%}.page-module__editing--ZYsdw div[class*=slides]{padding-top:65px}.backToTop-module__container--unTRh{display:flex;flex-direction:column;text-align:center;color:#0009;margin-top:calc(32px - 1rem);margin-bottom:3.2vw;padding:0px calc(56px * var(--paddingMultiplier, 1))}.backToTop-module__container--unTRh.backToTop-module__hidden--VSbgk{display:none}.backToTop-module__container--unTRh>h2{font-size:1.2vw;line-height:1.5vw;font-weight:600;margin-bottom:8px;color:#000000e3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1920px){.backToTop-module__container--unTRh>h2{font-size:20px;line-height:32px}}.backToTop-module__container--unTRh>p{font-size:.85vw;line-height:1.2vw;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1920px){.backToTop-module__container--unTRh>p{font-size:14px;line-height:20px}}.backToTop-module__container--unTRh .backToTop-module__button--bHMiB{border:none;position:relative;border-radius:3px;padding:1px;background:linear-gradient(0deg,#024d93,#036dd0 18%);max-width:7.8vw;width:100%;height:2.1vw;margin:16px auto 0;cursor:pointer}.backToTop-module__container--unTRh .backToTop-module__button--bHMiB button{background-color:#005fb8;text-decoration:none;border:none;width:100%;max-width:8vw;display:block;line-height:27px;margin:.5px 0 0 .5px;border-radius:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;text-align:center;height:1.9vw;font-size:.85vw;color:#fff;padding:0 14px;cursor:pointer}@media(max-width:1920px){.backToTop-module__container--unTRh .backToTop-module__button--bHMiB button{font-size:14px;height:28px;max-width:118px}}@media(max-width:1920px){.backToTop-module__container--unTRh .backToTop-module__button--bHMiB{height:32px;max-width:120px}}.backToTop-module__container--unTRh .backToTop-module__buttonContainer--nHtcw{position:relative;width:100%;display:flex;justify-content:center;align-items:center;margin-top:16px}.backToTop-module__container--unTRh .backToTop-module__buttonContainer--nHtcw>button{max-width:7.8vw}@media(max-width:1920px){.backToTop-module__container--unTRh .backToTop-module__buttonContainer--nHtcw>button{height:32px;max-width:120px}}@media(max-width:1920px){.backToTop-module__container--unTRh{margin-bottom:50px}}.backToTop-module__container--unTRh.dark-theme>h2{color:var(--_dark_font-color)}.section-module__section--nUgmA{padding:0px calc(32px * var(--paddingMultiplier, 1));padding-top:32px}.section-module__section--nUgmA>*{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.section-module__section--nUgmA.section-module__rightToLeft--RJawA>rdx-feature-section rdx-tile{flex-direction:row;left:0}.section-module__section--nUgmA.section-module__rightToLeft--RJawA>rdx-hero-section rdx-tile{left:0}.section-module__section--nUgmA.section-module__rightToLeft--RJawA>rdx-fullsize-section>rdx-tile>div[class*=tileContentContainer] rdx-content>div[class*=contentWrapper]{align-items:unset}.section-module__section--nUgmA.section-module__rightToLeft--RJawA>rdx-fullsize-section>rdx-tile>div[class*=tileContentContainer] rdx-content>div[class*=contentWrapper] rdx-slide-container rdx-slide>div[class*=slideWrapper]>div[class*=contentWrapper]>div[class*=content]{align-items:flex-end}.section-module__section--nUgmA.section-module__rightToLeft--RJawA rdx-tile{align-items:flex-end;right:0;left:auto;text-align:right}.section-module__section--nUgmA.section-module__rightToLeft--RJawA rdx-content>div{align-items:flex-end;right:0;left:auto;text-align:right}@container page (min-width: 768px){.section-module__section--nUgmA{padding:0px calc(56px * var(--paddingMultiplier, 1));padding-top:56px}}@container page (min-width: 768px) and (max-width: 1366px) and (orientation:portrait){.section-module__section--nUgmA{padding:0px calc(32px * var(--paddingMultiplier, 1));padding-top:32px}}.section-module__editing--Hxv8W{width:100%;height:100%;padding:0}.section-module__editing--Hxv8W>div[id*=contentContainer]{height:100%}rdx-page-navigation{width:100%;background-color:#f1f1f2cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 0 5px #32323299;padding:0}@media(min-width:992px){rdx-page-navigation{padding:0px 3.6rem}}rdx-page-navigation.dark-theme{background-color:#292929cc}rdx-page-navigation.dark-theme .pageNavigation-module__container--YBw2P .pageNavigation-module__nav--Ldd6N{color:var(--_dark_font-color);background-color:var(--_dark_neutral-background-static)}rdx-page-navigation.dark-theme .pageNavigation-module__container--YBw2P .pageNavigation-module__nav--Ldd6N.pageNavigation-module__active--N8Dtd{background-color:var(--brandBackgroundColor, var(--_dark_primary-background-selected))}.pageNavigation-module__container--YBw2P{width:100%;display:flex;flex-direction:row;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;cursor:grab;cursor:-o-grab;cursor:-webkit-grab;align-items:stretch}.pageNavigation-module__container--YBw2P::-webkit-scrollbar{width:5px;height:5px}.pageNavigation-module__container--YBw2P::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.pageNavigation-module__container--YBw2P::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.pageNavigation-module__container--YBw2P::-webkit-scrollbar-thumb:hover{background:#0000004d}.pageNavigation-module__container--YBw2P .pageNavigation-module__nav--Ldd6N{width:auto;font-size:1vw;font-weight:400;text-align:center;text-decoration:none;color:#000;height:2.5vw;padding:7px 10px;transition:all .3s ease-in-out;flex-shrink:0;min-width:140px;flex:auto;border:none;cursor:pointer}.pageNavigation-module__container--YBw2P .pageNavigation-module__nav--Ldd6N:hover{text-decoration:underline}.pageNavigation-module__container--YBw2P .pageNavigation-module__nav--Ldd6N.pageNavigation-module__active--N8Dtd{background-color:var(--brandBackgroundColor);color:#fff;transition:all .3s ease-in-out}@media(min-width:992px){.pageNavigation-module__container--YBw2P .pageNavigation-module__nav--Ldd6N{line-height:21px}}@media(max-width:1920px){.pageNavigation-module__container--YBw2P .pageNavigation-module__nav--Ldd6N{font-size:16px;height:36px}}@media(max-width:992px){.pageNavigation-module__container--YBw2P .pageNavigation-module__nav--Ldd6N{font-size:14px}}.gamepadCaption-module__header--DKP8M{position:relative;z-index:1000;background:#ffffff05;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:1200px;width:100%;margin:0 auto;display:flex;align-items:center;gap:16px;justify-content:space-between;flex-wrap:wrap;color:#dfe6df;border:1px solid rgba(255,255,255,.05);padding:12px 16px;border-radius:999px;box-shadow:var(--shadow)}.gamepadCaption-module__header--DKP8M .gamepadCaption-module__brand--SpN1l{display:flex;align-items:center;gap:12px}.gamepadCaption-module__header--DKP8M .gamepadCaption-module__brand--SpN1l svg{width:48px;height:48px}.gamepadCaption-module__header--DKP8M .gamepadCaption-module__hint--Pa7wx{font-weight:700;letter-spacing:.02em}.gamepadCaption-module__header--DKP8M .gamepadCaption-module__tips--nCSHZ{list-style:none;display:flex;gap:18px;margin:0;padding:0;flex-wrap:wrap}.gamepadCaption-module__header--DKP8M .gamepadCaption-module__tips--nCSHZ>li{font-size:14px;color:#e8eee8}.gamepadCaption-module__header--DKP8M .gamepadCaption-module__tips--nCSHZ>li .gamepadCaption-module__coachKbd--Zq5Wr{display:inline-block;padding:2px 8px;border-radius:6px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;font-weight:800;letter-spacing:.04em;font-size:12px;margin-right:6px}@keyframes book-module__enterFromTop--w4AjQ{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes book-module__leaveFromBottom--X7M_7{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes book-module__leaveFromBottomFooter--rzddJ{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes book-module__enterFromBottom--a3Sqw{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes book-module__enterFromBottomFooter--vRjnt{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes book-module__smoothEnterFromBottom--wCtZ4{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes book-module__showFromBehind--ULugs{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes book-module__hideFromFront--tqRwl{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes book-module__shineLogo--iiv_3{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes book-module__fade-in--AHR1J{0%{opacity:0}to{opacity:1}}@keyframes book-module__fade-out--yVM6E{0%{opacity:1}to{opacity:0}}@keyframes book-module__enter-rtl--Pl_vG{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes book-module__leave-rtl--rG7v8{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes book-module__enter-ltr--ZGMWx{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes book-module__leave-ltr--pq1Ke{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes book-module__slide-enter-rtl--uKnJG{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes book-module__slide-leave-rtl--VoEgs{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes book-module__slide-enter-ltr--FoK8z{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes book-module__slide-leave-ltr--qV61b{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes book-module__stroke--EZziv{to{stroke-dashoffset:0}}@keyframes book-module__marquee-text--pd2sB{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes book-module__fadeInLeft--c_McC{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes book-module__qr-in--XWzH2{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes book-module__qr-out--jvlHB{0%{opacity:1}to{opacity:0}}@keyframes book-module__attract-in--UurZ9{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes book-module__attract-out--bQBHF{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes book-module__pulse-animation--BzGVS{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes book-module__pulse-animation-dark--wDUgP{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes book-module__pingPong--Szbx0{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes book-module__opacitySvg--i2Bj_{0%{opacity:0}to{opacity:1}}@keyframes book-module__focusRing--gflk5{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.book-module__book--GAPQH{position:relative;display:flex;flex-direction:column;min-height:100%}.book-module__book--GAPQH>rdx-page{position:absolute}.book-module__enterRtl--Iu9ox{animation:book-module__enter-rtl--Pl_vG 333ms ease-in-out .1s both}.book-module__leaveRtl--gcGyh{animation:book-module__leave-rtl--rG7v8 333ms ease-in-out .1s both}.book-module__enterLtr--Sdsmt{animation:book-module__enter-ltr--ZGMWx 333ms ease-in-out .1s both}.book-module__leaveLtr--kfc_Z{animation:book-module__leave-ltr--pq1Ke 333ms ease-in-out .1s both}.book-module__fadeIn--A3Uzz{animation:book-module__fade-in--AHR1J 333ms ease-in-out both}.book-module__fadeOut--G8S0L{animation:book-module__fade-out--yVM6E 333ms ease-in-out both}.book-module__enterBtf--zwE7R{position:absolute;top:0;left:0}.book-module__enterBtf--zwE7R rdx-section rdx-tile rdx-content{transition-delay:.5s;animation:book-module__showFromBehind--ULugs forwards;animation-timing-function:ease-in-out;animation-duration:333ms}.book-module__leaveBtf--d9EKk{position:absolute;top:0;left:0}.book-module__leaveBtf--d9EKk rdx-section rdx-tile rdx-content{transition-delay:.5s;animation:book-module__hideFromFront--tqRwl forwards;animation-timing-function:ease-in-out;animation-duration:333ms}@keyframes hotspotFooter-module__enterFromTop--D2heL{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes hotspotFooter-module__leaveFromBottom--vUB5g{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes hotspotFooter-module__leaveFromBottomFooter--yqx_I{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes hotspotFooter-module__enterFromBottom--QDlS6{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes hotspotFooter-module__enterFromBottomFooter--XRCsg{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hotspotFooter-module__smoothEnterFromBottom--ka9g_{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes hotspotFooter-module__showFromBehind--O2x65{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes hotspotFooter-module__hideFromFront--t4Wr5{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes hotspotFooter-module__shineLogo--MtlVJ{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes hotspotFooter-module__fade-in--cTDrn{0%{opacity:0}to{opacity:1}}@keyframes hotspotFooter-module__fade-out--TOYUE{0%{opacity:1}to{opacity:0}}@keyframes hotspotFooter-module__enter-rtl--ve_XM{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes hotspotFooter-module__leave-rtl--iaCci{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes hotspotFooter-module__enter-ltr--azzT8{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes hotspotFooter-module__leave-ltr--jWG8i{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes hotspotFooter-module__slide-enter-rtl--V0zas{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes hotspotFooter-module__slide-leave-rtl--ebOx2{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes hotspotFooter-module__slide-enter-ltr--vRT99{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes hotspotFooter-module__slide-leave-ltr--Xz3wM{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes hotspotFooter-module__stroke--lHBZN{to{stroke-dashoffset:0}}@keyframes hotspotFooter-module__marquee-text--DJohW{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes hotspotFooter-module__fadeInLeft--beKCd{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes hotspotFooter-module__qr-in--_VZD1{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes hotspotFooter-module__qr-out--XVafv{0%{opacity:1}to{opacity:0}}@keyframes hotspotFooter-module__attract-in--WZ7pA{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes hotspotFooter-module__attract-out--sVcE7{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes hotspotFooter-module__pulse-animation--KX4XX{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes hotspotFooter-module__pulse-animation-dark--JbGoH{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes hotspotFooter-module__pingPong--yIJB9{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes hotspotFooter-module__opacitySvg--e0vw3{0%{opacity:0}to{opacity:1}}@keyframes hotspotFooter-module__focusRing--AzXPz{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.hotspotFooter-module__hotspotFooter--g7WMv{position:relative;width:100%;height:30%;display:flex;align-items:center;flex-direction:column;transition:all ease-in-out .25s;margin-top:50px}.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7{width:100%;display:none;justify-content:center;align-items:center;flex-direction:column;text-align:center;opacity:0}.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm{max-width:90%;margin:2px 0 5px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(min-width:1081px)and (orientation:portrait){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm{max-width:80%}}@container page (min-width: 1366px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm{max-width:70%}}@container page (max-width: 992px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm{max-width:85%}}@container page (max-width: 600px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm{max-width:95%}}.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm h3{font-weight:var(--textWeight, 600)}.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{max-width:38%;max-height:108px;overflow:auto;display:block;overflow-x:hidden}.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d::-webkit-scrollbar{width:5px;height:5px}.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d::-webkit-scrollbar-thumb:hover{background:#0000004d}.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d p{margin-top:15px;font-weight:var(--textWeight, 400);word-wrap:break-word}@container page (max-width: 1920px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d p{margin-top:5px}}@media(min-width:1081px)and (orientation:portrait){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{max-width:50%}}@container page (min-width: 1366px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{max-width:40%}}@container page (max-width: 992px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{max-width:55%}}@container page (max-width: 600px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{max-width:65%}}@container page (min-width: 1920px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{max-height:150px}}@container page (min-width: 2500px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{max-height:250px}}@container page (min-width: 2800px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{max-height:300px}}@container page (min-width: 3600px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{max-height:365px}}@container page (min-width: 1081px) and (orientation:portrait){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{max-height:650px}}.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu>rdx-button{opacity:0;position:absolute;right:26px;bottom:30px;max-width:15vw;transition:opacity ease-in .25s;transition-timing-function:cubic-bezier(0,0,0,1);transition-duration:187ms}@container page (max-width: 1920px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu>rdx-button{max-width:255px}}@container page (max-width: 992px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu>rdx-button{max-width:170px}}@container page (max-width: 768px){.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu>rdx-button{max-width:160px}}.hotspotFooter-module__hotspotFooter--g7WMv .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2{position:absolute;max-width:90%;top:-20px;font-weight:var(--textWeight, 600);letter-spacing:0px;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition-delay:1s;animation:hotspotFooter-module__showFromBehind--O2x65 forwards;animation-timing-function:cubic-bezier(0,0,0,1);animation-duration:333ms}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__transitioning--b8KoE .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2{animation:hotspotFooter-module__leaveFromBottomFooter--yqx_I forwards;animation-timing-function:cubic-bezier(0,0,0,1);animation-duration:333ms;animation-delay:var(--newDelay, 0)}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__transitioning--b8KoE .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__containerText--Gz6K7{animation:hotspotFooter-module__enterFromBottomFooter--XRCsg forwards;animation-timing-function:cubic-bezier(0,0,0,1);animation-duration:333ms;animation-delay:calc(var(--newDelay, 0) + .45s)}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__transitioning--b8KoE .hotspotFooter-module__containerFooter--Frtdu>rdx-button{opacity:1}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__transitioning--b8KoE .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7{display:flex}@container page (min-width: 2800px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__transitioning--b8KoE{margin-top:1vw}}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_{padding-bottom:20px;width:100%;min-height:auto;height:auto}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ rdx-edition-frame[data-component=button]{position:absolute;right:26px;bottom:30px;width:auto;height:auto}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ rdx-edition-frame[data-component=text]{max-width:100%;width:100%;height:auto}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ rdx-edition-frame[data-component=text] textarea{border:none;resize:none;width:100%;font-weight:var(--textWeight, 600);letter-spacing:0px;text-align:center}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ rdx-edition-frame[data-component=text] textarea::-webkit-scrollbar{width:5px;height:5px}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ rdx-edition-frame[data-component=text] textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ rdx-edition-frame[data-component=text] textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ rdx-edition-frame[data-component=text] textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ rdx-edition-frame[data-component=text] textarea:focus,.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ rdx-edition-frame[data-component=text] textarea.gamepad-focused{outline:none}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu{position:relative}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu>rdx-button{opacity:1}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2{animation:none;position:relative;height:95px;overflow:auto}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2::-webkit-scrollbar{width:5px;height:5px}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 1920px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2{height:60px}}@container page (min-width: 2500px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2{height:125px}}@container page (min-width: 2800px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2{height:140px}}@container page (min-width: 3600px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2{height:170px}}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7{animation:none;opacity:1}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm{display:block;height:60px;overflow:auto}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm::-webkit-scrollbar{width:5px;height:5px}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 1920px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm{height:44px}}@container page (min-width: 2500px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm{height:80px}}@container page (min-width: 2800px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm{height:110px}}@container page (min-width: 3600px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__header--OFtJm{height:130px}}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{height:80px;overflow:auto;display:block}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d::-webkit-scrollbar{width:5px;height:5px}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (min-width: 2500px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{height:180px}}@container page (min-width: 2800px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{height:210px}}@container page (min-width: 3600px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7>.hotspotFooter-module__paragraph--ERu9d{height:230px}}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame{position:relative;right:0;bottom:0;width:100%;display:block}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-heading-text{display:block}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-heading-text>textarea{font-weight:var(--textWeight, 600);text-align:center;height:60px}@container page (max-width: 1920px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-heading-text>textarea{height:40px}}@container page (min-width: 2500px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-heading-text>textarea{height:90px}}@container page (min-width: 2800px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-heading-text>textarea{height:120px}}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-paragraph-text>textarea,.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-label-text>textarea,.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-legal-text>textarea,.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-banner-text>textarea{font-weight:var(--textWeight, 400)}@container page (min-width: 2500px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-paragraph-text>textarea,.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-label-text>textarea,.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-legal-text>textarea,.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-banner-text>textarea{height:140px}}@container page (min-width: 2800px){.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-paragraph-text>textarea,.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-label-text>textarea,.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-legal-text>textarea,.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame rdx-banner-text>textarea{height:180px}}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame textarea{width:100%;border:none;resize:none}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame textarea::-webkit-scrollbar{width:5px;height:5px}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame textarea:focus,.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_ .hotspotFooter-module__containerFooter--Frtdu .hotspotFooter-module__containerText--Gz6K7 rdx-edition-frame textarea.gamepad-focused{outline:none}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_.hotspotFooter-module__transitioning--b8KoE{padding-bottom:20px;width:100%;min-height:28dvh;height:auto}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__editing--_9nj_.hotspotFooter-module__transitioning--b8KoE .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2{animation:none}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__noAnimate--rBB44 .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2,.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__noAnimate--rBB44 .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__containerText--Gz6K7{animation:none}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__noAnimate--rBB44 .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__preview--GTjd2{transform:translateY(-30px);opacity:0}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__noAnimate--rBB44 .hotspotFooter-module__containerFooter--Frtdu>.hotspotFooter-module__containerText--Gz6K7{display:flex;transition:none;opacity:1}.hotspotFooter-module__hotspotFooter--g7WMv.hotspotFooter-module__noAnimate--rBB44 .hotspotFooter-module__containerFooter--Frtdu>rdx-button{opacity:1}@keyframes slideContainer-module__enterFromTop--N4VKO{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes slideContainer-module__leaveFromBottom--CUXzp{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes slideContainer-module__leaveFromBottomFooter--Z_nzl{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes slideContainer-module__enterFromBottom--UOfT5{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideContainer-module__enterFromBottomFooter--ZVUyQ{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideContainer-module__smoothEnterFromBottom--qx6tQ{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes slideContainer-module__showFromBehind--n67cx{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes slideContainer-module__hideFromFront--uQth3{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes slideContainer-module__shineLogo--EVplj{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes slideContainer-module__fade-in--D3DVC{0%{opacity:0}to{opacity:1}}@keyframes slideContainer-module__fade-out--F02NI{0%{opacity:1}to{opacity:0}}@keyframes slideContainer-module__enter-rtl--RW2Se{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideContainer-module__leave-rtl--f5LKL{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slideContainer-module__enter-ltr--shtWO{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideContainer-module__leave-ltr--aXIYV{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes slideContainer-module__slide-enter-rtl--MOxQ6{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes slideContainer-module__slide-leave-rtl--c44aG{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes slideContainer-module__slide-enter-ltr--jFBOc{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes slideContainer-module__slide-leave-ltr--Tk97E{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes slideContainer-module__stroke--nzWP_{to{stroke-dashoffset:0}}@keyframes slideContainer-module__marquee-text--p1LP9{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes slideContainer-module__fadeInLeft--qe1cL{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideContainer-module__qr-in--Ue5KH{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes slideContainer-module__qr-out--pGFIp{0%{opacity:1}to{opacity:0}}@keyframes slideContainer-module__attract-in--zWHRv{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes slideContainer-module__attract-out--AueLP{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes slideContainer-module__pulse-animation--kJq_j{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes slideContainer-module__pulse-animation-dark--QYcnv{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes slideContainer-module__pingPong--B3xgL{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes slideContainer-module__opacitySvg--YNEa3{0%{opacity:0}to{opacity:1}}@keyframes slideContainer-module__focusRing--fMtUm{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.slideContainer-module__content--Orlwb{height:100%;animation:slideContainer-module__showFromBehind--n67cx forwards;animation-delay:1ms;animation-timing-function:cubic-bezier(.13,0,.92);animation-duration:667ms}.slideContainer-module__content--Orlwb *,.slideContainer-module__content--Orlwb *:after,.slideContainer-module__content--Orlwb *:before{touch-action:none}.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T{animation:none;animation-delay:0;animation-timing-function:unset;animation-duration:unset}.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T .slideContainer-module__slides--aP9bX{overflow-x:hidden;overflow-y:auto}@container page (max-width: 992px){.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T .slideContainer-module__slides--aP9bX div[class*=slideWrapper]{padding-top:15px}.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T .slideContainer-module__slides--aP9bX div[class*=mediaContainerBackground]{margin-top:0}}@container page (max-width: 992px){.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T .slideContainer-module__controls--UdP3I{bottom:15px}}@container page (max-width: 768px){.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T .slideContainer-module__controls--UdP3I{bottom:8px}}@container page (max-width: 992px){.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-heading-text,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-sub-text,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-paragraph-text,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-banner-text,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-label-text,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-legal-text{max-height:80px;overflow:auto;display:block}.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-heading-text::-webkit-scrollbar,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-sub-text::-webkit-scrollbar,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-paragraph-text::-webkit-scrollbar,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-banner-text::-webkit-scrollbar,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-label-text::-webkit-scrollbar,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-legal-text::-webkit-scrollbar{width:5px;height:5px}.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-heading-text::-webkit-scrollbar-track,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-sub-text::-webkit-scrollbar-track,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-paragraph-text::-webkit-scrollbar-track,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-banner-text::-webkit-scrollbar-track,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-label-text::-webkit-scrollbar-track,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-legal-text::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-heading-text::-webkit-scrollbar-thumb,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-sub-text::-webkit-scrollbar-thumb,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-paragraph-text::-webkit-scrollbar-thumb,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-banner-text::-webkit-scrollbar-thumb,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-label-text::-webkit-scrollbar-thumb,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-legal-text::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-heading-text::-webkit-scrollbar-thumb:hover,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-sub-text::-webkit-scrollbar-thumb:hover,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-paragraph-text::-webkit-scrollbar-thumb:hover,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-banner-text::-webkit-scrollbar-thumb:hover,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-label-text::-webkit-scrollbar-thumb:hover,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] rdx-legal-text::-webkit-scrollbar-thumb:hover{background:#0000004d}}@container page (max-width: 992px){.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=contentWrapper] div[class*=content] p{max-height:40px}}.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=mediaContainerBackground] rdx-media>rdx-media-image,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=mediaContainerBackground] rdx-media>rdx-media-video{border-radius:8px;overflow:hidden}.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=mediaContainerBackground] rdx-media>rdx-media-image>img,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=mediaContainerBackground] rdx-media>rdx-media-video>img{border-radius:8px}@container page (max-width: 992px){.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=mediaContainerBackground] rdx-media>rdx-media-image>img,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=mediaContainerBackground] rdx-media>rdx-media-video>img{max-height:200px}}.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=mediaContainerBackground] rdx-media>rdx-media-image>video,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=mediaContainerBackground] rdx-media>rdx-media-video>video{border-radius:8px}@container page (max-width: 992px){.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=mediaContainerBackground] rdx-media>rdx-media-image>video,.slideContainer-module__content--Orlwb.slideContainer-module__editingContent--Zc98T rdx-slide div[class*=slideWrapper] div[class*=mediaContainerBackground] rdx-media>rdx-media-video>video{max-height:200px}}.slideContainer-module__content--Orlwb .slideContainer-module__controls--UdP3I{display:none}.slideContainer-module__content--Orlwb:hover .slideContainer-module__carouselButton--afJFR{display:flex}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR{position:absolute;display:none;border:0;cursor:pointer;pointer-events:all;top:50%;transform:translateY(-50%);width:2.25vw;height:2.25vw;border-radius:50%;border:1px solid rgba(0,0,0,0);transition:667ms cubic-bezier(.13,1.62,0,.92);border:1px solid rgba(0,0,0,.0578);box-shadow:0 4px 8px #00000014;display:flex;justify-content:center;align-items:center;transform-origin:center center;will-change:transform;transition:all ease-in-out .25s;background-color:#ffffffc9}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR:hover{scale:1.1177;background-color:#ffffffc9;box-shadow:0 4px 8px #00000014}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR:active{background-color:#ebebeb}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR[disabled]{pointer-events:none;background-color:#ebebeb}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR[disabled] svg path{filter:saturate(0)}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR svg path{transition:all ease-in-out .25s;fill:var(--brandBackgroundColor)}@media(hover:hover)and (pointer:fine){.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR:hover{background-color:var(--brandBackgroundColor)}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR:hover svg path{fill:var(--brandForegroundColor)}}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.slideContainer-module__next--VgF0n{right:2vw}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.slideContainer-module__next--VgF0n svg{width:24px;height:24px}@container page (min-width: 2500px){.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.slideContainer-module__next--VgF0n svg{width:1.35vw;height:1.35vw}}@media(orientation:portrait)and (min-width:992px)and (max-width:4200px){.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.slideContainer-module__next--VgF0n svg{width:3.5vw;height:3.5vw}}@container page (max-width: 1920px){.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.slideContainer-module__next--VgF0n{right:27px}}@media(orientation:portrait)and (min-width:992px)and (max-width:4200px){.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.slideContainer-module__next--VgF0n{right:3vw}}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.slideContainer-module__back--IhMjg{left:2vw}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.slideContainer-module__back--IhMjg svg{width:24px;height:24px}@container page (min-width: 2500px){.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.slideContainer-module__back--IhMjg svg{width:1.35vw;height:1.35vw}}@media(orientation:portrait)and (min-width:992px)and (max-width:4200px){.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.slideContainer-module__back--IhMjg svg{width:3.5vw;height:3.5vw}}@container page (max-width: 1920px){.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.slideContainer-module__back--IhMjg{left:27px}}@media(orientation:portrait)and (min-width:992px)and (max-width:4200px){.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.slideContainer-module__back--IhMjg{left:3vw}}@container page (max-width: 1920px){.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR{width:34px;height:34px}}@media(orientation:portrait)and (min-width:992px)and (max-width:4200px){.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR{width:5vw;height:5vw}}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.dark-theme{background-color:var(--_dark_neutral-rest);border-color:1px solid rgba(255,255,255,.0698)}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.dark-theme svg path{fill:var(--_dark_font-accent-color)}@media(hover:hover)and (pointer:fine){.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.dark-theme:hover{background-color:var(--_dark_font-accent-color);border-color:var(--_dark_neutral-stroke-hov)}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.dark-theme:hover svg path{fill:var(--_dark_neutral-rest)}}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.dark-theme:active{background-color:var(--_dark_neutral-press);border-color:1px solid rgba(255,255,255,.0698)}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.dark-theme:active svg path{fill:var(--_dark_primary-button-press)}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.dark-theme[disabled]{background-color:var(--_dark_neutral-background-disabled)}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.dark-theme[disabled] svg path{filter:saturate(0)}.slideContainer-module__content--Orlwb .slideContainer-module__carouselButton--afJFR.dark-theme:focus-visible{outline:2px solid var(--_dark_neutral-focus)}.slideContainer-module__content--Orlwb .slideContainer-module__controls--UdP3I{display:flex;position:absolute;bottom:24px;height:10px;width:100%;justify-content:center;align-items:center;pointer-events:none}@container page (min-width: 2500px){.slideContainer-module__content--Orlwb .slideContainer-module__controls--UdP3I{bottom:3dvh}}.slideContainer-module__content--Orlwb .slideContainer-module__controls--UdP3I .slideContainer-module__dots--FpWW3{margin:0 10px}.slideContainer-module__content--Orlwb .slideContainer-module__controls--UdP3I .slideContainer-module__dots--FpWW3>button.slideContainer-module__dot--F7rbZ{width:.4vw;height:.4vw;background-color:#00000072;margin-right:.55vw;pointer-events:all;border-radius:50%;border:none;cursor:pointer;transition:.15s;display:inline-block;vertical-align:-webkit-baseline-middle}.slideContainer-module__content--Orlwb .slideContainer-module__controls--UdP3I .slideContainer-module__dots--FpWW3>button.slideContainer-module__dot--F7rbZ:last-child{margin-right:0}@container page (max-width: 1920px){.slideContainer-module__content--Orlwb .slideContainer-module__controls--UdP3I .slideContainer-module__dots--FpWW3>button.slideContainer-module__dot--F7rbZ{width:6px;height:6px;margin-right:10px}}.slideContainer-module__content--Orlwb .slideContainer-module__controls--UdP3I .slideContainer-module__dots--FpWW3>button.slideContainer-module__dot--F7rbZ.dark-theme{background-color:var(--_dark_neutral-stroke-select)}.slideContainer-module__content--Orlwb .slideContainer-module__controls--UdP3I .slideContainer-module__dots--FpWW3>button.slideContainer-module__active--Xs9E5{width:.55vw;height:.55vw}.slideContainer-module__content--Orlwb .slideContainer-module__controls--UdP3I .slideContainer-module__dots--FpWW3>button.slideContainer-module__active--Xs9E5.dark-theme{background-color:var(--_dark_neutral-focus)}@container page (max-width: 1920px){.slideContainer-module__content--Orlwb .slideContainer-module__controls--UdP3I .slideContainer-module__dots--FpWW3>button.slideContainer-module__active--Xs9E5{width:9px;height:9px}}.slideContainer-module__content--Orlwb .slideContainer-module__next--VgF0n,.slideContainer-module__content--Orlwb .slideContainer-module__back--IhMjg,.slideContainer-module__content--Orlwb .slideContainer-module__controls--UdP3I{z-index:1}.slideContainer-module__content--Orlwb .slideContainer-module__slides--aP9bX{position:relative;width:100%;height:100%;transition:transform .6s;display:flex;flex-direction:row;justify-content:center;align-items:center;overflow:hidden;z-index:1}.slideContainer-module__content--Orlwb .slideContainer-module__slides--aP9bX::-webkit-scrollbar{width:5px;height:5px}.slideContainer-module__content--Orlwb .slideContainer-module__slides--aP9bX::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slideContainer-module__content--Orlwb .slideContainer-module__slides--aP9bX::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slideContainer-module__content--Orlwb .slideContainer-module__slides--aP9bX::-webkit-scrollbar-thumb:hover{background:#0000004d}.slideContainer-module__content--Orlwb .slideContainer-module__slides--aP9bX>rdx-slide,.slideContainer-module__content--Orlwb .slideContainer-module__slides--aP9bX>rdx-slide-color-chooser{position:absolute;width:100%;height:100%;display:flex;align-items:center}.slideContainer-module__content--Orlwb:before{content:"";position:fixed;opacity:0;inset:0;background-color:#0000004d;transition:opacity .25s ease-in-out;pointer-events:none;z-index:1}.slideContainer-module__content--Orlwb.slideContainer-module__backdrop--Wc_jh:before{opacity:1}.slideContainer-module__editing--kQ8rN{display:block;width:100%;height:100%}.slideContainer-module__editing--kQ8rN .slideContainer-module__slides--aP9bX::-webkit-scrollbar{width:5px;height:5px}.slideContainer-module__editing--kQ8rN .slideContainer-module__slides--aP9bX::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.slideContainer-module__editing--kQ8rN .slideContainer-module__slides--aP9bX::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.slideContainer-module__editing--kQ8rN .slideContainer-module__slides--aP9bX::-webkit-scrollbar-thumb:hover{background:#0000004d}@media(max-width:1920px){.slideContainer-module__editing--kQ8rN .slideContainer-module__slides--aP9bX{overflow:auto;padding-top:75px}}.slideContainer-module__fadeIn--AMSyJ{opacity:0;animation:slideContainer-module__fade-in--D3DVC .6s ease both}.slideContainer-module__enterRtl--xUXkb{animation:slideContainer-module__slide-enter-rtl--MOxQ6 667ms cubic-bezier(.55,.55,0,1) both}.slideContainer-module__leaveRtl--jdMRl{animation:slideContainer-module__slide-leave-rtl--c44aG 667ms cubic-bezier(.55,.55,0,1) both}.slideContainer-module__enterLtr--gc9np{animation:slideContainer-module__slide-enter-ltr--jFBOc 667ms cubic-bezier(.55,.55,0,1) both}.slideContainer-module__leaveLtr--Wkspx{animation:slideContainer-module__slide-leave-ltr--Tk97E 667ms cubic-bezier(.55,.55,0,1) both}.rowTile-module__tile--I4BGj{background-color:#fff;border-radius:8px;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 4px #0000000a;transition:box-shadow .3s ease-in-out;cursor:pointer}.rowTile-module__tile--I4BGj:hover{box-shadow:0 2px 4px #0000001a}.rowTile-module__tile--I4BGj>rdx-media{background-color:var(--tileBackgroundColor, #eeeeee);position:static;height:auto;contain:strict;top:0;aspect-ratio:1.77/1;display:block}.rowTile-module__tile--I4BGj>rdx-media rdx-media-image{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:auto}.disclaimer-module__disclaimer--HYVXC{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;font-size:.8vw;line-height:1.05vw}.disclaimer-module__disclaimer--HYVXC .disclaimer-module__title--fYDqu{font-weight:600}.disclaimer-module__disclaimer--HYVXC .disclaimer-module__innerText--Bg_fU{font-weight:400}@container drawer (max-width: 1920px){.disclaimer-module__disclaimer--HYVXC{font-size:12px;line-height:16px}}@keyframes banner-module__enterFromTop--hkBU0{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes banner-module__leaveFromBottom--SAzI3{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes banner-module__leaveFromBottomFooter--cBCS3{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes banner-module__enterFromBottom--NJkXT{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes banner-module__enterFromBottomFooter--lxmuU{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes banner-module__smoothEnterFromBottom--l_pQ6{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes banner-module__showFromBehind--lFnzd{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes banner-module__hideFromFront--rFN5L{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes banner-module__shineLogo--Q79t4{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes banner-module__fade-in--wj3Rr{0%{opacity:0}to{opacity:1}}@keyframes banner-module__fade-out--N5zSw{0%{opacity:1}to{opacity:0}}@keyframes banner-module__enter-rtl--QCIiy{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes banner-module__leave-rtl--iZo7c{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes banner-module__enter-ltr--VCS7U{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes banner-module__leave-ltr--h9XB0{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes banner-module__slide-enter-rtl--g2uu4{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes banner-module__slide-leave-rtl--CEwa_{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes banner-module__slide-enter-ltr--wAu2o{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes banner-module__slide-leave-ltr--nndLV{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes banner-module__stroke--j3YaL{to{stroke-dashoffset:0}}@keyframes banner-module__marquee-text--yC0mM{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes banner-module__fadeInLeft--pkX2O{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes banner-module__qr-in--LWLip{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes banner-module__qr-out--sQE2Q{0%{opacity:1}to{opacity:0}}@keyframes banner-module__attract-in--ammfV{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes banner-module__attract-out--Qh0Gn{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes banner-module__pulse-animation--X49Xe{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes banner-module__pulse-animation-dark--xIIWi{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes banner-module__pingPong--mo27q{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes banner-module__opacitySvg--zlNNG{0%{opacity:0}to{opacity:1}}@keyframes banner-module__focusRing--o31n_{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.banner-module__banner--sKJtg{position:fixed;top:0;left:0;z-index:2;width:100%;min-height:155px;max-height:245px;gap:16px;padding:24px;box-shadow:0 2px 4px #0000000a;border:1px solid rgba(0,0,0,.05);background-color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;--bannerAnimationTime: .25s;animation:banner-module__enterFromTop--hkBU0 var(--bannerAnimationTime) ease-in forwards;container-type:inline-size;container-name:banner}.banner-module__banner--sKJtg[class*=noAnimation]{--bannerAnimationTime: 0ms}.banner-module__banner--sKJtg[class*=hidden]{animation:banner-module__leaveFromBottom--SAzI3 var(--bannerAnimationTime) ease-in forwards}.banner-module__banner--sKJtg[class*=noAnimationEnter],.banner-module__banner--sKJtg[class*=noAnimationLeave]{animation:none;transition:none}.banner-module__banner--sKJtg[class*=noAnimationLeave]{opacity:0;transform:translate(-100%)}.banner-module__banner--sKJtg>rdx-media{width:var(--media-percentage);min-width:var(--media-min-width);min-height:initial;display:flex;align-items:center;justify-content:center;position:relative}.banner-module__banner--sKJtg>rdx-media img{width:100%;height:100%;max-height:102px;-o-object-fit:cover;object-fit:cover}@container banner (min-width: 2500px){.banner-module__banner--sKJtg>rdx-media img{max-height:122px}}@container banner (min-width: 2800px){.banner-module__banner--sKJtg>rdx-media img{max-height:197px}}.banner-module__banner--sKJtg rdx-dft-ads-carousel{width:var(--dft-ad-percentage);min-width:var(--dft-ad-min-width);background-color:#00000005;max-width:300px;min-height:95px;border:1px solid rgba(0,0,0,.05);border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;z-index:0}@container banner (min-width: 1920px){.banner-module__banner--sKJtg rdx-dft-ads-carousel{min-height:110px}}@container banner (min-width: 2500px){.banner-module__banner--sKJtg rdx-dft-ads-carousel{min-height:130px;max-width:16vw}}@container banner (min-width: 2800px){.banner-module__banner--sKJtg rdx-dft-ads-carousel{min-height:170px}}@container banner (min-width: 3600px){.banner-module__banner--sKJtg rdx-dft-ads-carousel{min-height:190px}}.banner-module__banner--sKJtg rdx-dft-ads-carousel rdx-edition-frame[data-component=dft-ad-item]{display:block}.banner-module__banner--sKJtg rdx-dft-ads-carousel rdx-edition-frame[data-component=dft-ad-item] [id*=contentContainer]{padding:0;height:90px}@container banner (min-width: 1920px){.banner-module__banner--sKJtg rdx-dft-ads-carousel rdx-edition-frame[data-component=dft-ad-item] [id*=contentContainer]{height:105px}}@container banner (min-width: 2500px){.banner-module__banner--sKJtg rdx-dft-ads-carousel rdx-edition-frame[data-component=dft-ad-item] [id*=contentContainer]{height:125px}}@container banner (min-width: 2800px){.banner-module__banner--sKJtg rdx-dft-ads-carousel rdx-edition-frame[data-component=dft-ad-item] [id*=contentContainer]{height:164px}}.banner-module__banner--sKJtg rdx-dft-info{width:var(--dft-info-percentage);min-width:var(--dft-info-min-width)}.banner-module__banner--sKJtg rdx-dft-info div[class*=violatorContainer]{width:100%}.banner-module__banner--sKJtg rdx-dft-info rdx-text rdx-heading-text h3{font-size:1.15vw;line-height:1.65vw}@container banner (max-width: 1920px){.banner-module__banner--sKJtg rdx-dft-info rdx-text rdx-heading-text h3{font-size:20px;line-height:28px}}.banner-module__banner--sKJtg rdx-dft-features{display:grid;gap:5px;min-width:var(--dft-features-min-width);width:var(--dft-features-percentage);max-height:105px;overflow:auto}.banner-module__banner--sKJtg rdx-dft-features::-webkit-scrollbar{width:5px;height:5px}.banner-module__banner--sKJtg rdx-dft-features::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.banner-module__banner--sKJtg rdx-dft-features::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.banner-module__banner--sKJtg rdx-dft-features::-webkit-scrollbar-thumb:hover{background:#0000004d}@container banner (min-width: 1920px){.banner-module__banner--sKJtg rdx-dft-features{max-height:147px}}@container banner (min-width: 2500px){.banner-module__banner--sKJtg rdx-dft-features{max-height:172px}}@container banner (min-width: 2800px){.banner-module__banner--sKJtg rdx-dft-features{max-height:202px}}@container banner (min-width: 3600px){.banner-module__banner--sKJtg rdx-dft-features{max-height:222px}}.banner-module__banner--sKJtg rdx-dft-features .banner-module__featureActive--M2EJH{z-index:1}.banner-module__banner--sKJtg rdx-dft-price{width:var(--dft-price-percentage);min-width:var(--dft-price-min-width)}.banner-module__banner--sKJtg rdx-dft-price .banner-module__price--cxYnz{flex-direction:column}.banner-module__banner--sKJtg rdx-star a svg{width:.65vw;height:.65vw;margin-right:.2vw}@container banner (max-width: 1920px){.banner-module__banner--sKJtg rdx-star a svg{width:10px;height:10px;margin-right:2.5px}}.banner-module__banner--sKJtg rdx-dft-button{max-width:70px;width:100%}.banner-module__banner--sKJtg rdx-dft-button button{cursor:pointer;background-color:transparent;border:1px solid rgba(0,0,0,.05);border-radius:4px;width:100%}.banner-module__banner--sKJtg rdx-dft-button button:hover{background-color:#00000005}.banner-module__banner--sKJtg rdx-dft-button button:focus,.banner-module__banner--sKJtg rdx-dft-button button:focus-visible,.banner-module__banner--sKJtg rdx-dft-button button:focus-within{transition:none}.banner-module__banner--sKJtg rdx-dft-button button:active{background-color:#0000000f;color:#0000005c}.banner-module__banner--sKJtg rdx-dft-button button:active svg path{fill:#0000005c}.banner-module__banner--sKJtg rdx-dft-button button:focus{outline:2px solid #000000}.banner-module__banner--sKJtg rdx-dft-button button:focus:not(:focus-visible){outline:none}.banner-module__banner--sKJtg rdx-dft-button button:focus:hover{background-color:#00000005}.banner-module__banner--sKJtg rdx-dft-button button:focus:active{background-color:#0000000f;color:#0000005c}.banner-module__banner--sKJtg rdx-dft-button button:focus:active svg path{fill:#0000005c}.banner-module__banner--sKJtg rdx-dft-button button p{font-size:.8vw;line-height:1vw;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@container banner (max-width: 1920px){.banner-module__banner--sKJtg rdx-dft-button button p{font-size:12px;line-height:16px}}.banner-module__banner--sKJtg rdx-dft-button button svg{width:1.1vw;height:.8vw}@container banner (max-width: 1920px){.banner-module__banner--sKJtg rdx-dft-button button svg{width:20px;height:13px}}@container banner (min-width: 1870px){.banner-module__banner--sKJtg rdx-dft-button button{min-height:110px}}@container banner (min-width: 2500px){.banner-module__banner--sKJtg rdx-dft-button button{min-height:130px}}@container banner (min-width: 2800px){.banner-module__banner--sKJtg rdx-dft-button button{min-height:170px}}@container banner (min-width: 3600px){.banner-module__banner--sKJtg rdx-dft-button button{min-height:190px}}@container banner (min-width: 1870px){.banner-module__banner--sKJtg rdx-dft-button{max-width:80px}}@container banner (min-width: 2500px){.banner-module__banner--sKJtg rdx-dft-button{max-width:95px}}@container banner (min-width: 2800px){.banner-module__banner--sKJtg rdx-dft-button{max-width:125px}}@container banner (min-width: 3600px){.banner-module__banner--sKJtg rdx-dft-button{max-width:145px}}.banner-module__banner--sKJtg.dark-theme{background-color:var(--_dark_neutral-background-front)}.banner-module__banner--sKJtg.dark-theme rdx-dft-button button{border-color:var(--_dark_neutral-hov)}.banner-module__banner--sKJtg.dark-theme rdx-dft-button button svg path{fill:var(--_dark_font-color)}.banner-module__banner--sKJtg.dark-theme rdx-dft-button button:hover{border-color:var(--_dark_neutral-stroke-hov)}.banner-module__banner--sKJtg.dark-theme rdx-dft-button button:active{background-color:var(--_dark_neutral-background);border-color:var(--_dark_neutral-background-back)}.banner-module__banner--sKJtg.dark-theme rdx-dft-button button:active>p{color:var(--_dark_font-neutral-foreground-rest)}.banner-module__banner--sKJtg.dark-theme rdx-dft-button button:active svg path{fill:var(--_dark_font-neutral-foreground-rest)}.banner-module__banner--sKJtg.dark-theme rdx-dft-button button:focus,.banner-module__banner--sKJtg.dark-theme rdx-dft-button button:focus-within,.banner-module__banner--sKJtg.dark-theme rdx-dft-button button:focus-visible{border:1px solid var(--_dark_neutral-focus);outline:2px solid var(--_dark_neutral-press)}.footNotes-module__footNote--_dL6q.dark-theme{color:var(--_dark_font-color)}@keyframes compare-module__enterFromTop--dV48O{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes compare-module__leaveFromBottom--o1sVk{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes compare-module__leaveFromBottomFooter--byppw{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes compare-module__enterFromBottom--YfvM4{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes compare-module__enterFromBottomFooter--zbdrs{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes compare-module__smoothEnterFromBottom--RGRbg{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes compare-module__showFromBehind--h1bmK{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes compare-module__hideFromFront--dHfDy{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes compare-module__shineLogo--x4R6E{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes compare-module__fade-in--K4vTT{0%{opacity:0}to{opacity:1}}@keyframes compare-module__fade-out--dnD4O{0%{opacity:1}to{opacity:0}}@keyframes compare-module__enter-rtl--HSc7S{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes compare-module__leave-rtl--Dsy3X{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes compare-module__enter-ltr--lTnjX{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes compare-module__leave-ltr--iyq5H{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes compare-module__slide-enter-rtl--HG0dm{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes compare-module__slide-leave-rtl--PRd_5{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes compare-module__slide-enter-ltr--pCFXX{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes compare-module__slide-leave-ltr--UlEFq{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes compare-module__stroke--pTmqM{to{stroke-dashoffset:0}}@keyframes compare-module__marquee-text--E19fW{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes compare-module__fadeInLeft--NkrVi{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes compare-module__qr-in--W7Vnb{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes compare-module__qr-out--MTgWF{0%{opacity:1}to{opacity:0}}@keyframes compare-module__attract-in--vZ3Q_{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes compare-module__attract-out--qeZHW{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes compare-module__pulse-animation--jUR9d{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes compare-module__pulse-animation-dark--rWQfx{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes compare-module__pingPong--F5QfY{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes compare-module__opacitySvg--lrD_U{0%{opacity:0}to{opacity:1}}@keyframes compare-module__focusRing--peZ7a{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}rdx-dft-compare{container-type:inline-size;container-name:compare}rdx-dft-compare .compare-module__compare--ZS2sv{--footNoteHeight: 150px;position:absolute;inset:0;background-color:#f3f3f3;padding:32px;font-size:14px;z-index:4;display:flex;flex-direction:column;justify-content:content;align-items:center;overflow-y:auto;overflow-x:auto}rdx-dft-compare .compare-module__compare--ZS2sv::-webkit-scrollbar{width:5px;height:5px}rdx-dft-compare .compare-module__compare--ZS2sv::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}rdx-dft-compare .compare-module__compare--ZS2sv::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}rdx-dft-compare .compare-module__compare--ZS2sv::-webkit-scrollbar-thumb:hover{background:#0000004d}rdx-dft-compare .compare-module__compare--ZS2sv .compare-module__header--vkq6g{display:flex;align-items:center;justify-content:center;width:100%;position:relative;padding:0 10px 24px;min-width:623px;margin:0}rdx-dft-compare .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__heading--J5Y82{font-size:1.5vw;line-height:1.9vw;color:#000;font-weight:600}@container compare (max-width: 992px){rdx-dft-compare .compare-module__compare--ZS2sv .compare-module__header--vkq6g{margin:0 auto}}@container compare (min-width: 2500px){rdx-dft-compare .compare-module__compare--ZS2sv .compare-module__header--vkq6g{padding:0 .6vw 1.5vw}}rdx-dft-compare .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__closeButton--CiAdM{position:absolute;right:10px;font-weight:600;color:#005fb8;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background-color .2s ease-in-out;font-size:.75vw;border:0;overflow:hidden;white-space:nowrap;display:block;text-overflow:ellipsis;max-width:100px}rdx-dft-compare .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__closeButton--CiAdM:hover{background-color:#0000000a;color:#003e92}rdx-dft-compare .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__closeButton--CiAdM:active{background-color:#00000017}rdx-dft-compare .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__closeButton--CiAdM:focus,rdx-dft-compare .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__closeButton--CiAdM:focus-visible,rdx-dft-compare .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__closeButton--CiAdM:focus-within{outline:2px solid #000000}@container compare (max-width: 1920px){rdx-dft-compare .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__heading--J5Y82{font-size:28px;line-height:36px}rdx-dft-compare .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__closeButton--CiAdM{font-size:14px}}@container compare (min-width: 2500px){rdx-dft-compare .compare-module__compare--ZS2sv{padding:2vw}}rdx-dft-compare.dark-theme .compare-module__compare--ZS2sv{background-color:var(--_dark_neutral-background)}rdx-dft-compare.dark-theme .compare-module__compare--ZS2sv .compare-module__heading--J5Y82{color:var(--_dark_font-color)}rdx-dft-compare.dark-theme .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__closeButton--CiAdM{background-color:var(--_dark_neutral-background-translucid);color:var(--_dark_primary-link-color)}rdx-dft-compare.dark-theme .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__closeButton--CiAdM:hover{background-color:var(--_dark_neutral-background-front);color:var(--_dark_primary-link-color-hov)}rdx-dft-compare.dark-theme .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__closeButton--CiAdM:active{color:var(--_dark_primary-link-color-press)}rdx-dft-compare.dark-theme .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__closeButton--CiAdM:focus,rdx-dft-compare.dark-theme .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__closeButton--CiAdM:focus-visible,rdx-dft-compare.dark-theme .compare-module__compare--ZS2sv .compare-module__header--vkq6g .compare-module__closeButton--CiAdM:focus-within{outline:2px solid var(--_dark_neutral-focus)}@keyframes drawer-module__enterFromTop--BszYr{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes drawer-module__leaveFromBottom--PNBpt{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes drawer-module__leaveFromBottomFooter--ugY2c{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes drawer-module__enterFromBottom--a1cim{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes drawer-module__enterFromBottomFooter--plchp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes drawer-module__smoothEnterFromBottom--Xt0DA{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes drawer-module__showFromBehind--BdhpS{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes drawer-module__hideFromFront--cjxb9{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes drawer-module__shineLogo--rbwFx{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes drawer-module__fade-in--IFuVp{0%{opacity:0}to{opacity:1}}@keyframes drawer-module__fade-out--mRcl8{0%{opacity:1}to{opacity:0}}@keyframes drawer-module__enter-rtl--YrpPu{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes drawer-module__leave-rtl--LMFeG{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes drawer-module__enter-ltr--OuSXO{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes drawer-module__leave-ltr--NpGM3{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes drawer-module__slide-enter-rtl--sopYj{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes drawer-module__slide-leave-rtl--Ojfup{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes drawer-module__slide-enter-ltr--GGzeP{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes drawer-module__slide-leave-ltr--Fq99L{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes drawer-module__stroke--ElKmd{to{stroke-dashoffset:0}}@keyframes drawer-module__marquee-text--ZpFU3{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes drawer-module__fadeInLeft--ykhog{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes drawer-module__qr-in--xFAi8{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes drawer-module__qr-out--aD9Jq{0%{opacity:1}to{opacity:0}}@keyframes drawer-module__attract-in--CvnuW{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes drawer-module__attract-out--Yk0lv{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes drawer-module__pulse-animation--E3vRz{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes drawer-module__pulse-animation-dark--V6pse{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes drawer-module__pingPong--Fjauw{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes drawer-module__opacitySvg--n8Wst{0%{opacity:0}to{opacity:1}}@keyframes drawer-module__focusRing--qLp7H{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.drawer-module__drawer--HyHXg{display:flex;flex-direction:column;background:#f3f3f3d9;container-type:inline-size;container-name:drawer}.drawer-module__drawer--HyHXg.drawer-module__backgroundBlur--xppuL{background-blend-mode:normal,luminosity;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.drawer-module__drawer--HyHXg.drawer-module__backgroundBlur--xppuL:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:url("./assets-and-styles/NoiseAsset_256-5H43FHHQ.png");background-repeat:repeat;background-blend-mode:multiply;opacity:.03}.drawer-module__drawer--HyHXg[class*=hidden]{transform:translateY(-100%);opacity:0}.drawer-module__drawer--HyHXg.drawer-module__editing--BzHjT>rdx-dft-compare.drawer-module__hide--xEhzn{animation:none;transform:translateY(-100%);opacity:0}.drawer-module__drawer--HyHXg.drawer-module__editing--BzHjT>rdx-dft-compare.drawer-module__show--ICpwL{animation:none;transform:translateY(0);opacity:1}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy{display:flex;justify-content:center;gap:16px;padding:16px 112px 16px 48px;overflow-y:scroll;width:100%;height:100%;flex-wrap:wrap;position:relative}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy::-webkit-scrollbar{width:5px;height:5px}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy::-webkit-scrollbar-thumb:hover{background:#0000004d}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp{display:flex;flex-direction:column;gap:16px;width:calc(100% - 316px);height:auto}@container drawer (max-width: 1080px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp{width:calc(100% - 16px)}}@container drawer (min-width: 1081px) and (max-width: 1200px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp>rdx-dft-spec-banner{justify-content:space-between}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp>rdx-dft-spec-banner rdx-media{max-width:140px}}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp .drawer-module__specDrawerContainer--dz33x{box-shadow:0 2px 4px #0000000a;border-radius:8px;border:1px solid rgba(0,0,0,.05);background-color:#fff;display:flex;flex-direction:column;padding:24px 0;gap:24px}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp .drawer-module__specDrawerContainer--dz33x>rdx-edition-frame{display:block}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp .drawer-module__specDrawerContainer--dz33x rdx-disclaimer{width:100%;padding:0 40px}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp .drawer-module__specDrawerContainer--dz33x rdx-disclaimer h4{font-size:.9vw;line-height:1.2vw;font-weight:600;color:#000;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@container drawer (max-width: 1920px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp .drawer-module__specDrawerContainer--dz33x rdx-disclaimer h4{font-size:14px;line-height:20px}}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp .drawer-module__specDrawerContainer--dz33x rdx-disclaimer p{font-size:.7vw;line-height:1vw;font-weight:400;color:#000;display:-webkit-box}@container drawer (max-width: 1920px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp .drawer-module__specDrawerContainer--dz33x rdx-disclaimer p{font-size:12px;line-height:16px}}@container drawer (min-width: 2800px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp .drawer-module__specDrawerContainer--dz33x rdx-disclaimer{padding:0 2.2vw}}@container drawer (min-width: 2800px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp .drawer-module__specDrawerContainer--dz33x{padding:1.5vw 0}}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp .drawer-module__specDrawerContainer--dz33x .drawer-module__removeBorder--MjtWd{border-bottom:none}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp rdx-button div{width:144px}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp rdx-button div a{min-width:139px}.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp rdx-copilot-button div{width:240px}@container drawer (max-width: 600px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp rdx-copilot-button div{width:140px}}@container drawer (min-width: 1920px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp{width:calc(100% - 416px)}}@container drawer (min-width: 2800px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp{width:calc(100% - 525px - .8vw);gap:1vw}}@container drawer (min-width: 3600px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp{width:calc(100% - 650px - .8vw);gap:1vw}}@container drawer (max-width: 1080px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy{padding:16px 100px 16px 32px}}@container drawer (min-width: 1081px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy{padding:16px 100px 16px 32px}}@container drawer (min-width: 1920px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy{padding:1vw 6vw 1vw 2vw}}@container drawer (min-width: 2800px){.drawer-module__drawer--HyHXg .drawer-module__drawerContainer--DfLWy{gap:1vw}}.drawer-module__drawer--HyHXg>rdx-dft-compare{position:fixed;top:0;opacity:0;transform:translateY(-100%);width:100%;height:100%;animation-duration:.25s;animation-fill-mode:forwards}.drawer-module__drawer--HyHXg>rdx-dft-compare.drawer-module__hide--xEhzn{animation-name:drawer-module__leaveFromBottom--PNBpt}.drawer-module__drawer--HyHXg>rdx-dft-compare.drawer-module__show--ICpwL{animation-name:drawer-module__enterFromTop--BszYr}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ{position:fixed;max-width:70px;width:100%;right:30px}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button{position:sticky;top:0;transition:.5s ease-in-out}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button{cursor:pointer;background-color:transparent;border:1px solid rgba(0,0,0,.05);border-radius:4px;width:100%}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:hover{background-color:#00000005}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:focus,.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:focus-visible,.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:focus-within{transition:none}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:active{background-color:#0000000f;color:#0000005c}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:active svg path{fill:#0000005c}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:focus{outline:2px solid #000000}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:focus:not(:focus-visible){outline:none}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:focus:hover{background-color:#00000005}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:focus:active{background-color:#0000000f;color:#0000005c}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:focus:active svg path{fill:#0000005c}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button p{font-size:.8vw;line-height:1vw;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@container drawer (max-width: 1920px){.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button p{font-size:12px;line-height:16px}}.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button svg{width:1.1vw;height:1.1vw}@container drawer (max-width: 1920px){.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button svg{width:20px;height:20px}}@container drawer (min-width: 1920px){.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button{min-height:110px}}@container drawer (min-width: 2500px){.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button{min-height:130px}}@container drawer (min-width: 2800px){.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button{min-height:170px}}@container drawer (min-width: 3600px){.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ rdx-dft-button button{min-height:190px}}@container drawer (min-width: 1920px){.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ{max-width:80px}}@container drawer (min-width: 2500px){.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ{right:24px;max-width:95px}}@container drawer (min-width: 2800px){.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ{max-width:125px}}@container drawer (min-width: 3600px){.drawer-module__drawer--HyHXg .drawer-module__buttonContainer--kP8NQ{max-width:145px}}.drawer-module__drawer--HyHXg.dark-theme{background:var(--_dark_neutral-background-translucid)}.drawer-module__drawer--HyHXg.dark-theme .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp .drawer-module__specDrawerContainer--dz33x{background-color:var(--_dark_neutral-background-front)}.drawer-module__drawer--HyHXg.dark-theme .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp .drawer-module__specDrawerContainer--dz33x rdx-disclaimer h4,.drawer-module__drawer--HyHXg.dark-theme .drawer-module__drawerContainer--DfLWy .drawer-module__drawerContent--dx1Jp .drawer-module__specDrawerContainer--dz33x rdx-disclaimer p{color:var(--_dark_font-color)}.drawer-module__drawer--HyHXg.dark-theme .drawer-module__buttonContainer--kP8NQ rdx-dft-button button{border-color:var(--_dark_neutral-hov)}.drawer-module__drawer--HyHXg.dark-theme .drawer-module__buttonContainer--kP8NQ rdx-dft-button button svg path{fill:var(--_dark_font-color)}.drawer-module__drawer--HyHXg.dark-theme .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:hover{border-color:var(--_dark_neutral-stroke-hov)}.drawer-module__drawer--HyHXg.dark-theme .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:active{background-color:var(--_dark_neutral-background);border-color:var(--_dark_neutral-background-back)}.drawer-module__drawer--HyHXg.dark-theme .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:active>p{color:var(--_dark_font-neutral-foreground-rest)}.drawer-module__drawer--HyHXg.dark-theme .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:active svg path{fill:var(--_dark_font-neutral-foreground-rest)}.drawer-module__drawer--HyHXg.dark-theme .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:focus,.drawer-module__drawer--HyHXg.dark-theme .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:focus-within,.drawer-module__drawer--HyHXg.dark-theme .drawer-module__buttonContainer--kP8NQ rdx-dft-button button:focus-visible{border:1px solid var(--_dark_neutral-focus);outline:2px solid var(--_dark_neutral-press)}.drawer-module__newQRContainer--usthJ{max-width:300px;gap:16px;position:sticky;top:0;height:calc(100% - 16px);display:flex;flex-direction:column;align-items:flex-start}@container drawer (max-width: 1080px){.drawer-module__newQRContainer--usthJ{max-width:100%;width:100%;height:auto;justify-content:center;align-items:center;flex-direction:row}}@container drawer (max-width: 768px){.drawer-module__newQRContainer--usthJ{flex-direction:column}}@container drawer (min-width: 1920px){.drawer-module__newQRContainer--usthJ{max-width:400px}}@container drawer (min-width: 2800px){.drawer-module__newQRContainer--usthJ{max-width:calc(465px + 1vw);gap:1vw}}@container drawer (min-width: 3600px){.drawer-module__newQRContainer--usthJ{max-width:calc(600px + 1vw)}}.drawer-module__newQRContainer--usthJ>rdx-dft-drawer-ads.drawer-module__activeQr--HqWTh{width:100%}.drawer-module__newQRContainer--usthJ>rdx-dft-drawer-ads.drawer-module__activeQr--HqWTh>rdx-dft-drawer-ads-item{height:unset}.drawer-module__newQRContainer--usthJ>rdx-dft-drawer-ads.drawer-module__activeQr--HqWTh>rdx-dft-drawer-ads-item rdx-media{aspect-ratio:4/3}@container drawer (max-width: 1920px){.drawer-module__newQRContainer--usthJ>rdx-dft-drawer-ads.drawer-module__activeQr--HqWTh{justify-content:flex-start}.drawer-module__newQRContainer--usthJ>rdx-dft-drawer-ads.drawer-module__activeQr--HqWTh>rdx-dft-drawer-ads-item{height:250px;width:300px}}@container drawer (max-width: 1920px){.drawer-module__newQRContainer--usthJ>rdx-dft-drawer-ads.drawer-module__activeQr--HqWTh{justify-content:center;height:250px;width:300px}}rdx-dft-compare-table{max-width:100%}rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d{--heightHeader: 300px;max-width:100%;width:100%;background-color:#fff;border-radius:8px;display:flex;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 4px #0000000a}rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d .compareTable-module__sideBar--dNqDo{min-width:300px;border-right:1px solid rgba(0,0,0,.05);border-radius:8px 0 0 8px;overflow:hidden}rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d .compareTable-module__sideBar--dNqDo .compareTable-module__specs--a0kSn .compareTable-module__specNameItem--heVgp{height:36px;text-align:right;padding:8px 16px;display:flex;align-items:center;justify-content:flex-end;white-space:nowrap;font-weight:700;list-style:none;color:#000000e6}rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d .compareTable-module__sideBar--dNqDo .compareTable-module__specs--a0kSn .compareTable-module__specNameItem--heVgp:nth-child(2n){background-color:#fafafa}@container compare (max-width: 1920px){rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d .compareTable-module__sideBar--dNqDo .compareTable-module__specs--a0kSn .compareTable-module__specNameItem--heVgp{font-size:14px}}@container compare (max-width: 992px){rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d .compareTable-module__sideBar--dNqDo .compareTable-module__specs--a0kSn .compareTable-module__specNameItem--heVgp{font-size:13px}}rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d.dark-theme .compareTable-module__sideBar--dNqDo .compareTable-module__specs--a0kSn .compareTable-module__specNameItem--heVgp{color:var(--_dark_font-color)}rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d.dark-theme .compareTable-module__sideBar--dNqDo .compareTable-module__specs--a0kSn .compareTable-module__specNameItem--heVgp:nth-child(2n){background-color:var(--_dark_neutral-background-front)}rdx-dft-compare-table .compareTable-module__footNotes--ug5cJ{max-height:200px;max-width:1600px;margin-top:32px;overflow:auto;color:#000000e6}rdx-dft-compare-table .compareTable-module__footNotes--ug5cJ::-webkit-scrollbar{width:5px;height:5px}rdx-dft-compare-table .compareTable-module__footNotes--ug5cJ::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}rdx-dft-compare-table .compareTable-module__footNotes--ug5cJ::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}rdx-dft-compare-table .compareTable-module__footNotes--ug5cJ::-webkit-scrollbar-thumb:hover{background:#0000004d}@container compare (min-width: 2500px){rdx-dft-compare-table .compareTable-module__footNotes--ug5cJ{max-width:2000px}}@container compare (max-width: 1684px){rdx-dft-compare-table .compareTable-module__footNotes--ug5cJ{max-width:1200px}}@container compare (max-width: 1264px){rdx-dft-compare-table .compareTable-module__footNotes--ug5cJ{max-width:900px}}@container compare (max-width: 992px){rdx-dft-compare-table .compareTable-module__footNotes--ug5cJ{font-size:13px;width:630px}}rdx-dft-compare-table .compareTable-module__footNotes--ug5cJ rdx-dft-foot-notes sup{font-size:10px}@container compare (min-width: 992px){rdx-dft-compare-table .compareTable-module__footNotes--ug5cJ rdx-dft-foot-notes sup{font-size:11px}}@container compare (min-width: 2500px){rdx-dft-compare-table .compareTable-module__footNotes--ug5cJ rdx-dft-foot-notes sup{font-size:.5vw}}@container compare (max-width: 992px){rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d .compareTable-module__sideBar--dNqDo{min-width:210px}}@container compare (min-width: 1366px){rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d{--heightHeader: 400px;font-size:14px}rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d .compareTable-module__sideBar--dNqDo{min-width:400px;border-right:1px solid rgba(0,0,0,.05)}rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d .compareTable-module__sideBar--dNqDo .compareTable-module__specs--a0kSn .compareTable-module__specNameItem--heVgp{height:45px;padding:8px 16px}}@container compare (min-width: 2500px){rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d{--heightHeader: 500px;font-size:.7vw}rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d .compareTable-module__sideBar--dNqDo{min-width:500px;border-right:1px solid rgba(0,0,0,.05)}rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d .compareTable-module__sideBar--dNqDo .compareTable-module__specs--a0kSn .compareTable-module__specNameItem--heVgp{height:50px;padding:8px 16px}rdx-dft-compare-table .compareTable-module__footNotes--ug5cJ{font-size:.7vw}}@container compare (min-width: 2800px){rdx-dft-compare-table .compareTable-module__devicesContainer--ayJ4d .compareTable-module__sideBar--dNqDo .compareTable-module__specs--a0kSn .compareTable-module__specNameItem--heVgp{height:70px;padding:.5vw 1vw}}rdx-dft-compare-table.dark-theme .compareTable-module__devicesContainer--ayJ4d{background-color:var(--_dark_neutral-background-static)}@keyframes devicesList-module__enterFromTop--PkqIY{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes devicesList-module__leaveFromBottom--tpEOv{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes devicesList-module__leaveFromBottomFooter--_32tG{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes devicesList-module__enterFromBottom--_XbNk{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes devicesList-module__enterFromBottomFooter--Euopv{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes devicesList-module__smoothEnterFromBottom--dIH6w{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes devicesList-module__showFromBehind--TZR3t{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes devicesList-module__hideFromFront--OV2w0{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes devicesList-module__shineLogo--h7bSK{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes devicesList-module__fade-in--cg087{0%{opacity:0}to{opacity:1}}@keyframes devicesList-module__fade-out--fVHBS{0%{opacity:1}to{opacity:0}}@keyframes devicesList-module__enter-rtl--XVN2f{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes devicesList-module__leave-rtl--LqaOK{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes devicesList-module__enter-ltr--xRm5W{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes devicesList-module__leave-ltr--WQj73{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes devicesList-module__slide-enter-rtl--BGjjv{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes devicesList-module__slide-leave-rtl--_g9FK{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes devicesList-module__slide-enter-ltr--OPtWJ{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes devicesList-module__slide-leave-ltr--eZzA7{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes devicesList-module__stroke--x3PCx{to{stroke-dashoffset:0}}@keyframes devicesList-module__marquee-text--CiCNO{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes devicesList-module__fadeInLeft--jljt8{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes devicesList-module__qr-in--DF3RZ{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes devicesList-module__qr-out--hCot0{0%{opacity:1}to{opacity:0}}@keyframes devicesList-module__attract-in--fEuiA{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes devicesList-module__attract-out--uS9au{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes devicesList-module__pulse-animation--qYN0B{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes devicesList-module__pulse-animation-dark--NQFGT{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes devicesList-module__pingPong--wPLV_{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes devicesList-module__opacitySvg--3TXjA{0%{opacity:0}to{opacity:1}}@keyframes devicesList-module__focusRing--vsvvp{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.devicesList-module__devicesContainer--SRq6E{display:flex;z-index:2}.devicesList-module__devicesContainer--SRq6E .devicesList-module__thisDevice--huw0l{display:flex;z-index:2;border-radius:0 8px 8px 0;overflow:hidden}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk{width:var(--carouselWidth, 300px);display:flex;position:relative;max-width:600px}@container compare (max-width: 992px){.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk{width:210px}}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk *,.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk *:after,.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk *:before{touch-action:none}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn{z-index:3}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz{--sizeButton: 34px;position:absolute;top:100px;background-color:transparent;border:0;border-radius:5px;visibility:hidden;display:flex;justify-content:center;align-items:center;cursor:default;width:calc(var(--sizeButton) + 20px);height:calc(var(--sizeButton) + 20px)}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz.devicesList-module__backward--Xc9kY{left:calc(var(--sizeButton) / 2 * -1 - 10px)}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz.devicesList-module__forward--Yuxym{right:calc(var(--sizeButton) / 2 * -1 - 10px)}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz.devicesList-module__showButton--hb1Ok{visibility:visible}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz:focus-visible{outline:2px solid #1b1b1b}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp{width:var(--sizeButton);height:var(--sizeButton);border-radius:50%;border:1px solid rgba(0,0,0,.06);background-color:#f3f3f3;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color 333ms,scale 333ms;box-shadow:0 4px 8px #00000014;will-change:transform}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp:hover{scale:1.1177;background-color:#ffffffc9}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp:active{background-color:#ebebeb}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp:active svg path{filter:brightness(.8)}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp[disabled]{background-color:#ebebeb}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp[disabled] svg path{filter:saturate(0)}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp svg{width:20px;height:20px}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp svg path{fill:var(--brandBackgroundColor, rgb(0, 95, 184));filter:brightness(.8)}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__carouselDevices--OJKce{display:flex;position:relative;overflow:hidden;width:100%;border-radius:0 8px 8px 0}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__carouselDevices--OJKce .devicesList-module__deviceOnScreenContainer--Kc5EF{display:flex;position:absolute;transform:translate(var(--transition))}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__carouselDevices--OJKce .devicesList-module__deviceOnScreenContainer--Kc5EF>rdx-dft-compare-device-info{position:relative}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__carouselDevices--OJKce .devicesList-module__deviceOnScreenContainer--Kc5EF.devicesList-module__transitioning--YShbw{transition:transform;transition-duration:var(--transitionDuration, .6s);transform:translate(var(--distance))}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__carouselDevices--OJKce>rdx-dft-compare-device-info{position:absolute;z-index:1;--deviceWidth: 300px}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__carouselDevices--OJKce>rdx-dft-compare-device-info:first-of-type{border-radius:0 8px 8px 0;overflow:hidden}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__carouselDevices--OJKce>rdx-dft-compare-device-info.devicesList-module__secondItem--wbYtK{left:var(--deviceWidth);border-radius:0;overflow:initial}@container compare (min-width: 1366px) and (max-width: 2500px){.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__carouselDevices--OJKce>rdx-dft-compare-device-info{--deviceWidth: 400px}}@container compare (min-width: 2500px){.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__carouselDevices--OJKce>rdx-dft-compare-device-info{--deviceWidth: 500px}}.devicesList-module__devicesContainer--SRq6E.dark-theme .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp{background-color:var(--_dark_neutral-rest);border:solid 1px var(--_dark_neutral-stroke)}.devicesList-module__devicesContainer--SRq6E.dark-theme .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp svg path{fill:var(--_dark_neutral-font-color-rest)}.devicesList-module__devicesContainer--SRq6E.dark-theme .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp:hover{background-color:var(--_dark_neutral-hov);border-color:var(--_dark_neutral-stroke-hov)}.devicesList-module__devicesContainer--SRq6E.dark-theme .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp:hover svg path{fill:var(--_dark_neutral-font-color-hov)}.devicesList-module__devicesContainer--SRq6E.dark-theme .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp:active{background-color:var(--_dark_neutral-press);border-color:var(--_dark_neutral-stroke-press)}.devicesList-module__devicesContainer--SRq6E.dark-theme .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp:active svg path{fill:var(--_dark_neutral-font-color-press)}.devicesList-module__devicesContainer--SRq6E.dark-theme .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp[disabled]{background-color:var(--_dark_neutral-background-disabled)}.devicesList-module__devicesContainer--SRq6E.dark-theme .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp[disabled] svg path{filter:saturate(0)}.devicesList-module__devicesContainer--SRq6E.dark-theme .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp:focus,.devicesList-module__devicesContainer--SRq6E.dark-theme .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp:focus-visible,.devicesList-module__devicesContainer--SRq6E.dark-theme .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp:focus-within{outline:2px solid var(--_dark_neutral-focus)}@container compare (min-width: 1366px){.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk{--carouselWidth: 400px;max-width:800px}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz{--sizeButton: 45px;top:130px}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp svg{width:24px;height:24px}}@container compare (min-width: 1366px) and (max-width:1684px){.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk{--carouselWidth: 400px;max-width:400px}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__carouselDevices--OJKce .devicesList-module__secondItem--wbYtK{display:none}}@container compare (min-width: 2500px){.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk{--carouselWidth: 500px;max-width:1000px}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz{--sizeButton: 50px}.devicesList-module__devicesContainer--SRq6E .devicesList-module__carousel--yGeLk .devicesList-module__controls--WCCUn .devicesList-module__buttonWrapper--Iqpbz>div.devicesList-module__button--KX5bp svg{width:24px;height:24px}}.devicesList-module__fadeIn--TqaYM{opacity:0;animation:devicesList-module__fade-in--cg087 .6s ease both}.devicesList-module__enterRtl--Oyedr{animation:devicesList-module__enter-rtl--XVN2f .6s ease both}.devicesList-module__leaveRtl--E90JB{animation:devicesList-module__leave-rtl--LqaOK .6s ease both}.devicesList-module__enterLtr--ar6z_{animation:devicesList-module__enter-ltr--xRm5W .6s ease both}.devicesList-module__leaveLtr--JIhhu{animation:devicesList-module__leave-ltr--WQj73 .6s ease both}.devicesList-module__totalLeaving--V5XK2{transition:transform;transition-duration:var(--transitionDuration);transform:translate(var(--distanceContainer));transition-timing-function:ease}.deviceInfo-module__device--TxHCl{border-right:1px solid rgba(0,0,0,.05);width:300px;background-color:#fff}.deviceInfo-module__device--TxHCl .deviceInfo-module__deviceSpecs--gzOYn .deviceInfo-module__specItem--aYQen{height:36px;text-align:right;padding:8px 16px;display:flex;text-align:center;justify-content:center;color:#000000e6}.deviceInfo-module__device--TxHCl .deviceInfo-module__deviceSpecs--gzOYn .deviceInfo-module__specItem--aYQen:nth-child(2n){background-color:#fafafa}.deviceInfo-module__device--TxHCl .deviceInfo-module__deviceSpecs--gzOYn .deviceInfo-module__specItem--aYQen p{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding:0 6.5px}@container compare (max-width: 992px){.deviceInfo-module__device--TxHCl .deviceInfo-module__deviceSpecs--gzOYn .deviceInfo-module__specItem--aYQen{font-size:12px}}@container compare (max-width: 992px){.deviceInfo-module__device--TxHCl{width:210px}}.deviceInfo-module__device--TxHCl.dark-theme{background-color:var(--_dark_neutral-background-static)}.deviceInfo-module__device--TxHCl.dark-theme .deviceInfo-module__deviceSpecs--gzOYn .deviceInfo-module__specItem--aYQen:nth-child(2n){background-color:var(--_dark_neutral-background-front)}@container compare (min-width: 1366px){.deviceInfo-module__device--TxHCl{width:400px}.deviceInfo-module__device--TxHCl .deviceInfo-module__deviceSpecs--gzOYn .deviceInfo-module__specItem--aYQen{height:45px;font-size:14px;display:flex;align-items:center}}@container compare (min-width: 2500px){.deviceInfo-module__device--TxHCl{width:500px}.deviceInfo-module__device--TxHCl .deviceInfo-module__deviceSpecs--gzOYn .deviceInfo-module__specItem--aYQen{height:50px;font-size:.7vw}}@container compare (min-width: 2800px){.deviceInfo-module__device--TxHCl .deviceInfo-module__deviceSpecs--gzOYn .deviceInfo-module__specItem--aYQen{height:70px;padding:.5vw 1vw}}.deviceHeader-module__deviceHeader--kkC22{--paddingDeviceHeader: 16px;height:var(--heightHeader, 300px);border-bottom:1px solid rgba(0,0,0,.05);position:relative;padding:var(--paddingDeviceHeader, 16px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow:hidden}.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__thisModel--gGKsK{color:#fff;background-color:var(--oemBackground, rgb(63, 93, 90));border-radius:2px;padding:4px 8px;font-size:.55vw;text-transform:uppercase;position:absolute;top:var(--paddingDeviceHeader);left:var(--paddingDeviceHeader);-webkit-line-clamp:1;-webkit-box-orient:vertical;max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@container compare (max-width: 1920px){.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__thisModel--gGKsK{font-size:10px}}@container compare (max-width: 992px){.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__thisModel--gGKsK{max-width:105px}}.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__priceContainer--ThwGT{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:var(--paddingDeviceHeader);right:var(--paddingDeviceHeader);font-size:.8vw}@container compare (max-width: 1920px){.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__priceContainer--ThwGT{font-size:14px}}@container compare (max-width: 992px){.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__priceContainer--ThwGT{font-size:13px}}.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__priceContainer--ThwGT .deviceHeader-module__price--tqGzQ{color:#000000e6}.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__priceContainer--ThwGT .deviceHeader-module__price--tqGzQ.deviceHeader-module__lineThrought--piPrM{text-decoration:line-through}.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__priceContainer--ThwGT .deviceHeader-module__price--tqGzQ.deviceHeader-module__fontBold--ERR2t{font-weight:600}.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__priceContainer--ThwGT .deviceHeader-module__salePrice--pkuKS{font-weight:600;color:#000000e6}.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__priceContainer--ThwGT .deviceHeader-module__salePrice--pkuKS sup{margin-left:2px;font-size:10px}@container compare (min-width: 992px){.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__priceContainer--ThwGT .deviceHeader-module__salePrice--pkuKS sup{font-size:11px}}@container compare (min-width: 2500px){.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__priceContainer--ThwGT .deviceHeader-module__salePrice--pkuKS sup{font-size:.55vw;margin-left:.15vw}}.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__image--yqPvZ img{width:100%;height:120px;-o-object-fit:contain;object-fit:contain;margin-top:45px;transition:height .2s;pointer-events:none}@container compare (max-width: 768px){.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__image--yqPvZ img{height:90px;margin-top:60px}}.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__deviceName--F_A1s{font-size:1.1vw;font-weight:600;text-align:center;padding:0 6.5px;margin-top:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#000000e6}@container compare (max-width: 1920px){.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__deviceName--F_A1s{font-size:20px}}@container compare (max-width: 992px){.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__deviceName--F_A1s{font-size:17px}}.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__sku--Zu7kV{text-align:center;margin-top:10px;font-size:.75vw;color:#0009}@container compare (max-width: 1920px){.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__sku--Zu7kV{font-size:14px}}@container compare (max-width: 992px){.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__sku--Zu7kV{font-size:12px}}.deviceHeader-module__deviceHeader--kkC22.dark-theme .deviceHeader-module__deviceName--F_A1s,.deviceHeader-module__deviceHeader--kkC22.dark-theme .deviceHeader-module__price--tqGzQ,.deviceHeader-module__deviceHeader--kkC22.dark-theme .deviceHeader-module__salePrice--pkuKS{color:var(--_dark_font-color)}.deviceHeader-module__deviceHeader--kkC22.dark-theme .deviceHeader-module__sku--Zu7kV{color:var(--_dark_font-neutral-foreground-rest)}@container compare (min-width: 1366px){.deviceHeader-module__deviceHeader--kkC22{--paddingDeviceHeader: 20px;--heightHeader: 400px;justify-content:space-evenly}.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__image--yqPvZ img{height:150px}}@container compare (min-width: 2800px){.deviceHeader-module__deviceHeader--kkC22{--heightHeader: 600px;justify-content:space-evenly}.deviceHeader-module__deviceHeader--kkC22 .deviceHeader-module__image--yqPvZ img{height:200px}}.deviceNameList-module__devices--NHlTs{width:100%;height:var(--heightHeader, 300px);padding:16px;background-color:#fafafa;overflow-y:auto}.deviceNameList-module__devices--NHlTs::-webkit-scrollbar{width:5px;height:5px}.deviceNameList-module__devices--NHlTs::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.deviceNameList-module__devices--NHlTs::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.deviceNameList-module__devices--NHlTs::-webkit-scrollbar-thumb:hover{background:#0000004d}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x{background:#ffffffb3;border:1px solid rgba(0,0,0,.06);color:#000;border-radius:4px;padding:8px;flex:none;order:1;align-self:stretch;flex-grow:0;margin-bottom:8px;position:relative;height:32px;list-style:none;overflow:hidden;transition:transform .15s,background-color .15s;display:flex;justify-content:flex-end;gap:5px}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x:first-child>label{cursor:default}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label{display:flex;align-items:center;justify-content:flex-start;margin-bottom:0;cursor:pointer;margin-right:auto;color:#000000e6}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>input{height:30px;margin-right:10px}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>span{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>.deviceNameList-module__deviceOnScreen--nuIwF,.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>.deviceNameList-module__icon--y3hnw{background-color:transparent;border:0}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>.deviceNameList-module__deviceOnScreen--nuIwF svg,.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>.deviceNameList-module__icon--y3hnw svg{height:100%;pointer-events:none}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>.deviceNameList-module__deviceOnScreen--nuIwF{display:block;justify-self:flex-end;cursor:pointer}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>.deviceNameList-module__icon--y3hnw{display:block;width:22px}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>.deviceNameList-module__icon--y3hnw.deviceNameList-module__dragCursor--RmEfg{pointer-events:none;display:none;cursor:pointer;cursor:grab;cursor:-webkit-grab}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>.deviceNameList-module__icon--y3hnw.deviceNameList-module__dragCursor--RmEfg:active{cursor:grabbing!important}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>.deviceNameList-module__icon--y3hnw.deviceNameList-module__grabbing--GxgCj{cursor:grabbing!important}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x.deviceNameList-module__hover--wf6eH{background-color:#005fb8;transform:translateY(-3px)}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x.deviceNameList-module__hover--wf6eH span{color:#fff}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x.deviceNameList-module__hover--wf6eH>span>svg>path{fill:#fff}.deviceNameList-module__devices--NHlTs.dark-theme{background-color:var(--_dark_neutral-background-front)}.deviceNameList-module__devices--NHlTs.dark-theme .deviceNameList-module__deviceName--xeq0x{background-color:var(--_dark_neutral-background-static);color:var(--_dark_font-color)}.deviceNameList-module__devices--NHlTs.dark-theme .deviceNameList-module__deviceName--xeq0x>label{color:var(--_dark_font-color)}.deviceNameList-module__devices--NHlTs.dark-theme .deviceNameList-module__deviceName--xeq0x .deviceNameList-module__deviceOnScreen--nuIwF>svg path{fill:var(--_dark_font-color)}@container compare (max-width: 4200px){.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>span{max-width:420px}}@container compare (max-width: 2800px){.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>span{max-width:350px}}@container compare (max-width: 2500px){.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>span{max-width:260px}}@container compare (max-width: 1920px){.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>span{max-width:230px}}@container compare (max-width: 1366px){.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>span{max-width:180px}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>.deviceNameList-module__deviceOnScreen--nuIwF svg,.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>.deviceNameList-module__icon--y3hnw svg{height:75%}}@container compare (max-width: 1080px){.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>span{font-size:13px;max-width:110px}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>.deviceNameList-module__deviceOnScreen--nuIwF svg{width:14px}}@container compare (max-width: 992px){.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>.deviceNameList-module__deviceOnScreen--nuIwF svg{width:13px}}@container compare (min-width: 1366px){.deviceNameList-module__devices--NHlTs{--heightHeader: 400px}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x{height:40px}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>input{height:40px}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>span{font-size:14px}}@container compare (min-width: 2500px){.deviceNameList-module__devices--NHlTs{--heightHeader: 400px}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x{height:40px}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>input{height:40px}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>span{font-size:.7vw}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x button svg{width:.75vw}}@container compare (min-width: 2800px){.deviceNameList-module__devices--NHlTs{--heightHeader: 600px}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x{height:70px;padding:.5vw}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>input{height:70px}.deviceNameList-module__devices--NHlTs .deviceNameList-module__deviceName--xeq0x>label>span{font-size:.7vw}}.drawerAds-module__drawerAds--vEK_S{max-width:300px;display:flex;flex-direction:column;gap:16px;position:sticky;top:0;height:calc(100% - 16px)}@container drawer (max-width: 1080px){.drawerAds-module__drawerAds--vEK_S{max-width:100%;width:100%;height:auto;justify-content:center;align-items:center;flex-direction:row}}@container drawer (max-width: 768px){.drawerAds-module__drawerAds--vEK_S{flex-direction:column}}@container drawer (min-width: 1920px){.drawerAds-module__drawerAds--vEK_S{max-width:400px}}@container drawer (min-width: 2800px){.drawerAds-module__drawerAds--vEK_S{max-width:calc(465px + 1vw);gap:1vw}}@container drawer (min-width: 3600px){.drawerAds-module__drawerAds--vEK_S{max-width:calc(600px + 1vw)}}.drawerAds-module__drawerAds--vEK_S>rdx-dft-drawer-ads-item.drawerAds-module__hidden--odCxL{display:none}.drawerAds-module__hiddenAds--canFV{display:none}.drawerAds-module__noSticky--JM8ES{position:relative}@keyframes specs-module__enterFromTop--VMv_b{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes specs-module__leaveFromBottom--jsoj9{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes specs-module__leaveFromBottomFooter--vfezp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes specs-module__enterFromBottom--LSPVD{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes specs-module__enterFromBottomFooter--oms6H{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes specs-module__smoothEnterFromBottom--UmC6Z{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes specs-module__showFromBehind--eiv1s{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes specs-module__hideFromFront--DXi8F{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes specs-module__shineLogo--zaTqE{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes specs-module__fade-in--WZg68{0%{opacity:0}to{opacity:1}}@keyframes specs-module__fade-out--vD40G{0%{opacity:1}to{opacity:0}}@keyframes specs-module__enter-rtl--qUOmz{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes specs-module__leave-rtl--B6Odq{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes specs-module__enter-ltr--Uyw0x{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes specs-module__leave-ltr--D1XKb{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes specs-module__slide-enter-rtl--fa9uV{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes specs-module__slide-leave-rtl--vHrMN{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes specs-module__slide-enter-ltr--qXW0Y{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes specs-module__slide-leave-ltr--uP1tY{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes specs-module__stroke--b39T7{to{stroke-dashoffset:0}}@keyframes specs-module__marquee-text--rh6cR{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes specs-module__fadeInLeft--Z3DNP{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes specs-module__qr-in--F1sKV{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes specs-module__qr-out--lizqr{0%{opacity:1}to{opacity:0}}@keyframes specs-module__attract-in--T3Al1{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes specs-module__attract-out--hMOvl{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes specs-module__pulse-animation--F5dtU{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes specs-module__pulse-animation-dark--J_XbE{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes specs-module__pingPong--OQvxd{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes specs-module__opacitySvg--HFAqH{0%{opacity:0}to{opacity:1}}@keyframes specs-module__focusRing--cX5w4{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.specs-module__specs--ZdW6O{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;padding:0 24px}.specs-module__specs--ZdW6O .specs-module__specsHeader--xY1kd{display:flex;justify-content:space-between;width:100%}.specs-module__specs--ZdW6O .specs-module__specsHeader--xY1kd .specs-module__specsTitle--om7lA{margin-bottom:28px;font-size:1.05vw;color:#000000e6;font-weight:600}@container drawer (max-width: 1920px){.specs-module__specs--ZdW6O .specs-module__specsHeader--xY1kd .specs-module__specsTitle--om7lA{font-size:20px}}.specs-module__specs--ZdW6O rdx-dft-specs-categories{width:100%}@container drawer (min-width: 2800px){.specs-module__specs--ZdW6O{gap:1vw;padding:0 1.5vw}}.specs-module__specs--ZdW6O.dark-theme .specs-module__specsHeader--xY1kd .specs-module__specsTitle--om7lA{color:var(--_dark_font-color)}.spec-module__spec--sBNWT{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;cursor:default;position:relative}.spec-module__spec--sBNWT:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}.spec-module__spec--sBNWT .spec-module__specLabel--rmeX0{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:5px}.spec-module__spec--sBNWT .spec-module__specLabel--rmeX0 rdx-dft-tooltip svg{cursor:default}.spec-module__spec--sBNWT .spec-module__specTitle--EqQxs{font-weight:600;color:#000000e6;font-size:.7vw;line-height:1vw}@container drawer (max-width: 1920px){.spec-module__spec--sBNWT .spec-module__specTitle--EqQxs{font-size:12px;line-height:14px}}.spec-module__spec--sBNWT span{font-weight:400;font-size:.9vw;color:#000000e6;line-height:1.3vw}@container drawer (max-width: 1920px){.spec-module__spec--sBNWT span{font-size:14px;line-height:20px}}@container drawer (min-width: 992px){.spec-module__spec--sBNWT{margin-left:32px}}@container drawer (min-width: 2800px){.spec-module__spec--sBNWT{margin-left:1.75vw}}.spec-module__spec--sBNWT.dark-theme .spec-module__specTitle--EqQxs,.spec-module__spec--sBNWT.dark-theme span{color:var(--_dark_font-color)}.categoryDetails-module__specs--RKtyE{width:100%;display:grid;grid-template:none/repeat(1,1fr);gap:16px;align-items:flex-start}@container drawer (min-width: 600px){.categoryDetails-module__specs--RKtyE{grid-template:none/repeat(2,1fr);width:87%}}@container drawer (min-width: 2800px){.categoryDetails-module__specs--RKtyE{gap:1vw}}.specsCategory-module__specsCategories--ZkTtk{display:flex;flex-direction:column;justify-content:flex-start;width:100%;border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:24px}.specsCategory-module__specsCategories--ZkTtk .specsCategory-module__categoryName--VQ1Qx{width:100%;color:#0009;font-size:.9vw;line-height:1.5;font-weight:400;margin-bottom:16px}@container drawer (min-width: 992px){.specsCategory-module__specsCategories--ZkTtk .specsCategory-module__categoryName--VQ1Qx{width:13%;margin-bottom:0}}@container drawer (max-width: 1920px){.specsCategory-module__specsCategories--ZkTtk .specsCategory-module__categoryName--VQ1Qx{font-size:16px;line-height:24px}}.specsCategory-module__specsCategories--ZkTtk rdx-dft-category-details{width:100%}@container drawer (min-width: 992px){.specsCategory-module__specsCategories--ZkTtk{flex-direction:row}}@container drawer (min-width: 2800px){.specsCategory-module__specsCategories--ZkTtk{padding-bottom:1.5vw}}.specsCategory-module__specsCategories--ZkTtk.dark-theme{border-bottom:1px solid var(--_dark_neutral-stroke)}.specsCategory-module__specsCategories--ZkTtk.dark-theme .specsCategory-module__categoryName--VQ1Qx{color:var(--_dark_font-neutral-foreground-rest)}.specsCategories-module__specsCategories--zw7VW{width:100%;display:flex;flex-direction:column;gap:24px;margin:0 16px;width:calc(100% - 32px)}@container drawer (min-width: 992px){.specsCategories-module__specsCategories--zw7VW{margin:0 1vw;gap:1.5vw;width:calc(100% - 2vw)}}.specsBanner-module__banner--aJVYh{background-color:#fff;display:flex;flex-direction:row;gap:12px;padding:24px;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000000a;border:1px solid rgba(0,0,0,.05);border-radius:8px}.specsBanner-module__banner--aJVYh .specsBanner-module__buttonAndPriceContainer--Wom49{width:30%;border-left:1px solid rgba(0,0,0,.0803);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;height:100%}.specsBanner-module__banner--aJVYh .specsBanner-module__buttonAndPriceContainer--Wom49.specsBanner-module__noBorder--gxeHM{border-left:none}.specsBanner-module__banner--aJVYh .specsBanner-module__buttonAndPriceContainer--Wom49 .specsBanner-module__compareButton--vta2W{--empty: 0}.specsBanner-module__banner--aJVYh .specsBanner-module__buttonAndPriceContainer--Wom49>rdx-dft-price{height:100%}@container drawer (max-width: 992px){.specsBanner-module__banner--aJVYh .specsBanner-module__buttonAndPriceContainer--Wom49{width:100%;padding:16px 0 0;gap:10px;height:auto}}@container drawer (min-width: 2800px){.specsBanner-module__banner--aJVYh .specsBanner-module__buttonAndPriceContainer--Wom49{gap:.5vw}}.specsBanner-module__banner--aJVYh rdx-media{max-width:11vw;width:100%;position:relative}@container drawer (max-width: 1920px){.specsBanner-module__banner--aJVYh rdx-media{max-width:180px}}@container drawer (max-width: 992px){.specsBanner-module__banner--aJVYh rdx-media{max-width:20%}}.specsBanner-module__banner--aJVYh rdx-star{max-width:65%;min-width:26%;width:initial}.specsBanner-module__banner--aJVYh rdx-star a,.specsBanner-module__banner--aJVYh rdx-star div{width:auto}.specsBanner-module__banner--aJVYh rdx-star a>span,.specsBanner-module__banner--aJVYh rdx-star div>span{max-width:initial;width:initial}.specsBanner-module__banner--aJVYh rdx-star div>span{display:flex}.specsBanner-module__banner--aJVYh rdx-star div a>span{max-width:initial;width:initial}.specsBanner-module__banner--aJVYh rdx-dft-price>section{flex-direction:column;align-items:center}@container drawer (max-width: 992px){.specsBanner-module__banner--aJVYh.specsBanner-module__hasInfo--L4qDr{flex-wrap:wrap}.specsBanner-module__banner--aJVYh.specsBanner-module__hasInfo--L4qDr .specsBanner-module__buttonAndPriceContainer--Wom49{border-top:1px solid rgba(0,0,0,.0803);border-left:none}.specsBanner-module__banner--aJVYh.specsBanner-module__hasInfo--L4qDr .specsBanner-module__buttonAndPriceContainer--Wom49.specsBanner-module__noBorder--gxeHM{border-top:none}.specsBanner-module__banner--aJVYh.specsBanner-module__hasInfo--L4qDr rdx-dft-info{max-width:75%}}@container drawer (min-width: 2800px){.specsBanner-module__banner--aJVYh{gap:1vw;padding:1.5vw}}.specsBanner-module__banner--aJVYh.dark-theme{background-color:var(--_dark_neutral-background-front)}.specsBenefits-module__benefits--bRwQi{gap:28px;padding:24px;box-shadow:0 2px 4px #0000000a;border-radius:8px;border:1px solid rgba(0,0,0,.05);background-color:#fff}.specsBenefits-module__benefits--bRwQi .specsBenefits-module__benefitsTitle--D6AUL{color:var(--priceBackgroundColor, #003e92);font-weight:600;font-size:1.05vw;white-space:nowrap;margin-bottom:10px}@container drawer (min-width: 768px){.specsBenefits-module__benefits--bRwQi .specsBenefits-module__benefitsTitle--D6AUL{margin-bottom:0}}@container drawer (max-width: 1920px){.specsBenefits-module__benefits--bRwQi .specsBenefits-module__benefitsTitle--D6AUL{font-size:20px}}.specsBenefits-module__benefits--bRwQi .specsBenefits-module__benefitsDescription--doU4p{font-weight:400;font-size:.8vw;color:#000000e6}@container drawer (max-width: 1920px){.specsBenefits-module__benefits--bRwQi .specsBenefits-module__benefitsDescription--doU4p{font-size:14px}}@container drawer (min-width: 768px){.specsBenefits-module__benefits--bRwQi{display:flex;justify-content:flex-start;align-items:center;flex-direction:row}}@container drawer (min-width: 2800px){.specsBenefits-module__benefits--bRwQi{gap:1.5vw;padding:1vw}}.specsBenefits-module__benefits--bRwQi.dark-theme{background-color:var(--_dark_neutral-background-front)}.specsBenefits-module__benefits--bRwQi.dark-theme .specsBenefits-module__benefitsTitle--D6AUL{color:var(--_dark_primary-link-color)}.specsBenefits-module__benefits--bRwQi.dark-theme .specsBenefits-module__benefitsDescription--doU4p{color:var(--_dark_font-color)}.violatorBranding-module__violatorBranding--RipyH{display:flex;gap:6px}.violatorBranding-module__violatorBranding--RipyH span{background-color:var(--violatorBackgroundColor, #003e92);color:var(--fontColor, #ffffff);font-size:.58vw;line-height:.85vw;font-weight:400;text-transform:uppercase;text-align:center;border-radius:2px;padding:.2vw .4vw;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:8.5vw;word-break:break-all}@container banner (max-width: 1920px){.violatorBranding-module__violatorBranding--RipyH span{font-size:10px;line-height:16px;padding:2px 8px;max-width:170px}}@container drawer (max-width: 1920px){.violatorBranding-module__violatorBranding--RipyH span{font-size:10px;line-height:16px;padding:2px 8px;max-width:170px}}@container attract (max-width: 1920px){.violatorBranding-module__violatorBranding--RipyH span{font-size:10px;line-height:16px;padding:2px 8px;max-width:170px}}@container toolbar (max-width: 1920px){.violatorBranding-module__violatorBranding--RipyH span{font-size:10px;line-height:16px;padding:2px 8px;max-width:170px}}.violatorBranding-module__violatorBranding--RipyH span.dark-theme{background-color:var(--violatorDarkBackgroundColor, var(--_dark_primary-background-color, #003e92));color:var(--darkFontColor, var(--_dark_font-color, #ffffff))}.qrAd-module__container--k87PH{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid rgba(0,0,0,.06);padding:1.2vw;background-color:var(--qrAdBackgroundColor);aspect-ratio:4/3}@container drawer (max-width: 1920px){.qrAd-module__container--k87PH{width:300px;height:250px;padding:20px}}.qrAd-module__container--k87PH .qrAd-module__content--snAX3{color:var(--qrAdFontColor)}.qrAd-module__container--k87PH .qrAd-module__content--snAX3 .qrAd-module__header--S2Q8k{margin-bottom:12px}.qrAd-module__container--k87PH .qrAd-module__content--snAX3 .qrAd-module__header--S2Q8k rdx-media.qrAd-module__logo--IHkby{display:flex;justify-content:center;align-items:center}.qrAd-module__container--k87PH .qrAd-module__content--snAX3 .qrAd-module__header--S2Q8k rdx-media.qrAd-module__logo--IHkby rdx-media-image img{height:24px}@container drawer (min-width: 1920px){.qrAd-module__container--k87PH .qrAd-module__content--snAX3 .qrAd-module__header--S2Q8k rdx-media.qrAd-module__logo--IHkby rdx-media-image img{height:1.25vw}}.qrAd-module__container--k87PH .qrAd-module__content--snAX3 .qrAd-module__header--S2Q8k rdx-text{text-align:center}.qrAd-module__container--k87PH .qrAd-module__content--snAX3 .qrAd-module__header--S2Q8k rdx-text h3{font-size:14px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding:0 6.5px}@container drawer (min-width: 1920px){.qrAd-module__container--k87PH .qrAd-module__content--snAX3 .qrAd-module__header--S2Q8k rdx-text h3{font-size:.85vw}}.qrAd-module__container--k87PH .qrAd-module__content--snAX3 .qrAd-module__header--S2Q8k rdx-text p{font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding:0 6.5px}@container drawer (min-width: 1920px){.qrAd-module__container--k87PH .qrAd-module__content--snAX3 .qrAd-module__header--S2Q8k rdx-text p{font-size:.65vw}}@container drawer (min-width: 1920px){.qrAd-module__container--k87PH .qrAd-module__content--snAX3 .qrAd-module__header--S2Q8k{margin-bottom:.65vw}}.qrAd-module__container--k87PH .qrAd-module__content--snAX3>rdx-media{display:flex;align-items:center;justify-content:center}.qrAd-module__container--k87PH .qrAd-module__content--snAX3>rdx-media rdx-media-qr{display:flex;align-items:center;justify-content:center;height:140px;width:140px;border-radius:8px;border:1px solid rgba(0,0,0,.06);background:#ffffffe6;overflow:hidden}.qrAd-module__container--k87PH .qrAd-module__content--snAX3>rdx-media rdx-media-qr>div{height:100%;width:100%;color:#202020;background-color:#fff;position:relative}.qrAd-module__container--k87PH .qrAd-module__content--snAX3>rdx-media rdx-media-qr>div:after,.qrAd-module__container--k87PH .qrAd-module__content--snAX3>rdx-media rdx-media-qr>div:before{top:50%;left:50%;transform:translate(-50%,-50%)}@media(min-width:2500px){.qrAd-module__container--k87PH .qrAd-module__content--snAX3>rdx-media rdx-media-qr>div:after{font-size:.6vw;line-height:.6vw}}@media(min-width:2800px){.qrAd-module__container--k87PH .qrAd-module__content--snAX3>rdx-media rdx-media-qr>div:after{font-size:.45vw;line-height:.45vw}}@media(min-width:3600px){.qrAd-module__container--k87PH .qrAd-module__content--snAX3>rdx-media rdx-media-qr>div:after{font-size:.5vw;line-height:.5vw}}@container drawer (min-width: 2500px){.qrAd-module__container--k87PH .qrAd-module__content--snAX3>rdx-media rdx-media-qr{width:160px;height:160px}}@container drawer (min-width: 2800px){.qrAd-module__container--k87PH .qrAd-module__content--snAX3>rdx-media rdx-media-qr{width:190px;height:190px}}@container drawer (min-width: 3600px){.qrAd-module__container--k87PH .qrAd-module__content--snAX3>rdx-media rdx-media-qr{width:215px;height:215px}}.qrAd-module__container--k87PH.dark-theme{background-color:var(--qrAdDarkBackgroundColor)}.qrAd-module__container--k87PH.dark-theme .qrAd-module__content--snAX3{color:var(--qrAdDarkFontColor)}.qrAd-module__container--k87PH.dark-theme .qrAd-module__content--snAX3 .qrAd-module__header--S2Q8k rdx-text{color:var(--qrAdDarkFontColor)}.qrAd-module__container--k87PH.dark-theme .qrAd-module__content--snAX3 .qrAd-module__header--S2Q8k rdx-text>rdx-paragraph-text>p{color:var(--qrAdDarkFontColor)}rdx-hero-interstitial{display:flex;width:100%;height:100%;padding:20px}@container page (max-width: 992px){rdx-hero-interstitial{flex-direction:column-reverse;gap:0}}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW,rdx-hero-interstitial .heroInterstitial-module__media--EXr8O{width:50%}@container page (max-width: 992px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW,rdx-hero-interstitial .heroInterstitial-module__media--EXr8O{width:100%}}rdx-hero-interstitial .heroInterstitial-module__media--EXr8O{height:100%;display:flex;justify-content:center;align-items:center}rdx-hero-interstitial .heroInterstitial-module__media--EXr8O>rdx-media-image,rdx-hero-interstitial .heroInterstitial-module__media--EXr8O>rdx-media-interstitial-image,rdx-hero-interstitial .heroInterstitial-module__media--EXr8O>rdx-media-video{display:flex;justify-content:center;height:100%}rdx-hero-interstitial .heroInterstitial-module__media--EXr8O>rdx-media-image>img,rdx-hero-interstitial .heroInterstitial-module__media--EXr8O>rdx-media-image>video,rdx-hero-interstitial .heroInterstitial-module__media--EXr8O>rdx-media-interstitial-image>img,rdx-hero-interstitial .heroInterstitial-module__media--EXr8O>rdx-media-interstitial-image>video,rdx-hero-interstitial .heroInterstitial-module__media--EXr8O>rdx-media-video>img,rdx-hero-interstitial .heroInterstitial-module__media--EXr8O>rdx-media-video>video{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%;height:100%}@container page (max-width: 992px){rdx-hero-interstitial .heroInterstitial-module__media--EXr8O>rdx-media-image,rdx-hero-interstitial .heroInterstitial-module__media--EXr8O>rdx-media-interstitial-image,rdx-hero-interstitial .heroInterstitial-module__media--EXr8O>rdx-media-video{max-height:30vw}}rdx-hero-interstitial.heroInterstitial-module__noMedia--volUM{justify-content:center}rdx-hero-interstitial.heroInterstitial-module__noMedia--volUM .heroInterstitial-module__media--EXr8O{display:none}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW{z-index:1;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:8px;height:100%}@container page (max-width: 992px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW{height:50%!important}}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>.heroInterstitial-module__contentLogo--alzhD{width:50%;min-height:50%;display:flex;align-items:center;justify-content:center}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>.heroInterstitial-module__contentLogo--alzhD>rdx-media-image>img,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>.heroInterstitial-module__contentLogo--alzhD>rdx-media-image>video,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>.heroInterstitial-module__contentLogo--alzhD>rdx-media-interstitial-image>img,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>.heroInterstitial-module__contentLogo--alzhD>rdx-media-interstitial-image>video,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>.heroInterstitial-module__contentLogo--alzhD>rdx-media-video>img,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>.heroInterstitial-module__contentLogo--alzhD>rdx-media-video>video{width:100%;max-height:10vw;-o-object-fit:contain;object-fit:contain}@container page (max-width: 992px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>.heroInterstitial-module__contentLogo--alzhD{width:40%}}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW .heroInterstitial-module__content--CCjqR{width:100%;min-height:50%;overflow-x:hidden;overflow-y:auto;touch-action:auto;display:flex;flex-direction:column;max-height:-moz-max-content;max-height:max-content;padding:0 8px 0 0}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW .heroInterstitial-module__content--CCjqR::-webkit-scrollbar{width:5px;height:5px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW .heroInterstitial-module__content--CCjqR::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW .heroInterstitial-module__content--CCjqR::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW .heroInterstitial-module__content--CCjqR::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 992px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW .heroInterstitial-module__content--CCjqR{overflow-y:auto}}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content{display:block}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div{width:100%!important;justify-content:center;gap:16px;align-items:center}@container page (max-width: 1920px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div{gap:8px}}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text{width:100%;text-align:center}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-heading-text{display:block}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-heading-text>h3{font-size:var(--relativeFontSize, 1.3vw);font-weight:var(--textWeight, 700);overflow:hidden;text-overflow:ellipsis;white-space:initial;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@container page (max-width: 1920px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-heading-text>h3{font-size:var(--fontSize, 20px)!important}}@container page (max-width: 992px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-heading-text>h3{font-size:var(--fontSize, 18px)}}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-heading-text>textarea{position:static;font-weight:600;width:100%;height:57px;outline:none;border:none;resize:none;padding:0;margin:0}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar{width:5px;height:5px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text{font-weight:400;max-height:340px;overflow-y:auto;display:block}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text::-webkit-scrollbar,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text::-webkit-scrollbar,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text::-webkit-scrollbar,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text::-webkit-scrollbar,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text::-webkit-scrollbar{width:5px;height:5px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text::-webkit-scrollbar-track,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text::-webkit-scrollbar-track,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text::-webkit-scrollbar-track,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text::-webkit-scrollbar-track,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text::-webkit-scrollbar-thumb,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text::-webkit-scrollbar-thumb,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text::-webkit-scrollbar-thumb,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text::-webkit-scrollbar-thumb,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text::-webkit-scrollbar-thumb:hover,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text::-webkit-scrollbar-thumb:hover,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text::-webkit-scrollbar-thumb:hover,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text::-webkit-scrollbar-thumb:hover,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text::-webkit-scrollbar-thumb:hover{background:#0000004d}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text>textarea{font-weight:400;outline:none;border:none;resize:none;padding:0;margin:0;width:100%;-webkit-line-clamp:4;-webkit-box-orient:vertical}@container page (max-width: 1920px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text{max-height:225px}}@container page (max-width: 1080px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text{max-height:180px}}@container page (max-width: 768px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text{max-height:120px}}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text{font-weight:400}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text>textarea{font-weight:var(--textWeight, 400);outline:none;border:none;resize:none;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:4;-webkit-box-orient:vertical}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text>textarea::-webkit-scrollbar,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text>textarea::-webkit-scrollbar{width:5px;height:5px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-track,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text>textarea::-webkit-scrollbar-track,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb:hover,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb:hover,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text{font-weight:400;color:#000c;overflow-y:auto;display:block;margin-top:10px;max-height:215px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text::-webkit-scrollbar{width:5px;height:5px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text::-webkit-scrollbar-thumb:hover{background:#0000004d}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text>sup{margin-right:3px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text>textarea{font-weight:400;color:#000c;outline:none;border:none;resize:none;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:4;-webkit-box-orient:vertical}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar{width:5px;height:5px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 1920px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text{max-height:180px}}@container page (max-width: 1080px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text{max-height:100px}}@container page (max-width: 768px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-text>rdx-legal-text{max-height:85px}}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-media{width:40%;display:flex;justify-content:center}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-media>rdx-media-image>img,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-media>rdx-media-image>video,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-media>rdx-media-interstitial-image>img,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-media>rdx-media-interstitial-image>video,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-media>rdx-media-video>img,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>div>rdx-media>rdx-media-video>video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame{width:100%;position:relative;height:auto}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-heading-text{display:block}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea{position:static;width:100%;height:100px;outline:none;border:none;resize:none;padding:0;margin:0;font-weight:var(--textWeight, 600)}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar{width:5px;height:5px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@container page (max-width: 1920px){rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-heading-text>textarea{height:57px}}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea{font-weight:400;outline:none;border:none;resize:none;padding:0;margin:0;width:100%;-webkit-line-clamp:4;-webkit-box-orient:vertical}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-sub-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-label-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-legal-text,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-banner-text{display:block}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea{font-weight:var(--textWeight, 400);outline:none;border:none;resize:none;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:4;-webkit-box-orient:vertical}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar{width:5px;height:5px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-track,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-track,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar-track,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-sub-text>textarea::-webkit-scrollbar-thumb:hover,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-paragraph-text>textarea::-webkit-scrollbar-thumb:hover,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-label-text>textarea::-webkit-scrollbar-thumb:hover,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover,rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-banner-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea{font-weight:400;color:#000c;outline:none;border:none;resize:none;padding:0;margin:0;width:100%;min-height:80px;-webkit-line-clamp:4;-webkit-box-orient:vertical}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar{width:5px;height:5px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}rdx-hero-interstitial .heroInterstitial-module__contentContainer--PVaBW>rdx-content>rdx-edition-frame rdx-text>rdx-legal-text>textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}.logo-module__logoWrapper--HAmuk{display:flex;background-color:transparent}.logo-module__logoWrapper--HAmuk>rdx-media-image{width:var(--media-percentage);min-width:var(--media-min-width);min-height:initial;display:flex;align-items:center;justify-content:center;position:relative}.logo-module__logoWrapper--HAmuk>rdx-media-image img{width:100%;height:100%;max-height:102px;-o-object-fit:cover;object-fit:cover}@container banner (min-width: 2500px){.logo-module__logoWrapper--HAmuk>rdx-media-image img{max-height:122px}}@container banner (min-width: 2800px){.logo-module__logoWrapper--HAmuk>rdx-media-image img{max-height:197px}}.logo-module__logoWrapper--HAmuk.logo-module__noDarkMedia--i9R4e{background-color:#fff}@keyframes bannerAttract-module__enterFromTop--Hxk81{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes bannerAttract-module__leaveFromBottom--QycBT{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes bannerAttract-module__leaveFromBottomFooter--c1SmM{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes bannerAttract-module__enterFromBottom--NipR4{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes bannerAttract-module__enterFromBottomFooter--PcGE7{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bannerAttract-module__smoothEnterFromBottom--dNAVA{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes bannerAttract-module__showFromBehind--iGzaA{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes bannerAttract-module__hideFromFront--Mv8gB{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes bannerAttract-module__shineLogo--WPetB{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes bannerAttract-module__fade-in--thEuw{0%{opacity:0}to{opacity:1}}@keyframes bannerAttract-module__fade-out--hQpYR{0%{opacity:1}to{opacity:0}}@keyframes bannerAttract-module__enter-rtl--_dalp{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes bannerAttract-module__leave-rtl--ezjeC{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes bannerAttract-module__enter-ltr--xiYap{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes bannerAttract-module__leave-ltr--KN7V9{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes bannerAttract-module__slide-enter-rtl--aC109{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes bannerAttract-module__slide-leave-rtl--yxZKN{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes bannerAttract-module__slide-enter-ltr--_YOp8{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes bannerAttract-module__slide-leave-ltr--_QE03{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes bannerAttract-module__stroke--PwrW5{to{stroke-dashoffset:0}}@keyframes bannerAttract-module__marquee-text--y35vv{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes bannerAttract-module__fadeInLeft--ju2sB{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes bannerAttract-module__qr-in--lkWYl{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes bannerAttract-module__qr-out--c0EKz{0%{opacity:1}to{opacity:0}}@keyframes bannerAttract-module__attract-in--ioO9N{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes bannerAttract-module__attract-out--dCva3{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes bannerAttract-module__pulse-animation--tOFTS{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes bannerAttract-module__pulse-animation-dark--QGM0C{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes bannerAttract-module__pingPong--gDWYI{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes bannerAttract-module__opacitySvg--xwcir{0%{opacity:0}to{opacity:1}}@keyframes bannerAttract-module__focusRing--IcKCj{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.bannerAttract-module__banner--aCxdG{position:fixed;top:0;left:0;max-width:37%;z-index:2}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI{display:flex;flex-direction:row;justify-content:flex-end;gap:12px;width:100%;border-radius:8px}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG{box-shadow:0 2px 4px #0000000a;border-radius:8px;display:flex;flex-direction:column;max-width:78%;width:100%;background-color:#fff9;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-blend-mode:normal,luminosity}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP{width:100%;height:100%;gap:12px;padding:12px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border:1px solid rgba(0,0,0,.05);border-radius:8px}@container attract (min-width: 2500px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP{padding:.7vw}}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP>rdx-media{min-height:initial;display:flex;align-items:center;justify-content:center;position:relative}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP>rdx-media>rdx-media-image>img{width:60px;height:60px;-o-object-fit:contain;object-fit:contain}@container attract (min-width: 2500px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP>rdx-media>rdx-media-image>img{width:5vw;height:5vw}}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-info{max-width:100%;overflow:hidden}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-info div[class*=violatorContainer]{width:100%}@container banner (max-width: 1920px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-info rdx-dft-violator rdx-text rdx-banner-text>span{font-size:10px;line-height:16px}}@container attract (max-width: 1920px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-info rdx-dft-violator rdx-text rdx-banner-text>span{font-size:10px;line-height:16px}}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-info rdx-text rdx-heading-text>h3{font-size:14px;line-height:20px;font-weight:600;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}@container attract (min-width: 2500px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-info rdx-text rdx-heading-text>h3{font-size:.9vw;line-height:1.2vw}}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-info rdx-text rdx-label-text>span{font-size:11px;line-height:14px}@container attract (min-width: 2500px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-info rdx-text rdx-label-text>span{font-size:.7vw;line-height:.85vw}}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-info rdx-dft-sub-text{align-items:baseline}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-info rdx-dft-sub-text rdx-star>div>a>p{font-size:11px}@container attract (min-width: 2500px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-info rdx-dft-sub-text rdx-star>div>a>p{font-size:.7vw}}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-info rdx-dft-sub-text rdx-star>div>a>span>svg{width:.65vw;height:.65vw;margin-right:.2vw}@container attract (max-width: 1920px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-info rdx-dft-sub-text rdx-star>div>a>span>svg{width:10px;height:10px;margin-right:2.5px}}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-price{min-width:25%;border-left:1px solid rgba(0,0,0,.08);padding-left:12px;height:100%;display:flex;justify-content:flex-end;align-items:center}@container attract (min-width: 2500px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-price{padding-left:.75vw}}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-price>section{display:flex;flex-direction:column}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-price>section>p{text-align:right;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding-right:14px;max-width:100px}@container attract (min-width: 1920px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceInfo--SPHEP rdx-dft-price>section>p{max-width:6vw;padding-right:1vw}}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceContainerFooter--JzXGk{width:100%;background-color:var(--retailerColor);display:flex;align-items:center;justify-content:center;color:#fff;padding:5px 0;border:1px solid rgba(0,0,0,.05);border-radius:0 0 8px 8px}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceContainerFooter--JzXGk>span{font-size:12px;line-height:16px;color:var(--retailerColorContrast, #ffffff);display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-align:center}@container attract (min-width: 2500px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG .bannerAttract-module__deviceContainerFooter--JzXGk>span{font-size:.7vw;line-height:1vw}}@media(min-width:1900px)and (max-width:2100px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG{max-width:82%}}@media(min-width:2100px)and (max-width:2499.9px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__deviceContainer--GEQOG{max-width:84%}}.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__qrContainer--yhAKW{display:none;max-width:22%;width:100%;box-shadow:0 2px 4px #0000000a;border:1px solid rgba(0,0,0,.05);border-radius:8px;background-color:#fff;overflow:hidden}@container attract (max-width: 768px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__qrContainer--yhAKW{max-width:25%;width:100%}}@media(min-width:1900px)and (max-width:2100px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__qrContainer--yhAKW{max-width:18%}}@media(min-width:2100px)and (max-width:2499.9px){.bannerAttract-module__banner--aCxdG .bannerAttract-module__container--njGuI .bannerAttract-module__qrContainer--yhAKW{max-width:16%}}.bannerAttract-module__banner--aCxdG.bannerAttract-module__showQr--KjTjb .bannerAttract-module__container--njGuI{justify-content:space-between}.bannerAttract-module__banner--aCxdG.bannerAttract-module__showQr--KjTjb .bannerAttract-module__container--njGuI .bannerAttract-module__qrContainer--yhAKW{display:block}@keyframes attract-module__enterFromTop--eUGT7{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes attract-module__leaveFromBottom--DcUjs{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes attract-module__leaveFromBottomFooter--gj1MF{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes attract-module__enterFromBottom--zpyan{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes attract-module__enterFromBottomFooter--IOps5{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes attract-module__smoothEnterFromBottom--R4oe2{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes attract-module__showFromBehind--zPOmJ{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes attract-module__hideFromFront--jVvVZ{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes attract-module__shineLogo--L0gD_{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes attract-module__fade-in--WARO4{0%{opacity:0}to{opacity:1}}@keyframes attract-module__fade-out--IekxA{0%{opacity:1}to{opacity:0}}@keyframes attract-module__enter-rtl--Tg0kw{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes attract-module__leave-rtl--OmaHe{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes attract-module__enter-ltr--jQ_rd{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes attract-module__leave-ltr--O7qpx{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes attract-module__slide-enter-rtl--otMai{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes attract-module__slide-leave-rtl--bOPFk{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes attract-module__slide-enter-ltr--iNeZe{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes attract-module__slide-leave-ltr--y7enn{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes attract-module__stroke--gBTEw{to{stroke-dashoffset:0}}@keyframes attract-module__marquee-text--txYED{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes attract-module__fadeInLeft--oEaUF{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes attract-module__qr-in--yfHTz{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes attract-module__qr-out--MTT5l{0%{opacity:1}to{opacity:0}}@keyframes attract-module__attract-in--na5mP{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes attract-module__attract-out--RMs9u{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes attract-module__pulse-animation--TNL4K{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes attract-module__pulse-animation-dark--uiFKr{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes attract-module__pingPong--Gf12o{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes attract-module__opacitySvg--yO8R2{0%{opacity:0}to{opacity:1}}@keyframes attract-module__focusRing--AYNeH{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.attract-module__container--omt0K{position:relative;width:100vw;height:100dvh;overflow:hidden;container-type:inline-size;container-name:attract}.attract-module__container--omt0K .attract-module__videoContainer--MkZZO{width:100%;height:100%}.attract-module__container--omt0K .attract-module__videoContainer--MkZZO video{width:100%;height:100%;contain:content;-o-object-fit:cover;object-fit:cover}.attract-module__container--omt0K .attract-module__videoContainer--MkZZO .attract-module__hidden--Xu5Lt{display:none}.attract-module__container--omt0K>rdx-dft-banner-attract{width:90%;min-width:620px;position:absolute;top:unset;left:unset;right:30px;overflow:hidden}.attract-module__container--omt0K>rdx-dft-banner-attract>div>div:first-of-type{transform:translate(100%);opacity:0}.attract-module__container--omt0K>rdx-dft-banner-attract.attract-module__animateIn--Ndal4>div>div:first-of-type{transform:translate(100%);opacity:0;animation:attract-module__attract-in--na5mP .7s ease forwards;animation-delay:.9s}.attract-module__container--omt0K>rdx-dft-banner-attract.attract-module__animateIn--Ndal4>div>div:nth-of-type(2){animation:attract-module__qr-in--yfHTz .8s ease forwards}.attract-module__container--omt0K>rdx-dft-banner-attract.attract-module__animateOut--sLAxP>div>div:first-of-type{animation:attract-module__attract-out--RMs9u .7s ease forwards}.attract-module__container--omt0K>rdx-dft-banner-attract.attract-module__animateOut--sLAxP>div>div:nth-of-type(2){animation:attract-module__qr-out--MTT5l .8s ease forwards;animation-delay:.3s}.attract-module__container--omt0K>rdx-dft-banner-attract.attract-module__bottom--qMBUQ{bottom:30px}.attract-module__container--omt0K>rdx-dft-banner-attract.attract-module__top--o8FpL{top:30px}@container attract (min-width: 768px){.attract-module__container--omt0K>rdx-dft-banner-attract{width:100%}}@container attract (min-width: 2500px){.attract-module__container--omt0K>rdx-dft-banner-attract{min-width:38vw}}.attract-module__container--omt0K .attract-module__connectivityIcon--lFQeu{position:absolute;right:0;bottom:0;margin:.6em}.attract-module__container--omt0K .attract-module__connectivityIcon--lFQeu.attract-module__green--TjUAu>svg path{fill:green}.attract-module__container--omt0K .attract-module__connectivityIcon--lFQeu.attract-module__yellow--PNVkc>svg path{fill:#ff0}.attract-module__container--omt0K .attract-module__connectivityIcon--lFQeu.attract-module__red--SVkAT>svg path{fill:red}@font-face{font-family:Segoe UI;font-style:normal;font-weight:100;src:url("./assets-and-styles/SegoeUI-Light-IU5HJ5FG.woff2") format("woff2")}@font-face{font-family:Segoe UI;font-style:normal;font-weight:300;src:url("./assets-and-styles/SegoeUI-SemiLight-LEZHGDDK.ttf") format("truetype");font-display:swap}@font-face{font-family:Segoe UI;font-style:normal;font-weight:400;src:url("./assets-and-styles/SegoeUI-QDE4CLRA.woff2") format("woff2");font-display:swap}@font-face{font-family:Segoe UI;font-style:normal;font-weight:600;src:url("./assets-and-styles/SegoeUI-SemiBold-AC7WHUIM.woff2") format("woff2");font-display:swap}@font-face{font-family:Segoe UI;font-style:normal;font-weight:700;src:url("./assets-and-styles/SegoeUI-Bold-PE4EGVWD.woff2") format("woff2");font-display:swap}@font-face{font-family:Segoe UI;font-style:normal;font-weight:900;src:url("./assets-and-styles/SegoeUI-Black-LOZ7632O.ttf") format("truetype");font-display:swap}@keyframes main__enterFromTop--HN7uz{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes main__leaveFromBottom--i2fi8{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes main__leaveFromBottomFooter--CCxLf{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes main__enterFromBottom--Bg9Ee{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes main__enterFromBottomFooter--pvElS{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes main__smoothEnterFromBottom--cFGfR{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes main__showFromBehind--Xvg1M{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes main__hideFromFront--eUfJi{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes main__shineLogo--qzXof{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes main__fade-in--nGC4f{0%{opacity:0}to{opacity:1}}@keyframes main__fade-out--kHUga{0%{opacity:1}to{opacity:0}}@keyframes main__enter-rtl--Tc1i3{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes main__leave-rtl--uhgrf{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes main__enter-ltr--DIG_s{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes main__leave-ltr--YtFLb{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes main__slide-enter-rtl--Vy1ka{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes main__slide-leave-rtl--WpyYb{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes main__slide-enter-ltr--piNGM{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes main__slide-leave-ltr--BE1Zx{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes main__stroke--KHTd7{to{stroke-dashoffset:0}}@keyframes main__marquee-text--6UvLF{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes main__fadeInLeft--Xk72a{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes main__qr-in--_pOQk{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes main__qr-out--q0bzp{0%{opacity:1}to{opacity:0}}@keyframes main__attract-in--UjA8y{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes main__attract-out--RucbR{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes main__pulse-animation--oInXk{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes main__pulse-animation-dark--ko47A{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes main__pingPong--UoUuQ{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes main__opacitySvg--kYHD0{0%{opacity:0}to{opacity:1}}@keyframes main__focusRing--HCBdH{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.rdx-component-wrapper *{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Tahoma,Geneva,Verdana,sans-serif;font-size:inherit;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdx-component-wrapper .theme-dark{color:#fff}.rdx-component-wrapper .theme-light{color:#000}.preventScroll{overflow:hidden;padding-right:5px}body{background-color:var(--bodyBackgroundColor)}.noDisplay{display:none}.gamepad-focused{outline:2px solid black}.dark-theme.gamepad-focused{outline-color:#3dd06d59}.gamepad-active body{background:radial-gradient(80% 60% at 50% -10%,#1a2030,#0b0e11 55%,#07090b) fixed}.gamepad-active body rdx-page{background:radial-gradient(80% 60% at 50% -10%,#1a2030,#0b0e11 55%,#07090b) fixed}*{--_dark_font-color: #ffffff;--_dark_font-neutral-disabled: #5c5c5c;--_dark_font-accent-color: #99ebff;--_dark_font-neutral-foreground-rest: #adadad;--_dark_neutral-font-color-rest: #ffffff;--_dark_neutral-font-color-hov: #ffffff;--_dark_neutral-font-color-press: #ffffff;--_dark_neutral-font-color-selected: #ffffff;--_dark_primary-link-color: #60cdff;--_dark_primary-link-color-hov: #5bbde9;--_dark_primary-link-color-press: #56add5;--_dark_primary-background-color: #115ea3;--_dark_primary-background-hov: #0f6cbd;--_dark_primary-background-press: #0c3b5e;--_dark_primary-background-selected: #0f548c;--_dark_neutral-rest: #292929;--_dark_neutral-hov: #3d3d3d;--_dark_neutral-press: #1f1f1f;--_dark_neutral-background-back: #0a0a0a;--_dark_neutral-background-disabled: #141414;--_dark_neutral-background-disabled-translucid: #14141446;--_dark_neutral-background: var(--_dark_neutral-press);--_dark_neutral-background-translucid: rgba(31, 31, 31, .902);--_dark_neutral-background-front: var(--_dark_neutral-rest);--_dark_neutral-background-front-translucid: #292929b3;--_dark_neutral-background-static: #333333;--_dark_neutral-background-tooltip: var(--_dark_neutral-hov);--_dark_neutral-stroke: #666666;--_dark_neutral-stroke-hov: #757575;--_dark_neutral-stroke-press: #6b6b6b;--_dark_neutral-stroke-select: #707070;--_dark_neutral-focus: #ffffff;--_dark_primary-button-color: #60cdff;--_dark_primary-button-hover: #5bbde9;--_dark_primary-button-press: #56add5;--_dark_primary-button-font-color: #000000}@keyframes collapsedDft-module__enterFromTop--ATVA8{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes collapsedDft-module__leaveFromBottom--ZbLU5{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes collapsedDft-module__leaveFromBottomFooter--vEEbL{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes collapsedDft-module__enterFromBottom--euMKl{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes collapsedDft-module__enterFromBottomFooter--OaFSi{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes collapsedDft-module__smoothEnterFromBottom--gNQiX{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes collapsedDft-module__showFromBehind--ghdtk{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes collapsedDft-module__hideFromFront--c07lO{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes collapsedDft-module__shineLogo--Nj_kh{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes collapsedDft-module__fade-in--yCYhx{0%{opacity:0}to{opacity:1}}@keyframes collapsedDft-module__fade-out--KXNO8{0%{opacity:1}to{opacity:0}}@keyframes collapsedDft-module__enter-rtl--TX5v_{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes collapsedDft-module__leave-rtl--J34Tx{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes collapsedDft-module__enter-ltr--fP3JK{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes collapsedDft-module__leave-ltr--ggUfW{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes collapsedDft-module__slide-enter-rtl--FNmks{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes collapsedDft-module__slide-leave-rtl--BUSI_{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes collapsedDft-module__slide-enter-ltr--DdztX{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes collapsedDft-module__slide-leave-ltr--EbP6v{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes collapsedDft-module__stroke--BCvF0{to{stroke-dashoffset:0}}@keyframes collapsedDft-module__marquee-text--hFHvF{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes collapsedDft-module__fadeInLeft--fXHZp{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes collapsedDft-module__qr-in--gJ1hT{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes collapsedDft-module__qr-out--UEXqP{0%{opacity:1}to{opacity:0}}@keyframes collapsedDft-module__attract-in--rREst{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes collapsedDft-module__attract-out--jkBxf{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes collapsedDft-module__pulse-animation--bbrDa{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes collapsedDft-module__pulse-animation-dark--rckwI{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes collapsedDft-module__pingPong--zpfYu{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes collapsedDft-module__opacitySvg--bAUDG{0%{opacity:0}to{opacity:1}}@keyframes collapsedDft-module__focusRing--i4cFJ{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.collapsedDft-module__hub--QdAA7{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Tahoma,Geneva,Verdana,sans-serif;color:#202020}.collapsedDft-module__hub--QdAA7 rdx-dft-banner>rdx-dft-features>rdx-dft-feature rdx-dft-tooltip{display:none}.collapsedDft-module__hub--QdAA7 rdx-dft-banner>rdx-dft-button.collapsedDft-module__animating--L7EDG{pointer-events:none}@keyframes toolbar-module__enterFromTop--cXGog{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes toolbar-module__leaveFromBottom--S3oPT{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes toolbar-module__leaveFromBottomFooter--HvUYv{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes toolbar-module__enterFromBottom--IgY13{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes toolbar-module__enterFromBottomFooter--fRh9w{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes toolbar-module__smoothEnterFromBottom--G92fG{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes toolbar-module__showFromBehind--W9m45{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes toolbar-module__hideFromFront--cMyu7{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes toolbar-module__shineLogo--SnCj2{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes toolbar-module__fade-in--ZGgA7{0%{opacity:0}to{opacity:1}}@keyframes toolbar-module__fade-out--iSge0{0%{opacity:1}to{opacity:0}}@keyframes toolbar-module__enter-rtl--q0GPW{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes toolbar-module__leave-rtl--nDrv8{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes toolbar-module__enter-ltr--tX1y2{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes toolbar-module__leave-ltr--ktJH2{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes toolbar-module__slide-enter-rtl--oeOBh{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes toolbar-module__slide-leave-rtl--tfS03{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes toolbar-module__slide-enter-ltr--_I6ZK{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes toolbar-module__slide-leave-ltr--JbasD{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes toolbar-module__stroke--uN0ee{to{stroke-dashoffset:0}}@keyframes toolbar-module__marquee-text--jpHEO{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes toolbar-module__fadeInLeft--EAdcV{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes toolbar-module__qr-in--BTTw_{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes toolbar-module__qr-out--LHftL{0%{opacity:1}to{opacity:0}}@keyframes toolbar-module__attract-in--FHzMv{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes toolbar-module__attract-out--SQBQp{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes toolbar-module__pulse-animation--xXS0e{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes toolbar-module__pulse-animation-dark--C8c77{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes toolbar-module__pingPong--yqZSl{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes toolbar-module__opacitySvg--ox68a{0%{opacity:0}to{opacity:1}}@keyframes toolbar-module__focusRing--Dp5EI{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.toolbar-module__toolbar--MfH9y{position:fixed;top:0;left:0;z-index:2;width:100%;display:block;box-sizing:border-box;animation:toolbar-module__enterFromTop--cXGog .25s ease-in forwards;container-type:inline-size;container-name:toolbar}.toolbar-module__toolbar--MfH9y[class*=hidden]{--animationTime: .25s;animation:toolbar-module__leaveFromBottom--S3oPT var(--animationTime) ease-in forwards}.toolbar-module__toolbar--MfH9y[class*=hidden][class*=noAnimation]{--animationTime: 0ms}.toolbar-module__toolbar--MfH9y[class*=noAnimationEnter],.toolbar-module__toolbar--MfH9y[class*=noAnimationLeave]{animation:none;transition:none}.toolbar-module__toolbar--MfH9y[class*=noAnimationLeave]{opacity:0}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR{width:100%;height:50px;padding:16px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;background-color:#f2f2f2b3;box-shadow:0 0 5px #32323233}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR:before{content:"";position:absolute;top:0;left:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:100%}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info{flex-direction:row;align-items:center;gap:12px;max-width:53%;justify-content:flex-start}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info div[class*=violatorContainer]{max-width:41%}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info.toolbar-module__noPrice--IZrCi{max-width:70%}@container toolbar (max-width: 768px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info.toolbar-module__noPrice--IZrCi{max-width:90%}}@container toolbar (max-width: 600px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info.toolbar-module__noPrice--IZrCi{max-width:80%}}@container toolbar (min-width: 768px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info.toolbar-module__noPrice--IZrCi{max-width:75%}}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info.toolbar-module__noPrice--IZrCi>rdx-text{max-width:50%}@container toolbar (max-width: 768px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info.toolbar-module__noPrice--IZrCi>rdx-text{max-width:65%}}@container toolbar (max-width: 600px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info.toolbar-module__noPrice--IZrCi>rdx-text{max-width:60%}}@container toolbar (min-width: 768px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info.toolbar-module__noPrice--IZrCi>rdx-text{max-width:90%}}@container toolbar (min-width: 992px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info.toolbar-module__noPrice--IZrCi>rdx-text{max-width:50%}}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info>rdx-text{max-width:49%}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info>rdx-text rdx-heading-text h3{font-size:.9vw;line-height:1.3vw;font-weight:400;text-overflow:ellipsis;min-width:0px;white-space:nowrap;display:block;overflow:hidden}@container toolbar (max-width: 1920px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info>rdx-text rdx-heading-text h3{font-size:14px;line-height:20px}}@container toolbar (min-width: 992px) and (max-width: 1200px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info>rdx-text{max-width:36%}}@container toolbar (max-width: 992px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info>rdx-text{max-width:75%}}@container toolbar (max-width: 768px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info>rdx-text{max-width:65%}}@container toolbar (max-width: 600px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info>rdx-text{max-width:55%}}@container toolbar (max-width: 768px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info{max-width:55%}}@container toolbar (max-width: 600px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info{max-width:45%}}@container toolbar (min-width: 768px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info{max-width:65%}}@container toolbar (min-width: 992px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-info{justify-content:center}}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR .toolbar-module__priceButtonContainer--mq9J3{position:absolute;right:20px;display:flex;justify-content:center;align-items:center;gap:20px}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR .toolbar-module__priceButtonContainer--mq9J3 rdx-dft-price p:first-child{font-size:.9vw;line-height:1.3vw;font-weight:400;-webkit-line-clamp:1;line-clamp:1}@container toolbar (max-width: 1920px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR .toolbar-module__priceButtonContainer--mq9J3 rdx-dft-price p:first-child{font-size:14px;line-height:20px}}@container toolbar (max-width: 4200px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR .toolbar-module__priceButtonContainer--mq9J3 rdx-dft-price p:first-child{max-width:450px}}@container toolbar (max-width: 2800px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR .toolbar-module__priceButtonContainer--mq9J3 rdx-dft-price p:first-child{max-width:350px}}@container toolbar (max-width: 2500px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR .toolbar-module__priceButtonContainer--mq9J3 rdx-dft-price p:first-child{max-width:250px}}@container toolbar (max-width: 1920px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR .toolbar-module__priceButtonContainer--mq9J3 rdx-dft-price p:first-child{max-width:150px}}@container toolbar (max-width: 1200px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR .toolbar-module__priceButtonContainer--mq9J3 rdx-dft-price p:first-child{max-width:130px}}@container toolbar (max-width: 768px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR .toolbar-module__priceButtonContainer--mq9J3 rdx-dft-price p:first-child{max-width:100px}}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR .toolbar-module__priceButtonContainer--mq9J3 rdx-dft-price p:nth-child(3){display:none}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-button button{min-height:auto;border:none;background:transparent;position:relative;transition:none}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-button button:focus-within{outline:none}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-button button:focus-within:before{content:"";position:absolute;inset:1px;outline:2px solid #000000;border:1px solid #ffffff;border-radius:6px;padding:5px}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-button button:focus-within:not(:focus-visible):before{content:none}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-button button p{display:none}@container toolbar (min-width: 2500px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR rdx-dft-button button svg{width:.9vw;height:.9vw}}@container toolbar (min-width: 992px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR{justify-content:center}}@container toolbar (min-width: 1081px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR{height:55px}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR:before{height:55px}}@container toolbar (min-width: 2500px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR{height:80px}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR:before{height:80px}}@container toolbar (min-width: 2800px){.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR{height:95px}.toolbar-module__toolbar--MfH9y .toolbar-module__wrapperToolbar--N3UhR:before{height:95px}}.toolbar-module__toolbar--MfH9y.dark-theme .toolbar-module__wrapperToolbar--N3UhR{background-color:var(--_dark_neutral-background-front-translucid)}.toolbar-module__toolbar--MfH9y.dark-theme .toolbar-module__wrapperToolbar--N3UhR .toolbar-module__priceButtonContainer--mq9J3 rdx-dft-button button svg path{fill:var(--_dark_font-color)}@keyframes dft-module__enterFromTop--eSYf_{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes dft-module__leaveFromBottom--g_zD1{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes dft-module__leaveFromBottomFooter--Uy8hH{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes dft-module__enterFromBottom--G1fKB{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes dft-module__enterFromBottomFooter--Uc8FR{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes dft-module__smoothEnterFromBottom--GqJEt{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes dft-module__showFromBehind--MzCWS{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes dft-module__hideFromFront--mQaeA{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes dft-module__shineLogo--gLjPn{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes dft-module__fade-in--f7Q_i{0%{opacity:0}to{opacity:1}}@keyframes dft-module__fade-out--UHVIj{0%{opacity:1}to{opacity:0}}@keyframes dft-module__enter-rtl--b8lKq{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes dft-module__leave-rtl--qFEgY{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes dft-module__enter-ltr--QFGzz{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes dft-module__leave-ltr--tmHSk{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes dft-module__slide-enter-rtl--dG922{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes dft-module__slide-leave-rtl--sGhnH{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes dft-module__slide-enter-ltr--neXmD{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes dft-module__slide-leave-ltr--HD_L_{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes dft-module__stroke--fyqrE{to{stroke-dashoffset:0}}@keyframes dft-module__marquee-text--aNtAM{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes dft-module__fadeInLeft--pqgkU{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes dft-module__qr-in--LWLnD{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes dft-module__qr-out--LfQVf{0%{opacity:1}to{opacity:0}}@keyframes dft-module__attract-in--LYmgR{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes dft-module__attract-out--o5kkX{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes dft-module__pulse-animation--YEm6Y{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes dft-module__pulse-animation-dark--W7FOj{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes dft-module__pingPong--zrWUl{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes dft-module__opacitySvg--uYFjV{0%{opacity:0}to{opacity:1}}@keyframes dft-module__focusRing--C3SY5{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.dft-module__hub--rdPrm{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Tahoma,Geneva,Verdana,sans-serif;color:#202020}.dft-module__hub--rdPrm>rdx-dft-drawer{position:fixed;justify-content:center;align-items:flex-start;bottom:0;left:0;width:100%;height:100%;z-index:3;transform:translateY(0);opacity:1;transition:transform .5s,opacity .4s}.dft-module__hub--rdPrm>rdx-dft-drawer img,.dft-module__hub--rdPrm>rdx-dft-drawer video{width:100%}.dft-module__hub--rdPrm rdx-dft-toolbar:not(.dft-module__hidden--wmoIp){animation:dft-module__enterFromTop--eSYf_,dft-module__fade-in--f7Q_i;animation-duration:0ms,.25s;animation-delay:0ms,0ms;animation-fill-mode:forwards,forwards;animation-timing-function:ease-in,ease-in}.dft-module__hub--rdPrm rdx-dft-toolbar.dft-module__hidden--wmoIp{animation:dft-module__fade-out--UHVIj,dft-module__leaveFromBottom--g_zD1;animation-duration:.25s,0ms;animation-delay:0ms,.25s;animation-fill-mode:forwards,forwards;animation-timing-function:ease-in,ease-in}.dft-module__hub--rdPrm rdx-dft-banner.dft-module__noShow--DMy_7{opacity:0;transform:translateY(-100%);animation:unset}.dft-module__hub--rdPrm rdx-dft-banner.dft-module__noShow--DMy_7.dft-module__hidden--wmoIp{animation:dft-module__fade-out--UHVIj,dft-module__leaveFromBottom--g_zD1;animation-duration:.25s,0ms;animation-delay:0ms,.25s;animation-fill-mode:forwards,forwards;animation-timing-function:ease-in,ease-in}.dft-module__hub--rdPrm rdx-dft-banner.dft-module__noShow--DMy_7.dft-module__show--Q2Dwm{animation:dft-module__enterFromTop--eSYf_,dft-module__fade-in--f7Q_i;animation-duration:0ms,.25s;animation-delay:0ms,0ms;animation-fill-mode:forwards,forwards;animation-timing-function:ease-in,ease-in}.dft-module__hub--rdPrm rdx-dft-banner>rdx-dft-features>rdx-dft-feature rdx-dft-tooltip{display:none}.dft-module__hub--rdPrm rdx-dft-banner>rdx-dft-button.dft-module__animating--XDhHX{pointer-events:none}.dft-module__hub--rdPrm rdx-dft-drawer{transition:transform 0ms,opacity .4s}*{margin:0;padding:0;box-sizing:border-box}body{overflow:auto}body::-webkit-scrollbar{width:5px;height:5px}body::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}body::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}body::-webkit-scrollbar-thumb:hover{background:#0000004d}.hub-module__hub--xO4P6{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Tahoma,Geneva,Verdana,sans-serif;color:#202020}.hub-module__hub--xO4P6>rdx-dft-drawer{position:fixed;justify-content:center;align-items:flex-start;bottom:0;left:0;width:100%;height:100%;z-index:3;transform:translateY(0);opacity:1;transition:transform .5s,opacity .4s}.hub-module__hub--xO4P6>rdx-dft-drawer img,.hub-module__hub--xO4P6>rdx-dft-drawer video{width:100%}.hub-module__hub--xO4P6 rdx-dft-banner>rdx-dft-button.hub-module__animating--i2jkz{pointer-events:none}.regexpTester-module__rdxRegExpTester--Q0NLA{display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:auto;padding:20px;gap:20px}.regexpTester-module__rdxRegExpTester--Q0NLA h1{font-size:20px}.regexpTester-module__rdxRegExpTester--Q0NLA h2{font-size:16px}.regexpTester-module__rdxRegExpTester--Q0NLA .regexpTester-module__container--C1yXS{height:100%;display:flex;flex-direction:row;gap:20px}.regexpTester-module__rdxRegExpTester--Q0NLA .regexpTester-module__container--C1yXS .regexpTester-module__names--yUUWg{width:20%;min-width:150px}.regexpTester-module__rdxRegExpTester--Q0NLA .regexpTester-module__container--C1yXS .regexpTester-module__names--yUUWg textarea{width:100%;height:calc(100% - 20px);padding:10px}.regexpTester-module__rdxRegExpTester--Q0NLA .regexpTester-module__container--C1yXS .regexpTester-module__resultsContainer--f9ws9{width:80%}.regexpTester-module__rdxRegExpTester--Q0NLA .regexpTester-module__container--C1yXS .regexpTester-module__resultsContainer--f9ws9 .regexpTester-module__correct--QQ3KP{color:green}.regexpTester-module__rdxRegExpTester--Q0NLA .regexpTester-module__container--C1yXS .regexpTester-module__resultsContainer--f9ws9 .regexpTester-module__incorrect--ZY0c1{color:red}.regexpTester-module__rdxRegExpTester--Q0NLA .regexpTester-module__container--C1yXS .regexpTester-module__resultsContainer--f9ws9 .regexpTester-module__results--dqotL{border:1px solid rgb(118,118,118);border-radius:2px;padding:.5em;height:calc(100% - 20px);overflow:auto;display:flex;flex-direction:column;gap:20px}.regexpTester-module__rdxRegExpTester--Q0NLA .regexpTester-module__container--C1yXS .regexpTester-module__resultsContainer--f9ws9 .regexpTester-module__results--dqotL .regexpTester-module__item--H7dBM{display:flex;flex-direction:column}.regexpTester-module__rdxRegExpTester--Q0NLA .regexpTester-module__container--C1yXS .regexpTester-module__resultsContainer--f9ws9 .regexpTester-module__results--dqotL .regexpTester-module__matched--I3CLJ{font-weight:700}.regexpTester-module__rdxRegExpTester--Q0NLA .regexpTester-module__container--C1yXS .regexpTester-module__resultsContainer--f9ws9 .regexpTester-module__results--dqotL .regexpTester-module__notMatched--jdejI{color:red}.regexpTester-module__rdxRegExpTester--Q0NLA .regexpTester-module__container--C1yXS .regexpTester-module__resultsContainer--f9ws9 .regexpTester-module__results--dqotL .regexpTester-module__extra--J_7gz{font-size:.8em;color:#aaa}.regexpTester-module__rdxRegExpTester--Q0NLA .regexpTester-module__container--C1yXS .regexpTester-module__names--yUUWg,.regexpTester-module__rdxRegExpTester--Q0NLA .regexpTester-module__container--C1yXS .regexpTester-module__resultsContainer--f9ws9{height:100%;padding:20px;justify-content:space-between;align-items:center;background:#fff;box-shadow:0 2px 4px #0000000a;border-radius:8px;border:1px solid rgba(0,0,0,.05)}.StringPropertyEditor-module__container--XOREE{display:flex;flex-direction:column;flex-wrap:wrap;position:relative;gap:6px}.StringPropertyEditor-module__container--XOREE.StringPropertyEditor-module__textareaContainer--jR8e3{gap:6px}.StringPropertyEditor-module__container--XOREE.StringPropertyEditor-module__textareaContainer--jR8e3 textarea{min-height:4vw;max-width:100%;line-height:initial}.StringPropertyEditor-module__container--XOREE.StringPropertyEditor-module__textareaContainer--jR8e3 textarea::-webkit-scrollbar{width:5px;height:5px}.StringPropertyEditor-module__container--XOREE.StringPropertyEditor-module__textareaContainer--jR8e3 textarea::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.StringPropertyEditor-module__container--XOREE.StringPropertyEditor-module__textareaContainer--jR8e3 textarea::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.StringPropertyEditor-module__container--XOREE.StringPropertyEditor-module__textareaContainer--jR8e3 textarea::-webkit-scrollbar-thumb:hover{background:#0000004d}@media(max-width:1920px){.StringPropertyEditor-module__container--XOREE.StringPropertyEditor-module__textareaContainer--jR8e3 textarea{min-height:70px}}.StringPropertyEditor-module__container--XOREE label,.StringPropertyEditor-module__container--XOREE .StringPropertyEditor-module__inputString--DtJ89{display:flex;flex-direction:column;box-shadow:none;margin:0;font-weight:400;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.StringPropertyEditor-module__container--XOREE label,.StringPropertyEditor-module__container--XOREE .StringPropertyEditor-module__inputString--DtJ89{font-size:14px;line-height:14px}}.StringPropertyEditor-module__container--XOREE label{justify-content:center;align-items:flex-start;overflow-wrap:break-word;color:#000}.StringPropertyEditor-module__container--XOREE .StringPropertyEditor-module__inputString--DtJ89{height:1.7vw;padding:8px;border-radius:3px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;font-size:.7vw;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out}.StringPropertyEditor-module__container--XOREE .StringPropertyEditor-module__inputString--DtJ89 ::-moz-placeholder{color:#0009}.StringPropertyEditor-module__container--XOREE .StringPropertyEditor-module__inputString--DtJ89 ::placeholder{color:#0009}.StringPropertyEditor-module__container--XOREE .StringPropertyEditor-module__inputString--DtJ89:hover{background:#f9f9f980}.StringPropertyEditor-module__container--XOREE .StringPropertyEditor-module__inputString--DtJ89:active,.StringPropertyEditor-module__container--XOREE .StringPropertyEditor-module__inputString--DtJ89:focus{border-bottom:2px solid #005fb8;padding-bottom:7px}.StringPropertyEditor-module__container--XOREE .StringPropertyEditor-module__inputString--DtJ89:disabled{color:#0000004d;border-width:1px;border-color:rgb(209,209,209) rgb(209,209,209)}@media(max-width:1920px){.StringPropertyEditor-module__container--XOREE .StringPropertyEditor-module__inputString--DtJ89{font-size:14px;height:32px}}.StringPropertyEditor-module__container--XOREE>span{display:none}.StringPropertyEditor-module__container--XOREE>span.StringPropertyEditor-module__show--sLyIH{display:block;width:100%;text-align:right;font-size:.55vw;color:#0009}@media(max-width:1920px){.StringPropertyEditor-module__container--XOREE>span.StringPropertyEditor-module__show--sLyIH{font-size:10px}}.CustomSelectPropertyEditor-module__container--n7s9_{display:flex;flex-direction:column;flex-wrap:wrap;gap:6px}.CustomSelectPropertyEditor-module__container--n7s9_>label,.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__editor--CELYN{display:flex;flex-direction:column;flex-basis:100%;flex:1;box-shadow:none;margin:0;font-weight:400;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.CustomSelectPropertyEditor-module__container--n7s9_>label,.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__editor--CELYN{font-size:14px;line-height:14px}}.CustomSelectPropertyEditor-module__container--n7s9_ label{justify-content:center;align-items:flex-start;overflow-wrap:break-word;color:#000;width:100%}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1{display:flex}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN{position:relative;width:100%}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN>button{border-radius:3px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;color:#000;width:100%;height:1.7vw;text-transform:capitalize;outline:0px;transition:.2s ease-in-out;display:flex;justify-content:space-between;align-items:center;padding:6px 8px;gap:10px;z-index:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;cursor:pointer;font-size:.7vw}@media(max-width:1920px){.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN>button{height:30px;font-size:14px}}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN>button>.CustomSelectPropertyEditor-module__textButton--ken0I{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:75%;pointer-events:none}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN>button>svg{width:.65vw;margin-left:5px;pointer-events:none;transition:transform .3s ease-in-out}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN>button>svg path{fill:#0009}@media(max-width:1920px){.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN>button>svg{width:12px}}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN>button>.CustomSelectPropertyEditor-module__p--s6YDV{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN>button>.CustomSelectPropertyEditor-module__placeholder--oKnZB{color:#0009}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN>button:active,.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN>button:focus{color:#000;border-bottom:2px solid #005fb8;padding-bottom:5px}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN .CustomSelectPropertyEditor-module__rotate--QJXo1 svg{transform:rotate(180deg)}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN .CustomSelectPropertyEditor-module__itemsContainer--PLkPs{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:absolute;top:40px;overflow:hidden;overflow-y:auto;max-height:200px;max-width:100%;width:100%;background-color:#fff;box-shadow:0 8px 20px #00000017,0 2px 10.67px #00000014;border-radius:3px;gap:5px;z-index:4}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN .CustomSelectPropertyEditor-module__itemsContainer--PLkPs::-webkit-scrollbar{width:5px;height:5px}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN .CustomSelectPropertyEditor-module__itemsContainer--PLkPs::-webkit-scrollbar-track{background:#f3f3f3;border-radius:3px}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN .CustomSelectPropertyEditor-module__itemsContainer--PLkPs::-webkit-scrollbar-thumb{background:#0000004d;border-radius:3px;border:4px solid rgba(0,0,0,0)}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN .CustomSelectPropertyEditor-module__itemsContainer--PLkPs::-webkit-scrollbar-thumb:hover{background:#0000004d}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN .CustomSelectPropertyEditor-module__itemsContainer--PLkPs.CustomSelectPropertyEditor-module__hidden--fcgDi{display:none}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN .CustomSelectPropertyEditor-module__itemsContainer--PLkPs .CustomSelectPropertyEditor-module__itemsGroup--ZL_8O{display:flex;flex-direction:column;padding-left:15px}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN .CustomSelectPropertyEditor-module__itemsContainer--PLkPs .CustomSelectPropertyEditor-module__itemsGroup--ZL_8O.CustomSelectPropertyEditor-module__hidden--fcgDi{display:none}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__containerEditor--rCMG1 .CustomSelectPropertyEditor-module__editor--CELYN .CustomSelectPropertyEditor-module__itemsContainer--PLkPs rdx-custom-select-item-editor:focus{outline:none}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6{width:1.7vw;height:1.7vw;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease-in-out;border-radius:3px;margin-left:3px}@media(max-width:1920px){.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6{width:30px;height:30px}}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6>svg{padding:3px;width:.75vw;height:.75vw}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6>svg>path{fill:#d13438}@media(max-width:1920px){.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6>svg{width:16px;height:16px}}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6:hover{background-color:#d13438}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6:hover>svg{padding:3px}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6:hover>svg>path{fill:#fff}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6:active,.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6:focus{background-color:#a91c21}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6:active>svg,.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6:focus>svg{padding:3px}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6:active>svg>path,.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6:focus>svg>path{fill:#fff}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6.CustomSelectPropertyEditor-module__disabled--MfTUo{pointer-events:none}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6.CustomSelectPropertyEditor-module__disabled--MfTUo>svg{padding:3px}.CustomSelectPropertyEditor-module__container--n7s9_ .CustomSelectPropertyEditor-module__removeValue--wP9_6.CustomSelectPropertyEditor-module__disabled--MfTUo>svg>path{fill:#0000005c}.CustomSelectPropertyEditor-module__fullWidth--hlqhz{width:100%}@keyframes Item-module__enterFromTop--rlHTA{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes Item-module__leaveFromBottom--NFD9o{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes Item-module__leaveFromBottomFooter--KXQIV{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes Item-module__enterFromBottom--qXjCs{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes Item-module__enterFromBottomFooter--eioM7{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Item-module__smoothEnterFromBottom--G046R{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes Item-module__showFromBehind--agMa4{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes Item-module__hideFromFront--uSkgY{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes Item-module__shineLogo--ya8MR{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes Item-module__fade-in--OdP76{0%{opacity:0}to{opacity:1}}@keyframes Item-module__fade-out--PaVzT{0%{opacity:1}to{opacity:0}}@keyframes Item-module__enter-rtl--_Nhnm{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes Item-module__leave-rtl--q9bwD{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes Item-module__enter-ltr--XAdSf{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes Item-module__leave-ltr--iLF4p{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes Item-module__slide-enter-rtl--gea5v{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes Item-module__slide-leave-rtl--Y1WAm{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes Item-module__slide-enter-ltr--V2p8b{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes Item-module__slide-leave-ltr--XktLR{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes Item-module__stroke--bJsa6{to{stroke-dashoffset:0}}@keyframes Item-module__marquee-text--hW79i{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes Item-module__fadeInLeft--EUSmT{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes Item-module__qr-in--xZKAk{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes Item-module__qr-out--NghQb{0%{opacity:1}to{opacity:0}}@keyframes Item-module__attract-in--LDs4K{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes Item-module__attract-out--CB28g{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes Item-module__pulse-animation--VQbK2{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes Item-module__pulse-animation-dark--oalN9{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes Item-module__pingPong--bEpqS{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes Item-module__opacitySvg--XsUBG{0%{opacity:0}to{opacity:1}}@keyframes Item-module__focusRing--MfS9T{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}.Item-module__itemHeader--UQhmu{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:5px;transition:all .2s ease-in-out;border-radius:3px 0 0 3px;gap:6px;width:100%;z-index:4;height:1.9vw}@media(max-width:1920px){.Item-module__itemHeader--UQhmu{height:40px}}.Item-module__itemHeader--UQhmu>svg{width:12px;animation:Item-module__fadeInLeft--EUSmT .6s ease both;fill:#000}.Item-module__itemHeader--UQhmu>svg path{fill:#000}.Item-module__itemHeader--UQhmu>label{animation:Item-module__fadeInLeft--EUSmT .6s ease both;cursor:pointer;margin-bottom:0;display:block;max-width:100%;height:1.9vw;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;font-size:.72vw;line-height:1.8vw}@media(max-width:1920px){.Item-module__itemHeader--UQhmu>label{height:40px;font-size:13.5px;line-height:40px}}.Item-module__itemHeader--UQhmu>label.Item-module__notSelectable--_HuWG{cursor:auto}.Item-module__itemHeader--UQhmu:hover{background-color:#f5f5f5;border-radius:3px}.Item-module__itemHeader--UQhmu>.Item-module__expandList--kkux1{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:transparent;cursor:pointer;display:flex;justify-content:center;align-items:center;width:20px;height:20px}.Item-module__itemHeader--UQhmu>.Item-module__expandList--kkux1>svg{width:12px;transition:transform .3s ease-in-out;transform:rotate(-90deg);pointer-events:none}.Item-module__itemHeader--UQhmu>.Item-module__expandList--kkux1:hover{background-color:#f5f5f5;border-radius:3px}.Item-module__itemHeader--UQhmu>.Item-module__rotate--qIdMw svg{transform:rotate(0)}.active>.Item-module__itemHeader--UQhmu{background-color:#f5f5f5;border-left:3px solid #005fb8}.Item-module__childrenContainer--Na1LW{display:flex;flex-direction:column;gap:5px;margin-left:15px}.Item-module__childrenContainer--Na1LW.Item-module__hidden--cVJYK{display:none}.Item-module__noChildren--ONJEO label{margin-left:7px}.ColorPropertyEditor-module__container--k1KKK{display:flex;flex-direction:row;align-items:center;gap:6px}.ColorPropertyEditor-module__container--k1KKK label,.ColorPropertyEditor-module__container--k1KKK .ColorPropertyEditor-module__inputString--uYKca,.ColorPropertyEditor-module__container--k1KKK .ColorPropertyEditor-module__inputAlpha--h0ABX{display:flex;flex-direction:column;flex-basis:100%;flex:1;box-shadow:none;margin:0;font-weight:400;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.ColorPropertyEditor-module__container--k1KKK label,.ColorPropertyEditor-module__container--k1KKK .ColorPropertyEditor-module__inputString--uYKca,.ColorPropertyEditor-module__container--k1KKK .ColorPropertyEditor-module__inputAlpha--h0ABX{font-size:14px;line-height:14px}}.ColorPropertyEditor-module__container--k1KKK label{justify-content:center;align-items:flex-start;overflow-wrap:break-word;color:#000;max-width:35%;width:100%}.ColorPropertyEditor-module__container--k1KKK>div{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:6px;max-width:65%;width:100%}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__colorContainer--ItMrK{position:relative}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__colorContainer--ItMrK .ColorPropertyEditor-module__emptyColor--IWqB3{width:32px;height:32px;border-radius:4px;border:1px solid #d9d9d9;opacity:var(--editorOpacity);cursor:pointer;position:relative;background:linear-gradient(45deg,rgba(0,0,0,.0980392) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.0980392) 75%,rgba(0,0,0,.0980392) 0),linear-gradient(45deg,rgba(0,0,0,.0980392) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.0980392) 75%,rgba(0,0,0,.0980392) 0),#fff;background-repeat:repeat,repeat;background-position:0px 0,5px 5px;transform-origin:0 0 0;background-origin:padding-box,padding-box;-webkit-background-clip:border-box,border-box;background-clip:border-box,border-box;background-size:10px 10px,10px 10px;box-shadow:none;text-shadow:none;transition:none;transform:scaleX(1) scaleY(1) scaleZ(1)}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__colorContainer--ItMrK .ColorPropertyEditor-module__emptyColor--IWqB3.ColorPropertyEditor-module__showColor--k6VJe{background:var(--editorColor)}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__colorContainer--ItMrK .ColorPropertyEditor-module__colorPicker--ZyqUE{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:32px;height:32px;border-radius:4px;border:1px solid #d9d9d9;background:none;cursor:pointer;max-width:25%}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__colorContainer--ItMrK .ColorPropertyEditor-module__colorPicker--ZyqUE.ColorPropertyEditor-module__hidden--nvVbR{opacity:0;position:absolute}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__colorContainer--ItMrK .ColorPropertyEditor-module__colorPicker--ZyqUE::-webkit-color-swatch-wrapper{padding:0}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__colorContainer--ItMrK .ColorPropertyEditor-module__colorPicker--ZyqUE::-webkit-color-swatch{border-radius:4px;border:none}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__colorContainer--ItMrK .ColorPropertyEditor-module__colorPicker--ZyqUE::-moz-color-swatch{border-radius:4px;border:none}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputString--uYKca,.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputAlpha--h0ABX{max-width:45%;height:1.7vw;padding:4px 2px 6px 8px;border-radius:3px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputString--uYKca.ColorPropertyEditor-module__colorError--ZcusL,.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputAlpha--h0ABX.ColorPropertyEditor-module__colorError--ZcusL{border-style:solid;border-color:rgb(160,59,59) rgb(160,59,59) rgb(75,28,28);border-bottom:2px solid rgb(75,28,28);-o-border-image:initial;border-image:initial}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputString--uYKca.ColorPropertyEditor-module__colorError--ZcusL:active,.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputString--uYKca.ColorPropertyEditor-module__colorError--ZcusL:focus,.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputAlpha--h0ABX.ColorPropertyEditor-module__colorError--ZcusL:active,.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputAlpha--h0ABX.ColorPropertyEditor-module__colorError--ZcusL:focus{border-bottom:2px solid rgb(75,28,28);padding-bottom:5px}@media(max-width:1920px){.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputString--uYKca,.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputAlpha--h0ABX{height:30px}}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputString--uYKca ::-moz-placeholder,.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputAlpha--h0ABX ::-moz-placeholder{color:#0009}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputString--uYKca ::placeholder,.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputAlpha--h0ABX ::placeholder{color:#0009}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputString--uYKca:hover,.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputAlpha--h0ABX:hover{background:#f9f9f980}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputString--uYKca:active,.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputString--uYKca:focus,.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputAlpha--h0ABX:active,.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputAlpha--h0ABX:focus{border-bottom:2px solid #005fb8;padding-bottom:5px}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputString--uYKca:disabled,.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputAlpha--h0ABX:disabled{color:#0000005c;border-width:1px;border-color:rgb(209,209,209) rgb(209,209,209)}.ColorPropertyEditor-module__container--k1KKK>div .ColorPropertyEditor-module__inputNumber--ntimq{max-width:30%}.sliderPropertyEditor-module__container--uixOw{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;min-height:30px}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__sliderLabel--Q3rGY{display:flex;flex-direction:column;flex-basis:100%;flex:1;font-weight:400;color:#000;margin:0;box-sizing:border-box;overflow-wrap:break-word;width:100%;font-size:.75vw}@media(max-width:1920px){.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__sliderLabel--Q3rGY{font-size:14px}}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__sliderContainer--YuAIm{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__sliderContainer--YuAIm .sliderPropertyEditor-module__slider--SaBgS{-webkit-appearance:none;width:100%;height:1.5px;transition:.5s ease-in-out;outline:none;transition:opacity .2s;background:linear-gradient(to right,#005fb8 0%,#005fb8 var(--progress),rgba(0,0,0,.4) var(--progress),rgba(0,0,0,.4) 100%)}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__sliderContainer--YuAIm .sliderPropertyEditor-module__slider--SaBgS::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#005fb8;cursor:pointer;border:4px solid #ffffff;box-shadow:0 0 0 1px #0000000f;-webkit-box-shadow:0px 0px 0px 1px rgba(0,0,0,.06);-moz-box-shadow:0px 0px 0px 1px rgba(0,0,0,.06);-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__sliderContainer--YuAIm .sliderPropertyEditor-module__slider--SaBgS.sliderPropertyEditor-module__noProgress--jxXPP::-webkit-slider-thumb{width:0;height:0;border:4px solid #005fb8}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__sliderContainer--YuAIm .sliderPropertyEditor-module__slider--SaBgS::-moz-range-progress{background-color:#005fb8}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__sliderContainer--YuAIm .sliderPropertyEditor-module__slider--SaBgS::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#005fb8;cursor:pointer;border:4px solid #ffffff;box-shadow:0 0 0 1px #0000000f;-webkit-box-shadow:0px 0px 0px 1px rgba(0,0,0,.06);-moz-box-shadow:0px 0px 0px 1px rgba(0,0,0,.06)}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__sliderContainer--YuAIm .sliderPropertyEditor-module__slider--SaBgS.sliderPropertyEditor-module__noProgress--jxXPP::-moz-range-thumb{width:0;height:0}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__sliderContainer--YuAIm .sliderPropertyEditor-module__slider--SaBgS:focus::-webkit-slider-thumb{border:4px solid #ffffff}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__sliderContainer--YuAIm .sliderPropertyEditor-module__slider--SaBgS:focus::-moz-range-thumb{border:4px solid #005fb8}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__sliderContainer--YuAIm .sliderPropertyEditor-module__slider--SaBgS:active+.sliderPropertyEditor-module__sliderTooltip--q28SP{visibility:visible}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__sliderContainer--YuAIm .sliderPropertyEditor-module__sliderTooltip--q28SP{font-size:13px;background:#005fb8;visibility:hidden;color:#fff;position:absolute;width:42px;text-align:center;padding:3px 8px;border-radius:3px;left:50%;top:-35px;transform:translate(-50%);z-index:3}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn{width:38.72px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:transparent;transition:all .2s ease-in-out;border:none;border-radius:3px}@media(min-width:2800px){.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn{width:47.77px;height:36px}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn>svg{width:20px;height:20px}}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn[disabled=true]{background-color:transparent;cursor:default;pointer-events:none}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn[disabled=true]>svg{padding:3px}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn[disabled=true]>svg>path{fill:#0000005c}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn>svg{padding:3px}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn>svg>path{fill:#d13438}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn:hover{background-color:#d13438}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn:hover>svg{padding:3px}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn:hover>svg>path{fill:#fff}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn:active,.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn:focus{background-color:#a91c21}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn:active>svg,.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn:focus>svg{padding:3px}.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn:active>svg>path,.sliderPropertyEditor-module__container--uixOw .sliderPropertyEditor-module__generalContainer--JLaCK .sliderPropertyEditor-module__removeValue--dXocn:focus>svg>path{fill:#fff}.BooleanPropertyEditor-module__container--ni1LM{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;min-height:30px;gap:6px}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf{position:relative;max-width:50%;width:100%}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxInput--PSA0K{z-index:2;position:absolute;opacity:0;inset:0;width:0px;height:20px;cursor:pointer}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxInput--PSA0K:checked+.BooleanPropertyEditor-module__checkboxLabel--_1Rsy{justify-content:right;position:relative;display:flex;align-items:center;margin:0;cursor:pointer;width:1.8vw;height:.8vw;padding:0 3px;border-radius:.5vw;outline:transparent;transition:.3s ease;border:1px solid transparent;background-color:#005fb8;overflow:visible}@media(max-width:1920px){.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxInput--PSA0K:checked+.BooleanPropertyEditor-module__checkboxLabel--_1Rsy{width:40px;height:20px;border-radius:10px}}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxInput--PSA0K:checked+.BooleanPropertyEditor-module__checkboxLabel--_1Rsy>span{display:block;width:12px;height:12px;border-radius:50%;transition:.3s ease;background-color:#fff;border-color:transparent;border-width:6px;border-style:solid}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxInput--PSA0K:checked+.BooleanPropertyEditor-module__checkboxLabel--_1Rsy:hover,.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxInput--PSA0K:checked+.BooleanPropertyEditor-module__checkboxLabel--_1Rsy:focus{background-color:#003e92}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxInput--PSA0K:checked+.BooleanPropertyEditor-module__checkboxLabel--_1Rsy:disabled{background-color:#c8c6c4;cursor:default}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxInput--PSA0K:checked+.BooleanPropertyEditor-module__checkboxLabel--_1Rsy:disabled>span{background-color:#f3f2f1}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxLabel--_1Rsy{justify-content:left;position:relative;display:flex;align-items:center;margin:0;cursor:pointer;width:1.8vw;height:.8vw;padding:0 3px;border-radius:10px;outline:transparent;transition:.3s ease;border:1px solid rgb(96,94,92);background-color:#fff;overflow:visible}@media(max-width:1920px){.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxLabel--_1Rsy{width:40px;height:20px;border-radius:10px}}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxLabel--_1Rsy>span{display:block;width:12px;height:12px;border-radius:50%;transition:.3s ease;background-color:#605e5c;border-color:transparent;border-width:6px;border-style:solid}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxLabel--_1Rsy:hover,.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxLabel--_1Rsy:focus{border:1px solid rgb(50,49,48)}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxLabel--_1Rsy:hover>span,.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxLabel--_1Rsy:focus>span{background-color:#323130}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxLabel--_1Rsy:disabled{border:1px solid rgb(200,198,196);cursor:default}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__checkboxContainer--BZyNf .BooleanPropertyEditor-module__checkboxLabel--_1Rsy:disabled>span{background-color:#c8c6c4}.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__label--sD4Ta{font-weight:400;color:#000;box-shadow:none;margin:0;box-sizing:border-box;overflow-wrap:break-word;max-width:50%;width:100%;font-size:.75vw;line-height:.95vw;pointer-events:none}@media(max-width:1920px){.BooleanPropertyEditor-module__container--ni1LM .BooleanPropertyEditor-module__label--sD4Ta{font-size:14px;line-height:14px}}.positionPropertyEditor-module__container--HgZu_{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;gap:6px}.positionPropertyEditor-module__container--HgZu_ label{display:flex;flex-direction:column;flex-basis:100%;flex:1;box-shadow:none;margin:0;font-weight:400;justify-content:center;align-items:flex-start;overflow-wrap:break-word;color:#000;width:100%;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.positionPropertyEditor-module__container--HgZu_ label{font-size:14px;line-height:14px}}.positionPropertyEditor-module__container--HgZu_ .positionPropertyEditor-module__positionContainer--lnzNz{width:115px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);grid-gap:10px;border:1px solid #6b6b6b;border-radius:2px;padding:10px;aspect-ratio:1/1}.positionPropertyEditor-module__container--HgZu_ .positionPropertyEditor-module__positionContainer--lnzNz input[type=radio]{--size: 10px;width:var(--size);height:var(--size);justify-self:center;align-self:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;color:#6b6b6b;border:1px solid #6b6b6b;border-radius:50%;display:grid;place-content:center}.positionPropertyEditor-module__container--HgZu_ .positionPropertyEditor-module__positionContainer--lnzNz input[type=radio]:before{content:"";width:var(--size);height:var(--size);border-radius:50%;transform:scale(0);transition:.12s transform ease-in-out;background-color:#212121}.positionPropertyEditor-module__container--HgZu_ .positionPropertyEditor-module__positionContainer--lnzNz input[type=radio]:checked:before{transform:scale(1.6) translateY(-.3px)}.positionPropertyEditor-module__container--HgZu_ .positionPropertyEditor-module__positionContainer--lnzNz input[type=radio]:focus{outline:2px solid #6b6b6b;outline-offset:6px}.TextAlignPropertyEditor-module__editor--knBSw{display:flex;flex-direction:row;align-items:center;gap:6px}.TextAlignPropertyEditor-module__editor--knBSw .TextAlignPropertyEditor-module__label--kI3tQ{justify-content:center;align-items:flex-start;color:#000;max-width:50%;width:100%;font-weight:400;font-size:14px;margin:0;box-sizing:border-box;overflow-wrap:break-word;font-size:.75vw}@media(max-width:1920px){.TextAlignPropertyEditor-module__editor--knBSw .TextAlignPropertyEditor-module__label--kI3tQ{font-size:14px}}.TextAlignPropertyEditor-module__editor--knBSw .TextAlignPropertyEditor-module__container--cxLvw{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:13px;max-width:50%;width:100%}.TextAlignPropertyEditor-module__editor--knBSw .TextAlignPropertyEditor-module__container--cxLvw input{display:none}.TextAlignPropertyEditor-module__editor--knBSw .TextAlignPropertyEditor-module__container--cxLvw svg{width:20px;height:18px}@media(max-width:1920px){.TextAlignPropertyEditor-module__editor--knBSw .TextAlignPropertyEditor-module__container--cxLvw svg{width:16px;height:12px}}.TextAlignPropertyEditor-module__editor--knBSw .TextAlignPropertyEditor-module__container--cxLvw input:checked+.TextAlignPropertyEditor-module__labelRadio--k558m{background-color:#005fb8}.TextAlignPropertyEditor-module__editor--knBSw .TextAlignPropertyEditor-module__container--cxLvw input:checked+.TextAlignPropertyEditor-module__labelRadio--k558m svg path{fill:#fff}.TextAlignPropertyEditor-module__editor--knBSw .TextAlignPropertyEditor-module__container--cxLvw .TextAlignPropertyEditor-module__labelRadio--k558m{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:4px;margin-bottom:0;cursor:pointer;transition:background-color .2s ease-in-out}.TextAlignPropertyEditor-module__editor--knBSw .TextAlignPropertyEditor-module__container--cxLvw .TextAlignPropertyEditor-module__labelRadio--k558m:hover{background-color:#f3f2f1}.FileUploaderPropertyEditor-module__fileUploader--fXswB{position:relative;display:flex;flex-direction:column;min-height:30px;gap:14px}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe{position:relative;display:flex;flex-direction:row;min-height:30px;margin-top:10px;gap:6px;flex-wrap:wrap}@media(max-width:1920px){.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe{margin-top:0}}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe .FileUploaderPropertyEditor-module__fileInput--zHm6j{position:absolute;opacity:0;inset:0;width:0px;height:90px;cursor:pointer}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe .FileUploaderPropertyEditor-module__labelFile--Kco02{display:flex;justify-content:center;align-items:center;gap:11px;width:100%;height:5vw;border-radius:4px;background-color:#fff;border:1px dashed #d9d9d9;transition:.5s ease-in-out;cursor:pointer}@media(max-width:1920px){.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe .FileUploaderPropertyEditor-module__labelFile--Kco02{height:90px}}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe .FileUploaderPropertyEditor-module__labelFile--Kco02:hover,.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe .FileUploaderPropertyEditor-module__labelFile--Kco02:focus{background-color:#2f80ed1a;border:1px dashed #2f80ed}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe .FileUploaderPropertyEditor-module__labelFile--Kco02>img,.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe .FileUploaderPropertyEditor-module__labelFile--Kco02>video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe .FileUploaderPropertyEditor-module__labelFile--Kco02>img.FileUploaderPropertyEditor-module__hidden--V5CJN,.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe .FileUploaderPropertyEditor-module__labelFile--Kco02>video.FileUploaderPropertyEditor-module__hidden--V5CJN{display:none}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe .FileUploaderPropertyEditor-module__labelFile--Kco02 .FileUploaderPropertyEditor-module__emptyMessage--d5qQf.FileUploaderPropertyEditor-module__hidden--V5CJN{display:none}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe .FileUploaderPropertyEditor-module__textFile--YY1q4{width:100%;text-align:right;font-weight:600;font-size:.5vw;line-height:.65vw;color:#0000009b}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe .FileUploaderPropertyEditor-module__textFile--YY1q4.FileUploaderPropertyEditor-module__hidden--V5CJN{display:none}@media(max-width:1920px){.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__container--PMWNe .FileUploaderPropertyEditor-module__textFile--YY1q4{font-size:8px;line-height:11px}}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__containerNullable--d_XVo{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;min-height:30px;gap:6px}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__containerNullable--d_XVo .FileUploaderPropertyEditor-module__labelNullable--s2oOT,.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__containerNullable--d_XVo .FileUploaderPropertyEditor-module__clearButton--IAj4E{display:flex;flex-direction:column;flex-basis:100%;flex:1;box-shadow:none;margin:0;font-weight:400;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__containerNullable--d_XVo .FileUploaderPropertyEditor-module__labelNullable--s2oOT,.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__containerNullable--d_XVo .FileUploaderPropertyEditor-module__clearButton--IAj4E{font-size:14px;line-height:14px}}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__containerNullable--d_XVo .FileUploaderPropertyEditor-module__labelNullable--s2oOT{justify-content:center;align-items:flex-start;overflow-wrap:break-word;color:#000;max-width:50%;width:100%;pointer-events:none}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__containerNullable--d_XVo .FileUploaderPropertyEditor-module__containerInput--AUSgL{position:relative;max-width:50%;min-width:50%}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__containerNullable--d_XVo .FileUploaderPropertyEditor-module__containerInput--AUSgL.FileUploaderPropertyEditor-module__hidden--V5CJN{display:none}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__containerNullable--d_XVo .FileUploaderPropertyEditor-module__containerInput--AUSgL .FileUploaderPropertyEditor-module__clearButton--IAj4E{position:absolute;right:0;align-items:center;max-width:8.5vw;height:1.6vw;padding:8px;border-radius:3px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;font-size:.7vw;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out;cursor:pointer}@media(max-width:1920px){.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__containerNullable--d_XVo .FileUploaderPropertyEditor-module__containerInput--AUSgL .FileUploaderPropertyEditor-module__clearButton--IAj4E{height:30px;font-size:14px;max-width:100px}}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__containerNullable--d_XVo .FileUploaderPropertyEditor-module__containerInput--AUSgL .FileUploaderPropertyEditor-module__clearButton--IAj4E:hover{background:#f9f9f980}.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__containerNullable--d_XVo .FileUploaderPropertyEditor-module__containerInput--AUSgL .FileUploaderPropertyEditor-module__clearButton--IAj4E:active,.FileUploaderPropertyEditor-module__fileUploader--fXswB .FileUploaderPropertyEditor-module__containerNullable--d_XVo .FileUploaderPropertyEditor-module__containerInput--AUSgL .FileUploaderPropertyEditor-module__clearButton--IAj4E:focus{color:#000;border-bottom:2px solid #005fb8;padding-bottom:5px}.DragAndDropEditor-module__container--EyLgI{display:block;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.DragAndDropEditor-module__container--EyLgI{font-size:14px;line-height:14px}}.DragAndDropEditor-module__dragAndDropZone--TI9tY{padding-top:10px;display:flex;flex-direction:column;row-gap:10px}.DragAndDropEditor-module__dragAndDropZone--TI9tY .DragAndDropEditor-module__hover--dBTNx>div{background-color:#005fb8;color:#fff}.DragAndDropEditor-module__dragAndDropZone--TI9tY .DragAndDropEditor-module__hover--dBTNx>div>span>svg>path{fill:#fff}.DragItem-module__draggableElement--May0z{pointer-events:none;display:flex;align-items:center;border-radius:6px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);padding:.5vw}.DragItem-module__draggableElement--May0z .DragItem-module__icon--Fd2jv{padding:3px 5px 3px 0;display:flex;align-items:center}.DragItem-module__draggableElement--May0z .DragItem-module__label--AQwqa{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.DragItem-module__draggableElement--May0z .DragItem-module__label--AQwqa{font-size:14px;line-height:initial}}.DragItem-module__draggableElement--May0z .DragItem-module__icon--Fd2jv,.DragItem-module__draggableElement--May0z .DragItem-module__label--AQwqa{pointer-events:none}@media(max-width:1920px){.DragItem-module__draggableElement--May0z{padding:5px}}.DragItem-module__dragCursor--lLphT{cursor:pointer;cursor:grab;cursor:-webkit-grab}.DragItem-module__dragCursor--lLphT:active,.DragItem-module__grabbing--XIBYK{cursor:grabbing!important}.numberPropertyEditor-module__container--h3zH9{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;gap:6px}.numberPropertyEditor-module__container--h3zH9 label,.numberPropertyEditor-module__container--h3zH9 .numberPropertyEditor-module__inputNumber--okCZv{display:flex;flex-direction:column;flex-basis:100%;flex:1;box-shadow:none;margin:0;font-weight:400;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.numberPropertyEditor-module__container--h3zH9 label,.numberPropertyEditor-module__container--h3zH9 .numberPropertyEditor-module__inputNumber--okCZv{font-size:14px;line-height:14px}}.numberPropertyEditor-module__container--h3zH9 label{justify-content:center;align-items:flex-start;overflow-wrap:break-word;color:#000;width:100%}.numberPropertyEditor-module__container--h3zH9 .numberPropertyEditor-module__inputNumber--okCZv{max-width:50%;width:100%;height:1.7vw;padding:4px 8px 6px 11px;border-radius:3px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out}@media(max-width:1920px){.numberPropertyEditor-module__container--h3zH9 .numberPropertyEditor-module__inputNumber--okCZv{height:30px}}.numberPropertyEditor-module__container--h3zH9 .numberPropertyEditor-module__inputNumber--okCZv ::-moz-placeholder{color:#0009}.numberPropertyEditor-module__container--h3zH9 .numberPropertyEditor-module__inputNumber--okCZv ::placeholder{color:#0009}.numberPropertyEditor-module__container--h3zH9 .numberPropertyEditor-module__inputNumber--okCZv:hover{background:#f9f9f980}.numberPropertyEditor-module__container--h3zH9 .numberPropertyEditor-module__inputNumber--okCZv:active,.numberPropertyEditor-module__container--h3zH9 .numberPropertyEditor-module__inputNumber--okCZv:focus{border-bottom:2px solid #005fb8;padding-bottom:5px}.numberPropertyEditor-module__container--h3zH9 .numberPropertyEditor-module__inputNumber--okCZv:disabled{color:#0000005c;border-width:1px;border-color:rgb(209,209,209) rgb(209,209,209)}.numberPropertyEditor-module__container--h3zH9>span{display:none}.numberPropertyEditor-module__container--h3zH9>span.numberPropertyEditor-module__show--UhrjL{display:block;font-size:.55vw;color:#0009;width:100%;text-align:right}@media(max-width:1920px){.numberPropertyEditor-module__container--h3zH9>span.numberPropertyEditor-module__show--UhrjL{font-size:10px}}.AspectRatioPropertyEditor-module__container--V1rJF{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:6px}.AspectRatioPropertyEditor-module__container--V1rJF label,.AspectRatioPropertyEditor-module__container--V1rJF .AspectRatioPropertyEditor-module__inputWidth--LdfIX,.AspectRatioPropertyEditor-module__container--V1rJF .AspectRatioPropertyEditor-module__inputHeight--tOn5g{display:flex;flex-direction:column;flex-basis:100%;flex:1;box-shadow:none;margin:0;font-weight:400;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.AspectRatioPropertyEditor-module__container--V1rJF label,.AspectRatioPropertyEditor-module__container--V1rJF .AspectRatioPropertyEditor-module__inputWidth--LdfIX,.AspectRatioPropertyEditor-module__container--V1rJF .AspectRatioPropertyEditor-module__inputHeight--tOn5g{font-size:14px;line-height:14px}}.AspectRatioPropertyEditor-module__container--V1rJF label{justify-content:center;align-items:flex-start;overflow-wrap:break-word;color:#000;max-width:35%;width:100%}.AspectRatioPropertyEditor-module__container--V1rJF>div{display:flex;align-items:center;justify-content:space-between;gap:6px;max-width:50%;width:100%}.AspectRatioPropertyEditor-module__container--V1rJF>div .AspectRatioPropertyEditor-module__inputWidth--LdfIX,.AspectRatioPropertyEditor-module__container--V1rJF>div .AspectRatioPropertyEditor-module__inputHeight--tOn5g{max-width:40%;height:1.7vw;padding:4px 2px 6px 8px;border-radius:3px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out}@media(max-width:1920px){.AspectRatioPropertyEditor-module__container--V1rJF>div .AspectRatioPropertyEditor-module__inputWidth--LdfIX,.AspectRatioPropertyEditor-module__container--V1rJF>div .AspectRatioPropertyEditor-module__inputHeight--tOn5g{height:30px}}.AspectRatioPropertyEditor-module__container--V1rJF>div .AspectRatioPropertyEditor-module__inputWidth--LdfIX:hover,.AspectRatioPropertyEditor-module__container--V1rJF>div .AspectRatioPropertyEditor-module__inputHeight--tOn5g:hover{background:#f9f9f980}.AspectRatioPropertyEditor-module__container--V1rJF>div .AspectRatioPropertyEditor-module__inputWidth--LdfIX:active,.AspectRatioPropertyEditor-module__container--V1rJF>div .AspectRatioPropertyEditor-module__inputWidth--LdfIX:focus,.AspectRatioPropertyEditor-module__container--V1rJF>div .AspectRatioPropertyEditor-module__inputHeight--tOn5g:active,.AspectRatioPropertyEditor-module__container--V1rJF>div .AspectRatioPropertyEditor-module__inputHeight--tOn5g:focus{border-bottom:2px solid #005fb8;padding-bottom:5px}.AspectRatioPropertyEditor-module__container--V1rJF>div .AspectRatioPropertyEditor-module__inputWidth--LdfIX:disabled,.AspectRatioPropertyEditor-module__container--V1rJF>div .AspectRatioPropertyEditor-module__inputHeight--tOn5g:disabled{color:#0000005c;border-width:1px;border-color:rgb(209,209,209) rgb(209,209,209)}.ConditionPropertyEditor-module__container--eF8y_{display:flex;flex-direction:column;gap:16px}.ConditionPropertyEditor-module__container--eF8y_ .ConditionPropertyEditor-module__itemContainer--kInhQ{display:flex;flex-direction:row;justify-content:space-between}.ConditionPropertyEditor-module__container--eF8y_ .ConditionPropertyEditor-module__itemContainer--kInhQ>label{margin:0;font-weight:400;font-size:.75vw;line-height:.95vw;display:flex;align-items:center;max-width:50%;width:100%}@media(max-width:1920px){.ConditionPropertyEditor-module__container--eF8y_ .ConditionPropertyEditor-module__itemContainer--kInhQ>label{font-size:14px;line-height:14px}}@media(max-width:992px){.ConditionPropertyEditor-module__container--eF8y_ .ConditionPropertyEditor-module__itemContainer--kInhQ>label{max-width:100%}}.ConditionPropertyEditor-module__container--eF8y_ .ConditionPropertyEditor-module__itemContainer--kInhQ>select{height:1.7vw;border-radius:4px;border:1px solid #dadada;font-size:.75vw;border-bottom:1px solid rgba(0,0,0,.45);padding-left:10px;width:100%}@media(max-width:1920px){.ConditionPropertyEditor-module__container--eF8y_ .ConditionPropertyEditor-module__itemContainer--kInhQ>select{font-size:14px;height:32px;padding-left:6px}}.ConditionPropertyEditor-module__container--eF8y_ .ConditionPropertyEditor-module__itemContainer--kInhQ>select:focus{border-bottom:2px solid #005fb8}@media(max-width:1080px){.ConditionPropertyEditor-module__container--eF8y_ .ConditionPropertyEditor-module__itemContainer--kInhQ{flex-direction:column;gap:5px}}.quickTextEditor-module__container--S1xnV{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;padding-left:16px;border-left:1px solid rgba(33,33,33,.3);margin-left:16px}.quickTextEditor-module__container--S1xnV select{max-width:2.5vw;min-width:90px;font-size:.75vw;height:1.7vw;width:100%;cursor:pointer;border-radius:4px;border:1px solid #d9d9d9;aspect-ratio:2/1}@media(max-width:1920px){.quickTextEditor-module__container--S1xnV select{max-width:70px;min-width:70px;height:30px;font-size:14px}}.quickTextEditor-module__container--S1xnV select option:hover,.quickTextEditor-module__container--S1xnV select option:checked{box-shadow:0 0 10px 100px #1882a8 inset}.quickTextEditor-module__container--S1xnV input{display:none}.quickTextEditor-module__container--S1xnV input:checked+label{background-color:#005fb8}.quickTextEditor-module__container--S1xnV input:checked+label svg path{fill:#fff}.quickTextEditor-module__container--S1xnV label{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:4px;margin-bottom:0;cursor:pointer;transition:background-color .2s ease-in-out;aspect-ratio:1/1}@media(max-width:992px){.quickTextEditor-module__container--S1xnV label{width:25px;height:25px}}.quickTextEditor-module__container--S1xnV label svg{width:20px;height:18px}@media(max-width:1920px){.quickTextEditor-module__container--S1xnV label svg{width:16px;height:12px}}.quickTextEditor-module__container--S1xnV label:hover{background-color:#f3f2f1}.quickTextEditor-module__container--S1xnV .quickTextEditor-module__colorContainer--Fdvnz{position:relative}.quickTextEditor-module__container--S1xnV .quickTextEditor-module__colorContainer--Fdvnz:hover{background-color:transparent}.quickTextEditor-module__container--S1xnV .quickTextEditor-module__colorContainer--Fdvnz .quickTextEditor-module__emptyColor--e_m6N{aspect-ratio:1/1;width:24px;height:24px;border:1px solid #d9d9d9;opacity:var(--editorOpacity);border-radius:50%;cursor:pointer;background:linear-gradient(45deg,rgba(0,0,0,.0980392) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.0980392) 75%,rgba(0,0,0,.0980392) 0),linear-gradient(45deg,rgba(0,0,0,.0980392) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.0980392) 75%,rgba(0,0,0,.0980392) 0),#fff;background-repeat:repeat,repeat;background-position:0px 0,5px 5px;transform-origin:0 0 0;background-origin:padding-box,padding-box;-webkit-background-clip:border-box,border-box;background-clip:border-box,border-box;background-size:10px 10px,10px 10px;box-shadow:none;text-shadow:none;transition:none;transform:scaleX(1) scaleY(1) scaleZ(1)}.quickTextEditor-module__container--S1xnV .quickTextEditor-module__colorContainer--Fdvnz .quickTextEditor-module__emptyColor--e_m6N.quickTextEditor-module__showColor--AwjRC{background:var(--editorColor)}.quickTextEditor-module__container--S1xnV .quickTextEditor-module__colorContainer--Fdvnz input[type=color]{display:flex;width:24px;height:24px}.quickTextEditor-module__container--S1xnV .quickTextEditor-module__colorContainer--Fdvnz input[type=color].quickTextEditor-module__hidden--aP_EU{opacity:0;position:absolute}.quickTextEditor-module__container--S1xnV .quickTextEditor-module__colorContainer--Fdvnz input[type=color]::-webkit-color-swatch{border-radius:50%;margin:0;padding:0;border:1px solid #d9d9d9}.quickTextEditor-module__container--S1xnV .quickTextEditor-module__colorContainer--Fdvnz input[type=color]::-moz-color-swatch{border-radius:50%;margin:0;padding:0;border:1px solid #d9d9d9}@media(max-width:1080px){.quickTextEditor-module__container--S1xnV{gap:10px;padding-left:10px;margin-left:10px}}@media(max-width:992px){.quickTextEditor-module__container--S1xnV{gap:5px}}.quickTextEditor-module__disabled--RHXRg input[type=color],.quickTextEditor-module__disabled--RHXRg select{cursor:default;border-color:#2121215c}.quickTextEditor-module__disabled--RHXRg label{cursor:default}.quickTextEditor-module__disabled--RHXRg label:hover{background-color:unset}.quickTextEditor-module__disabled--RHXRg label:hover svg path{fill:#2121215c}.quickTextEditor-module__disabled--RHXRg label svg path{fill:#2121215c}.SlideDisclaimerProperty-module__container--GGF6h>label{display:flex;flex-basis:100%;flex:1;box-shadow:none;margin:0;font-weight:400;justify-content:space-between;align-items:center;overflow-wrap:break-word;color:#000;margin-bottom:1rem;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.SlideDisclaimerProperty-module__container--GGF6h>label{font-size:14px;line-height:14px}}@media(max-width:992px){.SlideDisclaimerProperty-module__container--GGF6h>label{flex-direction:column;align-items:self-start;gap:10px}}.SlideDisclaimerProperty-module__container--GGF6h .SlideDisclaimerProperty-module__addDisclaimer--UjeFK{min-width:9vw;height:1.7vw;border-radius:4px;border:1px solid #dadada;background-color:#fff;box-shadow:0 1px .5px #00000026;transition:background-color .2s ease-in-out;font-size:.7vw;display:flex;align-items:center;justify-content:center;cursor:pointer}@media(max-width:1920px){.SlideDisclaimerProperty-module__container--GGF6h .SlideDisclaimerProperty-module__addDisclaimer--UjeFK{font-size:14px;min-width:160px;height:32px}}.SlideDisclaimerProperty-module__container--GGF6h .SlideDisclaimerProperty-module__addDisclaimer--UjeFK>svg{margin-right:.5vw;width:.85vw;height:.9vw}@media(max-width:1920px){.SlideDisclaimerProperty-module__container--GGF6h .SlideDisclaimerProperty-module__addDisclaimer--UjeFK>svg{margin-right:8px;width:16px;height:17px}}.SlideDisclaimerProperty-module__inputsContainer--Kztna{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:.5vw}.SlideDisclaimerProperty-module__inputsContainer--Kztna .SlideDisclaimerProperty-module__inputString--H5dcp{display:flex;flex-direction:column;flex-basis:100%;flex:1;width:100%;box-shadow:none;margin:0;font-size:.7vw;font-weight:400;line-height:initial;padding:8px;border-radius:3px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out;min-height:4vw;max-width:100%}.SlideDisclaimerProperty-module__inputsContainer--Kztna .SlideDisclaimerProperty-module__inputString--H5dcp::-webkit-scrollbar{width:5px;height:5px}.SlideDisclaimerProperty-module__inputsContainer--Kztna .SlideDisclaimerProperty-module__inputString--H5dcp::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.SlideDisclaimerProperty-module__inputsContainer--Kztna .SlideDisclaimerProperty-module__inputString--H5dcp::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.SlideDisclaimerProperty-module__inputsContainer--Kztna .SlideDisclaimerProperty-module__inputString--H5dcp::-webkit-scrollbar-thumb:hover{background:#0000004d}@media(max-width:1920px){.SlideDisclaimerProperty-module__inputsContainer--Kztna .SlideDisclaimerProperty-module__inputString--H5dcp{min-height:70px;font-size:14px;min-width:160px}}.SlideDisclaimerProperty-module__inputsContainer--Kztna .SlideDisclaimerProperty-module__inputString--H5dcp:hover{background:#f9f9f980}.SlideDisclaimerProperty-module__inputsContainer--Kztna .SlideDisclaimerProperty-module__inputString--H5dcp:active,.SlideDisclaimerProperty-module__inputsContainer--Kztna .SlideDisclaimerProperty-module__inputString--H5dcp:focus{color:#000;border-bottom:2px solid #005fb8;padding-bottom:5px}.SlideDisclaimerProperty-module__inputsContainer--Kztna .SlideDisclaimerProperty-module__inputString--H5dcp:disabled{color:#0000004d;border-width:1px;border-color:rgb(209,209,209) rgb(209,209,209)}.SlideDisclaimerProperty-module__inputsContainer--Kztna .SlideDisclaimerProperty-module__deleteDisclaimer--v_EVS{min-width:7.5vw;height:1.7vw;border-radius:4px;border:1px solid #dadada;background-color:#fff;box-shadow:0 1px .5px #00000026;transition:background-color .2s ease-in-out;font-size:.75vw;line-height:.95vw;cursor:pointer}@media(max-width:1920px){.SlideDisclaimerProperty-module__inputsContainer--Kztna .SlideDisclaimerProperty-module__deleteDisclaimer--v_EVS{font-size:14px;line-height:14px;min-width:132px;height:32px}}@media(max-width:1920px){.SlideDisclaimerProperty-module__inputsContainer--Kztna{gap:5px}}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5{display:flex;flex-direction:column;gap:15px}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;gap:6px}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N label,.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N .colorChooserAccessoriesPropertyEditor-module__input--KAtrh{display:flex;flex-direction:row;box-shadow:none;margin:0;font-weight:400;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N label,.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N .colorChooserAccessoriesPropertyEditor-module__input--KAtrh{font-size:14px;line-height:14px}}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N label{align-items:center;justify-content:flex-start;overflow-wrap:break-word;color:#000;width:100%}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N .colorChooserAccessoriesPropertyEditor-module__input--KAtrh{flex:1;width:100%;height:1.7vw;padding:4px 8px 6px 11px;border-radius:3px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out}@media(max-width:1920px){.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N .colorChooserAccessoriesPropertyEditor-module__input--KAtrh{height:30px}}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N .colorChooserAccessoriesPropertyEditor-module__input--KAtrh ::-ms-input-placeholder,.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N .colorChooserAccessoriesPropertyEditor-module__input--KAtrh ::placeholder{color:#00000080}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N .colorChooserAccessoriesPropertyEditor-module__input--KAtrh:hover{background:#f9f9f980}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N .colorChooserAccessoriesPropertyEditor-module__input--KAtrh:active,.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N .colorChooserAccessoriesPropertyEditor-module__input--KAtrh:focus{border-bottom:2px solid #005fb8;padding-bottom:5px}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N .colorChooserAccessoriesPropertyEditor-module__input--KAtrh:disabled{color:#0000005c;border-width:1px;border-color:rgb(209,209,209) rgb(209,209,209)}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N>span{display:none}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N>span.colorChooserAccessoriesPropertyEditor-module__show--PcIoz{display:block;font-size:.55vw;color:#0009;width:100%;text-align:right}@media(max-width:1920px){.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N>span.colorChooserAccessoriesPropertyEditor-module__show--PcIoz{font-size:10px}}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__container--BUH4N .colorChooserAccessoriesPropertyEditor-module__required--gAgdg{color:red}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__list--RXq2T{display:flex;flex-direction:column;gap:10px}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__errors--ARnKT{display:flex;flex-direction:column;gap:10px;font-size:12px}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__errors--ARnKT .colorChooserAccessoriesPropertyEditor-module__error--SPhSp{color:red}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__btnContainer--rAXOR{display:flex;justify-content:flex-end;align-items:center;gap:6px;max-width:100%;margin-bottom:10px}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__btnContainer--rAXOR .colorChooserAccessoriesPropertyEditor-module__btnSave--pnTUl{outline:none;border:1px solid #005fb8;display:flex;align-items:center;justify-content:center;background-color:#005fb8;color:#fff;text-decoration:none;font-size:.7vw;min-width:4.5vw;padding:4px;border-radius:4px;text-align:center;height:37px;transition:background-color .2s ease-in-out;cursor:pointer;font-weight:600}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__btnContainer--rAXOR .colorChooserAccessoriesPropertyEditor-module__btnSave--pnTUl:hover,.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__btnContainer--rAXOR .colorChooserAccessoriesPropertyEditor-module__btnSave--pnTUl:focus{background-color:#003e92}@media(max-width:1920px){.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__btnContainer--rAXOR .colorChooserAccessoriesPropertyEditor-module__btnSave--pnTUl{line-height:20px;padding:6px 0;min-width:70px;font-size:14px;height:32px}}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__btnContainer--rAXOR .colorChooserAccessoriesPropertyEditor-module__btnCancel--tEWn3{outline:none;border:1px solid #dadada;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#000;text-decoration:none;font-size:.7vw;min-width:4.5vw;padding:4px;border-radius:4px;text-align:center;height:37px;transition:background-color .2s ease-in-out;cursor:pointer;font-weight:600}.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__btnContainer--rAXOR .colorChooserAccessoriesPropertyEditor-module__btnCancel--tEWn3:hover,.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__btnContainer--rAXOR .colorChooserAccessoriesPropertyEditor-module__btnCancel--tEWn3:focus{background-color:#f5f5f5}@media(max-width:1920px){.colorChooserAccessoriesPropertyEditor-module__wrapper--qFOo5 .colorChooserAccessoriesPropertyEditor-module__btnContainer--rAXOR .colorChooserAccessoriesPropertyEditor-module__btnCancel--tEWn3{line-height:20px;padding:6px 0;min-width:70px;font-size:14px;height:32px}}.colorChooserEditorItem-module__container--Dv0kY{display:flex;gap:8px}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:100%;max-width:205px;height:1.7vw;padding:4px 8px;border-radius:3px;border-width:1px;border-style:solid;border-color:#d1d1d1;border-image-source:linear-gradient(180deg,rgba(0,0,0,.0578) 90.58%,rgba(0,0,0,.1622) 100%);-o-border-image:initial;border-image:initial;background-color:#fff;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out}@media(max-width:1920px){.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt{height:30px}}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt:hover{background:#f9f9f9cc}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt .colorChooserEditorItem-module__colorContainer--m7rp4{height:16px;width:16px;display:flex;align-items:center;justify-content:center}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt .colorChooserEditorItem-module__colorContainer--m7rp4 .colorChooserEditorItem-module__color--IbPGx{height:14px;width:14px;background-color:var(--hex-color);border-radius:50%;border:1px solid #f9f9f9;display:inline-block}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt .colorChooserEditorItem-module__label--AG25X{display:flex;flex-direction:column;gap:2px;overflow-x:auto;white-space:nowrap}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt .colorChooserEditorItem-module__label--AG25X::-webkit-scrollbar{width:5px;height:5px}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt .colorChooserEditorItem-module__label--AG25X::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt .colorChooserEditorItem-module__label--AG25X::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt .colorChooserEditorItem-module__label--AG25X::-webkit-scrollbar-thumb:hover{background:#0000004d}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt .colorChooserEditorItem-module__label_main--w0zn0{font-size:14px}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt .colorChooserEditorItem-module__label_secondary--o_Gf2{font-size:10px}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt.colorChooserEditorItem-module__doubleLine--oWbui{height:2vw}@media(max-width:1920px){.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__wrapper--uNHGt.colorChooserEditorItem-module__doubleLine--oWbui{height:45px}}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__button--owaV2{outline:none;border:none;background-color:transparent;cursor:pointer}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__button--owaV2 svg{width:18px;height:18px}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__button--owaV2:hover.colorChooserEditorItem-module__delete--YK6HB svg path{fill:red}.colorChooserEditorItem-module__container--Dv0kY .colorChooserEditorItem-module__button--owaV2:hover.colorChooserEditorItem-module__edit--vubTJ svg path{fill:#005fb8}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV{display:flex;flex-direction:column;gap:15px}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;gap:6px}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br label,.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br .colorChooserDevicesPropertyEditor-module__input--a32nU{display:flex;flex-direction:row;box-shadow:none;margin:0;font-weight:400;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br label,.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br .colorChooserDevicesPropertyEditor-module__input--a32nU{font-size:14px;line-height:14px}}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br label{align-items:center;justify-content:flex-start;overflow-wrap:break-word;color:#000;width:100%}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br .colorChooserDevicesPropertyEditor-module__input--a32nU{flex:1;width:100%;height:1.7vw;padding:4px 8px 6px 11px;border-radius:3px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out}@media(max-width:1920px){.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br .colorChooserDevicesPropertyEditor-module__input--a32nU{height:30px}}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br .colorChooserDevicesPropertyEditor-module__input--a32nU ::-ms-input-placeholder,.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br .colorChooserDevicesPropertyEditor-module__input--a32nU ::placeholder{color:#00000080}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br .colorChooserDevicesPropertyEditor-module__input--a32nU:hover{background:#f9f9f980}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br .colorChooserDevicesPropertyEditor-module__input--a32nU:active,.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br .colorChooserDevicesPropertyEditor-module__input--a32nU:focus{border-bottom:2px solid #005fb8;padding-bottom:5px}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br .colorChooserDevicesPropertyEditor-module__input--a32nU:disabled{color:#0000005c;border-width:1px;border-color:rgb(209,209,209) rgb(209,209,209)}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br>span{display:none}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br>span.colorChooserDevicesPropertyEditor-module__show--n6GOZ{display:block;font-size:.55vw;color:#0009;width:100%;text-align:right}@media(max-width:1920px){.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br>span.colorChooserDevicesPropertyEditor-module__show--n6GOZ{font-size:10px}}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__container--_47br .colorChooserDevicesPropertyEditor-module__required--lNhrK{color:red}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__list--jz8On{display:flex;flex-direction:column;gap:10px}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__errors--BxMhu{display:flex;flex-direction:column;gap:10px;font-size:12px}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__errors--BxMhu .colorChooserDevicesPropertyEditor-module__error--fzuJJ{color:red}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__btnContainer--b61Mn{display:flex;justify-content:flex-end;align-items:center;gap:6px;max-width:100%;margin-bottom:10px}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__btnContainer--b61Mn .colorChooserDevicesPropertyEditor-module__btnSave--hhRla{outline:none;border:1px solid #005fb8;display:flex;align-items:center;justify-content:center;background-color:#005fb8;color:#fff;text-decoration:none;font-size:.7vw;min-width:4.5vw;padding:4px;border-radius:4px;text-align:center;height:37px;transition:background-color .2s ease-in-out;cursor:pointer;font-weight:600}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__btnContainer--b61Mn .colorChooserDevicesPropertyEditor-module__btnSave--hhRla:hover,.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__btnContainer--b61Mn .colorChooserDevicesPropertyEditor-module__btnSave--hhRla:focus{background-color:#003e92}@media(max-width:1920px){.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__btnContainer--b61Mn .colorChooserDevicesPropertyEditor-module__btnSave--hhRla{line-height:20px;padding:6px 0;min-width:70px;font-size:14px;height:32px}}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__btnContainer--b61Mn .colorChooserDevicesPropertyEditor-module__btnCancel--oX8g0{outline:none;border:1px solid #dadada;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#000;text-decoration:none;font-size:.7vw;min-width:4.5vw;padding:4px;border-radius:4px;text-align:center;height:37px;transition:background-color .2s ease-in-out;cursor:pointer;font-weight:600}.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__btnContainer--b61Mn .colorChooserDevicesPropertyEditor-module__btnCancel--oX8g0:hover,.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__btnContainer--b61Mn .colorChooserDevicesPropertyEditor-module__btnCancel--oX8g0:focus{background-color:#f5f5f5}@media(max-width:1920px){.colorChooserDevicesPropertyEditor-module__wrapper--FUEDV .colorChooserDevicesPropertyEditor-module__btnContainer--b61Mn .colorChooserDevicesPropertyEditor-module__btnCancel--oX8g0{line-height:20px;padding:6px 0;min-width:70px;font-size:14px;height:32px}}.colorChooserImageUploader-module__fileUploader--WBAsX{position:relative;display:flex;flex-direction:column;min-height:30px;gap:14px}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3{position:relative;display:flex;flex-direction:row;min-height:30px;margin-top:10px;gap:6px;flex-wrap:wrap}@media(max-width:1920px){.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3{margin-top:0}}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3 .colorChooserImageUploader-module__fileInput--tjqw8{position:absolute;opacity:0;inset:0;width:0px;height:90px;cursor:pointer}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3 .colorChooserImageUploader-module__labelFile--F0zjm{display:flex;justify-content:center;align-items:center;gap:11px;width:100%;height:5vw;border-radius:4px;background-color:#fff;border:1px dashed #d9d9d9;transition:.5s ease-in-out;cursor:pointer}@media(max-width:1920px){.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3 .colorChooserImageUploader-module__labelFile--F0zjm{height:90px}}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3 .colorChooserImageUploader-module__labelFile--F0zjm:hover,.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3 .colorChooserImageUploader-module__labelFile--F0zjm:focus{background-color:#2f80ed1a;border:1px dashed #2f80ed}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3 .colorChooserImageUploader-module__labelFile--F0zjm>img,.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3 .colorChooserImageUploader-module__labelFile--F0zjm>video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3 .colorChooserImageUploader-module__labelFile--F0zjm>img.colorChooserImageUploader-module__hidden--uOarj,.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3 .colorChooserImageUploader-module__labelFile--F0zjm>video.colorChooserImageUploader-module__hidden--uOarj{display:none}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3 .colorChooserImageUploader-module__labelFile--F0zjm .colorChooserImageUploader-module__emptyMessage--VRbG7.colorChooserImageUploader-module__hidden--uOarj{display:none}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3 .colorChooserImageUploader-module__textFile--CMPFn{width:100%;text-align:right;font-weight:600;font-size:.5vw;line-height:.65vw;color:#0000009b}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3 .colorChooserImageUploader-module__textFile--CMPFn.colorChooserImageUploader-module__hidden--uOarj{display:none}@media(max-width:1920px){.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__container--PF8s3 .colorChooserImageUploader-module__textFile--CMPFn{font-size:8px;line-height:11px}}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__containerNullable--eN0R4{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;min-height:30px;gap:6px}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__containerNullable--eN0R4 .colorChooserImageUploader-module__labelNullable--N_IxM,.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__containerNullable--eN0R4 .colorChooserImageUploader-module__clearButton--noyZW{display:flex;flex-direction:column;flex-basis:100%;flex:1;box-shadow:none;margin:0;font-weight:400;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__containerNullable--eN0R4 .colorChooserImageUploader-module__labelNullable--N_IxM,.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__containerNullable--eN0R4 .colorChooserImageUploader-module__clearButton--noyZW{font-size:14px;line-height:14px}}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__containerNullable--eN0R4 .colorChooserImageUploader-module__labelNullable--N_IxM{justify-content:center;align-items:flex-start;overflow-wrap:break-word;color:#000;max-width:50%;width:100%;pointer-events:none}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__containerNullable--eN0R4 .colorChooserImageUploader-module__containerInput--yibN7{position:relative;max-width:50%;min-width:50%}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__containerNullable--eN0R4 .colorChooserImageUploader-module__containerInput--yibN7.colorChooserImageUploader-module__hidden--uOarj{display:none}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__containerNullable--eN0R4 .colorChooserImageUploader-module__containerInput--yibN7 .colorChooserImageUploader-module__clearButton--noyZW{position:absolute;right:0;align-items:center;max-width:8.5vw;height:1.6vw;padding:8px;border-radius:3px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;font-size:.7vw;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out;cursor:pointer}@media(max-width:1920px){.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__containerNullable--eN0R4 .colorChooserImageUploader-module__containerInput--yibN7 .colorChooserImageUploader-module__clearButton--noyZW{height:30px;font-size:14px;max-width:100px}}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__containerNullable--eN0R4 .colorChooserImageUploader-module__containerInput--yibN7 .colorChooserImageUploader-module__clearButton--noyZW:hover{background:#f9f9f980}.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__containerNullable--eN0R4 .colorChooserImageUploader-module__containerInput--yibN7 .colorChooserImageUploader-module__clearButton--noyZW:active,.colorChooserImageUploader-module__fileUploader--WBAsX .colorChooserImageUploader-module__containerNullable--eN0R4 .colorChooserImageUploader-module__containerInput--yibN7 .colorChooserImageUploader-module__clearButton--noyZW:focus{color:#000;border-bottom:2px solid #005fb8;padding-bottom:5px}.colorChooserColorPropertyEditor-module__wrapper--RIcus{display:flex;flex-direction:column;gap:15px}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;gap:6px}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm label,.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm .colorChooserColorPropertyEditor-module__input--WEmpb{display:flex;flex-direction:row;box-shadow:none;margin:0;font-weight:400;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm label,.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm .colorChooserColorPropertyEditor-module__input--WEmpb{font-size:14px;line-height:14px}}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm label{align-items:center;justify-content:flex-start;overflow-wrap:break-word;color:#000;width:100%}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm .colorChooserColorPropertyEditor-module__input--WEmpb{flex:1;width:100%;height:1.7vw;padding:4px 8px 6px 11px;border-radius:3px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out}@media(max-width:1920px){.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm .colorChooserColorPropertyEditor-module__input--WEmpb{height:30px}}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm .colorChooserColorPropertyEditor-module__input--WEmpb ::-moz-placeholder{color:#00000080}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm .colorChooserColorPropertyEditor-module__input--WEmpb ::placeholder{color:#00000080}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm .colorChooserColorPropertyEditor-module__input--WEmpb:hover{background:#f9f9f980}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm .colorChooserColorPropertyEditor-module__input--WEmpb:active,.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm .colorChooserColorPropertyEditor-module__input--WEmpb:focus{border-bottom:2px solid #005fb8;padding-bottom:5px}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm .colorChooserColorPropertyEditor-module__input--WEmpb:disabled{color:#0000005c;border-width:1px;border-color:rgb(209,209,209) rgb(209,209,209)}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm>span{display:none}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm>span.colorChooserColorPropertyEditor-module__show--MsjDi{display:block;font-size:.55vw;color:#0009;width:100%;text-align:right}@media(max-width:1920px){.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm>span.colorChooserColorPropertyEditor-module__show--MsjDi{font-size:10px}}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__container--BHEWm .colorChooserColorPropertyEditor-module__required--WVCQ0{color:red}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__colorWrapper--avAIW{display:flex;flex-direction:column;gap:10px}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__errors--t7pKr{display:flex;flex-direction:column;gap:10px;font-size:12px}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__errors--t7pKr .colorChooserColorPropertyEditor-module__error--b0NmH{color:red}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__btnContainer--Zx_Pd{display:flex;justify-content:flex-end;align-items:center;gap:6px;max-width:100%;margin-bottom:10px}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__btnContainer--Zx_Pd .colorChooserColorPropertyEditor-module__btnSave--FBqfx{outline:none;border:1px solid #005fb8;display:flex;align-items:center;justify-content:center;background-color:#005fb8;color:#fff;text-decoration:none;font-size:.7vw;min-width:4.5vw;padding:4px;border-radius:4px;text-align:center;height:37px;transition:background-color .2s ease-in-out;cursor:pointer;font-weight:600}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__btnContainer--Zx_Pd .colorChooserColorPropertyEditor-module__btnSave--FBqfx:hover,.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__btnContainer--Zx_Pd .colorChooserColorPropertyEditor-module__btnSave--FBqfx:focus{background-color:#003e92}@media(max-width:1920px){.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__btnContainer--Zx_Pd .colorChooserColorPropertyEditor-module__btnSave--FBqfx{line-height:20px;padding:6px 0;min-width:70px;font-size:14px;height:32px}}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__btnContainer--Zx_Pd .colorChooserColorPropertyEditor-module__btnCancel--E00Lc{outline:none;border:1px solid #dadada;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#000;text-decoration:none;font-size:.7vw;min-width:4.5vw;padding:4px;border-radius:4px;text-align:center;height:37px;transition:background-color .2s ease-in-out;cursor:pointer;font-weight:600}.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__btnContainer--Zx_Pd .colorChooserColorPropertyEditor-module__btnCancel--E00Lc:hover,.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__btnContainer--Zx_Pd .colorChooserColorPropertyEditor-module__btnCancel--E00Lc:focus{background-color:#f5f5f5}@media(max-width:1920px){.colorChooserColorPropertyEditor-module__wrapper--RIcus .colorChooserColorPropertyEditor-module__btnContainer--Zx_Pd .colorChooserColorPropertyEditor-module__btnCancel--E00Lc{line-height:20px;padding:6px 0;min-width:70px;font-size:14px;height:32px}}.colorChooserImagesPropertyEditor-module__wrapper--iuOna{display:flex;flex-direction:column;gap:10px}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;justify-content:flex-start;align-items:center;gap:6px}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq label,.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq .colorChooserImagesPropertyEditor-module__input--U9Cwt{display:flex;flex-direction:row;box-shadow:none;margin:0;font-weight:400;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq label,.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq .colorChooserImagesPropertyEditor-module__input--U9Cwt{font-size:14px;line-height:14px}}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq label{align-items:flex-start;overflow-wrap:break-word;color:#000;width:100%}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq .colorChooserImagesPropertyEditor-module__input--U9Cwt{flex:1;width:100%;height:1.7vw;padding:4px 8px 6px 11px;border-radius:3px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out}@media(max-width:1920px){.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq .colorChooserImagesPropertyEditor-module__input--U9Cwt{height:30px}}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq .colorChooserImagesPropertyEditor-module__input--U9Cwt ::-moz-placeholder{color:#0009}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq .colorChooserImagesPropertyEditor-module__input--U9Cwt ::placeholder{color:#0009}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq .colorChooserImagesPropertyEditor-module__input--U9Cwt:hover{background:#f9f9f980}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq .colorChooserImagesPropertyEditor-module__input--U9Cwt:active,.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq .colorChooserImagesPropertyEditor-module__input--U9Cwt:focus{border-bottom:2px solid #005fb8;padding-bottom:5px}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq .colorChooserImagesPropertyEditor-module__input--U9Cwt:disabled{color:#0000005c;border-width:1px;border-color:rgb(209,209,209) rgb(209,209,209)}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq>span{display:none}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq>span.colorChooserImagesPropertyEditor-module__show--rdG7S{display:block;font-size:.55vw;color:#0009;width:100%;text-align:right}@media(max-width:1920px){.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq>span.colorChooserImagesPropertyEditor-module__show--rdG7S{font-size:10px}}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__container--wdIvq .colorChooserImagesPropertyEditor-module__required--FPg2O{color:#d13438}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__list--GujvD{display:flex;flex-direction:column;gap:10px}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__errors--g_7lb{display:flex;flex-direction:column;gap:10px;font-size:12px}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__errors--g_7lb .colorChooserImagesPropertyEditor-module__error--E_ws8{color:red}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__btnContainer--aiKhc{display:flex;justify-content:flex-end;align-items:center;gap:6px;max-width:100%;margin-bottom:10px}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__btnContainer--aiKhc .colorChooserImagesPropertyEditor-module__btnSave--QRV_0{outline:none;border:1px solid #005fb8;display:flex;align-items:center;justify-content:center;background-color:#005fb8;color:#fff;text-decoration:none;font-size:.7vw;min-width:4.5vw;padding:4px;border-radius:4px;text-align:center;height:37px;transition:background-color .2s ease-in-out;cursor:pointer;font-weight:600}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__btnContainer--aiKhc .colorChooserImagesPropertyEditor-module__btnSave--QRV_0:hover,.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__btnContainer--aiKhc .colorChooserImagesPropertyEditor-module__btnSave--QRV_0:focus{background-color:#003e92}@media(max-width:1920px){.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__btnContainer--aiKhc .colorChooserImagesPropertyEditor-module__btnSave--QRV_0{line-height:20px;padding:6px 0;min-width:70px;font-size:14px;height:32px}}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__btnContainer--aiKhc .colorChooserImagesPropertyEditor-module__btnCancel--mTVwg{outline:none;border:1px solid #dadada;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#000;text-decoration:none;font-size:.7vw;min-width:4.5vw;padding:4px;border-radius:4px;text-align:center;height:37px;transition:background-color .2s ease-in-out;cursor:pointer;font-weight:600}.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__btnContainer--aiKhc .colorChooserImagesPropertyEditor-module__btnCancel--mTVwg:hover,.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__btnContainer--aiKhc .colorChooserImagesPropertyEditor-module__btnCancel--mTVwg:focus{background-color:#f5f5f5}@media(max-width:1920px){.colorChooserImagesPropertyEditor-module__wrapper--iuOna .colorChooserImagesPropertyEditor-module__btnContainer--aiKhc .colorChooserImagesPropertyEditor-module__btnCancel--mTVwg{line-height:20px;padding:6px 0;min-width:70px;font-size:14px;height:32px}}.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3{pointer-events:none;display:flex;align-items:center;border-radius:6px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);padding:.5vw}.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m{display:flex;flex-direction:column}.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m .OrderPriorityItemEditor-module__fieldContainer--yG8MZ{display:flex;flex-direction:row;align-items:center;gap:6px;margin:5px 0}.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m .OrderPriorityItemEditor-module__fieldContainer--yG8MZ .OrderPriorityItemEditor-module__min--eeEKJ{pointer-events:auto}.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m .OrderPriorityItemEditor-module__fieldContainer--yG8MZ label{font-size:.65vw;line-height:.85vw;margin-right:.35vw}@media(max-width:1920px){.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m .OrderPriorityItemEditor-module__fieldContainer--yG8MZ label{font-size:13px;line-height:initial;margin-right:5px}}.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m .OrderPriorityItemEditor-module__fieldContainer--yG8MZ input{max-width:3vw;width:100%;font-size:.65vw;line-height:.85vw;height:1.2vw;padding:.3vw .3vw .4vw;border:none;border-bottom:1px solid rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out}.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m .OrderPriorityItemEditor-module__fieldContainer--yG8MZ input::-webkit-outer-spin-button,.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m .OrderPriorityItemEditor-module__fieldContainer--yG8MZ input::-webkit-inner-spin-button,.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m .OrderPriorityItemEditor-module__fieldContainer--yG8MZ input[type=number]{-webkit-appearance:none;margin:0;-moz-appearance:textfield}@media(max-width:1920px){.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m .OrderPriorityItemEditor-module__fieldContainer--yG8MZ input{font-size:13px;line-height:initial;max-width:35px;height:20px;padding:4px 4px 6px}}.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m .OrderPriorityItemEditor-module__fieldContainer--yG8MZ input:hover{background:#f9f9f980}.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m .OrderPriorityItemEditor-module__fieldContainer--yG8MZ input:focus{border-bottom:2px solid #005fb8;padding-bottom:5px}.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m .OrderPriorityItemEditor-module__fieldContainer--yG8MZ span{font-size:.65vw;line-height:.85vw}@media(max-width:1920px){.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__fields--g8y2m .OrderPriorityItemEditor-module__fieldContainer--yG8MZ span{font-size:13px;line-height:initial}}.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__icon--jz_rQ{padding:3px 5px 3px 0;display:flex;align-items:center}.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__label--eCZV7{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__label--eCZV7{font-size:14px;line-height:initial}}.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__icon--jz_rQ,.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3 .OrderPriorityItemEditor-module__label--eCZV7{pointer-events:none}@media(max-width:1920px){.OrderPriorityItemEditor-module__orderPriorityItem--IYqC3{padding:5px}}.OrderPriorityItemEditor-module__dragCursor--d9LVs{cursor:pointer;cursor:grab;cursor:-webkit-grab}.OrderPriorityItemEditor-module__dragCursor--d9LVs:active,.OrderPriorityItemEditor-module__grabbing--cZBoI{cursor:grabbing!important}.OrderPriorityEditor-module__container--ZTiVr{display:block;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.OrderPriorityEditor-module__container--ZTiVr{font-size:14px;line-height:14px}}.OrderPriorityEditor-module__dragAndDropZone--sxuHl{padding-top:10px;display:flex;flex-direction:column;row-gap:10px}.OrderPriorityEditor-module__dragAndDropZone--sxuHl .OrderPriorityEditor-module__hover--FZz7t>div{background-color:#005fb8;color:#fff}.OrderPriorityEditor-module__dragAndDropZone--sxuHl .OrderPriorityEditor-module__hover--FZz7t>div>span>svg>path{fill:#fff}.SpecPropertyEditor-module__container--wImuB{display:flex;flex-direction:column;flex-wrap:wrap;position:relative}.SpecPropertyEditor-module__container--wImuB label,.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__input--qPtYt{display:flex;flex-direction:column;box-shadow:none;margin:0;font-weight:400;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.SpecPropertyEditor-module__container--wImuB label,.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__input--qPtYt{font-size:14px;line-height:14px}}.SpecPropertyEditor-module__container--wImuB label{justify-content:center;align-items:flex-start;overflow-wrap:break-word;color:#000;margin-bottom:6px}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__input--qPtYt{height:1.7vw;padding:8px;border-radius:3px;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;background-color:#fff;font-size:.7vw;color:#000;text-overflow:ellipsis;outline:0px;transition:.2s ease-in-out}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__input--qPtYt ::-moz-placeholder{color:#0009}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__input--qPtYt ::placeholder{color:#0009}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__input--qPtYt:hover{background:#f9f9f980}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__input--qPtYt:active,.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__input--qPtYt:focus{border-bottom:2px solid #005fb8;padding-bottom:7px}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__input--qPtYt:disabled{color:#0000004d;border-width:1px;border-color:rgb(209,209,209) rgb(209,209,209)}@media(max-width:1920px){.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__input--qPtYt{font-size:14px;height:32px}}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__options--hlMm6{display:none;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:2px;overflow:hidden;overflow-y:auto;max-height:200px;max-width:100%;width:100%;background-color:#fff;box-shadow:0 8px 20px #00000017,0 2px 10.67px #00000014;border-width:1px;border-style:solid;border-color:rgb(209,209,209) rgb(209,209,209) rgba(0,0,0,.45);-o-border-image:initial;border-image:initial;border-radius:3px;gap:5px;z-index:4;font-size:.7vw}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__options--hlMm6::-webkit-scrollbar{width:5px;height:5px}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__options--hlMm6::-webkit-scrollbar-track{background:#f3f3f3;border-radius:3px}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__options--hlMm6::-webkit-scrollbar-thumb{background:#0000004d;border-radius:3px;border:4px solid rgba(0,0,0,0)}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__options--hlMm6::-webkit-scrollbar-thumb:hover{background:#0000004d}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__options--hlMm6.SpecPropertyEditor-module__showOptions--w1ld7{display:flex}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__options--hlMm6 .SpecPropertyEditor-module__option--KOh8_{width:100%;padding-left:5px;cursor:pointer}.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__options--hlMm6 .SpecPropertyEditor-module__option--KOh8_:hover{background-color:#f4f4f4;border-radius:3px}@media(max-width:1920px){.SpecPropertyEditor-module__container--wImuB .SpecPropertyEditor-module__options--hlMm6{font-size:14px}}.modelEditor-module__editor--DALvT{overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:24px;max-width:17vw;width:100%;height:100%;background:#fff;box-shadow:0 2px 4px #0000000a;border-radius:7px;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Tahoma,Geneva,Verdana,sans-serif}.modelEditor-module__editor--DALvT::-webkit-scrollbar{width:5px;height:5px}.modelEditor-module__editor--DALvT::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.modelEditor-module__editor--DALvT::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.modelEditor-module__editor--DALvT::-webkit-scrollbar-thumb:hover{background:#0000004d}.modelEditor-module__editor--DALvT .modelEditor-module__sectionTitles--qGXIU{display:flex;flex-direction:row;justify-content:space-between;padding:0 13px;margin-bottom:24px}.modelEditor-module__editor--DALvT .modelEditor-module__sectionTitles--qGXIU .modelEditor-module__sectionTitle--iXKL_{position:relative;font-weight:400;font-size:.8vw;line-height:1.1vw;text-align:center;font-feature-settings:"rclt" off;color:#000c;cursor:pointer;transition:.3s}@media(max-width:1920px){.modelEditor-module__editor--DALvT .modelEditor-module__sectionTitles--qGXIU .modelEditor-module__sectionTitle--iXKL_{font-size:14px;line-height:20px}}.modelEditor-module__editor--DALvT .modelEditor-module__sectionTitles--qGXIU .modelEditor-module__sectionTitle--iXKL_.modelEditor-module__active--zWJQe:before{content:"";position:absolute;top:1.3vw;left:calc(50% - 8px);width:16px;height:3px;border-radius:3px;border:1px solid #005fb8;background-color:#005fb8}@media(max-width:1920px){.modelEditor-module__editor--DALvT .modelEditor-module__sectionTitles--qGXIU .modelEditor-module__sectionTitle--iXKL_.modelEditor-module__active--zWJQe:before{top:25px}}.modelEditor-module__editor--DALvT .modelEditor-module__sectionTitles--qGXIU .modelEditor-module__sectionTitle--iXKL_:before{content:"";position:absolute;top:1.3vw;left:calc(50% - 8px);width:16px;height:3px;border-radius:3px;border:1px solid #005fb8;background-color:#005fb8;transform:scaleX(0);transition:transform .3s ease}@media(max-width:1920px){.modelEditor-module__editor--DALvT .modelEditor-module__sectionTitles--qGXIU .modelEditor-module__sectionTitle--iXKL_:before{top:25px}}.modelEditor-module__editor--DALvT .modelEditor-module__sectionTitles--qGXIU .modelEditor-module__sectionTitle--iXKL_.modelEditor-module__active--zWJQe{color:#000}.modelEditor-module__editor--DALvT .modelEditor-module__sectionTitles--qGXIU .modelEditor-module__sectionTitle--iXKL_.modelEditor-module__active--zWJQe:before{transform:scaleX(1)}.modelEditor-module__editor--DALvT .modelEditor-module__sectionTitles--qGXIU .modelEditor-module__sectionTitle--iXKL_[disabled=true]{color:#0000005c;cursor:default}.modelEditor-module__editor--DALvT .modelEditor-module__sectionContainer--e8bnO>rdx-model-editor-section{display:none}.modelEditor-module__editor--DALvT .modelEditor-module__sectionContainer--e8bnO>rdx-model-editor-section.modelEditor-module__active--zWJQe{display:block}.modelEditor-module__editor--DALvT .modelEditor-module__sectionContainer--e8bnO>rdx-model-editor-section[disabled=true]{display:none}.modelEditor-module__editor--DALvT .modelEditor-module__sectionContainer--e8bnO>rdx-model-editor-section>rdx-model-editor-group{margin-bottom:40px}@media(max-width:1920px){.modelEditor-module__editor--DALvT{max-width:312px}}@media(max-width:992px){.modelEditor-module__editor--DALvT{max-width:250px}}.modelEditorGroup-module__group--VTwJC{display:flex;flex-direction:column;gap:16px}.modelEditorGroup-module__group--VTwJC .modelEditorGroup-module__title--eHQXD{font-size:.8vw;font-weight:600;line-height:1vw;color:#005fb8;margin-bottom:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:1920px){.modelEditorGroup-module__group--VTwJC .modelEditorGroup-module__title--eHQXD{font-size:15px;line-height:16px}}@media(min-width:2500px){.modelEditorGroup-module__group--VTwJC{gap:1vw}}.navigationEditor-module__container--qQ5zT{display:flex;flex-direction:row;align-items:center;background:#fff;box-shadow:0 2px 4px #0000000a;border-radius:8px;border:1px solid rgba(0,0,0,.05);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:2.6vw;padding:0 16px;position:relative}@media(max-width:1920px){.navigationEditor-module__container--qQ5zT{height:50px}}.navigationEditor-module__container--qQ5zT div:nth-of-type(2){width:100%}rdx-action{position:relative;right:0;width:100%;display:block;margin-right:0;margin-left:auto}rdx-action .action-module__container--u1fmx{display:flex;justify-content:flex-end;gap:16px}.previewEditor-module__previewEditor--c3n0w{position:relative;grid-area:editionArea;display:block;background:#fff;box-shadow:0 2px 4px #0000000a;border-radius:7px;overflow:hidden;padding:10px;height:100%;width:100%}.previewEditor-module__previewEditor--c3n0w .previewEditor-module__livePreview--zALtv{display:flex;flex-direction:column;justify-content:flex-start;gap:32px;background-color:#f9f9f9;overflow:auto;height:100%;width:100%;position:relative}.previewEditor-module__previewEditor--c3n0w .previewEditor-module__livePreview--zALtv::-webkit-scrollbar{width:5px;height:5px}.previewEditor-module__previewEditor--c3n0w .previewEditor-module__livePreview--zALtv::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.previewEditor-module__previewEditor--c3n0w .previewEditor-module__livePreview--zALtv::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.previewEditor-module__previewEditor--c3n0w .previewEditor-module__livePreview--zALtv::-webkit-scrollbar-thumb:hover{background:#0000004d}.previewEditor-module__previewEditor--c3n0w .previewEditor-module__livePreview--zALtv rdx-fullsize-section{width:100%;height:100%}.previewEditor-module__previewEditor--c3n0w .previewEditor-module__livePreview--zALtv rdx-hotspot-container>div{margin-top:0}.previewEditor-module__previewWrapper--NP6pa{height:100%;width:100%;position:relative}.dftBannerEditor-module__hidden--DJeE5{display:none}.dftBannerEditor-module__container--kG_37{width:100%;height:100%}.dftBannerEditor-module__container--kG_37.dftBannerEditor-module__hidden--DJeE5 .dftBannerEditor-module__rdxEditor--Ndklh{gap:0;grid-template-areas:"editionArea editionArea" "editionArea editionArea"}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Tahoma,Geneva,Verdana,sans-serif;color:#202020;width:100%;height:100%;overflow:hidden;display:grid;grid-template-columns:1fr 17vw;grid-template-rows:2.6vw 1fr;gap:16px;padding:16px;grid-auto-flow:row;grid-template-areas:"navigationBar navigationBar" "editionArea modelEditor"}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__navigationBar--dtUxi{grid-area:navigationBar}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH{position:relative;grid-area:editionArea;display:block;background:#fff;box-shadow:0 2px 4px #0000000a;border-radius:7px;overflow:hidden;padding:10px;height:100%;width:100%}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2{display:flex;flex-direction:column;justify-content:flex-start;background-color:#f9f9f9;height:100%;width:100%;container-type:inline-size;container-name:bannerContainer;overflow-y:auto;overflow-x:hidden;transition:padding .2s ease}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2::-webkit-scrollbar{width:8px;height:8px}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2::-webkit-scrollbar-thumb{background:#0006;border-radius:8px;border:none}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2::-webkit-scrollbar-thumb:hover{background:#0009}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2.dftBannerEditor-module__fullSizeMode--wrWr1{overflow-x:auto;padding-left:15px;padding-right:15px}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2.dftBannerEditor-module__fullSizeMode--wrWr1 .dftBannerEditor-module__bannerWrapper--g2TdA,.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2.dftBannerEditor-module__fullSizeMode--wrWr1 .dftBannerEditor-module__checkboxContainer--J8dF1{width:1330px}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__bannerWrapper--g2TdA{width:100%;position:relative;margin:0 auto;box-sizing:border-box;transition:width .2s ease}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__bannerWrapper--g2TdA rdx-preview-editor{width:100%}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__bannerWrapper--g2TdA>*{box-sizing:border-box}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 rdx-edition-frame>div[class*=content]{overflow-x:auto}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 rdx-edition-frame>div[class*=content]::-webkit-scrollbar{width:5px;height:5px}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 rdx-edition-frame>div[class*=content]::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 rdx-edition-frame>div[class*=content]::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 rdx-edition-frame>div[class*=content]::-webkit-scrollbar-thumb:hover{background:#0000004d}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;position:relative;width:100%;background-color:#fff}@container bannerContainer (min-width: 1300px){.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1{display:none}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1+.dftBannerEditor-module__bannerWrapper--g2TdA{width:100%}}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxInput--x5sui{z-index:2;position:absolute;opacity:0;inset:0;width:0px;height:20px;cursor:pointer}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxInput--x5sui:checked+.dftBannerEditor-module__checkboxLabel--o0mHf{justify-content:right;position:relative;display:flex;align-items:center;margin:0;cursor:pointer;width:1.8vw;height:.8vw;padding:0 3px;border-radius:.5vw;outline:transparent;transition:.3s ease;border:1px solid transparent;background-color:#005fb8;overflow:visible}@media(max-width:1920px){.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxInput--x5sui:checked+.dftBannerEditor-module__checkboxLabel--o0mHf{width:40px;height:20px;border-radius:10px}}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxInput--x5sui:checked+.dftBannerEditor-module__checkboxLabel--o0mHf>span{display:block;width:12px;height:12px;border-radius:50%;transition:.3s ease;background-color:#fff;border-color:transparent;border-width:6px;border-style:solid}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxInput--x5sui:checked+.dftBannerEditor-module__checkboxLabel--o0mHf:hover,.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxInput--x5sui:checked+.dftBannerEditor-module__checkboxLabel--o0mHf:focus{background-color:#003e92}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxInput--x5sui:checked+.dftBannerEditor-module__checkboxLabel--o0mHf:disabled{background-color:#c8c6c4;cursor:default}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxInput--x5sui:checked+.dftBannerEditor-module__checkboxLabel--o0mHf:disabled>span{background-color:#f3f2f1}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxLabel--o0mHf{justify-content:left;position:relative;display:flex;align-items:center;margin:0;cursor:pointer;width:1.8vw;height:.8vw;padding:0 3px;border-radius:10px;outline:transparent;transition:.3s ease;border:1px solid rgb(96,94,92);background-color:#fff;overflow:visible}@media(max-width:1920px){.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxLabel--o0mHf{width:40px;height:20px;border-radius:10px}}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxLabel--o0mHf>span{display:block;width:12px;height:12px;border-radius:50%;transition:.3s ease;background-color:#605e5c;border-color:transparent;border-width:6px;border-style:solid}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxLabel--o0mHf:hover,.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxLabel--o0mHf:focus{border:1px solid rgb(50,49,48)}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxLabel--o0mHf:hover>span,.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxLabel--o0mHf:focus>span{background-color:#323130}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxLabel--o0mHf:disabled{border:1px solid rgb(200,198,196);cursor:default}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__checkboxContainer--J8dF1 .dftBannerEditor-module__checkboxLabel--o0mHf:disabled>span{background-color:#c8c6c4}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__label--wdIhs{font-weight:400;color:#000;box-shadow:none;margin:0;box-sizing:border-box;overflow-wrap:break-word;max-width:50%;width:100%;font-size:.75vw;line-height:.95vw;pointer-events:none}@media(max-width:1920px){.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 .dftBannerEditor-module__label--wdIhs{font-size:14px;line-height:14px}}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__editionArea--aq7SH .dftBannerEditor-module__livePreview--WZgi2 rdx-dft-banner{position:inherit;animation:none;width:100%}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh .dftBannerEditor-module__modelEditor--cAL78{grid-area:modelEditor;height:100%;overflow-y:auto}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh rdx-edition-frame{overflow-y:hidden}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh rdx-edition-frame>span{position:absolute}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh div[class*=tooltipContent]{flex-direction:column-reverse}.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh div[class*=tooltipContent]:after{border-bottom-color:#fff;bottom:auto;top:-6px;transform:rotate(180deg);filter:drop-shadow(0 1px 0 rgb(180,180,180))}@container drawer ((min-width: 2500px)){.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh div[class*=tooltipContent]:after{top:-.4vw}}@container banner ((min-width: 2500px)){.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh div[class*=tooltipContent]:after{top:-.4vw}}@media(min-width:768px)and (max-width:1200px)and (orientation:portrait){.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh{padding:0 32px 32px}}@media(max-width:992px){.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh{grid-template-columns:1fr 250px}}@media(max-width:1920px){.dftBannerEditor-module__container--kG_37 .dftBannerEditor-module__rdxEditor--Ndklh{grid-template-columns:1fr 312px;grid-template-rows:48px 1fr}}.dftDrawerEditor-module__hidden--fXEYq{display:none}.dftDrawerEditor-module__container--eL7fA{width:100%;height:100%}.dftDrawerEditor-module__container--eL7fA.dftDrawerEditor-module__hidden--fXEYq .dftDrawerEditor-module__rdxEditor--n5DCa{gap:0;grid-template-areas:"editionArea editionArea" "editionArea editionArea"}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Tahoma,Geneva,Verdana,sans-serif;color:#202020;width:100%;height:100%;overflow:hidden;display:grid;grid-template-columns:1fr 17vw;grid-template-rows:2.6vw 1fr;gap:16px;padding:16px;grid-auto-flow:row;grid-template-areas:"navigationBar navigationBar" "editionArea modelEditor"}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__navigationBar--ZsRNw{grid-area:navigationBar}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ{position:relative;grid-area:editionArea;display:block;background:#fff;box-shadow:0 2px 4px #0000000a;border-radius:7px;overflow:hidden;padding:10px;height:100%;width:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi{display:flex;flex-direction:column;justify-content:flex-start;background-color:#f9f9f9;height:100%;width:100%;padding-bottom:5px;container-type:inline-size;container-name:drawerContainer;overflow-y:auto;overflow-x:hidden;transition:padding .2s ease}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi::-webkit-scrollbar{width:8px;height:8px}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi::-webkit-scrollbar-thumb{background:#0006;border-radius:8px;border:none}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi::-webkit-scrollbar-thumb:hover{background:#0009}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi.dftDrawerEditor-module__fullSizeMode--QkXJV{overflow-x:auto;padding-left:15px;padding-right:15px}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi.dftDrawerEditor-module__fullSizeMode--QkXJV .dftDrawerEditor-module__drawerWrapper--ZGlPw,.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi.dftDrawerEditor-module__fullSizeMode--QkXJV .dftDrawerEditor-module__checkboxContainer--s8lj0{width:1330px}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__drawerWrapper--ZGlPw{width:100%;position:relative;margin:0 auto;box-sizing:border-box;transition:width .2s ease;height:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__drawerWrapper--ZGlPw rdx-preview-editor{width:100%;height:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__drawerWrapper--ZGlPw rdx-preview-editor>div[class*=livePreview]{height:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__drawerWrapper--ZGlPw>*{box-sizing:border-box}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;position:relative;width:100%;background-color:#fff}@container drawerContainer (min-width: 1300px){.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0{display:none}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0+.dftDrawerEditor-module__drawerWrapper--ZGlPw{width:100%}}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxInput--gdrMp{z-index:2;position:absolute;opacity:0;inset:0;width:0px;height:20px;cursor:pointer}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxInput--gdrMp:checked+.dftDrawerEditor-module__checkboxLabel--edoWu{justify-content:right;position:relative;display:flex;align-items:center;margin:0;cursor:pointer;width:1.8vw;height:.8vw;padding:0 3px;border-radius:.5vw;outline:transparent;transition:.3s ease;border:1px solid transparent;background-color:#005fb8;overflow:visible}@media(max-width:1920px){.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxInput--gdrMp:checked+.dftDrawerEditor-module__checkboxLabel--edoWu{width:40px;height:20px;border-radius:10px}}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxInput--gdrMp:checked+.dftDrawerEditor-module__checkboxLabel--edoWu>span{display:block;width:12px;height:12px;border-radius:50%;transition:.3s ease;background-color:#fff;border-color:transparent;border-width:6px;border-style:solid}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxInput--gdrMp:checked+.dftDrawerEditor-module__checkboxLabel--edoWu:hover,.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxInput--gdrMp:checked+.dftDrawerEditor-module__checkboxLabel--edoWu:focus{background-color:#003e92}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxInput--gdrMp:checked+.dftDrawerEditor-module__checkboxLabel--edoWu:disabled{background-color:#c8c6c4;cursor:default}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxInput--gdrMp:checked+.dftDrawerEditor-module__checkboxLabel--edoWu:disabled>span{background-color:#f3f2f1}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxLabel--edoWu{justify-content:left;position:relative;display:flex;align-items:center;margin:0;cursor:pointer;width:1.8vw;height:.8vw;padding:0 3px;border-radius:10px;outline:transparent;transition:.3s ease;border:1px solid rgb(96,94,92);background-color:#fff;overflow:visible}@media(max-width:1920px){.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxLabel--edoWu{width:40px;height:20px;border-radius:10px}}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxLabel--edoWu>span{display:block;width:12px;height:12px;border-radius:50%;transition:.3s ease;background-color:#605e5c;border-color:transparent;border-width:6px;border-style:solid}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxLabel--edoWu:hover,.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxLabel--edoWu:focus{border:1px solid rgb(50,49,48)}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxLabel--edoWu:hover>span,.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxLabel--edoWu:focus>span{background-color:#323130}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxLabel--edoWu:disabled{border:1px solid rgb(200,198,196);cursor:default}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi .dftDrawerEditor-module__checkboxContainer--s8lj0 .dftDrawerEditor-module__checkboxLabel--edoWu:disabled>span{background-color:#c8c6c4}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-dft-drawer{position:inherit;animation:none;width:100%;justify-content:center;align-items:flex-start;height:100%;z-index:3;transform:translateY(0);opacity:1;transition:transform .5s,opacity .4s}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-dft-drawer img,.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-dft-drawer video{width:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-dft-drawer video{height:100%;-o-object-fit:cover;object-fit:cover}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame{overflow:auto;position:relative}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame>span{position:sticky;top:0;left:0;z-index:3}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=media]{display:block;overflow:hidden;height:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=media]>span{position:absolute}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=media] [id*=contentContainer]{padding:0;display:flex;align-items:center;justify-content:center;height:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=media] rdx-media{width:100%;height:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=media] rdx-media-image{width:100%;height:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=media] rdx-media-image:hover:before{display:none}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=media] rdx-media-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=media] rdx-media-video{width:100%;height:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=media] rdx-media-video:hover:before{display:none}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=media] rdx-media-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item]{display:block;overflow:hidden}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item][class*=itemSmall]{height:30%;padding:0}@container drawer ((max-width: 1080px)){.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item][class*=itemSmall]{width:300px;height:250px}}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item][class*=itemLarge]{height:70%;padding:0}@container drawer ((max-width: 1080px)){.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item][class*=itemLarge]{width:80%;height:250px}}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item]>span{position:absolute}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item] [id*=contentContainer]{padding:0;height:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item] rdx-dft-drawer-ads-item{display:block;height:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item] rdx-dft-drawer-ads-item rdx-media{width:100%;height:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item] rdx-dft-drawer-ads-item rdx-media-image{height:100%;width:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item] rdx-dft-drawer-ads-item rdx-media-image:before{display:none}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item] rdx-dft-drawer-ads-item rdx-media-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item] rdx-dft-drawer-ads-item rdx-media-video{height:100%;width:100%}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item] rdx-dft-drawer-ads-item rdx-media-video:before{display:none}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__editionArea--qrJwQ .dftDrawerEditor-module__livePreview--ZCVCi rdx-edition-frame[data-component=dft-ad-item] rdx-dft-drawer-ads-item rdx-media-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa .dftDrawerEditor-module__modelEditor--Q66ZB{grid-area:modelEditor;height:100%;overflow-y:auto}@media(min-width:768px)and (max-width:1200px)and (orientation:portrait){.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa{padding:0 32px 32px}}@media(max-width:992px){.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa{grid-template-columns:1fr 250px}}@media(max-width:1920px){.dftDrawerEditor-module__container--eL7fA .dftDrawerEditor-module__rdxEditor--n5DCa{grid-template-columns:1fr 312px;grid-template-rows:48px 1fr}}div[class*=tooltipContent]{flex-direction:column-reverse}div[class*=tooltipContent]:after{border-bottom-color:#fff;bottom:auto;filter:drop-shadow(0 1px 0 rgb(180,180,180))}@container drawer ((min-width: 2500px)){div[class*=tooltipContent]:after{bottom:-.8vw;top:auto}}@container banner ((min-width: 2500px)){div[class*=tooltipContent]:after{top:-.4vw}}.dftToolbarEditor-module__hidden--AUKlM{display:none}.dftToolbarEditor-module__container--KULbl{width:100%;height:100%}.dftToolbarEditor-module__container--KULbl.dftToolbarEditor-module__hidden--AUKlM .dftToolbarEditor-module__rdxEditor--VNWti{gap:0;grid-template-areas:"editionArea editionArea" "editionArea editionArea"}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Tahoma,Geneva,Verdana,sans-serif;color:#202020;width:100%;height:100%;overflow:hidden;display:grid;grid-template-columns:1fr 17vw;grid-template-rows:2.6vw 1fr;gap:16px;padding:16px;grid-auto-flow:row;grid-template-areas:"navigationBar navigationBar" "editionArea modelEditor"}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__navigationBar--Qr095{grid-area:navigationBar}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0{position:relative;grid-area:editionArea;display:block;background:#fff;box-shadow:0 2px 4px #0000000a;border-radius:7px;overflow:hidden;padding:10px;height:100%;width:100%;overflow:auto}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P{display:flex;flex-direction:column;justify-content:flex-start;background-color:#f9f9f9;height:100%;width:100%;container-type:inline-size;container-name:toolbarContainer;overflow-y:auto;overflow-x:hidden;transition:padding .2s ease}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P::-webkit-scrollbar{width:8px;height:8px}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P::-webkit-scrollbar-thumb{background:#0006;border-radius:8px;border:none}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P::-webkit-scrollbar-thumb:hover{background:#0009}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P.dftToolbarEditor-module__fullSizeMode--Ir6Yc{overflow-x:auto;padding-left:15px;padding-right:15px}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P.dftToolbarEditor-module__fullSizeMode--Ir6Yc .dftToolbarEditor-module__toolbarWrapper--Kkw_X,.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P.dftToolbarEditor-module__fullSizeMode--Ir6Yc .dftToolbarEditor-module__checkboxContainer--drJ0g{width:1330px}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__toolbarWrapper--Kkw_X{width:100%;position:relative;margin:0 auto;box-sizing:border-box;transition:width .2s ease}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__toolbarWrapper--Kkw_X rdx-preview-editor{width:100%}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__toolbarWrapper--Kkw_X>*{box-sizing:border-box}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P rdx-edition-frame{overflow-y:hidden}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P rdx-edition-frame>div[class*=content]{overflow-x:auto}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P rdx-edition-frame>div[class*=content]::-webkit-scrollbar{width:5px;height:5px}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P rdx-edition-frame>div[class*=content]::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P rdx-edition-frame>div[class*=content]::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P rdx-edition-frame>div[class*=content]::-webkit-scrollbar-thumb:hover{background:#0000004d}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;position:relative;width:100%;background-color:#fff}@container toolbarContainer (min-width: 1300px){.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g{display:none}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g+.dftToolbarEditor-module__toolbarWrapper--Kkw_X{width:100%}}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxInput--jeOCd{z-index:2;position:absolute;opacity:0;inset:0;width:0px;height:20px;cursor:pointer}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxInput--jeOCd:checked+.dftToolbarEditor-module__checkboxLabel--CGQ0M{justify-content:right;position:relative;display:flex;align-items:center;margin:0;cursor:pointer;width:1.8vw;height:.8vw;padding:0 3px;border-radius:.5vw;outline:transparent;transition:.3s ease;border:1px solid transparent;background-color:#005fb8;overflow:visible}@media(max-width:1920px){.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxInput--jeOCd:checked+.dftToolbarEditor-module__checkboxLabel--CGQ0M{width:40px;height:20px;border-radius:10px}}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxInput--jeOCd:checked+.dftToolbarEditor-module__checkboxLabel--CGQ0M>span{display:block;width:12px;height:12px;border-radius:50%;transition:.3s ease;background-color:#fff;border-color:transparent;border-width:6px;border-style:solid}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxInput--jeOCd:checked+.dftToolbarEditor-module__checkboxLabel--CGQ0M:hover,.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxInput--jeOCd:checked+.dftToolbarEditor-module__checkboxLabel--CGQ0M:focus{background-color:#003e92}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxInput--jeOCd:checked+.dftToolbarEditor-module__checkboxLabel--CGQ0M:disabled{background-color:#c8c6c4;cursor:default}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxInput--jeOCd:checked+.dftToolbarEditor-module__checkboxLabel--CGQ0M:disabled>span{background-color:#f3f2f1}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxLabel--CGQ0M{justify-content:left;position:relative;display:flex;align-items:center;margin:0;cursor:pointer;width:1.8vw;height:.8vw;padding:0 3px;border-radius:10px;outline:transparent;transition:.3s ease;border:1px solid rgb(96,94,92);background-color:#fff;overflow:visible}@media(max-width:1920px){.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxLabel--CGQ0M{width:40px;height:20px;border-radius:10px}}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxLabel--CGQ0M>span{display:block;width:12px;height:12px;border-radius:50%;transition:.3s ease;background-color:#605e5c;border-color:transparent;border-width:6px;border-style:solid}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxLabel--CGQ0M:hover,.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxLabel--CGQ0M:focus{border:1px solid rgb(50,49,48)}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxLabel--CGQ0M:hover>span,.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxLabel--CGQ0M:focus>span{background-color:#323130}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxLabel--CGQ0M:disabled{border:1px solid rgb(200,198,196);cursor:default}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P .dftToolbarEditor-module__checkboxContainer--drJ0g .dftToolbarEditor-module__checkboxLabel--CGQ0M:disabled>span{background-color:#c8c6c4}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P rdx-dft-toolbar{position:inherit;animation:none;width:100%}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__editionArea--GLXc0 .dftToolbarEditor-module__livePreview--sei0P rdx-dft-toolbar:before{content:none}.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti .dftToolbarEditor-module__modelEditor--SMZS6{grid-area:modelEditor;height:100%;overflow-y:auto}@media(min-width:768px)and (max-width:1200px)and (orientation:portrait){.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti{padding:0 32px 32px}}@media(max-width:992px){.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti{grid-template-columns:1fr 250px}}@media(max-width:1920px){.dftToolbarEditor-module__container--KULbl .dftToolbarEditor-module__rdxEditor--VNWti{grid-template-columns:1fr 312px;grid-template-rows:48px 1fr}}.navigationTree-module__container--aep0A{display:flex;flex-direction:row}.navigationTree-module__container--aep0A>label,.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN{display:flex;flex-direction:column;flex-basis:100%;flex:1;box-shadow:none;margin:0;font-weight:400;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.navigationTree-module__container--aep0A>label,.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN{font-size:14px;line-height:14px}}.navigationTree-module__container--aep0A label{justify-content:center;align-items:flex-start;overflow-wrap:break-word;color:#000}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN{position:relative;min-width:20vw}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN>button{border-radius:4px;border:1px solid #dadada;background-color:#fff;color:#000;min-width:18vw;max-width:20vw;height:1.7vw;text-transform:capitalize;outline:0px;transition:.2s ease-in-out;display:flex;justify-content:space-between;align-items:center;padding:6px 8px;gap:10px;z-index:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;border-bottom:1px solid rgba(0,0,0,.45);cursor:pointer;transition:border .2s ease-in-out;font-size:.75vw;line-height:.95vw}@media(max-width:1920px){.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN>button{font-size:14px;line-height:14px;height:32px;min-width:240px;max-width:300px}}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN>button>span{max-width:200px;text-overflow:ellipsis;overflow:hidden;min-height:18px}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN>button:focus{border-bottom:2px solid #005fb8}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN>button>svg{width:.65vw;transition:transform .3s ease-in-out;pointer-events:none}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN>button>svg path{fill:#0009}@media(max-width:1920px){.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN>button>svg{width:12px}}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN>button>.navigationTree-module__p--LxGjK{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN>button>.navigationTree-module__placeholder--tIz3O{color:#0009}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN>button:active,.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN>button:focus{color:#000}@media(max-width:1920px){.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN>button{min-width:300px}}@media(max-width:992px){.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN>button{min-width:200px}}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN .navigationTree-module__rotate--y3FCK svg{transform:rotate(180deg)}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN .navigationTree-module__itemsContainer--xQG15{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:absolute;top:1.9vw;overflow:hidden;overflow-y:auto;max-height:21vw;max-width:20vw;width:100%;background-color:#fff;border-radius:3px;box-shadow:0 16px 32px #00000030,0 2px 10.67px #00000014;gap:6px;z-index:4}@media(max-width:1920px){.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN .navigationTree-module__itemsContainer--xQG15{max-height:310px;max-width:300px;top:40px}}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN .navigationTree-module__itemsContainer--xQG15::-webkit-scrollbar{width:5px;height:5px}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN .navigationTree-module__itemsContainer--xQG15::-webkit-scrollbar-track{background:#f3f3f3;border-radius:80px}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN .navigationTree-module__itemsContainer--xQG15::-webkit-scrollbar-thumb{background:#0000004d;border-radius:80px;border:4px solid rgba(0,0,0,0)}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN .navigationTree-module__itemsContainer--xQG15::-webkit-scrollbar-thumb:hover{background:#0000004d}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN .navigationTree-module__itemsContainer--xQG15.navigationTree-module__hidden--PypDH{display:none}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN .navigationTree-module__itemsContainer--xQG15 .navigationTree-module__itemsGroup--rbMYA{display:flex;flex-direction:column;padding-left:15px}.navigationTree-module__container--aep0A .navigationTree-module__component--O5KuN .navigationTree-module__itemsContainer--xQG15 .navigationTree-module__itemsGroup--rbMYA.navigationTree-module__hidden--PypDH{display:none}@keyframes Item-module__enterFromTop--wzYOG{0%{opacity:0;visibility:hidden;transform:translateY(-100%)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes Item-module__leaveFromBottom--NcBlR{0%{visibility:visible;opacity:1;transform:translateY(0)}30%{opacity:.7}60%{opacity:.4}to{opacity:0;transform:translateY(-100%);visibility:hidden}}@keyframes Item-module__leaveFromBottomFooter--s2ZLp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes Item-module__enterFromBottom--VKl8H{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes Item-module__enterFromBottomFooter--QGfqb{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Item-module__smoothEnterFromBottom--hl847{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes Item-module__showFromBehind--_5ryA{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes Item-module__hideFromFront--ZnY7O{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes Item-module__shineLogo--r3bhH{0%,40%{left:-50px;opacity:0}50%{opacity:.5}60%,to{opacity:0;left:130%}}@keyframes Item-module__fade-in--c0AJQ{0%{opacity:0}to{opacity:1}}@keyframes Item-module__fade-out--NKmcy{0%{opacity:1}to{opacity:0}}@keyframes Item-module__enter-rtl--YRdhU{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes Item-module__leave-rtl--BYtZa{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes Item-module__enter-ltr--vgpLV{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes Item-module__leave-ltr--vQu9Z{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes Item-module__slide-enter-rtl--HEWIM{0%{transform:translate(100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes Item-module__slide-leave-rtl--TUpLM{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-100%) scale(.7);opacity:0}}@keyframes Item-module__slide-enter-ltr--LA9kU{0%{transform:translate(-100%) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes Item-module__slide-leave-ltr--THWu_{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.7);opacity:0}}@keyframes Item-module__stroke--u4g8h{to{stroke-dashoffset:0}}@keyframes Item-module__marquee-text--PylmD{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes Item-module__fadeInLeft--AMTRn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes Item-module__qr-in--hlQya{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes Item-module__qr-out--bg4bC{0%{opacity:1}to{opacity:0}}@keyframes Item-module__attract-in--fqu6G{0%{transform:translate(100%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes Item-module__attract-out--nWdW4{0%{transform:translate(0);opacity:1}50%{opacity:1}70%{transform:translate(150%);opacity:0}}@keyframes Item-module__pulse-animation--LxLFu{0%{box-shadow:0 0 #fffc}to{box-shadow:0 0 0 20px #fff0}}@keyframes Item-module__pulse-animation-dark--mbZ8U{0%{box-shadow:0 0 #000c}to{box-shadow:0 0 0 20px #fff0}}@keyframes Item-module__pingPong--FcNa5{0%{transform:translate(0)}to{transform:translate(8px)}}@keyframes Item-module__opacitySvg--U1g_Z{0%{opacity:0}to{opacity:1}}@keyframes Item-module__focusRing--gGIHj{0%{box-shadow:0 0 #3dd06d59}70%{box-shadow:0 0 0 14px #3dd06d00}to{box-shadow:0 0 #3dd06d00}}rdx-navigation-tree-item{width:100%}.Item-module__itemHeader--ruDtQ{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:5px;transition:.3s ease-in-out;border-radius:4px;gap:6px;width:100%;z-index:4;background-color:#fff;height:1.9vw;line-height:1.6vw;position:relative}@media(max-width:1920px){.Item-module__itemHeader--ruDtQ{height:40px;line-height:30px}}.Item-module__itemHeader--ruDtQ:hover{background-color:#f5f5f5}.Item-module__itemHeader--ruDtQ>svg{width:15px}@media(max-width:1920px){.Item-module__itemHeader--ruDtQ>svg{width:12px}}.Item-module__itemHeader--ruDtQ>label{cursor:pointer;margin-bottom:0;margin-left:30px;display:block;width:100%;height:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;animation:Item-module__fadeInLeft--AMTRn .6s ease both;color:#505050}.Item-module__itemHeader--ruDtQ>label>b{font-weight:600;color:#000}.Item-module__itemHeader--ruDtQ>.Item-module__expandList--tcpt8{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:transparent;cursor:pointer;display:flex;justify-content:center;align-items:center;width:30px;height:30px;position:absolute;animation:Item-module__fadeInLeft--AMTRn .6s ease both}.Item-module__itemHeader--ruDtQ>.Item-module__expandList--tcpt8>svg{pointer-events:none;width:12px;margin-top:5px;transition:transform .3s ease-in-out;transform:rotate(-90deg)}@media(max-width:1920px){.Item-module__itemHeader--ruDtQ>.Item-module__expandList--tcpt8>svg{margin-top:0}}.Item-module__itemHeader--ruDtQ>.Item-module__rotate--A8MXj svg{transform:rotate(0)}.active{width:100%}.active>.Item-module__itemHeader--ruDtQ{background-color:#f5f5f5;border-left:3px solid #005fb8}.Item-module__childrenContainer--zWKtN{display:flex;flex-direction:column;gap:6px;padding-left:20px;margin:2px 0}.Item-module__childrenContainer--zWKtN.Item-module__hidden--sMyGS,.bookEditor-module__hidden--ChvHL{display:none}.bookEditor-module__container--kGUi3{width:100%;height:100%}.bookEditor-module__container--kGUi3.bookEditor-module__hidden--ChvHL .bookEditor-module__rdxEditor--gRVmX{gap:0;grid-template-areas:"editionArea editionArea" "editionArea editionArea"}.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Tahoma,Geneva,Verdana,sans-serif;color:#202020;width:100%;height:100%;overflow:hidden;display:grid;grid-template-columns:1fr 17vw;grid-template-rows:2.6vw 1fr;gap:16px;padding:16px;grid-auto-flow:row;grid-template-areas:"navigationBar navigationBar" "editionArea modelEditor"}.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX .bookEditor-module__navigationBar--kcCkL{grid-area:navigationBar}.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX .bookEditor-module__editionArea--qdUks{position:relative;grid-area:editionArea;display:block;background:#fff;box-shadow:0 2px 4px #0000000a;border-radius:7px;overflow:hidden;padding:10px;height:100%;width:100%;overflow:auto}.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX .bookEditor-module__editionArea--qdUks .bookEditor-module__livePreview--Ht4gJ{display:flex;flex-direction:column;justify-content:flex-start;gap:32px;background-color:#f9f9f9;overflow:auto;height:100%;width:100%}.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX .bookEditor-module__editionArea--qdUks .bookEditor-module__livePreview--Ht4gJ::-webkit-scrollbar{width:5px;height:5px}.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX .bookEditor-module__editionArea--qdUks .bookEditor-module__livePreview--Ht4gJ::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX .bookEditor-module__editionArea--qdUks .bookEditor-module__livePreview--Ht4gJ::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX .bookEditor-module__editionArea--qdUks .bookEditor-module__livePreview--Ht4gJ::-webkit-scrollbar-thumb:hover{background:#0000004d}.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX .bookEditor-module__editionArea--qdUks .bookEditor-module__livePreview--Ht4gJ rdx-page>:first-child{--paddingMultiplier: 0;padding:calc(32px * var(--paddingMultiplier, 1)) calc(32px * var(--paddingMultiplier, 1)) 0px calc(32px * var(--paddingMultiplier, 1));height:100%}@container page (min-width: 768px){.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX .bookEditor-module__editionArea--qdUks .bookEditor-module__livePreview--Ht4gJ rdx-page>:first-child{padding:calc(56px * var(--paddingMultiplier, 1)) calc(56px * var(--paddingMultiplier, 1)) 0px calc(56px * var(--paddingMultiplier, 1))}}@container page (min-width: 768px) and (max-width: 1366px) and (orientation:portrait){.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX .bookEditor-module__editionArea--qdUks .bookEditor-module__livePreview--Ht4gJ rdx-page>:first-child{padding:calc(32px * var(--paddingMultiplier, 1)) calc(32px * var(--paddingMultiplier, 1)) 0px calc(32px * var(--paddingMultiplier, 1))}}.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX .bookEditor-module__modelEditor--sTd2f{grid-area:modelEditor;height:100%;overflow-y:auto}@media(min-width:768px)and (max-width:1200px)and (orientation:portrait){.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX{padding:0 32px 32px}}@media(max-width:1920px){.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX{grid-template-columns:1fr 312px;grid-template-rows:48px 1fr}}@media(max-width:992px){.bookEditor-module__container--kGUi3 .bookEditor-module__rdxEditor--gRVmX{grid-template-columns:1fr 250px}}.bookEditor-module__editing--EkF62 .bookEditor-module__rdxEditor--gRVmX .bookEditor-module__editionArea--qdUks .bookEditor-module__livePreview--Ht4gJ rdx-edition-frame rdx-page>:first-child{padding-top:0}.bookEditor-module__editing--EkF62 .bookEditor-module__rdxEditor--gRVmX .bookEditor-module__editionArea--qdUks .bookEditor-module__livePreview--Ht4gJ div[class*=slideWrapper] div[class*=active] div[class*=mediaContainer] rdx-media rdx-media-video video{max-height:75vh}.textInputModal-module__container--krrYA{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#00000070}.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM{display:flex;flex-direction:column;max-width:30vw;background-color:#fff;padding:24px;width:100%;gap:10px;border-radius:8px;box-shadow:0 32px 64px #00000059}@media(max-width:1920px){.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM{max-width:600px}}.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__heading--eCNHP{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__heading--eCNHP .textInputModal-module__title--a9f9c{font-weight:600;font-size:1.15vw;line-height:1.5;color:#000}@media(max-width:1920px){.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__heading--eCNHP .textInputModal-module__title--a9f9c{font-size:20px;line-height:28px}}.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__heading--eCNHP .textInputModal-module__close--OVPLV{cursor:pointer}.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__heading--eCNHP .textInputModal-module__close--OVPLV svg{width:.8vw}@media(max-width:1920px){.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__heading--eCNHP .textInputModal-module__close--OVPLV svg{width:11px}}.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM p{font-size:.8vw;line-height:1vw;padding:.4vw 0}@media(max-width:1920px){.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM p{font-size:14px;line-height:20px;padding:6px 0}}.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__input--D165y{width:100%;height:40px;border-radius:4px;border:1px solid #dadada;border-bottom:1px solid rgba(0,0,0,.45);margin-bottom:10px;padding:0 10px;transition:.2s ease-in-out}@media(max-width:1920px){.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__input--D165y{height:32px}}.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__input--D165y:focus{outline:none;border-bottom:2px solid #005fb8}.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__actions--Q2Vw5{display:flex;flex-direction:row;width:100%;gap:15px;justify-content:flex-end}.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__actions--Q2Vw5 .textInputModal-module__accept--Lii3O{outline:none;border:1px solid #005fb8;display:flex;align-items:center;justify-content:center;background-color:#005fb8;color:#fff;text-decoration:none;font-size:.7vw;min-width:4.5vw;padding:4px;border-radius:4px;text-align:center;height:37px;transition:background-color .2s ease-in-out;cursor:pointer;font-weight:600}.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__actions--Q2Vw5 .textInputModal-module__accept--Lii3O:hover,.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__actions--Q2Vw5 .textInputModal-module__accept--Lii3O:focus{background-color:#003e92}@media(max-width:1920px){.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__actions--Q2Vw5 .textInputModal-module__accept--Lii3O{line-height:20px;padding:6px 0;min-width:70px;font-size:14px;height:32px}}.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__actions--Q2Vw5 .textInputModal-module__cancel--MU3cl{outline:none;border:1px solid #dadada;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#000;text-decoration:none;font-size:.7vw;min-width:4.5vw;padding:4px;border-radius:4px;text-align:center;height:37px;transition:background-color .2s ease-in-out;cursor:pointer;font-weight:600}.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__actions--Q2Vw5 .textInputModal-module__cancel--MU3cl:hover,.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__actions--Q2Vw5 .textInputModal-module__cancel--MU3cl:focus{background-color:#f5f5f5}@media(max-width:1920px){.textInputModal-module__container--krrYA .textInputModal-module__content--sOdJM .textInputModal-module__actions--Q2Vw5 .textInputModal-module__cancel--MU3cl{line-height:20px;padding:6px 0;min-width:70px;font-size:14px;height:32px}}.workbench-module__editor--BwPCE{display:block;height:calc(100vh - 80px);background-color:#eee}@media(min-width:2800px){.workbench-module__editor--BwPCE{height:calc(100vh - 110px)}}.workbench-module__workbenchWrapper--uOnd0{display:block;height:100vh;overflow-x:hidden;overflow-y:auto}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0{display:flex;flex-direction:column}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#fff;box-shadow:0 2px 4px #0000000a;border-radius:8px;border:1px solid rgba(0,0,0,.05);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:80px;padding:16px}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__left--aX1Pf{display:flex;flex-direction:row;gap:20px;align-items:center}@media(max-width:1080px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__left--aX1Pf{gap:15px}}@media(max-width:992px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__left--aX1Pf{gap:8px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__right--zvGgH{display:flex;flex-direction:row;gap:20px;align-items:center;margin-left:10px}@media(max-width:1080px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__right--zvGgH{gap:15px}}@media(max-width:992px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__right--zvGgH{gap:8px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__title--Z4Cei{font-size:1.2rem;padding-right:20px;border-right:1px solid #ccc;display:flex;align-items:center}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__title--Z4Cei{font-size:20px}}@media(max-width:1080px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__title--Z4Cei{font-size:18px}}@media(max-width:992px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__title--Z4Cei{font-size:16px;padding-right:10px}}@media(min-width:2800px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__title--Z4Cei{font-size:1.8rem}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB{display:flex;flex-direction:row;gap:5px}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB[id*=removePageButtonContainer][class*=hidden]{display:none}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX{display:flex;flex-direction:row;position:relative}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP{outline:none;border:none;display:flex;align-items:center;justify-content:center;background-color:#005fb8;color:#fff;text-decoration:none;min-width:116px;width:100%;line-height:30px;margin:.3px 0 0 .3px;padding:7px 14px;border-radius:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;height:1.65vw;transition:background-color .2s ease-in-out;cursor:pointer;font-size:.75vw}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP{font-size:14px;height:32px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=removePage]{background-color:#fff;color:#d13438;font-weight:600;border:none;box-shadow:none;min-width:145px;display:flex;align-items:center;justify-content:center;transition:color .2s ease-in-out,background-color .2s ease-in-out}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=removePage]{min-width:120px}}@media(max-width:1080px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=removePage]{font-size:13px;min-width:110px}}@media(max-width:992px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=removePage]{font-size:12px;min-width:100px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=removePage] svg{margin-left:0;margin-right:10px;width:.85vw;height:.85vw}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=removePage] svg path{fill:#d13438;transition:fill .2s ease-in-out}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=removePage] svg{width:17px;height:17px;margin-right:6px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=removePage]:hover,.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=removePage]:focus{color:#fff}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=removePage]:hover svg path,.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=removePage]:focus svg path{fill:#fff}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=removePage]:hover{background-color:#d13438}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=removePage]:focus{background-color:#a91c21}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=togglePreview]{background-color:#fff;border:1px solid #dadada;box-shadow:0 1px .5px #00000026;color:#000;font-weight:600;min-width:145px}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=togglePreview]{min-width:120px}}@media(max-width:1080px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=togglePreview]{font-size:13px;min-width:110px}}@media(max-width:992px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=togglePreview]{font-size:12px;min-width:100px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=togglePreview]:hover{background-color:#f5f5f5}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=togglePreview]:focus{background-color:#005fb8;color:#fff;border-color:#005fb8;box-shadow:none}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=togglePreview]:focus svg path{fill:#fff}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=togglePreview] svg{margin-right:10px;width:.85vw;height:.65vw}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileLabel--geCMP[id*=togglePreview] svg{width:16px;height:12px;margin-right:6px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__actions--qHvFB .workbench-module__field--zYOgX .workbench-module__fileInput--PZrHj{opacity:0;position:absolute;z-index:-1;width:100%;height:100%}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS .workbench-module__field--zYOgX>select{height:1.7vw;border-radius:4px;border:1px solid #dadada;font-size:.75vw;min-width:14vw;border-bottom:1px solid rgba(0,0,0,.45);padding-left:10px}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS .workbench-module__field--zYOgX>select::-webkit-scrollbar{width:5px;height:5px}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS .workbench-module__field--zYOgX>select::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS .workbench-module__field--zYOgX>select::-webkit-scrollbar-thumb{background:#0000004d;border-radius:8px;border:4px solid rgba(0,0,0,0)}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS .workbench-module__field--zYOgX>select::-webkit-scrollbar-thumb:hover{background:#0000004d}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS .workbench-module__field--zYOgX>select{font-size:14px;height:32px;min-width:240px;padding-left:6px}}@media(max-width:1200px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS .workbench-module__field--zYOgX>select{font-size:13px;min-width:200px}}@media(max-width:1080px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS .workbench-module__field--zYOgX>select{font-size:13px;min-width:150px}}@media(max-width:992px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS .workbench-module__field--zYOgX>select{font-size:12px;min-width:125px;max-width:125px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS .workbench-module__field--zYOgX>select:focus{border-bottom:2px solid #005fb8}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__hidden--bgUgu{display:none}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0{position:relative}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=addPageField]>.workbench-module__button--QTqpP{background-color:#005fb8;color:#fff;font-weight:600;border:none;box-shadow:none;min-width:145px;padding:0 .9vw;display:flex;align-items:center;justify-content:center}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=addPageField]>.workbench-module__button--QTqpP{min-width:120px}}@media(max-width:1080px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=addPageField]>.workbench-module__button--QTqpP{min-width:110px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=addPageField]>.workbench-module__button--QTqpP svg{margin-left:0;margin-right:10px;width:.8vw;height:.8vw}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=addPageField]>.workbench-module__button--QTqpP svg path{fill:#fff}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=addPageField]>.workbench-module__button--QTqpP svg{width:15px;height:15px;margin-right:6px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=addPageField]>.workbench-module__button--QTqpP:hover,.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=addPageField]>.workbench-module__button--QTqpP:focus{background-color:#003e92;color:#fff}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=moreActions]>.workbench-module__button--QTqpP{max-width:1.65vw;min-width:1.65vw;height:1.65vw;display:flex;align-items:center;justify-content:center}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=moreActions]>.workbench-module__button--QTqpP{max-width:32px;min-width:32px;height:32px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=moreActions]>.workbench-module__button--QTqpP svg{margin-left:0;height:.7vw}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=moreActions]>.workbench-module__button--QTqpP svg{height:14px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=moreActions] div[id*=moreActionsList]{position:fixed;width:auto;right:15px;top:65px;min-width:180px;z-index:4}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=moreActions] div[id*=moreActionsList]>div{height:32px}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=moreActions] div[id*=moreActionsList] label,.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=moreActions] div[id*=moreActionsList] button{font-size:.7vw;text-align:left;justify-content:start;height:3.5vh;padding:.4vw .7vw;margin:0}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=moreActions] div[id*=moreActionsList] label,.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=moreActions] div[id*=moreActionsList] button{font-size:13px;height:32px;padding:7px 14px}}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0[id*=moreActions] div[id*=moreActionsList]{min-width:140px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0>.workbench-module__button--QTqpP{min-width:7vw;width:100%;height:1.7vw;border-radius:4px;border:1px solid #dadada;background-color:#fff;box-shadow:0 1px .5px #00000026;transition:background-color .2s ease-in-out;cursor:pointer;font-size:.75vw}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0>.workbench-module__button--QTqpP{font-size:14px;height:32px;min-width:132px}}@media(max-width:1080px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0>.workbench-module__button--QTqpP{font-size:13px;min-width:110px}}@media(max-width:992px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0>.workbench-module__button--QTqpP{font-size:12px;min-width:100px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0>.workbench-module__button--QTqpP:hover{background-color:#f5f5f5}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0>.workbench-module__button--QTqpP:focus,.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0>.workbench-module__button--QTqpP:active{background-color:#f9f9f9}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0>.workbench-module__button--QTqpP svg{width:15px;margin-left:5px;pointer-events:none;transition:transform .3s ease-in-out}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0>.workbench-module__button--QTqpP svg path{fill:#0009}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0>.workbench-module__button--QTqpP svg{width:12px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0 .workbench-module__rotate--J3FPX svg{transform:rotate(180deg)}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0 .workbench-module__listContainer--C0lAH{position:absolute;top:1.9vw;display:flex;flex-direction:column;width:100%;background:#fff;box-shadow:0 16px 32px #0000002e,0 2px 10.67px #00000014;border-radius:4px;padding:7.5px 10px;gap:6px;z-index:2}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0 .workbench-module__listContainer--C0lAH button{width:100%;background:transparent;border:none;text-align:left;height:1.7vw;padding:5px;margin:2.5px 0;border-radius:4px;transition:background-color .2s ease-in-out;cursor:pointer;animation:workbench-module__fadeInLeft--QYjuU .6s ease both;color:#000;font-size:.75vw}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0 .workbench-module__listContainer--C0lAH button{font-size:14px;height:40px}}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0 .workbench-module__listContainer--C0lAH button:hover{background-color:#f5f5f5}.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0 .workbench-module__listContainer--C0lAH.workbench-module__hidden--bgUgu{display:none}@media(max-width:1920px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG .workbench-module__properties--DoiPS.workbench-module__multipleButton--wWNr0 .workbench-module__listContainer--C0lAH{top:40px}}@media(min-width:2800px){.workbench-module__workbenchWrapper--uOnd0 .workbench-module__container--zMuU0 .workbench-module__toolbar--AJ8BG{height:110px}}.acceptCancelModal-module__container--RoTbP{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#00000070}.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc{display:flex;flex-direction:column;max-width:30vw;background-color:#fff;padding:24px;width:100%;gap:10px;border-radius:8px;box-shadow:0 32px 64px #00000059}@media(max-width:1920px){.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc{max-width:600px}}.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__heading--EcNP9{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__heading--EcNP9 .acceptCancelModal-module__title--BG35v{font-weight:600;font-size:1.15vw;line-height:1.5;color:#000}@media(max-width:1920px){.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__heading--EcNP9 .acceptCancelModal-module__title--BG35v{font-size:20px;line-height:28px}}.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__heading--EcNP9 .acceptCancelModal-module__close--LMvit{cursor:pointer}.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__heading--EcNP9 .acceptCancelModal-module__close--LMvit svg{width:.8vw}@media(max-width:1920px){.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__heading--EcNP9 .acceptCancelModal-module__close--LMvit svg{width:11px}}.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc p{font-size:.8vw;line-height:1vw;padding:.4vw 0}@media(max-width:1920px){.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc p{font-size:14px;line-height:20px;padding:6px 0}}.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__input--TQCcm{width:100%}.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__actions--Hx63w{display:flex;flex-direction:row;width:100%;gap:15px;justify-content:flex-end}.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__actions--Hx63w .acceptCancelModal-module__accept--iQgbN{outline:none;border:1px solid #005fb8;display:flex;align-items:center;justify-content:center;background-color:#005fb8;color:#fff;text-decoration:none;font-size:.7vw;min-width:4.5vw;padding:4px;border-radius:4px;text-align:center;height:37px;transition:background-color .2s ease-in-out;cursor:pointer;font-weight:600}.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__actions--Hx63w .acceptCancelModal-module__accept--iQgbN:hover,.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__actions--Hx63w .acceptCancelModal-module__accept--iQgbN:focus{background-color:#003e92}@media(max-width:1920px){.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__actions--Hx63w .acceptCancelModal-module__accept--iQgbN{line-height:20px;padding:6px 0;min-width:70px;font-size:14px;height:32px}}.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__actions--Hx63w .acceptCancelModal-module__cancel--J5DFc{outline:none;border:1px solid #dadada;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#000;text-decoration:none;font-size:.7vw;min-width:4.5vw;padding:4px;border-radius:4px;text-align:center;height:37px;transition:background-color .2s ease-in-out;cursor:pointer;font-weight:600}.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__actions--Hx63w .acceptCancelModal-module__cancel--J5DFc:hover,.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__actions--Hx63w .acceptCancelModal-module__cancel--J5DFc:focus{background-color:#f5f5f5}@media(max-width:1920px){.acceptCancelModal-module__container--RoTbP .acceptCancelModal-module__content--YRtqc .acceptCancelModal-module__actions--Hx63w .acceptCancelModal-module__cancel--J5DFc{line-height:20px;padding:6px 0;min-width:70px;font-size:14px;height:32px}}.errorModal-module__container--kFm_L{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#00000070}.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4{display:flex;flex-direction:column;max-width:30vw;background-color:#fff;padding:24px;width:100%;gap:10px;border-radius:8px;box-shadow:0 32px 64px #00000059}@media(max-width:1920px){.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4{max-width:600px}}.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 .errorModal-module__heading--yv_80{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 .errorModal-module__heading--yv_80 .errorModal-module__title--vwZxm{font-weight:600;font-size:1.15vw;line-height:1.5;color:#000}@media(max-width:1920px){.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 .errorModal-module__heading--yv_80 .errorModal-module__title--vwZxm{font-size:20px;line-height:28px}}.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 .errorModal-module__heading--yv_80 .errorModal-module__close--vlmB6{cursor:pointer}.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 .errorModal-module__heading--yv_80 .errorModal-module__close--vlmB6 svg{width:.8vw}@media(max-width:1920px){.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 .errorModal-module__heading--yv_80 .errorModal-module__close--vlmB6 svg{width:11px}}.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 p{font-size:.8vw;line-height:1vw;padding:.4vw 0}@media(max-width:1920px){.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 p{font-size:14px;line-height:20px;padding:6px 0}}.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 .errorModal-module__input--Jfz3O{width:100%}.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 .errorModal-module__actions--EQ_pC{display:flex;flex-direction:row;width:100%;gap:15px;justify-content:flex-end}.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 .errorModal-module__actions--EQ_pC .errorModal-module__close--vlmB6{outline:none;border:1px solid #dadada;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#000;text-decoration:none;font-size:.7vw;min-width:4.5vw;padding:4px;border-radius:4px;text-align:center;height:37px;transition:background-color .2s ease-in-out;cursor:pointer;font-weight:600}.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 .errorModal-module__actions--EQ_pC .errorModal-module__close--vlmB6:hover,.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 .errorModal-module__actions--EQ_pC .errorModal-module__close--vlmB6:focus{background-color:#f5f5f5}@media(max-width:1920px){.errorModal-module__container--kFm_L .errorModal-module__content--u38Y4 .errorModal-module__actions--EQ_pC .errorModal-module__close--vlmB6{line-height:20px;padding:6px 0;min-width:70px;font-size:14px;height:32px}}._overlay_1ttzk_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._spinnerContainer_1ttzk_15{display:flex;align-items:center;justify-content:center}._spinner_192hk_1{width:64px;height:64px;display:inline-block;position:relative}._circle_192hk_8{width:100%;height:100%;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_192hk_1 1s linear infinite}@keyframes _spin_192hk_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._root_1npnn_1{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--color-background, #0b0b0f);color:var(--color-foreground, #f5f5f7);font-family:system-ui,-apple-system,Segoe UI,sans-serif;z-index:9999}._content_1npnn_14{max-width:32rem;text-align:center}._title_1npnn_19{font-size:1.75rem;font-weight:600;margin:0 0 .75rem}._message_1npnn_25{font-size:1rem;line-height:1.5;margin:0 0 1.5rem;opacity:.85}._retry_1npnn_32{padding:.625rem 1.5rem;border:1px solid currentColor;border-radius:.5rem;background:transparent;color:inherit;font:inherit;font-weight:500;cursor:pointer;transition:background-color .15s ease}._retry_1npnn_32:hover{background:#ffffff14}._retry_1npnn_32:focus-visible{outline:2px solid currentColor;outline-offset:2px}:root._dark-theme_ewpbg_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_ewpbg_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}@keyframes _skeleton-loading_ewpbg_1{0%{background-position:100% 50%}to{background-position:0 50%}}._overviewSkeleton_ewpbg_398{height:100vh;width:100%;display:flex;flex-direction:column;background-color:var(--rise-color-bg-primary);overflow:hidden;box-sizing:border-box;padding:3rem 2rem 2rem}@media(max-width:991px){._overviewSkeleton_ewpbg_398{padding:3rem 1rem 1rem}}@media(max-width:359px){._overviewSkeleton_ewpbg_398{padding:3rem .75rem .75rem}}._bento_ewpbg_419{display:flex;width:100%;flex:1 1 0;min-height:0;align-items:stretch;gap:1.25rem}@media(max-width:991px){._bento_ewpbg_419{gap:.75rem}}._shimmer_ewpbg_433{display:block;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_ewpbg_1 1.5s ease-in-out infinite;border-radius:.75rem}@media(prefers-reduced-motion:reduce){._shimmer_ewpbg_433{animation:none;background:var(--rise-color-skeleton-base)}}._leftCard_ewpbg_447{position:relative;flex:54 0 0;border-radius:1.5rem;border:.125rem solid var(--rise-color-card-border);background:var(--rise-color-card-bg);overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width:991px){._leftCard_ewpbg_447{flex:1 1 auto}}._leftHeader_ewpbg_465{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem 0}@media(max-width:991px){._leftHeader_ewpbg_465{padding:1rem 1rem 0}}._headerTitle_ewpbg_481{width:40%;height:1.5rem}._headerSub_ewpbg_486{width:24%;height:1rem}._deviceImage_ewpbg_491{width:min(60%,26.25rem);aspect-ratio:16/10;border-radius:1.25rem}._leftFooter_ewpbg_497{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;gap:.5rem;padding:1.25rem 1.25rem 2rem}@media(max-width:991px){._leftFooter_ewpbg_497{padding:1rem .75rem 1.25rem}}._button_ewpbg_513{width:8.75rem;height:2.75rem;border-radius:1.375rem}._rightPanel_ewpbg_519{flex:46 0 0;display:flex;flex-direction:column;gap:1rem;min-width:0}@media(max-width:991px){._rightPanel_ewpbg_519{display:none}}._card_ewpbg_532{flex:1 1 0;width:100%;border-radius:1.5rem}:root._dark-theme_1re3e_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1re3e_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._titleBar_1re3e_390{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;height:3rem;padding:.25rem 2rem;gap:.5rem;flex-shrink:0;-webkit-app-region:drag;-webkit-user-select:none;user-select:none}._titleBar_1re3e_390 ._start_1re3e_405{display:flex;flex:1 1 0;align-items:center;min-width:0;padding:0 .25rem;gap:.5rem}._titleBar_1re3e_390 ._start_1re3e_405 ._backButtonWrapper_1re3e_413{display:flex;align-items:center;justify-content:center}._titleBar_1re3e_390 ._start_1re3e_405 ._backButtonWrapper_1re3e_413 ._backButton_1re3e_413{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:.375rem;background-color:transparent;color:var(--rise-color-text-primary);transition:background-color .2s;-webkit-app-region:no-drag;cursor:pointer}._titleBar_1re3e_390 ._start_1re3e_405 ._backButtonWrapper_1re3e_413 ._backButton_1re3e_413 svg{width:1rem;height:1rem;opacity:.7;transition:opacity .2s}._titleBar_1re3e_390 ._start_1re3e_405 ._backButtonWrapper_1re3e_413 ._backButton_1re3e_413:hover{background-color:var(--rise-color-background-hover)}._titleBar_1re3e_390 ._start_1re3e_405 ._backButtonWrapper_1re3e_413 ._backButton_1re3e_413:hover svg{opacity:1}._titleBar_1re3e_390 ._start_1re3e_405 ._backButtonWrapper_1re3e_413 ._backButton_1re3e_413:active{background-color:var(--rise-color-background-active)}._titleBar_1re3e_390 ._start_1re3e_405 ._backButtonWrapper_1re3e_413 ._backButton_1re3e_413:active svg{opacity:1}._titleBar_1re3e_390 ._start_1re3e_405 ._backButtonWrapper_1re3e_413 ._backButton_1re3e_413:focus-visible{outline:.125rem solid var(--rise-color-border-focus);outline-offset:.125rem;background-color:var(--rise-color-background-hover)}._titleBar_1re3e_390 ._start_1re3e_405 ._backButtonWrapper_1re3e_413 ._backButton_1re3e_413:focus-visible svg{opacity:1}._titleBar_1re3e_390 ._start_1re3e_405 ._collectionName_1re3e_459{cursor:pointer;margin:0;font-family:var(--rise-font-family);font-weight:var(--rise-font-weight-semibold);font-size:.875rem;line-height:1.25rem;white-space:nowrap;background:var(--rise-color-price-hero-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._titleBar_1re3e_390 ._start_1re3e_405 ._collectionName_1re3e_459[aria-disabled=true]{cursor:default}._center_1re3e_476{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding:0 .25rem}._deviceName_1re3e_484{font-family:var(--rise-font-family);font-weight:var(--rise-font-weight-semibold);font-size:.75rem;line-height:1rem;color:var(--rise-color-text-secondary);white-space:nowrap}._currentPrice_1re3e_493{font-family:var(--rise-font-family);font-weight:var(--rise-font-weight-semibold);font-size:.75rem;line-height:1rem;color:var(--rise-color-text-tertiary);white-space:nowrap}._price_1re3e_502{font-family:var(--rise-font-family);font-weight:var(--rise-font-weight-normal);font-size:.75rem;line-height:1rem;color:var(--rise-color-text-tertiary);text-decoration:line-through;white-space:nowrap}._sku_1re3e_512{font-family:var(--rise-font-family);font-weight:var(--rise-font-weight-normal);font-size:.625rem;line-height:.875rem;color:var(--rise-color-text-primary);white-space:nowrap}._meta_1re3e_521{font-family:var(--rise-font-family);font-weight:var(--rise-font-weight-normal);font-size:.625rem;line-height:.875rem;color:var(--rise-color-text-secondary);white-space:nowrap}._metaLight_1re3e_530{font-family:var(--rise-font-family);font-weight:var(--rise-font-weight-normal);font-size:.625rem;line-height:.875rem;color:#707070;white-space:nowrap}._end_1re3e_539{display:flex;flex:1 1 0;min-width:0;justify-content:flex-end;align-items:center}._container_1hdhm_1{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:transparent;z-index:100}._spinnerWrapper_1hdhm_11{display:flex;align-items:center;justify-content:center}._header_6fkm8_1{position:absolute;top:var(--rise-space-spacing-none);left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;width:100%;padding:var(--rise-space-spacing-2xl) var(--rise-space-spacing-xl);z-index:var(--demo-header-z-index, 6);pointer-events:none}._copy_6fkm8_15{display:flex;flex-direction:column;gap:var(--rise-space-spacing-md);text-align:center;max-width:30rem;margin:var(--rise-space-spacing-none) auto}._title_6fkm8_24{margin:var(--rise-space-spacing-none);font-family:var(--rise-font-family);font-style:normal;font-weight:var(--rise-font-weight-normal);font-size:var(--rise-font-size-heading-md);line-height:var(--rise-line-height-heading-md);letter-spacing:var(--rise-letter-spacing-none);text-align:center;color:inherit}._description_6fkm8_36{margin:var(--rise-space-spacing-none);font-family:var(--rise-font-family);font-style:normal;font-weight:var(--rise-font-weight-normal);font-size:var(--rise-font-size-text-md);line-height:var(--rise-line-height-text-md);letter-spacing:var(--rise-letter-spacing-none);text-align:center;color:inherit}._actions_6fkm8_48{position:absolute;right:var(--rise-space-spacing-xl);display:flex;align-items:center;gap:var(--rise-space-spacing-md);pointer-events:auto}._actionButton_6fkm8_57{height:var(--rise-space-spacing-4xl);display:flex;align-items:center;justify-content:center;gap:var(--rise-space-spacing-sm);border:var(--rise-stroke-sm) solid var(--alpha-black-20);border-radius:var(--rise-border-radius-full);background:var(--alpha-white-80);color:var(--rise-color-text-secondary);padding:var(--rise-space-spacing-sm) var(--rise-space-spacing-lg);font-size:var(--rise-font-size-text-sm);cursor:pointer;transition:opacity .2s ease,background .2s ease,border-color .2s ease}._actionButton_6fkm8_57:disabled{opacity:.4;cursor:not-allowed}._actionButton_6fkm8_57:not(:disabled):hover{background:var(--alpha-white-90);border-color:var(--rise-color-border-strong)}._iconAction_6fkm8_81{width:var(--rise-space-spacing-4xl);padding:var(--rise-space-spacing-sm)}.dark-theme ._actionButton_6fkm8_57{border-color:#fff3;background:#0006;color:#ffffffe6}.dark-theme ._actionButton_6fkm8_57:not(:disabled):hover{background:#00000080;border-color:#ffffff59}._light_6fkm8_96{color:var(--Neutral-Foreground-1-Rest, #242424)}._dark_6fkm8_86{color:var(--Neutral-Foreground-Static-Inverted-Rest, #ffffff)}._adaptive_6fkm8_104{color:var(--Neutral-Foreground-1-Rest, #242424)}.dark-theme ._adaptive_6fkm8_104{color:var(--Neutral-Foreground-Static-Inverted-Rest, #ffffff)}@keyframes _skeleton-loading_lronh_1{0%{background-position:100% 50%}to{background-position:0 50%}}._container_lronh_9{position:absolute;inset:0;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--rise-space-spacing-lg);width:100%;min-height:100%}._container_lronh_9 ._skeletonFrame_lronh_21{display:flex;flex-direction:column;align-items:center;width:min(61.25rem,96%);gap:var(--rise-space-spacing-md);padding:clamp(1.25rem,2.5vw,2.125rem);border-radius:1.75rem;border:1px solid var(--rise-color-skeleton-frame-border);background:radial-gradient(140% 80% at 8% 0%,var(--rise-color-skeleton-frame-bg-radial-top) 0%,var(--rise-color-skeleton-frame-bg-radial-mid) 45%,var(--rise-color-skeleton-frame-bg-radial-bottom) 100%),linear-gradient(145deg,var(--rise-color-skeleton-frame-bg-linear-start) 0%,var(--rise-color-skeleton-frame-bg-linear-end) 100%);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}._container_lronh_9 ._skeleton_lronh_21{display:block;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_lronh_1 1.5s ease-in-out infinite;border-radius:.875rem}@media(prefers-reduced-motion:reduce){._container_lronh_9 ._skeleton_lronh_21{animation:none;background:var(--rise-color-skeleton-base)}}._container_lronh_9 ._skeleton_lronh_21{border:1px solid var(--rise-color-skeleton-item-border)}._container_lronh_9 ._titleSkeleton_lronh_49{width:min(56%,31.25rem);min-width:18.75rem;height:1.625rem}._container_lronh_9 ._bodySkeleton_lronh_54{width:min(82%,43.75rem);min-width:26.25rem;height:1.125rem}._container_lronh_9 ._surfaceSkeleton_lronh_59{width:100%;height:clamp(22.5rem,52vh,35rem);margin-top:var(--rise-space-spacing-xs);border-radius:1.5rem;border:1px solid var(--rise-color-skeleton-surface-border);box-shadow:inset 0 1px 0 var(--rise-color-skeleton-surface-inset-highlight)}._container_lronh_9 ._content_lronh_67{color:var(--rise-color-text-primary);font-size:var(--rise-font-size-text-md);line-height:var(--rise-line-height-text-md);text-align:center;padding:var(--rise-space-spacing-lg)}@media(max-width:900px){._container_lronh_9{min-height:100%}._container_lronh_9 ._titleSkeleton_lronh_49{width:min(74%,26.25rem);min-width:13.75rem}._container_lronh_9 ._bodySkeleton_lronh_54{width:min(90%,35rem);min-width:16.25rem}._container_lronh_9 ._surfaceSkeleton_lronh_59{height:clamp(17.5rem,40vh,26.25rem)}}._container_1v7ho_1{position:relative}._container_1v7ho_1 ._pill_1v7ho_4{border-radius:62.4375rem;border:.0625rem solid rgba(255,255,255,.45);background:#ffffff47;color:#11161fe6;padding:.625rem 1.125rem;min-width:10rem;font-size:.92rem;font-weight:600;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:transform var(--display-transition-fast) ease,opacity var(--display-transition-fast) ease,background var(--display-transition-fast) ease,box-shadow var(--display-transition-fast) ease,border-color var(--display-transition-fast) ease;overflow:visible;backdrop-filter:blur(1rem);-webkit-backdrop-filter:blur(1rem);box-shadow:inset 0 .0625rem #ffffff6b,0 .5rem 1.5rem #0509102e;opacity:var(--pill-opacity, 1)}._container_1v7ho_1 ._pill_1v7ho_4._active_1v7ho_26{background:#ffffff70;border-color:#ffffffa6;color:#0a0e16f5;cursor:default;box-shadow:inset 0 .0625rem #ffffffa3,0 .625rem 1.625rem #05091038}._container_1v7ho_1 ._pill_1v7ho_4._focused_1v7ho_33{background:#ffffff5c;border-color:#ffffff94}._container_1v7ho_1 ._pill_1v7ho_4 ._activeIndicator_1v7ho_37{position:absolute;left:50%;bottom:calc(100% + .25rem);transform:translate(-50%);width:0;height:0;border-left:.375rem solid transparent;border-right:.375rem solid transparent;border-bottom:.5rem solid rgba(255,255,255,.72);filter:drop-shadow(0 .125rem .375rem rgba(0,0,0,.2))}._container_1v7ho_1 ._preview_1v7ho_49{position:absolute;left:50%;bottom:calc(100% + .625rem);transform:translate(-50%,.375rem);width:10.25rem;border-radius:.5rem;overflow:hidden;border:.0625rem solid rgba(255,255,255,.28);background:#060a12eb;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--display-transition-fast) ease,transform var(--display-transition-fast) ease,visibility 0s linear var(--display-transition-fast)}._container_1v7ho_1 ._preview_1v7ho_49 img{display:block;width:100%;height:auto;opacity:1}@media(max-width:1270px){._container_1v7ho_1 ._preview_1v7ho_49{transform:translate(-50%,.375rem) scale(.85)}}@media(max-width:1024px){._container_1v7ho_1 ._preview_1v7ho_49{transform:translate(-50%,.375rem) scale(.7)}}@media(max-width:768px){._container_1v7ho_1 ._preview_1v7ho_49{transform:translate(-50%,.375rem) scale(.6)}}._container_1v7ho_1 ._preview_1v7ho_49._previewVisible_1v7ho_85{opacity:1;visibility:visible;transform:translate(-50%);transition-delay:0s}@media(max-width:1270px){._container_1v7ho_1 ._preview_1v7ho_49._previewVisible_1v7ho_85{transform:translate(-50%) scale(.85)}}@media(max-width:1024px){._container_1v7ho_1 ._preview_1v7ho_49._previewVisible_1v7ho_85{transform:translate(-50%) scale(.7)}}@media(max-width:768px){._container_1v7ho_1 ._preview_1v7ho_49._previewVisible_1v7ho_85{transform:translate(-50%) scale(.6)}}.dark-theme ._container_1v7ho_1 ._pill_1v7ho_4{border-color:#323c4b80;background:#14192361;color:#ebf0f5eb;box-shadow:inset 0 .0625rem #ffffff14,0 .5rem 1.5rem #00000052}.dark-theme ._container_1v7ho_1 ._pill_1v7ho_4._active_1v7ho_26{background:#1e242e85;border-color:#465264ad;color:#f5f8fcfa;box-shadow:inset 0 .0625rem #ffffff1f,0 .625rem 1.625rem #0006}.dark-theme ._container_1v7ho_1 ._pill_1v7ho_4._focused_1v7ho_33{background:#191e2875;border-color:#3c485a99}.dark-theme ._container_1v7ho_1 ._activeIndicator_1v7ho_37{border-bottom-color:#465264d9;filter:drop-shadow(0 .125rem .375rem rgba(0,0,0,.5))}.dark-theme ._container_1v7ho_1 ._preview_1v7ho_49{border-color:#4652646b;background:#0f141cf5}@keyframes _skeleton-loading_ahu6y_1{0%{background-position:100% 50%}to{background-position:0 50%}}._carousel_ahu6y_9{position:absolute;bottom:5rem;left:1.375rem;right:1.25rem;z-index:4;display:grid;grid-template-columns:2.75rem 1fr 2.75rem;gap:.625rem;transition:opacity var(--display-transition-medium) ease}._carousel_ahu6y_9._carouselSingle_ahu6y_20{grid-template-columns:1fr;gap:0}._carousel_ahu6y_9._dimmed_ahu6y_24 ._navigationButton_ahu6y_24>button{opacity:.62}._carousel_ahu6y_9._dimmed_ahu6y_24{pointer-events:auto}._carousel_ahu6y_9 ._navigationButton_ahu6y_24{height:100%;display:flex;align-items:end}._carousel_ahu6y_9 ._navigationButton_ahu6y_24>button{appearance:none;background:none;border:1.5px solid rgba(255,255,255,.42);border-radius:2rem;color:#fff;background:#ffffff2e;box-shadow:0 8px 20px #00000038,inset 0 0 0 1px #ffffff2e;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}._carousel_ahu6y_9 ._navigationButton_ahu6y_24>button:hover:not(:disabled){background:#ffffff3d;border-color:#ffffff85}._carousel_ahu6y_9 ._navigationButton_ahu6y_24>button:active:not(:disabled){background:#ffffff47}._carousel_ahu6y_9 ._navigationButton_ahu6y_24>button:disabled{opacity:.5;cursor:not-allowed}._carousel_ahu6y_9 ._navigationButton_ahu6y_24>button{display:flex;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;padding:0;background:var(--rise-color-glass-panel-bg);-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);border-radius:50%;border:.0625rem solid var(--rise-color-glass-panel-border);transition:all .3s ease;cursor:pointer;z-index:2;color:var(--rise-color-text-primary)}._carousel_ahu6y_9 ._navigationButton_ahu6y_24>button:hover{background:var(--rise-color-control-solid);border-color:var(--rise-color-border-subtle);transform:scale(1.1)}._carousel_ahu6y_9 ._navigationButton_ahu6y_24>button:active{background:var(--rise-color-bg-tertiary);transform:scale(.95)}._track_ahu6y_83{position:relative;height:10.625rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;perspective:75rem;-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.3) 8%,black 20%,black 80%,rgba(0,0,0,.3) 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.3) 8%,black 20%,black 80%,rgba(0,0,0,.3) 92%,transparent 100%)}._track_ahu6y_83::-webkit-scrollbar{display:none}._track_ahu6y_83._trackStatic_ahu6y_98{overflow:visible;-webkit-mask-image:none;mask-image:none}._row_ahu6y_104{display:flex;align-items:end;gap:.875rem;width:max-content;height:100%;padding:0 calc(50% - 5.625rem)}._row_ahu6y_104._rowStatic_ahu6y_112{width:100%;justify-content:center;padding:0}._row_ahu6y_104 ._item_ahu6y_117{flex:0 0 auto;width:11.25rem;display:flex;justify-content:center;transition:transform var(--display-transition-medium) ease}._stage_5syf8_1{position:absolute;inset:0}._video_5syf8_6{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}._previous_5syf8_14{opacity:1;animation:_fadeOut_5syf8_1 var(--display-transition-slow) ease forwards}._current_5syf8_19{opacity:0;animation:_fadeIn_5syf8_1 var(--display-transition-slow) ease forwards}@keyframes _fadeIn_5syf8_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_5syf8_1{0%{opacity:1}to{opacity:0}}._page_156ar_1{position:relative;width:100%;height:100%;overflow:hidden;background:#e8edf2;color:var(--display-text-light)}._page_156ar_1:after{content:"";position:absolute;inset:auto 0 0;height:11.25rem;background:linear-gradient(to top,#e8edf270,#e8edf200);pointer-events:none;z-index:2}._headerDimmed_156ar_20{opacity:.32}._headerFullscreen_156ar_24{--demo-header-top: 1.125rem}._fullscreen_156ar_28{position:fixed;inset:0;z-index:200;width:100%;height:100%;background:#000}._fullscreen_156ar_28 header p{opacity:.64}._hdrCaption_156ar_40{position:absolute;left:50%;bottom:5.75rem;transform:translate(-50%);z-index:6;margin:0;border-radius:.5rem;padding:.4375rem .75rem;background:#131a238f;color:var(--display-text-light);font-size:.8rem}.dark-theme ._page_156ar_1{background:#020307}.dark-theme ._page_156ar_1:after{background:linear-gradient(to top,#02040a70,#02040a00)}:root._dark-theme_jrqoz_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_jrqoz_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._toastOverlay_jrqoz_390{position:absolute;bottom:1rem;left:auto;right:auto;width:100%;display:flex;justify-content:center;align-items:center}._toastOverlay_jrqoz_390 ._toast_jrqoz_390{width:fit-content;padding:var(--rise-space-spacing-lg);border-radius:.75rem;background:var(--rise-color-bg-primary);box-shadow:0 0 2px 0 var(--rise-color-shadow-ambient),0 8px 16px 0 var(--rise-color-shadow-key);z-index:1000;display:flex;align-items:center;gap:var(--rise-space-spacing-lg)}._toastOverlay_jrqoz_390 ._toast_jrqoz_390._toastError_jrqoz_411{background:var(--rise-color-status-error-bg)}._toastOverlay_jrqoz_390 ._toast_jrqoz_390 ._icon_jrqoz_414{flex-shrink:0;color:var(--rise-color-text-tertiary)}._toastOverlay_jrqoz_390 ._toast_jrqoz_390 ._content_jrqoz_418{flex:1;min-width:0;font-size:var(--rise-font-size-text-md);line-height:var(--rise-line-height-text-md);color:var(--rise-color-text-primary)}._toastOverlay_jrqoz_390 ._toast_jrqoz_390 ._content_jrqoz_418 ._title_jrqoz_425{font-weight:var(--rise-font-weight-semibold);line-height:var(--rise-line-height-text-md)}._toastOverlay_jrqoz_390 ._toast_jrqoz_390 ._dismissButton_jrqoz_429{all:unset;cursor:pointer;color:var(--rise-color-text-tertiary);display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:.375rem;transition:color .2s ease,transform .2s ease}._toastOverlay_jrqoz_390 ._toast_jrqoz_390 ._dismissButton_jrqoz_429:hover{color:var(--rise-color-text-tertiary);transform:scale(1.08)}._toastOverlay_jrqoz_390 ._toast_jrqoz_390 ._dismissButton_jrqoz_429:focus-visible{outline:2px solid var(--rise-color-border-focus);outline-offset:2px}.dark-theme ._toast_jrqoz_390{background:var(--rise-color-bg-primary);box-shadow:0 0 2px 0 var(--rise-color-shadow-ambient),0 8px 16px 0 var(--rise-color-shadow-key)}.dark-theme ._toast_jrqoz_390 ._icon_jrqoz_414{color:var(--rise-color-text-tertiary)}.dark-theme ._toast_jrqoz_390 ._content_jrqoz_418{color:var(--rise-color-text-primary)}:root._dark-theme_zlmt7_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_zlmt7_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._footer_zlmt7_390{display:flex;flex-direction:column;width:min(760px,96%);min-height:0;margin-top:var(--rise-space-spacing-lg);overflow:hidden;background:var(--alpha-white-80);border:var(--rise-stroke-sm) solid var(--alpha-black-20);border-radius:1.25rem;padding:var(--rise-space-spacing-2xl) var(--rise-space-spacing-3xl) var(--rise-space-spacing-xl);box-shadow:0 var(--rise-space-spacing-lg) var(--rise-space-spacing-3xl) var(--alpha-black-10)}._footer_zlmt7_390 ._summaryTitle_zlmt7_403{margin:var(--rise-space-spacing-xxs) 0 var(--rise-space-spacing-md);text-align:center;color:var(--rise-color-text-primary);font-size:var(--rise-font-size-text-lg);font-weight:var(--rise-font-weight-medium);order:1}.dark-theme ._footer_zlmt7_390 ._summaryTitle_zlmt7_403{color:var(--rise-color-text-primary)}._footer_zlmt7_390 ._summaryGrid_zlmt7_414{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--rise-space-spacing-lg);order:2}@media(max-width:991px){._footer_zlmt7_390 ._summaryGrid_zlmt7_414{grid-template-columns:repeat(2,1fr);gap:var(--rise-space-spacing-md)}}@media(max-width:479px){._footer_zlmt7_390 ._summaryGrid_zlmt7_414{grid-template-columns:1fr;gap:var(--rise-space-spacing-sm)}}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metricWithGauge_zlmt7_432 ._value_zlmt7_432{margin-top:0}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metricWithGauge_zlmt7_432 ._label_zlmt7_435{margin-top:var(--rise-space-spacing-md)}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432{display:flex;flex-direction:column;justify-content:space-between;border-radius:.75rem;border:var(--rise-stroke-sm) solid var(--alpha-black-20);background:var(--alpha-white-90);padding:var(--rise-space-spacing-lg) var(--rise-space-spacing-lg) var(--rise-space-spacing-md);animation:_metric-in_zlmt7_1 .2s ease-out both;text-align:center}.dark-theme ._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432{border-color:#ffffff26;background:#3c3c3c}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._value_zlmt7_432{font-size:var(--rise-font-size-heading-md);font-weight:var(--rise-font-weight-semibold);color:var(--rise-color-text-primary);line-height:var(--rise-line-height-heading-md);letter-spacing:var(--rise-letter-spacing-none);margin-top:var(--rise-space-spacing-sm)}.dark-theme ._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._value_zlmt7_432{color:var(--rise-color-text-primary)}.dark-theme ._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._value_zlmt7_432 small{color:var(--rise-color-accent-primary)}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._value_zlmt7_432 small{font-size:.4em;color:var(--rise-color-accent-primary);font-weight:var(--rise-font-weight-bold)}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._label_zlmt7_435{font-size:var(--rise-font-size-text-sm);color:var(--rise-color-text-secondary);margin-top:var(--rise-space-spacing-xs);line-height:1.15}.dark-theme ._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._label_zlmt7_435{color:var(--rise-color-text-secondary)}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._icon_zlmt7_481{display:grid;place-items:center;width:48px;height:48px;margin:0 auto;border-radius:.625rem;font-size:var(--rise-font-size-heading-xs)}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._iconGreen_zlmt7_490{color:#00dc3e}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._iconBlue_zlmt7_493{color:#148ce8}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._iconOrange_zlmt7_496{color:#ff8000}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499{flex-grow:1;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:var(--rise-space-spacing-sm);height:fit-content}@media(max-width:479px){._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499{margin-bottom:var(--rise-space-spacing-xs)}}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499 ._gaugeInfo_zlmt7_514{display:flex;flex-direction:column;align-items:center;position:absolute;top:1rem;left:50%;transform:translate(-50%);opacity:.8}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499 ._gaugeInfo_zlmt7_514 ._gaugeIcon_zlmt7_524{font-size:1.5rem;margin-bottom:var(--rise-space-spacing-xxs);color:#b75aee}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499 ._gaugeInfo_zlmt7_514 ._gaugeValue_zlmt7_529{text-align:center;font-size:var(--rise-font-size-heading-md);font-weight:var(--rise-font-weight-semibold);color:var(--rise-color-text-primary);line-height:var(--rise-line-height-heading-md);letter-spacing:var(--rise-letter-spacing-none)}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499 ._gaugeInfo_zlmt7_514 ._unityLabel_zlmt7_537{font-size:1rem;background:linear-gradient(90deg,#b75aee,#8b3cc7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499 ._semicircleGauge_zlmt7_545{width:8rem;height:7rem;margin:0 auto;position:relative;overflow:hidden}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499 ._semicircleGauge_zlmt7_545:before{content:"";display:block;width:8rem;height:8rem;border-radius:50%;background:linear-gradient(90deg,#d06dff 16.1%,#9d25ff 85.59%);padding:.5rem;box-sizing:border-box}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499 ._semicircleGauge_zlmt7_545:after{content:"";position:absolute;top:4px;left:4px;width:calc(8rem - 8px);height:calc(8rem - 8px);border-radius:50%;background:var(--alpha-white-100)}.dark-theme ._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499 ._semicircleGauge_zlmt7_545:after{background:#3c3c3c}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499 ._circularGauge_zlmt7_575{width:8rem;height:8rem;transform:rotate(-90deg);margin:0 auto}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499 ._circularGauge_zlmt7_575 ._circularGaugeBackground_zlmt7_581{fill:none;stroke:var(--alpha-black-10);stroke-width:4}.dark-theme ._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499 ._circularGauge_zlmt7_575 ._circularGaugeBackground_zlmt7_581{stroke:#ffffff1a}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric_zlmt7_432 ._gaugeContainer_zlmt7_499 ._circularGauge_zlmt7_575 ._circularGaugeProgress_zlmt7_589{fill:none;stroke:url(#circularGaugeGradient);stroke-width:4;stroke-linecap:round;stroke-dasharray:calc(var(--progress, 0) * 264) 264;transition:stroke-dasharray .8s ease-out}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric1_zlmt7_597{animation-delay:0ms}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric2_zlmt7_600{animation-delay:90ms}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric3_zlmt7_603{animation-delay:.18s}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric3_zlmt7_603 ._unityLabel_zlmt7_537{font-size:1rem;background:linear-gradient(90deg,#00328e,#148ce8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric4_zlmt7_614{animation-delay:.25s}._footer_zlmt7_390 ._summaryGrid_zlmt7_414 ._metric4_zlmt7_614 ._unityLabel_zlmt7_537{font-size:1rem;background:linear-gradient(90deg,#ff8000,#fb0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}._footer_zlmt7_390 ._typingFlow_zlmt7_625{margin-top:var(--rise-space-spacing-lg);order:3}._footer_zlmt7_390 ._typingFlow_zlmt7_625 ._flowLabel_zlmt7_629{text-align:center;color:var(--rise-color-text-secondary);font-size:var(--rise-font-size-text-sm);font-weight:var(--rise-font-weight-semibold);margin-bottom:var(--rise-space-spacing-xs)}._footer_zlmt7_390 ._typingFlow_zlmt7_625 svg{width:100%;height:38px}._footer_zlmt7_390 ._typingFlow_zlmt7_625 svg path{fill:none;stroke:var(--rise-color-accent-primary);stroke-width:2.2;stroke-linecap:round}@media(max-width:991px){._footer_zlmt7_390{padding:var(--rise-space-spacing-lg) var(--rise-space-spacing-xl) var(--rise-space-spacing-md)}}@media(max-width:479px){._footer_zlmt7_390{padding:var(--rise-space-spacing-md) var(--rise-space-spacing-lg) var(--rise-space-spacing-sm)}}.dark-theme ._footer_zlmt7_390{background:#2c2c2ccc;border-color:#ffffff26;box-shadow:0 var(--rise-space-spacing-lg) var(--rise-space-spacing-3xl) #0000004d}@keyframes _metric-in_zlmt7_1{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}:root._dark-theme_87qev_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_87qev_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._promptStack_87qev_390{flex:1;margin-top:var(--rise-space-spacing-2xl);height:100%;position:relative;display:flex;gap:1rem;flex-direction:column;justify-content:center;align-items:center}._promptStack_87qev_390 ._promptView_87qev_401{flex:1;width:80%;margin-left:auto;margin-right:auto;position:relative}:root._dark-theme_thlzd_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_thlzd_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._promptShell_thlzd_390{position:absolute;height:80%;width:100%;border-radius:1.25rem;padding:var(--rise-space-spacing-lg) var(--rise-space-spacing-2xl) var(--rise-space-spacing-3xl);background:var(--alpha-white-50);border:var(--rise-stroke-sm) solid var(--alpha-black-20);box-shadow:0 var(--rise-space-spacing-lg) var(--rise-space-spacing-3xl) var(--alpha-black-10);transition:box-shadow .2s ease,background-color .2s ease}._focused_thlzd_402{background:var(--alpha-white-100);box-shadow:0 0 0 var(--rise-space-spacing-xxs) var(--rise-color-border-focus),0 var(--rise-space-spacing-2xl) 34px var(--alpha-black-20)}._promptViewport_thlzd_407{height:100%;overflow-y:auto;overflow-x:hidden;padding-right:var(--rise-space-spacing-xs);-webkit-mask-image:linear-gradient(to bottom,var(--alpha-black-100) 67%,var(--alpha-black-10) 100%);mask-image:linear-gradient(to bottom,var(--alpha-black-100) 67%,var(--alpha-black-10) 100%);scrollbar-width:thin;scrollbar-color:var(--alpha-black-20) transparent}._promptViewport_thlzd_407::-webkit-scrollbar{width:6px}._promptViewport_thlzd_407::-webkit-scrollbar-track{background:transparent}._promptViewport_thlzd_407::-webkit-scrollbar-thumb{background:var(--alpha-black-20);border-radius:3px}._promptContent_thlzd_427{font-size:clamp(1.25rem,2.2vw,2.55rem);line-height:2.65rem;letter-spacing:0;font-weight:var(--rise-font-weight-normal);word-wrap:break-word;overflow-wrap:break-word}._word_thlzd_436{display:inline-block;white-space:nowrap}._ch_thlzd_441{color:var(--rise-color-text-tertiary);flex:0 0 auto}._chCorrect_thlzd_446{color:var(--rise-color-text-primary)}._chError_thlzd_450{color:var(--rise-color-status-error);background:var(--rise-color-status-error-bg);border-radius:.125rem}._chCaret_thlzd_456{border-left:var(--rise-stroke-md) solid var(--rise-color-accent-primary);animation:_caret-blink_thlzd_1 .8s steps(1) infinite}@keyframes _caret-blink_thlzd_1{0.0%,50.0%{border-left-color:var(--rise-color-accent-primary)}50.01%,100.0%{border-left-color:transparent}}._liveMetrics_thlzd_469{position:absolute;bottom:var(--rise-space-spacing-lg);left:0;right:0;display:flex;justify-content:space-between;color:var(--rise-color-text-secondary);font-size:var(--rise-font-size-text-sm);padding:0 var(--rise-space-spacing-2xl);font-weight:var(--rise-font-weight-medium);opacity:0;transform:translateY(-6px);animation:_metrics-fade-in_thlzd_1 .4s ease forwards;padding-top:var(--rise-space-spacing-xl);box-shadow:0 calc(-1 * var(--rise-space-spacing-md)) var(--rise-space-spacing-lg) var(--alpha-black-10)}@keyframes _metrics-fade-in_thlzd_1{to{opacity:1;transform:translateY(0)}}.dark-theme ._promptShell_thlzd_390{background:#2c2c2c80;border-color:#ffffff26;box-shadow:0 var(--rise-space-spacing-lg) var(--rise-space-spacing-3xl) #0000004d}.dark-theme ._focused_thlzd_402{background:#323232f2;box-shadow:0 0 0 var(--rise-space-spacing-xxs) var(--rise-color-border-focus),0 var(--rise-space-spacing-2xl) 34px #00000080}.dark-theme ._line_thlzd_502,.dark-theme ._ch_thlzd_441{color:var(--rise-color-text-tertiary)}.dark-theme ._chCorrect_thlzd_446{color:var(--rise-color-text-primary)}.dark-theme ._chError_thlzd_450{color:#f99;background:#ff3c3c33}:root._dark-theme_cjccm_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_cjccm_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._dropdown_cjccm_390{position:relative;border-left:1px solid var(--alpha-black-8);padding-left:var(--rise-space-spacing-xs)}._dropdown_cjccm_390 ._trigger_cjccm_395{border-radius:62.5rem;color:var(--rise-color-text-secondary);height:2.4rem;padding:0 var(--rise-space-spacing-lg);font-size:var(--rise-font-size-text-sm);cursor:pointer;outline:none;transition:all var(--rise-duration-fast) ease;display:flex;align-items:center;justify-content:space-between;gap:var(--rise-space-spacing-sm);min-width:100px}._dropdown_cjccm_390 ._trigger_cjccm_395:hover{background:var(--alpha-white-70)}._dropdown_cjccm_390 ._trigger_cjccm_395:focus{border-color:var(--alpha-black-30)}._dropdown_cjccm_390 ._trigger_cjccm_395 ._arrow_cjccm_416{display:flex;align-items:center;font-size:.75rem;transition:transform var(--rise-duration-fast) ease}._dropdown_cjccm_390 ._trigger_cjccm_395 ._arrow_cjccm_416 svg{width:.875rem;height:.875rem}._dropdown_cjccm_390 ._trigger_cjccm_395 ._arrow_cjccm_416._arrowOpen_cjccm_426{transform:rotate(180deg)}._dropdown_cjccm_390 ._menu_cjccm_429{position:absolute;top:calc(100% + var(--rise-space-spacing-xs));left:0;right:0;background:var(--alpha-white-90);border:var(--rise-stroke-sm) solid var(--alpha-black-20);border-radius:.75rem;box-shadow:0 var(--rise-space-spacing-lg) var(--rise-space-spacing-2xl) var(--alpha-black-20);overflow:hidden;z-index:1000;animation:_menu-in_cjccm_1 var(--rise-duration-fast) ease-out}._dropdown_cjccm_390 ._menu_cjccm_429 ._option_cjccm_442{padding:var(--rise-space-spacing-sm) var(--rise-space-spacing-lg);color:var(--rise-color-text-primary);font-size:var(--rise-font-size-text-sm);cursor:pointer;transition:background-color var(--rise-duration-faster) ease}._dropdown_cjccm_390 ._menu_cjccm_429 ._option_cjccm_442:hover{background:var(--alpha-black-5)}._dropdown_cjccm_390 ._menu_cjccm_429 ._option_cjccm_442:focus{outline:none;background:var(--alpha-black-10)}._dropdown_cjccm_390 ._menu_cjccm_429 ._option_cjccm_442._optionSelected_cjccm_456{background:var(--alpha-black-5);font-weight:var(--rise-font-weight-medium);color:var(--rise-color-accent-primary)}@keyframes _menu-in_cjccm_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dark-theme ._dropdown_cjccm_390{border-left-color:#ffffff14}.dark-theme ._dropdown_cjccm_390 ._trigger_cjccm_395{background:transparent;border-color:transparent;color:var(--rise-color-text-secondary)}.dark-theme ._dropdown_cjccm_390 ._trigger_cjccm_395:hover{background:#ffffff1f}.dark-theme ._dropdown_cjccm_390 ._trigger_cjccm_395:focus{border-color:#fff3}.dark-theme ._dropdown_cjccm_390 ._menu_cjccm_429{background:#2c2c2cf2;border-color:#ffffff26;box-shadow:0 var(--rise-space-spacing-lg) var(--rise-space-spacing-2xl) #00000080}.dark-theme ._dropdown_cjccm_390 ._menu_cjccm_429 ._option_cjccm_442{color:var(--rise-color-text-primary)}.dark-theme ._dropdown_cjccm_390 ._menu_cjccm_429 ._option_cjccm_442:hover{background:#ffffff14}.dark-theme ._dropdown_cjccm_390 ._menu_cjccm_429 ._option_cjccm_442:focus{background:#ffffff1f}.dark-theme ._dropdown_cjccm_390 ._menu_cjccm_429 ._option_cjccm_442._optionSelected_cjccm_456{background:#ffffff14;color:var(--rise-color-accent-primary)}:root._dark-theme_1ucrj_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1ucrj_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}@keyframes _skeleton-loading_1ucrj_1{0%{background-position:100% 50%}to{background-position:0 50%}}._controls_1ucrj_398{margin:var(--rise-space-spacing-3xl) auto 0;display:flex;align-items:center;justify-content:center;gap:var(--rise-space-spacing-lg)}._controls_1ucrj_398 ._timerCapsule_1ucrj_405{display:flex;align-items:center;gap:var(--rise-space-spacing-md);border-radius:1.5rem;background-color:var(--alpha-white-60);padding:var(--rise-space-spacing-xs);height:3rem;position:relative}._controls_1ucrj_398 ._timerCapsule_1ucrj_405:after{content:"";position:absolute;inset:0;border-radius:1.5rem;padding:.0625rem;background:radial-gradient(ellipse at top left,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 40%),radial-gradient(ellipse at bottom left,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 40%),radial-gradient(ellipse at top right,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 0%),radial-gradient(ellipse at bottom right,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 0%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none;z-index:10}._controls_1ucrj_398 ._pill_1ucrj_428{border-radius:62.5rem;color:var(--rise-color-text-secondary);height:2.5rem;padding:var(--rise-space-spacing-xl);font-size:var(--rise-font-size-text-sm);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:var(--rise-space-spacing-sm);background:transparent;border:none;transition:all var(--rise-duration-fast) ease}._controls_1ucrj_398 ._pill_1ucrj_428:disabled{cursor:default;pointer-events:none}._controls_1ucrj_398 ._pill_1ucrj_428._pillActive_1ucrj_447{border:.0625rem solid var(--alpha-black-20);background:var(--alpha-white-80);box-shadow:0 0 2px 0 var(--rise-color-shadow-ambient),0 var(--rise-space-spacing-xs) var(--rise-space-spacing-md) 0 var(--rise-color-shadow-key)}._controls_1ucrj_398 ._pill_1ucrj_428 ._pillIcon_1ucrj_452{font-size:var(--rise-font-size-text-sm);line-height:1;display:flex;align-items:center}._controls_1ucrj_398 ._pill_1ucrj_428 ._pillIcon_1ucrj_452 svg{width:1rem;height:1rem}._controls_1ucrj_398 ._timerDisplay_1ucrj_462{display:flex;align-items:center;justify-content:center;flex:1;padding:var(--rise-space-spacing-xs) var(--rise-space-spacing-xl);height:2.5rem}._controls_1ucrj_398 ._timerDisplay_1ucrj_462 ._timer_1ucrj_405{font-weight:var(--rise-font-weight-normal);font-size:var(--rise-font-size-text-sm);line-height:1.5rem}._controls_1ucrj_398 ._timerDisplay_1ucrj_462 ._timerLow_1ucrj_475{animation:_timer-soft-blink_1ucrj_1 .8s ease-in-out infinite alternate}@keyframes _timer-soft-blink_1ucrj_1{0%{opacity:1}to{opacity:.5}}.dark-theme ._controls_1ucrj_398 ._timerCapsule_1ucrj_405{background-color:#000c}.dark-theme ._controls_1ucrj_398 ._timerCapsule_1ucrj_405 ._pill_1ucrj_428{color:var(--rise-color-text-secondary)}.dark-theme ._controls_1ucrj_398 ._timerCapsule_1ucrj_405 ._pill_1ucrj_428._pillActive_1ucrj_447{border-color:#fff3;background:#0006;box-shadow:0 0 2px #00000080,0 var(--rise-space-spacing-xs) var(--rise-space-spacing-md) 0 #00000080}.dark-theme ._controls_1ucrj_398 ._timerCapsule_1ucrj_405 ._timerDisplay_1ucrj_462 ._timer_1ucrj_405{color:var(--rise-color-text-primary)}:root._dark-theme_1fs2b_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1fs2b_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._demoBg_1fs2b_390{height:100%;position:relative;display:grid;place-items:center;border-radius:1.25rem;padding:var(--rise-space-spacing-xl);background:radial-gradient(1000px 600px at 16% 100%,rgba(123,195,241,.34),transparent 55%),radial-gradient(880px 500px at 95% 0%,rgba(253,217,173,.3),transparent 52%),radial-gradient(800px 550px at 50% 50%,rgba(180,130,220,.15),transparent 60%),linear-gradient(180deg,#f5f5f6,#eef3f8 56%,#e6f1fb)}._demoPanel_1fs2b_400{width:min(65rem,98vw);min-height:min(40rem,95vh);padding:calc(var(--rise-space-spacing-4xl) + 7.25rem) var(--rise-space-spacing-3xl) var(--rise-space-spacing-xl);display:flex;justify-content:space-between;flex-direction:column}@media(max-width:720px){._demoPanel_1fs2b_400{padding:var(--rise-space-spacing-xl) var(--rise-space-spacing-md)}}.dark-theme ._demoBg_1fs2b_390{background:radial-gradient(1000px 600px at 16% 100%,rgba(60,120,180,.25),transparent 55%),radial-gradient(880px 500px at 95% 0%,rgba(140,100,60,.2),transparent 52%),radial-gradient(800px 550px at 50% 50%,rgba(140,100,200,.18),transparent 60%),linear-gradient(180deg,#1a1a1a,#242424 56%,#2a2a2a)}._reference_1io84_1{position:absolute;pointer-events:none}._reference_1io84_1 img{width:100%;height:100%;object-fit:cover;opacity:.2;filter:saturate(.9)}._outlineLayer_1io84_13{position:absolute;inset:0;overflow:visible}._piecePath_1io84_19{fill:#fffaf438;stroke:#7682946b;stroke-width:1;vector-effect:non-scaling-stroke}._piece_iowpe_1{position:absolute;transform:translate(var(--piece-x, 0px),var(--piece-y, 0px)) rotate(var(--piece-rotation, 0deg)) scale(var(--piece-scale, 1));cursor:grab;transition:transform .14s ease-out;background:transparent;touch-action:none;padding:0;border:0}._pieceSvg_iowpe_12{display:block;width:100%;height:100%;pointer-events:none;transition:filter .18s ease}._piece_iowpe_1._shadowed_iowpe_21 ._pieceSvg_iowpe_12{filter:drop-shadow(0 8px 14px rgba(0,0,0,.22))}._piece_iowpe_1._shadowed_iowpe_21._selected_iowpe_25 ._pieceSvg_iowpe_12{filter:saturate(1.1) brightness(1.03) drop-shadow(0 12px 22px rgba(0,0,0,.3))}._piece_iowpe_1:active{cursor:grabbing}._locked_iowpe_33{cursor:default;pointer-events:none}._snapping_iowpe_38{transition:transform .18s ease-out}._faceDown_iowpe_42{background:transparent}._invalid_iowpe_46{animation:_mismatch_iowpe_1 .3s ease}@keyframes _mismatch_iowpe_1{0%{transform:translate(var(--piece-x, 0px),var(--piece-y, 0px)) rotate(var(--piece-rotation, 0deg)) scale(var(--piece-scale, 1))}20%{transform:translate(var(--piece-x, 0px),calc(var(--piece-y, 0px) - 6px)) rotate(var(--piece-rotation, 0deg)) scale(var(--piece-scale, 1))}45%{transform:translate(var(--piece-x, 0px),calc(var(--piece-y, 0px) + 3px)) rotate(var(--piece-rotation, 0deg)) scale(var(--piece-scale, 1))}70%{transform:translate(var(--piece-x, 0px),calc(var(--piece-y, 0px) - 2px)) rotate(var(--piece-rotation, 0deg)) scale(var(--piece-scale, 1));filter:brightness(1.15)}to{transform:translate(var(--piece-x, 0px),var(--piece-y, 0px)) rotate(var(--piece-rotation, 0deg)) scale(var(--piece-scale, 1));filter:brightness(1)}}._container_12tqx_1{position:absolute;display:flex;flex-direction:column;align-items:center;inset-inline:0;top:50%;transform:translateY(-50%);margin:0 auto;width:fit-content;font-weight:var(--font-weight-semibold);background:radial-gradient(ellipse at center,#ffffff 0%,#f8f9fa 50%,transparent 100%);padding:32px 48px;border-radius:16px;font-weight:var(--rise-font-weight-semibold)}._container_12tqx_1 ._emoji_12tqx_17{font-size:64px;margin-bottom:8px}._container_12tqx_1 ._message_12tqx_21{font-size:18px;color:var(--display-text-dark)}._stage_tb9o3_1{position:relative;width:100%;margin-top:.5rem;min-width:0}._boardFrame_tb9o3_8{width:100%;max-width:81.25rem;max-height:32.5rem;aspect-ratio:1300/520;margin:0 auto;position:relative;border-radius:0;overflow:visible;background:transparent;touch-action:none}._boardScaler_tb9o3_21{position:absolute;top:50%;left:50%;width:1300px;height:520px;transform-origin:center}._boardLoadingOverlay_tb9o3_30{border-radius:1.125rem}._board_tb9o3_8{position:relative;border-radius:0;overflow:visible;-webkit-user-select:none;user-select:none;transform-origin:center;background:transparent;box-shadow:none}._fullImage_tb9o3_44{position:absolute;object-fit:cover;border-radius:0;box-shadow:0 18px 40px #0000001f;transition:opacity .45s ease-out}._fullImagePending_tb9o3_52{opacity:0}._fullImageReady_tb9o3_56{opacity:1}._fullImageNoMotion_tb9o3_60{transition:none}._previewSkeleton_tb9o3_64{position:absolute;border-radius:0;background:linear-gradient(110deg,#e8e4df,#f2efe9,#e2ded8 80%,#e8e4df);background-size:200% 100%;animation:_skeletonShimmer_tb9o3_1 1.1s ease-in-out infinite;box-shadow:0 18px 40px #00000014;pointer-events:none}@media(prefers-reduced-motion:reduce){._previewSkeleton_tb9o3_64{animation:none;background:#e8e4df}}@keyframes _skeletonShimmer_tb9o3_1{0%{background-position:200% 0}to{background-position:-200% 0}}._shine_tb9o3_88{position:absolute;overflow:hidden;z-index:9999;background:linear-gradient(115deg,transparent 15%,rgba(255,255,255,.55) 35%,rgba(255,255,255,.15) 45%,transparent 60%);background-size:220% 100%;background-position:-140% 0;animation:_shine_tb9o3_88 1.4s ease-out forwards;pointer-events:none}@keyframes _shine_tb9o3_88{to{background-position:140% 0}}:root._dark-theme_1h9zr_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1h9zr_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._shell_1h9zr_390{height:100%;width:100%;position:relative;padding:calc(var(--rise-space-spacing-4xl) + 7.25rem) var(--rise-space-spacing-3xl) var(--rise-space-spacing-3xl);background:linear-gradient(135deg,#f0eeeb,#efd6be);box-sizing:border-box}.dark-theme ._shell_1h9zr_390{background:linear-gradient(135deg,var(--rise-color-bg-secondary),var(--rise-color-bg-tertiary))}:root._dark-theme_uqgwv_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_uqgwv_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._controls_uqgwv_390{position:absolute;bottom:calc(clamp(var(--rise-space-spacing-md),2.4vw,var(--rise-space-spacing-2xl)) + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-30%);align-items:end;display:flex;justify-content:center;width:fit-content;gap:var(--rise-space-spacing-xxl)}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401{display:flex;flex-direction:column;gap:var(--rise-space-spacing-md);align-items:center}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._playbackRow_uqgwv_407{display:flex;align-items:center;gap:var(--rise-space-spacing-lg)}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._playbackRow_uqgwv_407 button{display:flex;justify-content:center;align-items:center;border-radius:var(--rise-border-radius-full);border:1px solid var(--rise-color-border-subtle);background:var(--alpha-white-100);box-shadow:0 10px 24px var(--rise-color-shadow-key),0 0 2px var(--rise-color-shadow-ambient);color:var(--rise-color-text-secondary);cursor:pointer;transition:transform var(--rise-duration-fast) ease,box-shadow var(--rise-duration-fast) ease,background var(--rise-duration-fast) ease}.dark-theme ._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._playbackRow_uqgwv_407 button{background:var(--rise-color-surface-raised);border-color:var(--rise-color-border-default);color:var(--rise-color-text-primary)}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._playbackRow_uqgwv_407 ._chevron_uqgwv_429{width:var(--rise-space-spacing-4xl);height:var(--rise-space-spacing-4xl);font-size:var(--rise-font-size-text-xl);line-height:1;box-shadow:0 5px 16px var(--rise-color-shadow-key),0 0 2px var(--rise-color-shadow-ambient)}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._playbackRow_uqgwv_407 ._chevron_uqgwv_429:hover{transform:translateY(-1px);box-shadow:0 12px 28px var(--rise-color-shadow-key),0 0 4px var(--rise-color-shadow-ambient)}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._playbackRow_uqgwv_407 ._playPauseWrap_uqgwv_440{--progress-angle: 0deg;width:3rem;height:3rem;border-radius:var(--rise-border-radius-full);display:grid;place-items:center;background:conic-gradient(from 0deg,#ff6cdf 0deg,#5e6bff var(--progress-angle),var(--rise-color-border-subtle) var(--progress-angle),var(--rise-color-border-subtle) 360deg);padding:var(--rise-space-spacing-xxs);box-shadow:0 9px 24px var(--rise-color-shadow-key),inset 0 0 0 1px var(--alpha-white-70)}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._playbackRow_uqgwv_407 ._playPauseWrap_uqgwv_440:hover{transform:translateY(-1px);box-shadow:0 12px 28px var(--rise-color-shadow-key),0 0 4px var(--rise-color-shadow-ambient)}.dark-theme ._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._playbackRow_uqgwv_407 ._playPauseWrap_uqgwv_440{background:conic-gradient(from 0deg,#ff6cdf 0deg,#5e6bff var(--progress-angle),var(--rise-color-border-subtle) var(--progress-angle),var(--rise-color-border-subtle) 360deg);box-shadow:0 9px 24px var(--rise-color-shadow-key),inset 0 0 0 1px var(--rise-color-border-default)}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._playbackRow_uqgwv_407 ._playPause_uqgwv_440{display:flex;justify-content:center;align-items:center;width:2.7rem;height:2.7rem;border-radius:var(--rise-border-radius-full);color:#7185fa;border:var(--rise-stroke-xs) solid var(--rise-color-border-default);background:var(--alpha-white-100)}.dark-theme ._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._playbackRow_uqgwv_407 ._playPause_uqgwv_440{background:linear-gradient(160deg,var(--rise-color-surface-raised),var(--rise-color-surface-default))}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._playbackRow_uqgwv_407 ._playPause_uqgwv_440 svg{width:1rem;height:1rem}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._profileRow_uqgwv_477{display:flex;gap:var(--rise-space-spacing-xl);align-items:center;width:min(100%,39rem);position:relative;justify-content:center}@media(max-width:760px){._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._profileRow_uqgwv_477{display:flex;justify-content:center;flex-wrap:wrap;gap:.72rem}}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._profileRow_uqgwv_477 ._profileButtons_uqgwv_493{display:flex;gap:var(--rise-space-spacing-sm);flex-wrap:wrap;justify-content:center}@media(max-width:760px){._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._profileRow_uqgwv_477 ._profileButtons_uqgwv_493{padding-right:0}}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._profileRow_uqgwv_477 ._profileButtons_uqgwv_493 button{border:var(--rise-stroke-sm) solid var(--rise-color-border-subtle);background:var(--alpha-white-70);color:var(--rise-color-text-secondary);border-radius:var(--rise-border-radius-full);padding:var(--rise-space-spacing-sm) var(--rise-space-spacing-lg);font-size:var(--rise-font-size-text-sm);cursor:pointer;transition:transform var(--rise-duration-fast) ease,background var(--rise-duration-fast) ease,border-color var(--rise-duration-fast) ease}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._profileRow_uqgwv_477 ._profileButtons_uqgwv_493 button:hover{transform:translateY(-1px)}.dark-theme ._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._profileRow_uqgwv_477 ._profileButtons_uqgwv_493 button{background:var(--rise-color-surface-raised);border-color:var(--rise-color-border-default);color:var(--rise-color-text-primary)}._controls_uqgwv_390 ._buttonWrapper_uqgwv_401 ._profileRow_uqgwv_477 ._profileButtons_uqgwv_493 button._active_uqgwv_522{background:linear-gradient(135deg,#6d85f6,#8572f4)!important;color:var(--alpha-white-100)!important;border-color:transparent!important;box-shadow:0 7px 16px var(--rise-color-shadow-key),0 0 2px var(--rise-color-shadow-ambient)}._controls_uqgwv_390 ._volumeWrap_uqgwv_528{display:flex;flex-direction:column;gap:var(--rise-space-spacing-sm);align-items:flex-start;font-family:var(--rise-font-family-base);font-weight:600;font-size:var(--rise-font-size-text-xs);line-height:var(--rise-line-height-text-xs);letter-spacing:0%;color:var(--rise-color-text-secondary);margin-bottom:var(--rise-space-spacing-md)}@media(max-width:760px){._controls_uqgwv_390 ._volumeWrap_uqgwv_528{position:static;transform:none;align-items:center}}._controls_uqgwv_390 ._volumeWrap_uqgwv_528 ._volumeSlider_uqgwv_548{--volume-progress: 25%;width:8.1rem;-webkit-appearance:none;appearance:none;height:20px;border-radius:var(--rise-border-radius-full);border:7px solid var(--rise-color-skeleton-base);background:var(--rise-color-skeleton-base);-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);cursor:pointer;position:relative}._controls_uqgwv_390 ._volumeWrap_uqgwv_528 ._volumeSlider_uqgwv_548:before{content:"";position:absolute;left:0;top:0;bottom:0;width:var(--volume-progress);border-radius:var(--rise-border-radius-full);background:linear-gradient(to left,#7185fa,#7185fa),linear-gradient(180deg,#fff3 0% 25%,#0003);pointer-events:none;z-index:1}._controls_uqgwv_390 ._volumeWrap_uqgwv_528 ._volumeSlider_uqgwv_548::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:32px;height:32px;border-radius:var(--rise-border-radius-full);border:2px solid var(--rise-color-glass-panel-border);background:linear-gradient(0deg,var(--Neutral-Background-2-Rest, #fafafa),var(--Neutral-Background-2-Rest, #fafafa)),linear-gradient(180deg,#fff3,#bcbcbc33);box-shadow:0 0 2px 0 var(--rise-color-shadow-ambient),0 4px 8px 0 var(--rise-color-shadow-key);cursor:pointer;position:relative;z-index:2}.dark-theme ._controls_uqgwv_390 ._volumeWrap_uqgwv_528 ._volumeSlider_uqgwv_548::-webkit-slider-thumb{background:linear-gradient(0deg,var(--rise-color-surface-raised),var(--rise-color-surface-raised)),linear-gradient(180deg,#ffffff1a,#0003)}._controls_uqgwv_390 ._volumeWrap_uqgwv_528 ._volumeSlider_uqgwv_548::-moz-range-thumb{width:1.18rem;height:1.18rem;border-radius:var(--rise-border-radius-full);border:2px solid var(--Neutral-Background-1-Rest, #ffffff);background:linear-gradient(0deg,var(--Neutral-Background-2-Rest, #fafafa),var(--Neutral-Background-2-Rest, #fafafa)),linear-gradient(180deg,#fff3,#bcbcbc33);box-shadow:0 0 2px 0 var(--rise-color-shadow-ambient),0 4px 8px 0 var(--rise-color-shadow-key);cursor:pointer;position:relative;z-index:2}.dark-theme ._controls_uqgwv_390 ._volumeWrap_uqgwv_528 ._volumeSlider_uqgwv_548::-moz-range-thumb{border:2px solid var(--rise-color-border-default);background:linear-gradient(0deg,var(--rise-color-surface-raised),var(--rise-color-surface-raised)),linear-gradient(180deg,#ffffff1a,#0003)}._controls_uqgwv_390 ._volumeWrap_uqgwv_528 ._volumeSlider_uqgwv_548::-moz-range-track{height:.58rem;border-radius:var(--rise-border-radius-full);border:1px solid;background:var(--Neutral-Background-Alpha-1-Rest, rgba(255, 255, 255, .5019607843));-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}:root._dark-theme_168ws_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_168ws_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._sceneWrap_168ws_390{width:min(56.25rem,97%);aspect-ratio:16/7.8;margin-left:auto;margin-right:auto;margin-bottom:3rem;border-radius:var(--rise-border-radius-xl);overflow:hidden;background:transparent;box-shadow:none}.dark-theme ._sceneWrap_168ws_390{background:transparent}:root._dark-theme_qjnz5_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_qjnz5_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._shell_qjnz5_390{height:100%;position:relative;display:grid;place-items:center;padding:clamp(var(--rise-space-spacing-lg),1.7vw,var(--rise-space-spacing-xxl));background:radial-gradient(circle at 10% 88%,rgba(120,178,255,.4),transparent 42%),radial-gradient(circle at 50% 18%,rgba(186,171,255,.27),transparent 36%),radial-gradient(circle at 92% 90%,rgba(255,177,133,.31),transparent 40%),linear-gradient(180deg,#eef4ff,#edf2fb)}._panel_qjnz5_399{position:relative;width:min(63.125rem,96vw);border-radius:var(--rise-border-radius-2xl);padding:calc(var(--rise-space-spacing-4xl) + 7rem) clamp(var(--rise-space-spacing-md),2vw,var(--rise-space-spacing-2xl));background:transparent;box-shadow:none;display:flex;flex-direction:column;gap:clamp(var(--rise-space-spacing-sm),1vw,var(--rise-space-spacing-lg))}.dark-theme ._shell_qjnz5_390{background:radial-gradient(circle at 10% 88%,rgba(94,115,236,.3),transparent 42%),radial-gradient(circle at 50% 18%,rgba(133,114,244,.2),transparent 36%),radial-gradient(circle at 92% 90%,rgba(255,117,83,.25),transparent 40%),linear-gradient(180deg,var(--rise-color-bg-secondary) 0%,var(--rise-color-bg-tertiary) 100%)}:root._dark-theme_1cmk9_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1cmk9_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._stage_1cmk9_390{position:relative;width:100%;max-width:75rem;aspect-ratio:16/9;border-radius:1.5rem;overflow:hidden;background:var(--rise-color-glass-panel-bg);border:.0625rem solid var(--rise-color-border-subtle);box-shadow:0 .5rem 2rem var(--rise-shadow-lg-01),0 .125rem .75rem var(--rise-shadow-lg-02);backdrop-filter:blur(1.25rem);-webkit-backdrop-filter:blur(1.25rem);transition:max-width .5s,border-radius .5s,border-color .5s,box-shadow .5s,background .5s}._stage_1cmk9_390:focus-visible{outline:.1875rem solid var(--rise-color-border-focus);outline-offset:.25rem}._stage_1cmk9_390 ._placeholder_1cmk9_408{position:absolute!important;padding-top:1rem;inset:0;display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(135deg,var(--rise-camera-stage-gradient-start) 0%,var(--rise-camera-stage-gradient-mid) 50%,var(--rise-camera-stage-gradient-end) 100%);border-radius:inherit;transition:opacity .5s;opacity:1;z-index:1;position:relative}._stage_1cmk9_390 ._placeholder_1cmk9_408:after{content:"";position:absolute;inset:0;border-radius:inherit;padding:.125rem;background:radial-gradient(ellipse at top left,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 40%),radial-gradient(ellipse at bottom left,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 40%),radial-gradient(ellipse at top right,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 0%),radial-gradient(ellipse at bottom right,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 0%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none;z-index:10}._stage_1cmk9_390 ._placeholder_1cmk9_408 ._silhouette_1cmk9_438{height:100%}._stage_1cmk9_390._phaseIdle_1cmk9_441{max-width:57.5rem}._stage_1cmk9_390._phaseActivating_1cmk9_444,._stage_1cmk9_390._phaseLive_1cmk9_444{max-width:none;width:100%;height:100%;aspect-ratio:auto;border-radius:0;border-color:transparent;box-shadow:none;background:var(--alpha-black-10)}._stage_1cmk9_390._phaseResetting_1cmk9_454{max-width:57.5rem}._stage_1cmk9_390._phaseResetting_1cmk9_454 ._placeholder_1cmk9_408{opacity:1}._stage_1cmk9_390._phaseResetting_1cmk9_454 ._video_1cmk9_460{opacity:0}._stage_1cmk9_390._phaseActivating_1cmk9_444 ._placeholder_1cmk9_408{opacity:.4}._stage_1cmk9_390._phaseActivating_1cmk9_444 ._video_1cmk9_460{opacity:.7;filter:blur(.5rem) brightness(1.05) saturate(.9)!important}._stage_1cmk9_390._phaseLive_1cmk9_444 ._placeholder_1cmk9_408{opacity:0}._stage_1cmk9_390._phaseLive_1cmk9_444 ._video_1cmk9_460,._stage_1cmk9_390._phaseLive_1cmk9_444 ._effectOverlay_1cmk9_476{opacity:1}._stage_1cmk9_390 ._video_1cmk9_460{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:var(--alpha-black-40);transform:scaleX(-1);opacity:0;transition:opacity .5s,filter .3s;z-index:2}._stage_1cmk9_390 ._effectOverlay_1cmk9_476{position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .3s;z-index:3}._stage_1cmk9_390 ._effectOverlay_1cmk9_476._overlayGrain_1cmk9_499{background-image:radial-gradient(var(--alpha-white-10) .0625rem,transparent .0625rem),radial-gradient(var(--alpha-black-10) .0625rem,transparent .0625rem);background-size:.1875rem .1875rem,.3125rem .3125rem;background-position:0 0,.0625rem .125rem;mix-blend-mode:overlay;opacity:.65}._stage_1cmk9_390 ._effectOverlay_1cmk9_476._overlayEdge_1cmk9_506{box-shadow:inset 0 0 0 .0625rem var(--alpha-white-10),inset 0 0 5rem var(--alpha-black-20);mix-blend-mode:screen}._stage_1cmk9_390 ._effectOverlay_1cmk9_476._overlayMotion_1cmk9_510{background:linear-gradient(115deg,rgba(255,255,255,0) 35%,var(--alpha-white-10) 50%,rgba(255,255,255,0) 65%);background-size:250% 100%;animation:_motionSweep_1cmk9_1 4.5s ease-in-out infinite;mix-blend-mode:screen}@keyframes _motionSweep_1cmk9_1{0%{background-position:100% 0}to{background-position:-50% 0}}._silhouette_1ld19_1{height:auto;display:block;opacity:.85;filter:drop-shadow(0 .375rem 1.25rem var(--rise-camera-silhouette-shadow))}:root._dark-theme_1ov6f_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1ov6f_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._badge_1ov6f_390{position:absolute;top:1.25rem;left:1.5rem;display:inline-flex;align-items:center;gap:.5rem;font-size:var(--rise-font-size-text-sm);font-weight:var(--rise-font-weight-medium);color:var(--rise-color-text-primary);opacity:0;transform:translateY(-.25rem);transition:opacity .3s,transform .3s;pointer-events:none;z-index:4;text-shadow:0 .0625rem .375rem var(--alpha-black-40)}._badge_1ov6f_390._visible_1ov6f_407{opacity:1;transform:translateY(0)}._badge_1ov6f_390 ._dot_1ov6f_411{width:.625rem;height:.625rem;border-radius:50%;background:var(--rise-color-status-success);box-shadow:0 0 0 .125rem #4ade8038,0 0 .5rem #4ade8099;animation:_pulse_1ov6f_1 2.4s ease-in-out infinite}._badge_1ov6f_390 ._label_1ov6f_419{white-space:nowrap}@keyframes _pulse_1ov6f_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.12);opacity:.85}}:root._dark-theme_1x8fq_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1x8fq_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._button_1x8fq_390{position:absolute;top:1.25rem;right:1.25rem;display:flex;align-items:center;justify-content:center;width:5.9375rem;height:2rem;gap:.375rem;padding:.25rem .5rem;border-radius:62.5rem;background:var(--rise-color-bg-alpha);color:var(--rise-color-text-primary);font-family:var(--rise-font-family);font-size:var(--rise-font-size-text-sm);font-weight:var(--rise-font-weight-semibold);line-height:var(--rise-line-height-text-sm);letter-spacing:var(--rise-letter-spacing-none);border:.0625rem solid var(--rise-color-border-strong);backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);opacity:0;transform:translateY(-.25rem);pointer-events:none;transition:opacity .3s,transform .3s,background .2s,border-color .2s;z-index:4}._button_1x8fq_390:hover{background:var(--alpha-white-60);border-color:var(--rise-color-border-primary)}._button_1x8fq_390._visible_1x8fq_422{opacity:1;transform:translateY(0);pointer-events:auto}:root._dark-theme_2ouwb_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_2ouwb_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._pill_2ouwb_390{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;min-width:12.9375rem;height:2rem;padding:.375rem 1rem;border-radius:62.5rem;background:var(--rise-color-glass-panel-bg);color:var(--rise-color-text-primary);font-family:var(--rise-font-family);font-size:var(--rise-font-size-text-md);font-weight:var(--rise-font-weight-semibold);line-height:var(--rise-line-height-text-md);letter-spacing:var(--rise-letter-spacing-none);backdrop-filter:blur(.5rem);-webkit-backdrop-filter:blur(.5rem);border:var(--rise-stroke-sm) solid var(--rise-color-border-strong);cursor:pointer;transition:all .2s ease}._pill_2ouwb_390:hover{background:var(--rise-color-glass-panel-bg-hover, rgba(255, 255, 255, .15));border-color:var(--rise-color-border-emphasis);transform:scale(1.05)}._pill_2ouwb_390:focus-visible{outline:2px solid var(--rise-color-border-emphasis);outline-offset:2px}._pill_2ouwb_390:active{transform:scale(.98)}:root._dark-theme_1t7qp_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1t7qp_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._card_1t7qp_390{position:relative;flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;text-align:left;padding:.75rem 1rem;background:var(--rise-color-card-bg);color:var(--rise-color-text-primary);border-radius:.75rem;border:.0625rem solid var(--rise-color-card-border);backdrop-filter:blur(.875rem);-webkit-backdrop-filter:blur(.875rem);box-shadow:0 .25rem .75rem var(--rise-shadow-md-01),0 .125rem .375rem var(--rise-shadow-md-02);transition:background .2s,transform .2s,border-color .2s,box-shadow .2s}._card_1t7qp_390:hover,._card_1t7qp_390:focus-visible{background:var(--rise-color-surface-raised);border-color:var(--rise-color-border-strong);transform:translateY(-.125rem)}._header_1t7qp_417{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--rise-font-size-text-md);font-weight:var(--rise-font-weight-medium)}._icon_1t7qp_425{width:1.125rem;height:1.125rem;color:var(--rise-color-text-primary)}._label_1t7qp_431{letter-spacing:.01em}._description_1t7qp_435{display:block;font-size:.78125rem;line-height:1.4;color:var(--rise-color-text-secondary);max-height:0;opacity:0;overflow:hidden;transition:max-height .3s,opacity .3s,margin-top .3s;margin-top:0}._open_1t7qp_447{background:var(--rise-color-surface-raised);border-color:var(--rise-color-border-strong);transform:translateY(-.25rem);z-index:2}._open_1t7qp_447 ._description_1t7qp_435,._card_1t7qp_390:hover ._description_1t7qp_435{max-height:5rem;opacity:1;margin-top:.125rem}:root._dark-theme_1jp4p_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1jp4p_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._row_1jp4p_390{position:absolute;left:50%;bottom:1.5rem;transform:translate(-50%,.5rem);display:flex;align-items:flex-end;gap:1rem;width:min(60rem,100% - 2.5rem);opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;z-index:5}._visible_1jp4p_405{opacity:1;transform:translate(-50%);pointer-events:auto}:root._dark-theme_syveu_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_syveu_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._app_syveu_390{position:relative;height:100%;width:100%;overflow:hidden;--webcam-error-bg: rgba(255, 255, 255, .86);--webcam-error-border: rgba(0, 0, 0, .12);--webcam-error-text: rgba(17, 24, 39, .96);--webcam-error-shadow-key: rgba(0, 0, 0, .14);--webcam-error-shadow-ambient: rgba(0, 0, 0, .08)}.dark-theme ._app_syveu_390{--webcam-error-bg: rgba(16, 20, 28, .72);--webcam-error-border: rgba(255, 255, 255, .2);--webcam-error-text: rgba(244, 247, 255, .96);--webcam-error-shadow-key: rgba(0, 0, 0, .35);--webcam-error-shadow-ambient: rgba(0, 0, 0, .2)}._app_syveu_390 ._stageWrapper_syveu_408{background:linear-gradient(135deg,var(--rise-color-bg-secondary) 0%,var(--rise-color-surface-sunken) 33%,var(--rise-color-bg-tertiary) 66%,var(--rise-color-surface-default) 100%);position:absolute;inset:0;display:flex;align-items:center;justify-content:center}._app_syveu_390 ._startCue_syveu_416{position:absolute;left:50%;transform:translate(-50%);bottom:2rem;z-index:7;transition:opacity .3s}._app_syveu_390 ._activatingHint_syveu_424{position:absolute;top:9.5rem;left:1.5rem;font-size:var(--rise-font-size-text-sm);font-weight:var(--rise-font-weight-medium);color:var(--rise-color-text-secondary);text-shadow:0 .0625rem .375rem var(--alpha-black-40);z-index:7}._app_syveu_390 ._error_syveu_434{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.25rem;background:var(--webcam-error-bg);color:var(--webcam-error-text);font-size:var(--rise-font-size-text-sm);padding:.5rem 1rem;border-radius:62.5rem;border:.0625rem solid var(--webcam-error-border);box-shadow:0 .75rem 1.5rem var(--webcam-error-shadow-key),0 .125rem .5rem var(--webcam-error-shadow-ambient);z-index:7;max-width:min(90vw,48.75rem);text-align:center}._app_syveu_390 ._errorWithDescription_syveu_454{border-radius:1rem;padding:.75rem 1.25rem}._app_syveu_390 ._errorTitle_syveu_458{margin:0;font-weight:var(--rise-font-weight-semibold)}._app_syveu_390 ._errorDescription_syveu_462{margin:0;font-weight:var(--rise-font-weight-regular)}:root._dark-theme_7ccka_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_7ccka_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._button_7ccka_390{display:inline-flex;align-items:center;border:none;border-radius:6.1875rem;font-family:var(--rise-font-family);font-weight:var(--rise-font-weight-semibold);text-align:center;cursor:pointer;box-shadow:0 .125rem .25rem var(--rise-color-shadow-key),0 0 .125rem var(--rise-color-shadow-ambient);transition:transform .2s ease,box-shadow .2s ease;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}._button_7ccka_390:after{content:"";position:absolute;inset:0;border-radius:6.1875rem;padding:.0625rem;background:radial-gradient(ellipse at top left,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 40%),radial-gradient(ellipse at bottom left,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 40%),radial-gradient(ellipse at top right,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 0%),radial-gradient(ellipse at bottom right,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 0%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none;z-index:10}._button_7ccka_390>*{position:relative;z-index:2}._button_7ccka_390:hover{transform:translateY(-.0625rem);box-shadow:0 .25rem .5rem var(--rise-color-shadow-key),0 0 .125rem var(--rise-color-shadow-ambient)}._button_7ccka_390:active{transform:translateY(0)}._button_7ccka_390:focus-visible{outline:.1875rem solid var(--rise-color-border-focus, #60cdff);outline-offset:.125rem}._button_7ccka_390:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 .125rem .25rem var(--rise-color-shadow-key),0 0 .125rem var(--rise-color-shadow-ambient)}@media(prefers-reduced-motion:reduce){._button_7ccka_390{transition:none}._button_7ccka_390:hover{transform:none}}._button_7ccka_390._primary_7ccka_450{background:radial-gradient(119.31% 626% at 100% 100%,#00328e,#0090ff);color:#fff}._button_7ccka_390._secondary_7ccka_454{background:#f5f5f5;color:#242424}._button_7ccka_390._sm_7ccka_458{height:2rem;padding:0 1rem;gap:.25rem;font-size:var(--rise-font-size-text-md);line-height:var(--rise-line-height-text-md)}._button_7ccka_390._sm_7ccka_458._hasIconLeft_7ccka_465{padding:0 1rem 0 .75rem}._button_7ccka_390._sm_7ccka_458._hasIconRight_7ccka_468{padding:0 .75rem 0 1rem}._button_7ccka_390._md_7ccka_471{height:2.5rem;padding:0 1.25rem;gap:.5rem;font-size:var(--rise-font-size-text-md);line-height:var(--rise-line-height-text-md)}._button_7ccka_390._md_7ccka_471._hasIconLeft_7ccka_465{padding:0 1.25rem 0 1rem}._button_7ccka_390._md_7ccka_471._hasIconRight_7ccka_468{padding:0 1rem 0 1.25rem}.dark-theme ._button_7ccka_390._primary_7ccka_450{background:radial-gradient(119.31% 626% at 100% 100%,#3a6bff,#5fc2ff);color:var(--Neutral-Foreground-Inverted-Link-Rest, #ffffff)}.dark-theme ._button_7ccka_390._secondary_7ccka_454{background:var(--Neutral-Background-3-Rest, #141414);color:var(--Neutral-Foreground-1-Rest, #ffffff)}._button_7ccka_390 ._iconLeft_7ccka_492{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;flex-shrink:0;color:inherit}._button_7ccka_390 ._iconLeft_7ccka_492 svg{width:1.25rem;height:1.25rem}._button_7ccka_390 ._iconRight_7ccka_505{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;flex-shrink:0;color:inherit}._button_7ccka_390 ._iconRight_7ccka_505 svg{width:1.25rem;height:1.25rem}._button_7ccka_390 ._label_7ccka_518{flex-grow:1;min-width:0;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes _skeleton-loading_3lt0h_1{0%{background-position:100% 50%}to{background-position:0 50%}}._skeleton_3lt0h_9{display:inline-block;gap:.75rem;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_3lt0h_1 1.5s ease-in-out infinite;border-radius:.25rem}@media(prefers-reduced-motion:reduce){._skeleton_3lt0h_9{animation:none;background:var(--rise-color-skeleton-base)}}._skeletonLogo_3lt0h_24{height:2rem;width:7.5rem}._skeletonBadge_3lt0h_29{height:2rem;width:4rem}._skeletonName_3lt0h_34{height:2rem;width:80%;margin-bottom:.25rem;border-radius:.375rem}._skeletonPrice_3lt0h_41{height:1rem;width:6rem}._skeletonSku_3lt0h_46{height:.875rem;width:5rem;margin-left:.75rem}._mediaVisible_3lt0h_52{opacity:1}._mediaHidden_3lt0h_56{opacity:0}._deviceInfoPanel_3lt0h_60{display:flex;flex-direction:column;align-items:flex-start;padding:0 .25rem;width:100%}._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67{display:flex;align-items:center;width:100%;height:2.5rem;margin-bottom:.5rem;gap:.75rem}._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._oem_3lt0h_75{position:relative;display:flex;align-items:center;height:100%;min-width:0;justify-content:flex-start}._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._oem_3lt0h_75 ._logo_3lt0h_83{height:100%;width:auto;object-fit:contain;transition:opacity .25s ease}@media(prefers-reduced-motion:reduce){._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._oem_3lt0h_75 ._logo_3lt0h_83{transition:none}}._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._oem_3lt0h_75 ._name_3lt0h_94{font-size:1rem;color:var(--rise-color-text-secondary);font-weight:500}._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._processor_3lt0h_99{position:relative;display:flex;align-items:center;justify-content:flex-end;height:100%;min-width:0}._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._processor_3lt0h_99 ._icon_3lt0h_107{height:100%;object-fit:contain;transition:opacity .25s ease}@media(prefers-reduced-motion:reduce){._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._processor_3lt0h_99 ._icon_3lt0h_107{transition:none}}._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._processorButton_3lt0h_117{position:relative;appearance:none;background:none;border:none;padding:0;margin:0;display:flex;align-items:center;justify-content:flex-end;height:100%;min-width:0;cursor:pointer;border-radius:.5rem;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease}._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._processorButton_3lt0h_117 ._icon_3lt0h_107{height:100%;object-fit:contain;transition:opacity .25s ease}@media(prefers-reduced-motion:reduce){._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._processorButton_3lt0h_117 ._icon_3lt0h_107{transition:none}}._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._processorButton_3lt0h_117:hover,._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._processorButton_3lt0h_117:focus-visible{transform:scale(1.05);opacity:.9}._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._processorButton_3lt0h_117:focus-visible{outline:.125rem solid var(--rise-color-border-focus);outline-offset:.125rem}@media(prefers-reduced-motion:reduce){._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._processorButton_3lt0h_117{transition:none}._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._processorButton_3lt0h_117:hover,._deviceInfoPanel_3lt0h_60 ._topRow_3lt0h_67 ._processorButton_3lt0h_117:focus-visible{transform:none}}._deviceInfoPanel_3lt0h_60 ._name_3lt0h_94{font-size:1.5rem;font-weight:600;line-height:2rem;color:var(--rise-color-text-primary);margin-bottom:.25rem;width:100%;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;word-break:break-word}._deviceInfoPanel_3lt0h_60 ._bottomRow_3lt0h_174{display:flex;align-items:center;justify-content:flex-start;height:var(--rise-font-size-text-sm);width:100%;font-size:var(--rise-font-size-text-sm);line-height:var(--rise-line-height-text-md);letter-spacing:var(--rise-letter-spacing-none)}._deviceInfoPanel_3lt0h_60 ._bottomRow_3lt0h_174 ._price_3lt0h_184{line-height:1.25rem;color:var(--rise-color-text-secondary);display:flex;align-items:center;gap:.5rem}._deviceInfoPanel_3lt0h_60 ._bottomRow_3lt0h_174 ._price_3lt0h_184 ._priceLabel_3lt0h_191,._deviceInfoPanel_3lt0h_60 ._bottomRow_3lt0h_174 ._price_3lt0h_184 ._priceValue_3lt0h_192{color:var(--rise-color-text-secondary);vertical-align:bottom}._deviceInfoPanel_3lt0h_60 ._bottomRow_3lt0h_174 ._price_3lt0h_184 ._priceLabel_3lt0h_191._old_3lt0h_196,._deviceInfoPanel_3lt0h_60 ._bottomRow_3lt0h_174 ._price_3lt0h_184 ._priceValue_3lt0h_192._old_3lt0h_196{text-decoration:line-through;color:var(--rise-color-price-original-strike)}._deviceInfoPanel_3lt0h_60 ._bottomRow_3lt0h_174 ._skuValue_3lt0h_201{font-weight:var(--rise-font-weight-regular);line-height:var(--rise-line-height-text-sm);color:var(--rise-color-text-secondary);letter-spacing:var(--rise-letter-spacing-none)}._deviceInfoPanel_3lt0h_60 ._bottomRow_3lt0h_174 ._stockStatus_3lt0h_207{display:flex;align-items:center;gap:.375rem}._deviceInfoPanel_3lt0h_60 ._bottomRow_3lt0h_174 ._stockStatus_3lt0h_207 ._stockDot_3lt0h_212{flex-shrink:0;width:.5rem;height:.5rem;border-radius:50%;background:var(--rise-color-status-success, #107c10)}._deviceInfoPanel_3lt0h_60 ._bottomRow_3lt0h_174 ._stockStatus_3lt0h_207 ._stockDot_3lt0h_212._stockDotOut_3lt0h_219{background:var(--rise-color-status-error, #d13438)}._deviceInfoPanel_3lt0h_60 ._bottomRow_3lt0h_174 ._stockStatus_3lt0h_207 ._stockLabel_3lt0h_222{line-height:var(--rise-line-height-text-sm);color:var(--rise-color-text-secondary);letter-spacing:var(--rise-letter-spacing-none)}:root._dark-theme_283vn_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_283vn_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._trigger_283vn_390{display:contents}._tooltip_283vn_394{position:fixed;z-index:9000;max-width:19.375rem;min-width:11.25rem;padding:.625rem .75rem;background-color:var(--rise-color-bg-primary);color:var(--rise-color-text-primary);border-radius:.375rem;font-size:.8125rem;font-weight:400;line-height:1.4;pointer-events:auto;box-shadow:0 .25rem .375rem -.125rem var(--rise-shadow-lg-01),0 .75rem 1rem -.25rem var(--rise-shadow-lg-02),0 0 0 .0625rem var(--rise-shadow-lg-03)}._tooltip_283vn_394:before{content:"";position:absolute;left:0;width:100%;height:1rem;background:transparent}._tooltip_283vn_394._above_283vn_417:before{bottom:-1rem}._tooltip_283vn_394._below_283vn_420:before{top:-1rem}._tooltip_283vn_394._left_283vn_423:before{right:-1rem;top:0;width:1rem;height:100%}._tooltip_283vn_394._right_283vn_429:before{left:-1rem;top:0;width:1rem;height:100%}._tooltip_283vn_394:after{content:"";position:absolute;width:0;height:0;border-style:solid}._tooltip_283vn_394._above_283vn_417:after{bottom:-.4375rem;left:var(--tooltip-nubbin-offset, 50%);transform:translate(-50%);border-width:.4375rem .375rem 0 .375rem;border-color:var(--rise-color-bg-primary) transparent transparent transparent}._tooltip_283vn_394._below_283vn_420:after{top:-.4375rem;left:var(--tooltip-nubbin-offset, 50%);transform:translate(-50%);border-width:0 .375rem .4375rem .375rem;border-color:transparent transparent var(--rise-color-bg-primary) transparent}._tooltip_283vn_394._left_283vn_423:after{right:-.4375rem;top:var(--tooltip-nubbin-offset, 50%);transform:translateY(-50%);border-width:.375rem 0 .375rem .4375rem;border-color:transparent transparent transparent var(--rise-color-bg-primary)}._tooltip_283vn_394._right_283vn_429:after{left:-.4375rem;top:var(--tooltip-nubbin-offset, 50%);transform:translateY(-50%);border-width:.375rem .4375rem .375rem 0;border-color:transparent var(--rise-color-bg-primary) transparent transparent}._title_283vn_471{display:block;font-size:.875rem;font-weight:600;margin-bottom:.25rem;color:var(--rise-color-text-primary)}._body_283vn_479{margin:0;overflow-y:auto;max-height:12.5rem;font-size:.8125rem;color:var(--rise-color-text-primary);opacity:.85;white-space:pre-line}._body_283vn_479::-webkit-scrollbar{width:.25rem;height:.25rem;transition:.3s ease-in-out}._body_283vn_479::-webkit-scrollbar-track{background:var(--rise-color-bg-tertiary, #f3f4f6);border-radius:var(--md-border-radius-xs, 4px)}._body_283vn_479::-webkit-scrollbar-thumb{background:var(--rise-color-border-strong, #d1d5db);border-radius:var(--md-border-radius-xs, 4px);border:.25rem solid transparent;transition:1s ease-in-out}._body_283vn_479::-webkit-scrollbar-thumb:hover{background:var(--rise-color-border-default, #e5e7eb)}._body_283vn_479::-webkit-scrollbar-track{margin:.5rem}@keyframes _skeleton-loading_ew1y8_1{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes _float_ew1y8_1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes _marquee-text_ew1y8_1{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}:root._dark-theme_ew1y8_106{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_ew1y8_106{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._card_ew1y8_414{position:relative;display:flex;align-items:flex-end;justify-content:center;width:100%;height:100%;overflow:visible;cursor:auto;border-radius:1.5rem;outline:none;z-index:0}._card_ew1y8_414._clickable_ew1y8_427{cursor:pointer}._card_ew1y8_414:hover,._card_ew1y8_414:focus-visible,._card_ew1y8_414._expanded_ew1y8_430{z-index:2}._card_ew1y8_414:focus-visible{outline:.1875rem solid var(--rise-color-border-focus);outline-offset:.125rem}._card_ew1y8_414:hover ._visualShell_ew1y8_437,._card_ew1y8_414:focus-visible ._visualShell_ew1y8_437,._card_ew1y8_414._expanded_ew1y8_430 ._visualShell_ew1y8_437{transform:scale(1.04);box-shadow:0 .25rem .5rem var(--rise-color-shadow-key),0 0 .125rem var(--rise-color-shadow-ambient)}@media(prefers-reduced-motion:reduce){._card_ew1y8_414:hover ._visualShell_ew1y8_437,._card_ew1y8_414:focus-visible ._visualShell_ew1y8_437,._card_ew1y8_414._expanded_ew1y8_430 ._visualShell_ew1y8_437{transform:none}}._card_ew1y8_414 ._visualShell_ew1y8_437{position:relative}._card_ew1y8_414 ._visualShell_ew1y8_437:after{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:radial-gradient(ellipse at top left,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 40%),radial-gradient(ellipse at bottom left,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 40%),radial-gradient(ellipse at top right,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 0%),radial-gradient(ellipse at bottom right,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 0%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none;z-index:10}._card_ew1y8_414 ._visualShell_ew1y8_437{position:absolute;inset:0;width:100%;height:100%;border-radius:1.5rem;overflow:hidden;z-index:0;transform-origin:center center;box-shadow:0 .125rem .25rem var(--rise-color-shadow-key),0 0 .125rem var(--rise-color-shadow-ambient);transition:transform .35s cubic-bezier(.34,1.2,.64,1),box-shadow .3s ease}@media(prefers-reduced-motion:reduce){._card_ew1y8_414 ._visualShell_ew1y8_437{transition:none}}._card_ew1y8_414 ._visualShell_ew1y8_437 ._background_ew1y8_479{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border-radius:1.5rem;overflow:hidden}._card_ew1y8_414 ._visualShell_ew1y8_437 ._background_ew1y8_479 ._backgroundVideo_ew1y8_489,._card_ew1y8_414 ._visualShell_ew1y8_437 ._background_ew1y8_479 ._backgroundImage_ew1y8_490{width:100%;height:100%;object-fit:cover;transition:opacity .25s ease}@media(prefers-reduced-motion:reduce){._card_ew1y8_414 ._visualShell_ew1y8_437 ._background_ew1y8_479 ._backgroundVideo_ew1y8_489,._card_ew1y8_414 ._visualShell_ew1y8_437 ._background_ew1y8_479 ._backgroundImage_ew1y8_490{transition:none}}._card_ew1y8_414 ._visualShell_ew1y8_437 ._background_ew1y8_479 ._mediaVisible_ew1y8_502{opacity:1}._card_ew1y8_414 ._visualShell_ew1y8_437 ._background_ew1y8_479 ._mediaHidden_ew1y8_505{opacity:0}._card_ew1y8_414 ._visualShell_ew1y8_437 ._background_ew1y8_479 ._mediaShimmer_ew1y8_508{position:absolute;inset:0;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_ew1y8_1 1.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){._card_ew1y8_414 ._visualShell_ew1y8_437 ._background_ew1y8_479 ._mediaShimmer_ew1y8_508{animation:none;background:var(--rise-color-skeleton-base)}}._card_ew1y8_414 ._visualShell_ew1y8_437 ._gradientFallback_ew1y8_521{position:relative;width:100%;height:100%;background:linear-gradient(135deg,var(--rise-color-bg-tertiary) 0%,var(--rise-color-accent-primary) 100%)}._card_ew1y8_414 ._visualShell_ew1y8_437 ._gradientFallback_ew1y8_521 ._gradientOverlay_ew1y8_527{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 100%)}._card_ew1y8_414 ._footer_ew1y8_535{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center;padding:1.25rem 2.5rem}._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:20rem;padding:.75rem 1.25rem;border-radius:1rem;background:var(--rise-color-glass-panel-bg);-webkit-backdrop-filter:blur(1.875rem);backdrop-filter:blur(1.875rem);position:relative}._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544:after{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:radial-gradient(ellipse at top left,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 40%),radial-gradient(ellipse at bottom left,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 40%),radial-gradient(ellipse at top right,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 0%),radial-gradient(ellipse at bottom right,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 0%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none;z-index:10}.dark-theme ._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544{position:relative}.dark-theme ._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544:after{content:"";position:absolute;inset:0;border-radius:inherit;padding:1;background:radial-gradient(ellipse at top left,#0000004d,#ffffff24 40%),radial-gradient(ellipse at bottom left,#0000004d,#ffffff24 40%),radial-gradient(ellipse at top right,#0000004d,#ffffff24 0%),radial-gradient(ellipse at bottom right,#0000004d,#ffffff24 0%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none;z-index:10}._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544{box-shadow:0 .5rem 1rem #00000024}._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544 ._content_ew1y8_589{display:flex;flex-direction:column;align-items:center;overflow:hidden;width:100%}._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544 ._content_ew1y8_589 ._preheader_ew1y8_596{text-align:center;font-size:.625rem;font-weight:600;line-height:.875rem;color:var(--rise-color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;transition:height .25s ease,opacity .2s ease;height:.875rem}@media(prefers-reduced-motion:reduce){._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544 ._content_ew1y8_589 ._preheader_ew1y8_596{transition:none}}._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544 ._content_ew1y8_589 ._preheader_ew1y8_596._preheaderHidden_ew1y8_614{height:0;opacity:0}._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544 ._title_ew1y8_618{font-size:1rem;font-weight:600;line-height:1.375rem;color:var(--rise-color-text-primary);margin:0;width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544 ._description_ew1y8_630{width:100%;max-height:0;opacity:0;overflow:hidden;transform:translateY(.375rem);transition:max-height .35s ease,opacity .3s ease,transform .3s ease}@media(prefers-reduced-motion:reduce){._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544 ._description_ew1y8_630{transition:none}}._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544 ._description_ew1y8_630._descriptionVisible_ew1y8_643{max-height:5rem;opacity:1;transform:translateY(0);padding-bottom:.5rem}._card_ew1y8_414 ._footer_ew1y8_535 ._panel_ew1y8_544 ._description_ew1y8_630 ._descriptionText_ew1y8_649{font-size:.75rem;font-weight:400;line-height:1rem;color:var(--rise-color-text-primary);text-align:center;margin:0;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}._disclaimerRef_ew1y8_663{display:inline;vertical-align:super;line-height:0;font-size:.65em;font-weight:var(--rise-font-weight-semibold);color:var(--rise-color-disclaimer-ref);cursor:help;text-decoration:underline;text-decoration-thickness:from-font;text-underline-position:from-font;white-space:nowrap;transition:color .2s ease;-webkit-user-select:none;user-select:none}._disclaimerRef_ew1y8_663:hover{color:var(--rise-color-disclaimer-ref-hover)}._disclaimerRef_ew1y8_663:focus-visible{outline:2px solid var(--rise-color-border-focus);outline-offset:2px;border-radius:2px}._skeleton_ew1y8_687{position:relative;display:flex;flex-direction:column;justify-content:flex-end;width:100%;height:100%;min-height:100%;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_ew1y8_1 1.5s ease-in-out infinite;border-radius:1.5rem}@media(prefers-reduced-motion:reduce){._skeleton_ew1y8_687{animation:none;background:var(--rise-color-skeleton-base)}}._skeleton_ew1y8_687 ._skeletonFooter_ew1y8_706{position:relative;z-index:2;width:100%;display:flex;justify-content:center;padding:1.25rem 2.5rem}._skeleton_ew1y8_687 ._skeletonPanel_ew1y8_714{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:20rem;padding:1rem 1.25rem;border-radius:1rem;background:var(--rise-color-glass-panel-bg);-webkit-backdrop-filter:blur(1.875rem);backdrop-filter:blur(1.875rem)}._skeleton_ew1y8_687 ._skeletonTitle_ew1y8_726{display:block;width:70%;height:1rem;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_ew1y8_1 1.5s ease-in-out infinite;border-radius:.375rem}@media(prefers-reduced-motion:reduce){._skeleton_ew1y8_687 ._skeletonTitle_ew1y8_726{animation:none;background:var(--rise-color-skeleton-base)}}._skeleton_ew1y8_687 ._skeletonButton_ew1y8_741{display:block;width:7.5rem;height:2rem;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_ew1y8_1 1.5s ease-in-out infinite;border-radius:1rem}@media(prefers-reduced-motion:reduce){._skeleton_ew1y8_687 ._skeletonButton_ew1y8_741{animation:none;background:var(--rise-color-skeleton-base)}}@keyframes _skeleton-loading_r3dkt_1{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes _float_r3dkt_1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes _marquee-text_r3dkt_1{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}:root._dark-theme_r3dkt_106{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_r3dkt_106{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._container_r3dkt_414{display:flex;align-items:center;justify-content:center;position:relative;max-width:100%;max-height:100%;margin:0 auto;transition:transform .4s ease}._animating_r3dkt_425{animation:_float_r3dkt_1 3s ease-in-out infinite}@media(prefers-reduced-motion:reduce){._animating_r3dkt_425{animation:none}}._image_r3dkt_434{display:block;width:100%;height:100%;object-fit:contain}._visible_r3dkt_441{opacity:1;transition:opacity var(--rise-duration-fast, .2s) ease}._hidden_r3dkt_446{opacity:0;position:absolute;pointer-events:none}._skeleton_r3dkt_452{width:17.5rem;height:23.75rem;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_r3dkt_1 1.5s ease-in-out infinite;border-radius:1rem}@media(prefers-reduced-motion:reduce){._skeleton_r3dkt_452{animation:none;background:var(--rise-color-skeleton-base)}}._fallback_r3dkt_467{display:flex;align-items:center;justify-content:center;width:17.5rem;height:23.75rem;color:var(--rise-color-border-strong)}._silhouette_r3dkt_476{width:8.75rem;height:15rem}:root._dark-theme_4nd95_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_4nd95_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}@keyframes _skeleton-loading_4nd95_1{0%{background-position:100% 50%}to{background-position:0 50%}}._tooltipContent_4nd95_398{display:flex;flex-direction:column;max-width:17.5rem;overflow:hidden}._tooltipContent_4nd95_398._invertBanner_4nd95_404{flex-direction:column-reverse}._assetContainer_4nd95_408{position:relative;width:100%;aspect-ratio:16/9;max-height:10rem;overflow:hidden}._assetContainer_4nd95_408 img,._assetContainer_4nd95_408 video{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .25s ease}@media(prefers-reduced-motion:reduce){._assetContainer_4nd95_408 img,._assetContainer_4nd95_408 video{transition:none}}._mediaVisible_4nd95_430{opacity:1}._mediaHidden_4nd95_434{opacity:0}._mediaShimmer_4nd95_438{position:absolute;inset:0;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_4nd95_1 1.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){._mediaShimmer_4nd95_438{animation:none;background:var(--rise-color-skeleton-base)}}._textContainer_4nd95_452{display:flex;flex-direction:column;gap:.25rem;padding:.625rem .75rem}._title_4nd95_459{font-size:.875rem;font-weight:600;color:var(--rise-color-text-primary)}._paragraph_4nd95_465{margin:0;font-size:.8125rem;line-height:1.4;color:var(--rise-color-text-primary);opacity:.85}._linkContainer_4nd95_473{margin-top:.375rem}:root._dark-theme_lv4x7_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_lv4x7_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}@keyframes _skeleton-loading_lv4x7_1{0%{background-position:100% 50%}to{background-position:0 50%}}._specCard_lv4x7_398{flex:1;display:flex;flex-direction:column;gap:.375rem;padding:.75rem 1rem;min-width:0;border:.0625rem solid var(--rise-color-border-default);border-radius:.5rem;background-color:var(--rise-color-surface-raised);cursor:default;outline:none;transition:border-color .15s ease,box-shadow .15s ease}._specCard_lv4x7_398:hover,._specCard_lv4x7_398:focus-visible{border-color:var(--rise-color-accent-primary)}._specCard_lv4x7_398:hover ._specCardIcon_lv4x7_415,._specCard_lv4x7_398:focus-visible ._specCardIcon_lv4x7_415{color:var(--rise-color-accent-primary)}._specCard_lv4x7_398:focus-visible{box-shadow:0 0 0 .125rem var(--rise-color-border-focus)}@media(prefers-reduced-motion:reduce){._specCard_lv4x7_398{transition:none}}._specCard_lv4x7_398 ._specCardHeader_lv4x7_426{display:flex;align-items:center;gap:.375rem}._specCard_lv4x7_398 ._specCardHeader_lv4x7_426 ._specCardIcon_lv4x7_415{display:flex;align-items:center;justify-content:center;color:var(--rise-color-text-secondary);flex-shrink:0;transition:color .15s ease}._specCard_lv4x7_398 ._specCardHeader_lv4x7_426 ._specCardIcon_lv4x7_415 svg{width:var(--rise-font-size-text-sm);height:var(--rise-font-size-text-sm)}@media(prefers-reduced-motion:reduce){._specCard_lv4x7_398 ._specCardHeader_lv4x7_426 ._specCardIcon_lv4x7_415{transition:none}}._specCard_lv4x7_398 ._specCardHeader_lv4x7_426 ._specCardLabel_lv4x7_448{vertical-align:middle;font-size:var(--rise-font-size-text-xs);line-height:var(--rise-line-height-text-xxs);font-weight:400;color:var(--rise-color-text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._specCard_lv4x7_398 ._specCardValueClip_lv4x7_458{display:block;min-width:0;overflow:hidden}._specCard_lv4x7_398 ._specCardValueClip_lv4x7_458 ._specCardValue_lv4x7_458{display:block;font-size:var(--rise-font-size-text-sm);font-weight:400;color:var(--rise-color-text-primary);line-height:var(--rise-line-height-text-xs);white-space:normal;overflow-wrap:anywhere;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}._specCardSkeleton_lv4x7_480{flex:1;min-width:0;height:4.5rem;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_lv4x7_1 1.5s ease-in-out infinite;border-radius:.5rem}@media(prefers-reduced-motion:reduce){._specCardSkeleton_lv4x7_480{animation:none;background:var(--rise-color-skeleton-base)}}:root._dark-theme_324hm_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_324hm_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}@keyframes _skeleton-loading_324hm_1{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes _float_324hm_1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes _marquee-text_324hm_1{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes _slide-up_324hm_1{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}._specList_324hm_424{animation:_slide-up_324hm_1 .28s ease;padding:0 .75rem;display:flex;flex-direction:row;gap:.5rem}@media(prefers-reduced-motion:reduce){._specList_324hm_424{animation:none}}:root._dark-theme_1hxws_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1hxws_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._overviewLayout_1hxws_390{height:var(--rise-page-height);width:100%;display:flex;flex-direction:column;background-color:var(--rise-color-bg-primary);transition:background-color .3s ease;overflow:hidden;box-sizing:border-box;padding:3rem 2rem 2rem}@media(max-width:991px){._overviewLayout_1hxws_390{padding:3rem 1rem 1rem}}@media(max-width:359px){._overviewLayout_1hxws_390{padding:3rem .75rem .75rem}}._bento_1hxws_412{display:flex;width:100%;flex:1 1 0;min-height:0;align-items:stretch}._leftCard_1hxws_420{position:relative;flex:1 1 0;border-radius:1.5rem;border:.125rem solid var(--rise-color-card-border);box-shadow:0 .375rem 1rem #7d7f8033;background:var(--rise-color-card-bg);backdrop-filter:blur(1.5625rem);-webkit-backdrop-filter:blur(1.5625rem);overflow:hidden;display:flex;align-items:center;justify-content:center;transform-origin:center center;transition:flex .4s cubic-bezier(.34,1.2,.64,1),transform .35s cubic-bezier(.34,1.2,.64,1),box-shadow .3s ease;z-index:0}@media(max-width:991px){._leftCard_1hxws_420{flex:1 1 auto}}@media(prefers-reduced-motion:reduce){._leftCard_1hxws_420{transition:none}}._leftHeader_1hxws_448{position:absolute;top:0;left:0;right:0;z-index:2;padding:1.25rem 1.5rem 0}@media(max-width:991px){._leftHeader_1hxws_448{padding:1rem 1rem 0}}@media(max-width:359px){._leftHeader_1hxws_448{padding:.75rem .75rem 0}}._leftFooter_1hxws_467{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:1.25rem 1.25rem 2rem}@media(max-width:991px){._leftFooter_1hxws_467{gap:.75rem;padding:1rem .75rem 1.25rem}}@media(max-width:359px){._leftFooter_1hxws_467{gap:.5rem;padding:.75rem .5rem 1rem}}._specHighlightsContainer_1hxws_492{width:100%}._actionButtons_1hxws_496{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}._collectionFeatureSlot_1hxws_503{display:contents}._rightPanel_1hxws_507{flex:0 0 0;position:relative;display:flex;flex-direction:column;gap:1.25rem;min-width:0;overflow:hidden;opacity:0;pointer-events:none;transition:flex .4s cubic-bezier(.34,1.2,.64,1),opacity .3s ease}._rightPanel_1hxws_507>*{box-shadow:0 .375rem 1rem #7d7f8033}@media(max-width:991px){._rightPanel_1hxws_507{display:none}}@media(prefers-reduced-motion:reduce){._rightPanel_1hxws_507{transition:none}}._active_1hxws_533 ._bento_1hxws_412{gap:1.25rem}@media(max-width:991px){._active_1hxws_533 ._bento_1hxws_412{gap:.75rem}}._active_1hxws_533 ._leftCard_1hxws_420{flex:54 0 0}._active_1hxws_533 ._rightPanel_1hxws_507{flex:46 0 0;opacity:1;overflow:visible;pointer-events:auto}@media(prefers-reduced-motion:reduce){._active_1hxws_533 ._leftCard_1hxws_420,._active_1hxws_533 ._rightPanel_1hxws_507{transition:none}}._engaged_1hxws_557 ._leftCard_1hxws_420{flex:66 0 0;transform:scale(1.04);z-index:2;box-shadow:0 .5rem 1.5rem #7d7f8042}._engaged_1hxws_557 ._rightPanel_1hxws_507{flex:34 0 0}@media(prefers-reduced-motion:reduce){._engaged_1hxws_557 ._leftCard_1hxws_420{transform:none}}:root._dark-theme_llico_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_llico_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}@keyframes _skeleton-loading_llico_1{0%{background-position:100% 50%}to{background-position:0 50%}}._card_llico_398{display:flex;flex-direction:column;align-items:center;width:100%}@media(max-width:479px){._card_llico_398{padding:1rem}}@media(max-width:359px){._card_llico_398{padding:.75rem}}._card_llico_398 ._header_llico_414{display:flex;align-items:flex-start;width:100%;margin-bottom:.75rem;min-height:1.75rem;gap:.625rem}._card_llico_398 ._brandingLogo_llico_422{display:flex;align-items:center;min-width:0;height:1.75rem}._card_llico_398 ._brandingLogo_llico_422 ._logo_llico_428{height:100%;width:auto;object-fit:contain;object-position:left center}._card_llico_398 ._brandingLogo_llico_422 ._brandingName_llico_434{font-size:.875rem;font-weight:600;color:var(--rise-color-text-primary)}._card_llico_398 ._badge_llico_439{display:flex;align-items:center;flex-shrink:0;height:1.75rem}._card_llico_398 ._badge_llico_439 ._badgeIcon_llico_445{height:100%;width:auto;object-fit:contain}._card_llico_398 ._deviceName_llico_450{font-size:.875rem;font-weight:600;color:var(--rise-color-text-primary);text-align:left;line-height:1.4;width:100%;word-wrap:break-word}._card_llico_398 ._imageContainer_llico_459{position:relative;width:80%;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden}._card_llico_398 ._deviceImage_llico_468{width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}._card_llico_398 ._deviceImage_llico_468._visible_llico_474{opacity:1}._card_llico_398 ._deviceImage_llico_468._hidden_llico_477{opacity:0;position:absolute}._card_llico_398 ._fallbackImage_llico_481{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--rise-color-bg-secondary)}._card_llico_398 ._fallbackImage_llico_481 ._silhouette_llico_489{width:60%;height:60%;color:var(--rise-color-text-tertiary);opacity:.3}._card_llico_398 ._logoSkeleton_llico_495,._card_llico_398 ._badgeSkeleton_llico_496,._card_llico_398 ._titleSkeleton_llico_497,._card_llico_398 ._imageSkeleton_llico_498{background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_llico_1 1.5s ease-in-out infinite;border-radius:.25rem}@media(prefers-reduced-motion:reduce){._card_llico_398 ._logoSkeleton_llico_495,._card_llico_398 ._badgeSkeleton_llico_496,._card_llico_398 ._titleSkeleton_llico_497,._card_llico_398 ._imageSkeleton_llico_498{animation:none;background:var(--rise-color-skeleton-base)}}._card_llico_398 ._logoSkeleton_llico_495{width:7.5rem;height:2rem}._card_llico_398 ._badgeSkeleton_llico_496{width:5rem;height:2rem;margin-left:auto}._card_llico_398 ._titleSkeleton_llico_497{width:80%;height:1.5rem;margin:0 0 .875rem}._card_llico_398 ._imageSkeleton_llico_498{width:100%;aspect-ratio:4/3}._sidebar_1bhz9_13{width:21.25rem;border-radius:1.5rem;box-shadow:var(--rise-elevation-shadow-08);background:var(--rise-color-card-bg);-webkit-backdrop-filter:blur(1.5625rem);backdrop-filter:blur(1.5625rem);display:flex;flex-direction:column;overflow:hidden;position:relative;transition:width .3s ease}._sidebar_1bhz9_13._collapsed_1bhz9_25{width:5rem}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:1.25rem;padding-bottom:8px;gap:.5rem}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._deviceInfo_1bhz9_37{flex-shrink:0}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollArea_1bhz9_40{position:relative;display:flex;flex-direction:column;min-width:2.5rem;min-height:0}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollEdge_1bhz9_47{position:absolute;left:0;right:0;height:2.75rem;z-index:2;opacity:0;pointer-events:none;transition:opacity .24s ease;backdrop-filter:blur(.5rem) saturate(140%);-webkit-backdrop-filter:blur(.5rem) saturate(140%)}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollEdge_1bhz9_47._visible_1bhz9_59{opacity:1}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollEdge_1bhz9_47._bottom_1bhz9_62{bottom:0;background:radial-gradient(ellipse 120% 160% at 50% 160%,var(--rise-color-acrylic-scroll-tint) 0%,var(--rise-color-acrylic-scroll-tint) 55%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 60% 200% at 50% 160%,#000 0%,#000 50%,rgba(0,0,0,.55) 75%,transparent 100%);mask-image:radial-gradient(ellipse 60% 200% at 50% 160%,#000 0%,#000 50%,rgba(0,0,0,.55) 75%,transparent 100%)}@media(prefers-reduced-motion:reduce){._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollEdge_1bhz9_47{transition:none}}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73{flex:1;min-height:0;overflow-y:auto}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73::-webkit-scrollbar{width:.3125rem;height:.25rem;transition:.3s ease-in-out}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73::-webkit-scrollbar-track{background:var(--rise-color-bg-tertiary, #f3f4f6);border-radius:var(--md-border-radius-xs, 4px)}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73::-webkit-scrollbar-thumb{background:var(--rise-color-border-strong, #d1d5db);border-radius:var(--md-border-radius-xs, 4px);border:.25rem solid transparent;transition:1s ease-in-out}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73::-webkit-scrollbar-thumb:hover{background:var(--rise-color-border-default, #e5e7eb)}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73::-webkit-scrollbar-track{margin:.5rem}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._sectionHeader_1bhz9_99{display:flex;justify-content:space-between;align-items:center;height:2rem}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._sectionHeader_1bhz9_99 ._sectionTitle_1bhz9_105{font-size:.875rem;font-weight:600;color:var(--rise-color-accent-primary);margin:0}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._demoList_1bhz9_111{display:flex;flex-direction:column}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._demoList_1bhz9_111 ._demoItem_1bhz9_115{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;cursor:pointer;transition:all .2s ease;color:var(--rise-color-text-primary);font-size:.875rem;line-height:1.4;position:relative;height:2rem}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._demoList_1bhz9_111 ._demoItem_1bhz9_115 ._demoNumber_1bhz9_128{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;border:.09375rem solid var(--rise-color-text-primary);font-size:.75rem;font-weight:600;color:var(--rise-color-text-primary);flex-shrink:0;transition:all .2s ease}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._demoList_1bhz9_111 ._demoItem_1bhz9_115 ._demoIcon_1bhz9_142{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--rise-color-text-primary);transition:color .2s ease}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._demoList_1bhz9_111 ._demoItem_1bhz9_115 ._demoIcon_1bhz9_142 svg{width:100%;height:100%}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._demoList_1bhz9_111 ._demoItem_1bhz9_115 ._demoText_1bhz9_156{flex:1;display:flex;align-items:center;gap:.375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._demoList_1bhz9_111 ._demoItem_1bhz9_115 ._demoText_1bhz9_156 ._demoStatusTag_1bhz9_165{flex-shrink:0;font-size:.625rem;line-height:1;padding:.25rem .375rem;border-radius:62.4375rem;color:var(--rise-color-text-secondary);border:.0625rem solid var(--rise-color-border-primary);background:var(--rise-color-card-bg)}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._demoList_1bhz9_111 ._demoItem_1bhz9_115._active_1bhz9_175{cursor:default}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._demoList_1bhz9_111 ._demoItem_1bhz9_115._active_1bhz9_175:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:.1875rem;height:50%;background:var(--rise-color-accent-primary);border-radius:1rem;transition:height .6s ease}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._demoList_1bhz9_111 ._demoItem_1bhz9_115._active_1bhz9_175 ._demoNumber_1bhz9_128{border-color:var(--rise-color-accent-primary);background-color:var(--rise-color-accent-primary);color:var(--rise-color-text-inverse)}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._demoList_1bhz9_111 ._demoItem_1bhz9_115._active_1bhz9_175 ._demoIcon_1bhz9_142{color:var(--rise-color-accent-primary)}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._demoList_1bhz9_111 ._demoItem_1bhz9_115._active_1bhz9_175 ._demoText_1bhz9_156{font-weight:var(--rise-font-weight-semibold)}._sidebar_1bhz9_13 ._sidebarContent_1bhz9_28 ._scrollableContent_1bhz9_73 ._section_1bhz9_99 ._demoList_1bhz9_111 ._loadingText_1bhz9_201{font-size:.875rem;color:var(--rise-color-text-secondary);text-align:center;padding:1rem 0;margin:0}._sidebar_1bhz9_13 ._toggleButtonContainer_1bhz9_208{padding:0 0 .5rem 1.25rem}._sidebar_1bhz9_13 ._toggleButtonContainer_1bhz9_208 ._toggleButton_1bhz9_208{flex-shrink:0;width:2rem;height:2rem;border:none;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--rise-color-text-secondary);align-self:flex-start}._sidebar_1bhz9_13 ._toggleButtonContainer_1bhz9_208 ._toggleButton_1bhz9_208._collapsed_1bhz9_25{align-self:center}@media(max-width:991px){._sidebar_1bhz9_13 ._toggleButtonContainer_1bhz9_208 ._toggleButton_1bhz9_208{display:none}}:root._dark-theme_1mn84_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1mn84_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._featuresPage_1mn84_390{height:var(--rise-page-height);width:100%;display:flex;background-color:var(--rise-color-bg-primary);transition:background-color .3s ease;overflow:hidden;box-sizing:border-box;padding:3rem 2rem 2rem;gap:1rem}@media(max-width:991px){._featuresPage_1mn84_390{padding:3rem 1rem 1rem;gap:.75rem}}@media(max-width:359px){._featuresPage_1mn84_390{padding:3rem .75rem .75rem;gap:.5rem}}._mainContent_1mn84_414{flex:1;display:flex;flex-direction:column;overflow:hidden;border-radius:1.5rem;box-shadow:var(--rise-elevation-shadow-02);background:var(--rise-color-glass-panel-bg);-webkit-backdrop-filter:blur(1.5625rem);backdrop-filter:blur(1.5625rem);padding:2rem}@media(max-width:991px){._mainContent_1mn84_414{padding:1rem}}@media(max-width:359px){._mainContent_1mn84_414{padding:.75rem}}._mainContent_1mn84_414:has(iframe),._mainContent_1mn84_414._noPadding_1mn84_435{padding:0}._contentArea_1mn84_439{position:relative;flex:1;overflow-y:auto}._contentArea_1mn84_439::-webkit-scrollbar{width:.25rem;height:.25rem;transition:.3s ease-in-out}._contentArea_1mn84_439::-webkit-scrollbar-track{background:var(--rise-color-bg-tertiary, #f3f4f6);border-radius:var(--md-border-radius-xs, 4px)}._contentArea_1mn84_439::-webkit-scrollbar-thumb{background:var(--rise-color-border-strong, #d1d5db);border-radius:var(--md-border-radius-xs, 4px);border:.25rem solid transparent;transition:1s ease-in-out}._contentArea_1mn84_439::-webkit-scrollbar-thumb:hover{background:var(--rise-color-border-default, #e5e7eb)}._contentArea_1mn84_439::-webkit-scrollbar-track{margin:.5rem}._contentFade_1mn84_466{height:100%}._emptyState_1mn84_470{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--rise-color-text-secondary)}._emptyStateTitle_1mn84_480{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:var(--rise-color-text-primary)}._emptyStateDescription_1mn84_487{font-size:1rem;margin:0}._demoContent_1mn84_492{max-width:62.5rem;margin:0 auto}._demoTitle_1mn84_497{font-size:clamp(1.5rem,5vw,2rem);font-weight:700;margin:0 0 1rem;color:var(--rise-color-text-primary)}._demoDescription_1mn84_504{font-size:clamp(.9375rem,3vw,1.125rem);line-height:1.7;color:var(--rise-color-text-secondary);margin:0 0 2rem}@media(max-width:991px){._demoDescription_1mn84_504{margin:0 0 1.25rem}}._previewPlaceholderState_1mn84_516{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100%;padding:1.5rem;box-sizing:border-box}._previewPlaceholderTitle_1mn84_527{margin:0 0 .5rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:600;color:var(--rise-color-text-primary)}._previewPlaceholderDescription_1mn84_534{margin:0;font-size:1rem;color:var(--rise-color-text-secondary)}:root._dark-theme_1up0j_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1up0j_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._demo_1up0j_390{padding:2rem;border:2px solid var(--rise-color-border-primary);border-radius:.75rem;background-color:var(--rise-color-bg-secondary);transition:all .2s ease;cursor:pointer}@media(max-width:991px){._demo_1up0j_390{padding:1rem}}@media(max-width:359px){._demo_1up0j_390{padding:.75rem}}._demo_1up0j_390:hover{border-color:var(--rise-color-accent-primary);background-color:var(--rise-color-bg-tertiary)}._demo_1up0j_390:focus-visible{outline:.1875rem solid var(--rise-color-border-focus);outline-offset:.125rem}._demo_1up0j_390._active_1up0j_416{border-color:var(--rise-color-accent-primary);background-color:var(--rise-color-bg-tertiary)}._header_1up0j_421{margin-bottom:1rem}._title_1up0j_425{font-size:clamp(1.125rem,4vw,1.5rem);font-weight:600;margin:0;color:var(--rise-color-text-primary)}._description_1up0j_432{font-size:1rem;color:var(--rise-color-text-secondary);line-height:1.6;margin-bottom:1rem}._content_1up0j_439{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--rise-color-border-primary)}:root._dark-theme_vz3ue_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_vz3ue_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}@keyframes _skeleton-loading_vz3ue_1{0%{background-position:100% 50%}to{background-position:0 50%}}._container_vz3ue_398{position:relative;width:100%;max-width:40rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:var(--rise-space-spacing-5xl);box-sizing:border-box}._container_vz3ue_398._contentTop_vz3ue_409{flex-direction:column}._container_vz3ue_398._contentBottom_vz3ue_412{flex-direction:column-reverse}._container_vz3ue_398._iframeMode_vz3ue_415{max-width:none;gap:0;height:100%}._copy_vz3ue_421{display:flex;flex-direction:column;gap:var(--rise-space-spacing-md);align-items:center;text-align:center;width:100%;color:var(--rise-color-text-primary)}._preHeader_vz3ue_431{font-size:clamp(.9375rem,3.5vw,var(--rise-font-size-text-lg));font-weight:var(--rise-font-weight-semibold);line-height:1.4;letter-spacing:0;max-width:30rem;color:var(--rise-color-text-primary)}._title_vz3ue_440{font-size:clamp(1.375rem,5vw,1.75rem);font-weight:var(--rise-font-weight-semibold);line-height:1.25;margin:0;max-width:30rem;background:var(--rise-color-button-primary-bg);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._description_vz3ue_452{font-size:var(--rise-font-size-text-lg);font-weight:var(--rise-font-weight-normal);line-height:1.375rem;color:var(--rise-color-text-primary);margin:0}._disclaimerRef_vz3ue_460{display:inline;vertical-align:super;line-height:0;font-size:.65em;font-weight:var(--rise-font-weight-semibold);color:var(--rise-color-disclaimer-ref);cursor:help;text-decoration:underline;text-decoration-thickness:from-font;text-underline-position:from-font;white-space:nowrap;transition:color .2s ease;-webkit-user-select:none;user-select:none}._disclaimerRef_vz3ue_460:hover{color:var(--rise-color-disclaimer-ref-hover)}._disclaimerRef_vz3ue_460:focus-visible{outline:2px solid var(--rise-color-border-focus);outline-offset:2px;border-radius:2px}._media_vz3ue_484{position:relative;width:100%;aspect-ratio:544/308;max-height:min(60vh,25rem);border-radius:var(--rise-border-radius-4xl);overflow:hidden;border:var(--rise-stroke-md) solid var(--rise-color-card-border);box-shadow:0 .40625rem 1rem #7d7f8033}._mediaAsset_vz3ue_495{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:opacity .25s ease}@media(prefers-reduced-motion:reduce){._mediaAsset_vz3ue_495{transition:none}}._mediaVisible_vz3ue_509{opacity:1}._mediaHidden_vz3ue_513{opacity:0}._mediaShimmer_vz3ue_517{position:absolute;inset:0;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_vz3ue_1 1.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){._mediaShimmer_vz3ue_517{animation:none;background:var(--rise-color-skeleton-base)}}._mediaSkeleton_vz3ue_531{background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_vz3ue_1 1.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){._mediaSkeleton_vz3ue_531{animation:none;background:var(--rise-color-skeleton-base)}}._skeleton_vz3ue_543{display:inline-block;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_vz3ue_1 1.5s ease-in-out infinite;border-radius:.375rem}@media(prefers-reduced-motion:reduce){._skeleton_vz3ue_543{animation:none;background:var(--rise-color-skeleton-base)}}._preHeaderSkeleton_vz3ue_557{width:8.75rem;height:1.125rem}._titleSkeleton_vz3ue_562{width:70%;max-width:22.5rem;height:2rem}._descriptionSkeleton_vz3ue_568{width:100%;max-width:30rem;height:3rem}._playPauseButton_vz3ue_574{position:absolute;right:var(--rise-space-spacing-xl);bottom:var(--rise-space-spacing-xl);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;padding:var(--rise-space-spacing-sm);border:var(--rise-stroke-sm) solid var(--rise-color-border-strong);border-radius:var(--rise-border-radius-full);background:var(--rise-color-glass-panel-bg);color:var(--rise-color-text-primary);cursor:pointer;transition:background .2s ease,transform .2s ease}@media(max-width:359px){._playPauseButton_vz3ue_574{right:var(--rise-space-spacing-md);bottom:var(--rise-space-spacing-md)}}._playPauseButton_vz3ue_574 svg{width:1.25rem;height:1.25rem;fill:currentColor}._playPauseButton_vz3ue_574:hover{background:var(--rise-color-control-solid);transform:translateY(-.0625rem)}._playPauseButton_vz3ue_574:focus-visible{outline:.125rem solid var(--rise-color-border-focus);outline-offset:.125rem}@media(prefers-reduced-motion:reduce){._playPauseButton_vz3ue_574{transition:none}._playPauseButton_vz3ue_574:hover{transform:none}}._emptyState_vz3ue_619{display:flex;align-items:center;justify-content:center;min-height:18.75rem;color:var(--rise-color-text-secondary)}._iframe_vz3ue_415{width:100%;height:100%;border:0;background:var(--rise-color-card-bg, #fff);display:block}:root._dark-theme_xozx7_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_xozx7_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}@keyframes _skeleton-loading_xozx7_1{0%{background-position:100% 50%}to{background-position:0 50%}}._adCard_xozx7_398{display:block;width:100%;aspect-ratio:6/5;border-radius:var(--rise-border-radius-xs, .25rem);overflow:hidden;box-shadow:0 0 .125rem 0 var(--rise-color-shadow-ambient),0 .125rem .25rem 0 var(--rise-color-shadow-key);position:relative}._adCard_xozx7_398:after{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:radial-gradient(ellipse at top left,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 40%),radial-gradient(ellipse at bottom left,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 40%),radial-gradient(ellipse at top right,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 0%),radial-gradient(ellipse at bottom right,var(--rise-color-acrylic-border-highlight) 0%,var(--rise-color-acrylic-border-fade) 0%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none;z-index:10}._interactive_xozx7_422{cursor:pointer}._adImage_xozx7_426{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;transition:opacity .25s ease}@media(prefers-reduced-motion:reduce){._adImage_xozx7_426{transition:none}}._adImageVisible_xozx7_441{opacity:1}._adImageHidden_xozx7_445{opacity:0}._adImageShimmer_xozx7_449{position:absolute;inset:0;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_xozx7_1 1.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){._adImageShimmer_xozx7_449{animation:none;background:var(--rise-color-skeleton-base)}}._adSidebar_88en6_13{display:flex;flex-direction:column;align-self:stretch;overflow:hidden;gap:1rem}@media(max-width:1079px){._adSidebar_88en6_13{align-self:stretch;flex-direction:row;overflow:visible;border-left:none}}._adList_88en6_29{list-style:none;margin:0;padding:.5rem 1rem 1rem;display:flex;flex:1;height:100%;flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;width:100%}._adList_88en6_29 li{flex:0 1 auto;min-height:0;width:auto;height:13.125rem;max-width:15.75rem;aspect-ratio:6/5}@media(max-width:1079px){._adList_88en6_29{flex-direction:row;justify-content:space-between;align-items:stretch;height:auto;width:100%;gap:.5rem}._adList_88en6_29 li{flex:1 1 0;width:auto;height:auto;max-width:none}}._layout_17eij_13{display:grid;grid-template-columns:1fr minmax(20rem,20vw);gap:0;width:100%;max-width:100vw;height:100vh;overflow:hidden;background:var(--rise-color-bg-secondary, #f9fafb);color:var(--rise-color-text-primary);padding:2.5rem 1rem 1rem}@media(max-width:1359px){._layout_17eij_13{grid-template-columns:1fr minmax(17.5rem,18vw)}}@media(max-width:1199px){._layout_17eij_13{grid-template-columns:1fr minmax(15rem,16vw)}}@media(max-width:1079px){._layout_17eij_13{grid-template-columns:1fr;grid-template-rows:auto auto;height:auto;min-height:100vh;overflow-y:auto;overflow-x:hidden}}._layout_17eij_13._noAds_17eij_46{grid-template-columns:1fr}._main_17eij_50{grid-column:1/2;height:100%;width:100%;min-width:0;position:relative;display:flex;flex-direction:column;overflow:hidden;padding:.5rem 1rem 1rem}@media(max-width:1079px){._main_17eij_50{grid-row:1;height:auto;min-height:100vh}}@media(max-width:359px){._main_17eij_50{min-height:calc(100vh - 1rem)}}._compareLeftWrapper_hy3l3_13{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden;border:1px solid var(--rise-color-border-default, #e0e0e0);border-radius:1.5rem;padding:1rem 0;box-shadow:0 .25rem .5rem var(--rise-color-shadow-key),0 0 .125rem var(--rise-color-shadow-ambient);background:var(--rise-color-bg-secondary, #f9fafb)}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;width:100%;flex-shrink:0;padding:0 1.5rem}@media(max-width:1199px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25{gap:1.25rem;margin-bottom:1.25rem}}@media(max-width:1079px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25{flex-direction:column;gap:1rem;margin-bottom:1rem}}@media(max-width:991px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25{gap:.75rem;margin-bottom:.75rem}}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._wrapperBackAndTitle_hy3l3_54 ._titleSection_hy3l3_54{display:flex;flex-direction:column;gap:.375rem}@media(max-width:1079px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._wrapperBackAndTitle_hy3l3_54 ._titleSection_hy3l3_54{gap:.25rem}}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._wrapperBackAndTitle_hy3l3_54 ._titleSection_hy3l3_54 ._deviceConfigLabel_hy3l3_64{font-size:.875rem;font-weight:400;color:var(--rise-color-text-secondary, #616161);margin:0;letter-spacing:0;padding:.25rem 0}@media(max-width:1079px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._wrapperBackAndTitle_hy3l3_54 ._titleSection_hy3l3_54 ._deviceConfigLabel_hy3l3_64{font-size:.75rem}}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._wrapperBackAndTitle_hy3l3_54 ._titleSection_hy3l3_54 ._title_hy3l3_54{font-size:1.75rem;line-height:2.25rem;font-weight:600;margin:0;color:var(--rise-color-text-primary, #242424)}@media(max-width:1199px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._wrapperBackAndTitle_hy3l3_54 ._titleSection_hy3l3_54 ._title_hy3l3_54{font-size:1.5rem;line-height:2rem}}@media(max-width:1079px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._wrapperBackAndTitle_hy3l3_54 ._titleSection_hy3l3_54 ._title_hy3l3_54{font-size:1.375rem;line-height:1.75rem}}@media(max-width:991px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._wrapperBackAndTitle_hy3l3_54 ._titleSection_hy3l3_54 ._title_hy3l3_54{font-size:1.25rem;line-height:1.625rem}}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._wrapperBackAndTitle_hy3l3_54 ._subtitle_hy3l3_102{font-size:1rem;font-weight:400;color:var(--rise-color-button-secondary-text, #242424);margin:0}@media(max-width:1199px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._wrapperBackAndTitle_hy3l3_54 ._subtitle_hy3l3_102{font-size:.9375rem}}@media(max-width:1079px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._wrapperBackAndTitle_hy3l3_54 ._subtitle_hy3l3_102{font-size:.875rem}}@media(max-width:991px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._wrapperBackAndTitle_hy3l3_54 ._subtitle_hy3l3_102{font-size:.8125rem}}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._viewToggle_hy3l3_123{display:flex;gap:.25rem;background:var(--rise-color-bg-tertiary, #f0f0f2);padding:.25rem;border-radius:.5rem;align-self:center;height:fit-content}@media(max-width:1079px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._viewToggle_hy3l3_123{align-self:flex-start;gap:.25rem}}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._viewToggle_hy3l3_123 ._toggleButton_hy3l3_138{padding:.5rem 1rem;border:none;background:transparent;color:var(--rise-color-text-secondary, #666);font-size:.875rem;font-weight:600;border-radius:.375rem;cursor:pointer;transition:all .2s ease;position:relative}@media(max-width:1199px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._viewToggle_hy3l3_123 ._toggleButton_hy3l3_138{padding:.5rem 1rem;font-size:.8125rem}}@media(max-width:1079px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._viewToggle_hy3l3_123 ._toggleButton_hy3l3_138{padding:.5rem .875rem;font-size:.75rem}}@media(max-width:991px){._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._viewToggle_hy3l3_123 ._toggleButton_hy3l3_138{padding:.5rem .875rem;font-size:.75rem}}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._viewToggle_hy3l3_123 ._toggleButton_hy3l3_138:hover{background:var(--rise-color-surface-default, #fff);color:var(--rise-color-text-primary, #1d1d1f)}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._viewToggle_hy3l3_123 ._toggleButton_hy3l3_138:disabled{cursor:default}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._viewToggle_hy3l3_123 ._toggleButton_hy3l3_138:disabled:hover{background:transparent;color:var(--rise-color-text-secondary, #666)}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._viewToggle_hy3l3_123 ._toggleButton_hy3l3_138._active_hy3l3_179{background:var(--rise-color-surface-default, #fff);color:var(--rise-color-accent-primary, #0066cc);box-shadow:0 .0625rem .125rem var(--rise-color-shadow-key),0 0 .125rem var(--rise-color-shadow-ambient)}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._viewToggle_hy3l3_123 ._toggleButton_hy3l3_138._active_hy3l3_179:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:15%;height:.1875rem;border:1px solid var(--rise-color-accent-primary, #0066cc);background-color:var(--rise-color-accent-primary, #0066cc);border-radius:var(--rise-border-radius-2xl, 1rem)}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._viewToggle_hy3l3_123 ._toggleButton_hy3l3_138._active_hy3l3_179:disabled{cursor:default}._compareLeftWrapper_hy3l3_13 ._header_hy3l3_25 ._viewToggle_hy3l3_123 ._toggleButton_hy3l3_138._active_hy3l3_179:disabled:hover{background:var(--rise-color-surface-default, #fff);color:var(--rise-color-accent-primary, #0066cc)}._compareLeftWrapper_hy3l3_13 ._mainLayout_hy3l3_203{flex:1;min-height:0;overflow:hidden}._compareLeftWrapper_hy3l3_13 ._mainLayout_hy3l3_203 ._contentArea_hy3l3_208{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;height:100%;overflow:hidden}.dark-theme ._deviceConfigLabel_hy3l3_64{color:var(--rise-color-text-secondary, #aaa)}.dark-theme ._title_hy3l3_54{color:var(--rise-color-text-primary, #fff)}.dark-theme ._subtitle_hy3l3_102{color:var(--rise-color-text-secondary, #aaa)}._card_18fwl_13{position:relative;display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:var(--rise-color-surface-default, #fff);border:2px solid var(--rise-color-border-default, #e0e0e0);border-radius:var(--rise-border-radius-2xl, 1rem);cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease;width:100%;height:100%;box-shadow:0 .25rem .5rem var(--rise-color-shadow-key),0 0 .125rem var(--rise-color-shadow-ambient)}@media(max-width:1199px){._card_18fwl_13{padding:1rem;gap:.625rem}}@media(max-width:1079px){._card_18fwl_13{padding:.875rem;gap:.5rem}}@media(max-width:991px){._card_18fwl_13{padding:.75rem;gap:.5rem}}._card_18fwl_13:hover{box-shadow:0 .5rem 1.25rem #0000001f}._card_18fwl_13:focus-visible{outline:.125rem solid var(--rise-color-accent-primary, #0066cc);outline-offset:.125rem}._card_18fwl_13._current_18fwl_53{position:relative}._card_18fwl_13._selected_18fwl_56{border-color:transparent;border-width:2px;box-shadow:0 .75rem 1.5rem #00000040;background-image:linear-gradient(var(--rise-color-bg-primary),var(--rise-color-bg-primary)),radial-gradient(ellipse at bottom right,#00328e,#0549a5,#0a5fbb 50%,#148ce8);background-origin:border-box;background-clip:padding-box,border-box;z-index:-1;cursor:default}._card_18fwl_13._selected_18fwl_56:hover{box-shadow:0 .75rem 1.5rem #00000040}._badges_18fwl_70{position:absolute;top:-1px;left:-1px;display:flex;gap:.5rem;z-index:1}._badges_18fwl_70 ._currentBadge_18fwl_78{padding:.375rem 0;color:var(--rise-color-neutral-foreground-3, #616161);font-size:.65rem;font-weight:600;border-radius:var(--rise-border-radius-sm, .375rem);letter-spacing:.5px;text-transform:uppercase}._badges_18fwl_70 ._selectedBadge_18fwl_87{padding:.375rem 1rem;background:radial-gradient(ellipse at bottom right,#00328e,#0549a5,#0a5fbb 50%,#148ce8);color:#fff;font-size:.65rem;font-weight:700;border-bottom-right-radius:var(--rise-border-radius-2xl, 1rem);border-top-left-radius:var(--rise-border-radius-2xl, 1rem);letter-spacing:.5px;text-transform:uppercase}._badges_18fwl_70:not(:has(._selectedBadge_18fwl_87)){padding:.375rem 1rem}._priceSection_18fwl_102{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.375rem;margin-top:1rem}@media(max-width:1199px){._priceSection_18fwl_102{margin-top:.875rem;gap:.25rem}}@media(max-width:1079px){._priceSection_18fwl_102{margin-top:.75rem}}._priceBlock_18fwl_121{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem}._currentPrice_18fwl_128{font-size:2rem;font-weight:700;color:var(--rise-color-text-primary, #000);margin:0;line-height:1}@media(max-width:1199px){._currentPrice_18fwl_128{font-size:1.75rem}}@media(max-width:1079px){._currentPrice_18fwl_128{font-size:1.5rem}}@media(max-width:991px){._currentPrice_18fwl_128{font-size:1.375rem}}._msrpPrice_18fwl_151{font-size:1rem;font-weight:600;color:var(--rise-color-price-original-strike);text-decoration:line-through;line-height:1}._tierName_18fwl_159{font-size:1.125rem;font-weight:700;color:var(--rise-color-text-primary, #000);margin:0}@media(max-width:1199px){._tierName_18fwl_159{font-size:1rem}}@media(max-width:1079px){._tierName_18fwl_159{font-size:.9375rem}}@media(max-width:991px){._tierName_18fwl_159{font-size:.875rem}}._promotionHighlight_18fwl_181{display:flex;align-items:flex-start;gap:.625rem;padding:.75rem .875rem;background:#e8f2ff;border:1.5px solid #2b88d8;border-radius:var(--rise-border-radius-md, .5rem);margin:.375rem 0;border-color:transparent;border-width:2px;background-image:linear-gradient(var(--rise-color-bg-secondary, #f9fafb),var(--rise-color-bg-secondary, #f9fafb)),radial-gradient(ellipse at bottom right,#00328e,#0549a5,#0a5fbb 50%,#148ce8);background-origin:border-box;background-clip:padding-box,border-box}@media(max-width:1199px){._promotionHighlight_18fwl_181{padding:.625rem .75rem;gap:.5rem}}@media(max-width:1079px){._promotionHighlight_18fwl_181{padding:.5rem .625rem;gap:.5rem}}._promotionIcon_18fwl_209{flex-shrink:0;width:1.5rem;height:1.5rem;color:#2b88d8;margin-top:.125rem;background:radial-gradient(ellipse at bottom right,#00328e,#0549a5,#0a5fbb 50%,#148ce8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:1079px){._promotionIcon_18fwl_209{width:1.25rem;height:1.25rem}}._promotionText_18fwl_226{flex:1;display:flex;flex-direction:column;gap:.125rem}._promotionLabel_18fwl_233{font-size:.85rem;font-weight:600;color:#2b88d8}@media(max-width:1079px){._promotionLabel_18fwl_233{font-size:.8rem}}._promotionDescription_18fwl_244{font-size:.8125rem;font-weight:600;color:var(--rise-color-text-primary, #1d1d1f);background:radial-gradient(ellipse at bottom right,#00328e,#0549a5,#0a5fbb 50%,#148ce8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.4}@media(max-width:1079px){._promotionDescription_18fwl_244{font-size:.75rem}}._divider_18fwl_259{width:100%;height:1px;background:var(--rise-color-border-default, #333)}._description_18fwl_265{font-size:.9rem;line-height:1.6;color:var(--rise-color-text-secondary, #ccc);margin:0}@media(max-width:1199px){._description_18fwl_265{font-size:.85rem}}@media(max-width:1079px){._description_18fwl_265{font-size:.8rem;line-height:1.5}}._specsList_18fwl_283{display:flex;flex-direction:column;gap:.625rem;list-style:none;padding:0;margin:0}@media(max-width:1199px){._specsList_18fwl_283{gap:.5rem}}@media(max-width:1079px){._specsList_18fwl_283{gap:.5rem}}._specItem_18fwl_302{display:flex;align-items:flex-start;gap:.625rem}@media(max-width:1079px){._specItem_18fwl_302{gap:.5rem}}._specIcon_18fwl_313{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:.375rem;border-radius:var(--rise-border-radius-sm, .5rem);color:var(--rise-color-brand-foreground-compound, #0f6cbd);background:radial-gradient(119.31% 626% at 100% 100%,#00328e0d,#148ce80d)}@media(max-width:1199px){._specIcon_18fwl_313{width:1.75rem;height:1.75rem}}@media(max-width:1079px){._specIcon_18fwl_313{width:1.5rem;height:1.5rem}}._specIcon_18fwl_313 svg{width:100%;height:100%}._specContent_18fwl_342{flex:1;display:flex;flex-direction:column;gap:.125rem}._specLabel_18fwl_349{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--rise-color-text-tertiary, #999)}@media(max-width:1079px){._specLabel_18fwl_349{font-size:.65rem}}._specValue_18fwl_362{font-size:.9rem;font-weight:600;color:var(--rise-color-text-primary, #000);line-height:1.3}@media(max-width:1199px){._specValue_18fwl_362{font-size:.85rem}}@media(max-width:1079px){._specValue_18fwl_362{font-size:.8rem}}._specSubtext_18fwl_379{font-size:.8rem;color:var(--rise-color-text-tertiary, #666)}@media(max-width:1079px){._specSubtext_18fwl_379{font-size:.75rem}}._footer_18fwl_389{display:flex;align-items:center;justify-content:flex-start;padding-top:.75rem;margin-top:auto;border-top:1px solid var(--rise-color-border-default, #e0e0e0);gap:.75rem}._skuNumber_18fwl_399{font-size:.85rem;color:var(--rise-color-text-tertiary, #666);font-weight:500}._stockStatus_18fwl_405{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .5rem;border:1px solid #9fd89f;border-radius:.25rem;background:#f1faf1}._stockStatusOut_18fwl_415{border-color:#d13438;background:#fdf3f4}._inStock_18fwl_420{font-size:.625rem;font-weight:500;color:var(--rise-color-status-success, #107c41);line-height:.875rem;white-space:nowrap}._outOfStock_18fwl_428{font-size:.625rem;font-weight:500;color:var(--rise-color-status-error, #cc0000);line-height:.875rem;white-space:nowrap}._modelNumber_18fwl_436{font-size:.75rem;color:var(--rise-color-text-tertiary, #666)}.dark-theme ._card_18fwl_13{background:var(--rise-color-surface-default, #2a2a2a);border-color:var(--rise-color-border-default, #444)}.dark-theme ._card_18fwl_13:hover{box-shadow:0 .5rem 1.25rem #00000080}.dark-theme ._card_18fwl_13._selected_18fwl_56{box-shadow:0 .75rem 1.5rem #667eea66}.dark-theme ._badges_18fwl_70 ._currentBadge_18fwl_78,.dark-theme ._currentPrice_18fwl_128{color:var(--rise-color-text-primary, #fff)}.dark-theme ._msrpPrice_18fwl_151{color:var(--rise-color-price-original-strike)}.dark-theme ._tierName_18fwl_159{color:var(--rise-color-text-primary, #fff)}.dark-theme ._divider_18fwl_259{background:var(--rise-color-border-default, #444)}.dark-theme ._description_18fwl_265{color:var(--rise-color-text-secondary, #aaa)}.dark-theme ._specIcon_18fwl_313,.dark-theme ._specLabel_18fwl_349{color:var(--rise-color-text-tertiary, #888)}.dark-theme ._specValue_18fwl_362{color:var(--rise-color-text-primary, #fff)}.dark-theme ._specSubtext_18fwl_379{color:var(--rise-color-text-tertiary, #888)}.dark-theme ._footer_18fwl_389{border-top-color:var(--rise-color-border-default, #444)}.dark-theme ._stockStatus_18fwl_405,.dark-theme ._stockStatusOut_18fwl_415{background:transparent}.dark-theme ._modelNumber_18fwl_436{color:var(--rise-color-text-tertiary, #888)}.dark-theme ._checkboxLabel_18fwl_491{color:var(--rise-color-text-primary, #fff)}.dark-theme ._infoButton_18fwl_494{color:var(--rise-color-text-tertiary, #888)}.dark-theme ._infoButton_18fwl_494:hover{color:var(--rise-color-text-primary, #fff)}@keyframes _skeleton-loading_1xw69_1{0%{background-position:100% 50%}to{background-position:0 50%}}._skeleton_1xw69_9{background:var(--rise-color-bg-primary);border:1px solid var(--rise-color-border-primary);border-radius:var(--rise-border-radius-xl, .75rem);padding:1.5rem;width:100%;max-width:min(100%,21.875rem);display:flex;flex-direction:column;gap:1rem}._image_1xw69_21,._name_1xw69_22,._priceLine_1xw69_23,._specItem_1xw69_24,._button_1xw69_25{background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_1xw69_1 1.5s ease-in-out infinite;border-radius:var(--rise-border-radius-md, .5rem)}@media(prefers-reduced-motion:reduce){._image_1xw69_21,._name_1xw69_22,._priceLine_1xw69_23,._specItem_1xw69_24,._button_1xw69_25{animation:none;background:var(--rise-color-skeleton-base)}}._image_1xw69_21{width:100%;height:12.5rem;margin-bottom:.5rem}._name_1xw69_22{width:70%;height:1.5rem}._priceLine_1xw69_23{width:40%;height:1.75rem;margin:.5rem 0}._specs_1xw69_59{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}._specItem_1xw69_24{width:100%;height:1rem}._specItem_1xw69_24:nth-child(2){width:90%}._specItem_1xw69_24:nth-child(3){width:85%}._specItem_1xw69_24:nth-child(4){width:95%}._button_1xw69_25{width:100%;height:2.75rem;margin-top:1rem}@keyframes _skeleton-loading_19uxp_1{0%{background-position:100% 50%}to{background-position:0 50%}}._galleryContainer_19uxp_22{flex:1;overflow-x:auto;overflow-y:auto;position:relative;cursor:grab;-webkit-user-select:none;user-select:none;padding-top:1.25rem;padding-bottom:1.25rem}._galleryContainer_19uxp_22::-webkit-scrollbar{width:.25rem;height:.25rem;transition:.3s ease-in-out}._galleryContainer_19uxp_22::-webkit-scrollbar-track{background:var(--rise-color-bg-tertiary, #f3f4f6);border-radius:var(--md-border-radius-xs, 4px)}._galleryContainer_19uxp_22::-webkit-scrollbar-thumb{background:var(--rise-color-border-strong, #d1d5db);border-radius:var(--md-border-radius-xs, 4px);border:.25rem solid transparent;transition:1s ease-in-out}._galleryContainer_19uxp_22::-webkit-scrollbar-thumb:hover{background:var(--rise-color-border-default, #e5e7eb)}._galleryContainer_19uxp_22::-webkit-scrollbar-track{margin:.5rem}._galleryContainer_19uxp_22{-ms-overflow-style:-ms-autohiding-scrollbar}._galleryContainer_19uxp_22::-webkit-scrollbar:horizontal{display:none}._galleryContainer_19uxp_22:active{cursor:grabbing}._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(min(100%,17.5rem),18.75rem);gap:1.5rem;width:fit-content;padding:0 1.5rem}._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62:after{content:"";display:block;width:2rem;flex-shrink:0}@media(max-width:1359px){._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62{gap:1.5rem}}@media(max-width:1199px){._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62{padding:0 1.25rem;gap:1.25rem}._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62:after{width:1.5rem}}@media(max-width:1079px){._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62{grid-auto-columns:minmax(min(100%,17.5rem),21.25rem);padding:0 1rem;gap:1rem}._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62:after{width:1.25rem}}@media(max-width:991px){._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62{grid-auto-columns:minmax(min(100%,16.25rem),18.75rem);padding:0 .75rem;gap:.75rem}._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62:after{width:1rem}}@media(max-width:359px){._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62{grid-auto-columns:minmax(min(100%,15rem),17.5rem);padding:0 .5rem;gap:.5rem}._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62:after{width:.75rem}}._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62 ._cardWrapper_19uxp_120{height:100%;min-height:0;width:100%;display:flex;align-items:stretch;justify-content:center;cursor:pointer;transform:translateY(0);transition:transform .3s ease-in-out}._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62 ._cardWrapper_19uxp_120:hover{transform:translateY(-.9375rem)}._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62 ._cardWrapper_19uxp_120._selected_19uxp_134{transform:translateY(-.9375rem);cursor:default}._galleryContainer_19uxp_22 ._galleryTrack_19uxp_62 ._cardWrapper_19uxp_120._selected_19uxp_134:hover{transform:translateY(-.9375rem)}._carouselIndicator_19uxp_142{display:flex;align-items:center;justify-content:center;gap:.75rem}@media(max-width:1199px){._carouselIndicator_19uxp_142{gap:.625rem;margin-top:.625rem;padding:.375rem}}@media(max-width:1079px){._carouselIndicator_19uxp_142{gap:.5rem;margin-top:.5rem;padding:.25rem}}._carouselIndicator_19uxp_142 ._indicatorNav_19uxp_162{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;cursor:pointer;color:var(--rise-color-text-primary, #000);transition:all .2s ease}@media(max-width:1199px){._carouselIndicator_19uxp_142 ._indicatorNav_19uxp_162{width:2.25rem;height:2.25rem}}@media(max-width:1079px){._carouselIndicator_19uxp_142 ._indicatorNav_19uxp_162{width:2rem;height:2rem;border-width:1.5px}}@media(max-width:991px){._carouselIndicator_19uxp_142 ._indicatorNav_19uxp_162{width:2.25rem;height:2.25rem}}._carouselIndicator_19uxp_142 ._indicatorNav_19uxp_162:disabled{opacity:.3;cursor:not-allowed}._carouselIndicator_19uxp_142 ._indicatorNav_19uxp_162:hover:not(:disabled){transform:scale(1.15)}._carouselIndicator_19uxp_142 ._indicatorNav_19uxp_162 svg{width:1.25rem;height:1.25rem}@media(max-width:1199px){._carouselIndicator_19uxp_142 ._indicatorNav_19uxp_162 svg{width:1.125rem;height:1.125rem}}@media(max-width:1079px){._carouselIndicator_19uxp_142 ._indicatorNav_19uxp_162 svg{width:1rem;height:1rem}}@media(max-width:991px){._carouselIndicator_19uxp_142 ._indicatorNav_19uxp_162 svg{width:.875rem;height:.875rem}}._carouselIndicator_19uxp_142 ._indicatorText_19uxp_220{font-size:.9rem;font-weight:500;color:var(--rise-color-text-secondary, #666)}@media(max-width:1199px){._carouselIndicator_19uxp_142 ._indicatorText_19uxp_220{font-size:.8125rem}}@media(max-width:1079px){._carouselIndicator_19uxp_142 ._indicatorText_19uxp_220{font-size:.75rem}}@media(max-width:991px){._carouselIndicator_19uxp_142 ._indicatorText_19uxp_220{font-size:.6875rem}}@keyframes _skeleton-loading_nuaip_1{0%{background-position:100% 50%}to{background-position:0 50%}}:root._dark-theme_nuaip_102{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_nuaip_102{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._columnCard_nuaip_398{position:relative;z-index:1;grid-row:1/-1;display:grid;grid-template-rows:subgrid;min-width:var(--config-width)}._columnCard_nuaip_398._currentDevice_nuaip_406{position:sticky;left:var(--feature-width);z-index:7;isolation:isolate;background:var(--rise-color-bg-secondary, #f9fafb)}._columnCard_nuaip_398._selected_nuaip_413 ._columnHeader_nuaip_413,._columnCard_nuaip_398._selected_nuaip_413 ._specValue_nuaip_414{cursor:default}._columnCard_nuaip_398._hovered_nuaip_417{z-index:3;isolation:isolate}._columnCard_nuaip_398._hovered_nuaip_417 ._columnHeader_nuaip_413:after{content:"";position:absolute;inset:0 0 -1px;padding:.125rem .125rem 0;border-top-left-radius:1rem;border-top-right-radius:1rem;background:linear-gradient(to right,#148ce8,#00328e);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;z-index:3}._columnCard_nuaip_398._hovered_nuaip_417 ._specValue_nuaip_414:after{content:"";position:absolute;inset:-.0625rem 0;padding:0 .125rem;background:linear-gradient(to right,#148ce8,#00328e);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;z-index:3}._columnCard_nuaip_398._hovered_nuaip_417 ._specValue_nuaip_414._lastRow_nuaip_449:after{inset:-.0625rem 0 0;padding:0 .125rem .125rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}._scrollShadow_nuaip_456{position:absolute;top:0;right:0;bottom:0;width:.75rem;transform:translate(50%);background:linear-gradient(to right,rgba(0,0,0,.14),transparent);pointer-events:none;z-index:10}._columnHeader_nuaip_413{position:sticky;top:0;z-index:5;cursor:pointer;isolation:isolate;padding-top:1rem;padding-bottom:0;padding-left:.75rem;padding-right:.75rem;text-align:center;background:var(--rise-color-bg-primary, #fff);border-bottom:1px solid var(--rise-color-border-default, #e5e7eb);font-weight:600;color:var(--rise-color-text-primary, #1d1d1f);line-height:1.5}._columnHeader_nuaip_413:focus-visible{outline:.125rem solid var(--rise-color-accent-primary, #0066cc);outline-offset:-.125rem}@media(max-width:991px){._columnHeader_nuaip_413{padding:.875rem .375rem}}@media(max-width:359px){._columnHeader_nuaip_413{padding:.75rem .25rem}}@media(min-width:992px)and (max-width:1079px){._columnHeader_nuaip_413{padding:1rem .625rem}}._columnCard_nuaip_398._currentDevice_nuaip_406 ._columnHeader_nuaip_413{z-index:7;background:var(--rise-color-bg-primary, #fff)}._columnBody_nuaip_510{display:contents}._specValue_nuaip_414{position:relative;cursor:pointer;display:flex;align-items:center;font-size:.875rem;font-weight:500;padding:1rem .75rem;border-bottom:1px solid var(--rise-color-border-default);color:var(--rise-color-text-secondary);line-height:1.35;background:var(--rise-color-bg-secondary, #f9fafb)}._specValue_nuaip_414:focus-visible{outline:.125rem solid var(--rise-color-accent-primary);outline-offset:-.125rem}@media(max-width:991px){._specValue_nuaip_414{padding:.625rem .375rem}}@media(max-width:359px){._specValue_nuaip_414{padding:.5rem .25rem}}@media(min-width:992px)and (max-width:1079px){._specValue_nuaip_414{padding:.75rem .625rem}}._columnCard_nuaip_398._currentDevice_nuaip_406 ._specValue_nuaip_414{background:var(--rise-color-bg-secondary, #f9fafb)}._columnHeaderContent_nuaip_551{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:.375rem;min-height:8.25rem}._headerPills_nuaip_561{display:flex;align-items:center;gap:.5rem;min-height:1.75rem;flex-wrap:wrap}._selectedPill_nuaip_569,._thisDeviceLabel_nuaip_570{display:inline-flex;align-items:center;justify-content:center;min-height:1.75rem;padding:.25rem .625rem;border-radius:.45rem;font-size:.6875rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}._selectedPill_nuaip_569{background:var(--rise-color-price-hero-gradient);color:var(--rise-color-text-inverse, #ffffff)}._thisDeviceLabel_nuaip_570{color:var(--rise-color-text-secondary, #4b5563);background:transparent;padding-inline:0;border-radius:0}._priceDisplay_nuaip_596{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}._priceAmount_nuaip_603{line-height:1;letter-spacing:-.03em;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}._priceCurrent_nuaip_612{font-size:var(--rise-font-size-heading-md);font-weight:var(--rise-font-weight-bold);color:var(--rise-color-text-primary)}._priceOriginal_nuaip_618{font-size:var(--rise-font-size-text-sm);font-weight:var(--rise-font-weight-semibold, 600);color:var(--rise-color-price-original-strike);text-decoration:line-through}._deviceBadge_nuaip_625{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;text-align:left}._badgeName_nuaip_633{font-size:.875rem;font-weight:800;color:var(--rise-color-text-primary, #111827)}._badgeDescription_nuaip_639{font-size:.75rem;font-weight:600;color:var(--rise-color-status-info, #0078d4);line-height:1.3;max-width:17rem}@media(prefers-reduced-motion:reduce){._columnHeader_nuaip_413,._specValue_nuaip_414{transition:none}}@media(max-width:1359px){._priceCurrent_nuaip_612{font-size:var(--rise-font-size-heading-xs)}._priceAmount_nuaip_603{gap:.375rem}}.dark-theme ._columnCard_nuaip_398._currentDevice_nuaip_406{background:var(--rise-color-surface-default, #2a2a2a)}.dark-theme ._scrollShadow_nuaip_456{background:linear-gradient(to right,var(--rise-color-shadow-key, rgba(0, 0, 0, .35)),transparent)}.dark-theme ._columnHeader_nuaip_413{background-color:var(--rise-color-surface-default, #2a2a2a);color:var(--rise-color-text-primary, #fff);border-bottom-color:var(--rise-color-border-default, #444)}.dark-theme ._columnCard_nuaip_398._currentDevice_nuaip_406 ._columnHeader_nuaip_413{background:var(--rise-color-surface-default, #2a2a2a)}.dark-theme ._specValue_nuaip_414{color:var(--rise-color-text-primary, #fff);background-color:var(--rise-color-surface-default, #2a2a2a);border-bottom-color:var(--rise-color-border-default, #444)}.dark-theme ._columnCard_nuaip_398._currentDevice_nuaip_406 ._specValue_nuaip_414{background-color:var(--rise-color-surface-default, #2a2a2a)}.dark-theme ._priceAmount_nuaip_603{color:var(--rise-color-text-primary, #fff)}.dark-theme ._priceOriginal_nuaip_618{color:var(--rise-color-price-original-strike)}.dark-theme ._badgeName_nuaip_633{color:var(--rise-color-text-primary, #fff)}.dark-theme ._badgeDescription_nuaip_639{color:var(--rise-color-accent-primary, #4d9fff)}@keyframes _skeleton-loading_fgah0_1{0%{background-position:100% 50%}to{background-position:0 50%}}._tableWrapper_fgah0_21{flex:1 1 auto;min-height:0;margin:0 1.25rem;border-radius:1rem;overflow-x:hidden;overflow-y:hidden;background:var(--rise-color-bg-secondary, #f9fafb)}._tableWrapper_fgah0_21 ._tableContainer_fgah0_30{width:100%;height:100%;position:relative;scroll-behavior:smooth;overflow-x:auto;overflow-y:auto}._tableWrapper_fgah0_21 ._tableContainer_fgah0_30::-webkit-scrollbar{width:.25rem;height:.25rem;transition:.3s ease-in-out}._tableWrapper_fgah0_21 ._tableContainer_fgah0_30::-webkit-scrollbar-track{background:var(--rise-color-bg-tertiary, #f3f4f6);border-radius:var(--md-border-radius-xs, 4px)}._tableWrapper_fgah0_21 ._tableContainer_fgah0_30::-webkit-scrollbar-thumb{background:var(--rise-color-border-strong, #d1d5db);border-radius:var(--md-border-radius-xs, 4px);border:.25rem solid transparent;transition:1s ease-in-out}._tableWrapper_fgah0_21 ._tableContainer_fgah0_30::-webkit-scrollbar-thumb:hover{background:var(--rise-color-border-default, #e5e7eb)}._tableWrapper_fgah0_21 ._tableContainer_fgah0_30::-webkit-scrollbar-track{margin:.5rem}._tableWrapper_fgah0_21 ._tableContainer_fgah0_30:focus-visible{outline:2px solid var(--rise-color-accent-primary, #0066cc);outline-offset:-2px}._tableWrapper_fgah0_21 ._comparisonLayout_fgah0_63{--feature-width: 15rem;--config-width: 17.875rem;display:grid;grid-template-rows:auto repeat(var(--spec-row-count, 9),auto);width:max-content;min-width:100%;font-size:.875rem;border-radius:1rem;box-sizing:border-box}._tableWrapper_fgah0_21 ._comparisonLayout_fgah0_63 *,._tableWrapper_fgah0_21 ._comparisonLayout_fgah0_63 *:before,._tableWrapper_fgah0_21 ._comparisonLayout_fgah0_63 *:after{box-sizing:border-box}._tableWrapper_fgah0_21 ._comparisonLayout_fgah0_63._draggable_fgah0_79{cursor:grab}@media(max-width:1199px){._tableWrapper_fgah0_21 ._comparisonLayout_fgah0_63{font-size:.8125rem}}@media(max-width:1079px){._tableWrapper_fgah0_21 ._comparisonLayout_fgah0_63{font-size:.75rem}}@media(max-width:991px){._tableWrapper_fgah0_21 ._comparisonLayout_fgah0_63{font-size:.6875rem;--feature-width: 8.75rem;--config-width: 11.25rem}}@media(max-width:359px){._tableWrapper_fgah0_21 ._comparisonLayout_fgah0_63{--feature-width: 7.25rem;--config-width: 10rem}}@media(min-width:992px)and (max-width:1079px){._tableWrapper_fgah0_21 ._comparisonLayout_fgah0_63{--feature-width: 11.5rem;--config-width: 12.5rem}}._tableWrapper_fgah0_21 ._featureColumn_fgah0_111{position:sticky;left:0;z-index:8;grid-column:1;grid-row:1/-1;display:grid;grid-template-rows:subgrid;isolation:isolate;background:var(--rise-color-bg-secondary, #fff)}._tableWrapper_fgah0_21 ._featureHeader_fgah0_122{position:sticky;top:0;z-index:7;padding-top:1rem;padding-bottom:0;padding-inline:1.5rem;background:var(--rise-color-bg-primary, #fff);border-bottom:1px solid var(--rise-color-border-default, #e5e7eb)}._tableWrapper_fgah0_21 ._featureLabel_fgah0_132{display:flex;align-items:center;text-align:left;font-weight:700;color:var(--rise-color-text-primary, #111827);padding:1rem .75rem;padding-inline:1.5rem;border-bottom:1px solid var(--rise-color-border-default, #e5e7eb);background:var(--rise-color-bg-secondary, #fff)}@media(max-width:991px){._tableWrapper_fgah0_21 ._featureLabel_fgah0_132{padding:.625rem .375rem}}@media(max-width:359px){._tableWrapper_fgah0_21 ._featureLabel_fgah0_132{padding:.5rem .25rem}}@media(min-width:992px)and (max-width:1079px){._tableWrapper_fgah0_21 ._featureLabel_fgah0_132{padding:.75rem .625rem}}._tableWrapper_fgah0_21 ._columnsTrack_fgah0_158{display:contents}@media(prefers-reduced-motion:reduce){._tableWrapper_fgah0_21 ._tableContainer_fgah0_30{scroll-behavior:auto}}.dark-theme ._tableWrapper_fgah0_21 ._tableContainer_fgah0_30._showLeftShadow_fgah0_166:before{background:linear-gradient(to right,var(--rise-color-bg-overlay, rgba(0, 0, 0, .5)),transparent)}.dark-theme ._tableWrapper_fgah0_21 ._tableContainer_fgah0_30._showRightShadow_fgah0_169:after{background:linear-gradient(to left,var(--rise-color-bg-overlay, rgba(0, 0, 0, .5)),transparent)}.dark-theme ._tableWrapper_fgah0_21 ._comparisonLayout_fgah0_63{background-color:var(--rise-color-surface-default, #2a2a2a)}.dark-theme ._tableWrapper_fgah0_21 ._featureHeader_fgah0_122{background-color:var(--rise-color-surface-default, #2a2a2a);border-bottom-color:var(--rise-color-border-default, #444)}.dark-theme ._tableWrapper_fgah0_21 ._featureLabel_fgah0_132{background-color:var(--rise-color-surface-default, #2a2a2a);color:var(--rise-color-text-secondary, #aaa);border-bottom-color:var(--rise-color-border-default, #444)}:root._dark-theme_1yt6f_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1yt6f_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}@keyframes _skeleton-loading_1yt6f_1{0%{background-position:100% 50%}to{background-position:0 50%}}._specsPage_1yt6f_398{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:1.25rem;height:100%;background:var(--rise-color-bg-primary);overflow:hidden;border-radius:1.5rem;box-shadow:0 .25rem .5rem var(--rise-color-shadow-key),0 0 .125rem var(--rise-color-shadow-ambient)}@media(max-width:1079px){._specsPage_1yt6f_398{grid-template-columns:1fr;height:auto;overflow:visible}._specsPage_1yt6f_398 ._leftPanel_1yt6f_416{height:auto}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419{max-height:none}._specsPage_1yt6f_398 ._specsContent_1yt6f_422{overflow-y:visible}}._specsPage_1yt6f_398 ._leftPanel_1yt6f_416{display:flex;flex-direction:column;height:100%}._specsPage_1yt6f_398 ._leftPanel_1yt6f_416 ._deviceImageContainer_1yt6f_431{position:relative;aspect-ratio:16/10;background:var(--rise-color-bg-primary);border-radius:.75rem;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:1}._specsPage_1yt6f_398 ._leftPanel_1yt6f_416 ._deviceImageContainer_1yt6f_431 ._deviceImage_1yt6f_431{width:100%;height:100%;object-fit:contain;padding:1rem;transition:opacity .25s ease}@media(prefers-reduced-motion:reduce){._specsPage_1yt6f_398 ._leftPanel_1yt6f_416 ._deviceImageContainer_1yt6f_431 ._deviceImage_1yt6f_431{transition:none}}._specsPage_1yt6f_398 ._leftPanel_1yt6f_416 ._deviceImageContainer_1yt6f_431 ._deviceImageShimmer_1yt6f_454{position:absolute;inset:0;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_1yt6f_1 1.5s ease-in-out infinite;border-radius:.75rem}@media(prefers-reduced-motion:reduce){._specsPage_1yt6f_398 ._leftPanel_1yt6f_416 ._deviceImageContainer_1yt6f_431 ._deviceImageShimmer_1yt6f_454{animation:none;background:var(--rise-color-skeleton-base)}}._specsPage_1yt6f_398 ._leftPanel_1yt6f_416 ._deviceImageContainer_1yt6f_431 ._mediaVisible_1yt6f_468{opacity:1}._specsPage_1yt6f_398 ._leftPanel_1yt6f_416 ._deviceImageContainer_1yt6f_431 ._mediaHidden_1yt6f_471{opacity:0}._specsPage_1yt6f_398 ._leftPanel_1yt6f_416 ._deviceImageContainer_1yt6f_431 ._deviceImagePlaceholder_1yt6f_474{width:60%;height:60%;color:var(--rise-color-text-tertiary);opacity:.3}._specsPage_1yt6f_398 ._leftPanel_1yt6f_416 ._deviceImageContainer_1yt6f_431 ._deviceImagePlaceholder_1yt6f_474 svg{width:100%;height:100%}._specsPage_1yt6f_398 ._leftPanel_1yt6f_416 ._actionInvite_1yt6f_484{margin:1rem;display:flex;gap:1rem;flex-direction:column;height:100%;align-items:center}._specsPage_1yt6f_398 ._leftPanel_1yt6f_416 ._actionInvite_1yt6f_484 ._moreDetails_1yt6f_492{font-weight:var(--rise-font-weight-semibold);font-size:var(--rise-font-size-text-md);line-height:var(--rise-line-height-text-md);letter-spacing:var(--rise-letter-spacing-none);vertical-align:bottom}._specsPage_1yt6f_398 ._leftPanel_1yt6f_416 ._exploreFeatureButton_1yt6f_499{width:100%;display:flex;justify-content:center;margin-bottom:1rem}._specsPage_1yt6f_398 ._leftPanel_1yt6f_416 ._exploreFeatureButton_1yt6f_499 ._button_1yt6f_505{width:fit-content}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419{display:flex;flex-direction:column;gap:1.5rem;min-height:0;max-height:100%}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsHeader_1yt6f_515{display:flex;align-items:baseline;justify-content:space-between;flex-shrink:0;gap:1rem}@media(max-width:991px){._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsHeader_1yt6f_515{flex-direction:column;align-items:flex-start}}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsHeader_1yt6f_515 ._specsTitle_1yt6f_528{font-size:var(--rise-font-size-text-xxl);font-weight:var(--rise-font-weight-semibold);line-height:var(--rise-line-height-text-lg);letter-spacing:var(--rise-letter-spacing-none);color:var(--rise-color-text-primary);margin:0}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422{flex-grow:1;overflow-y:auto;margin-bottom:2.5rem}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422::-webkit-scrollbar{width:.25rem;height:.25rem;transition:.3s ease-in-out}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422::-webkit-scrollbar-track{background:var(--rise-color-bg-tertiary, #f3f4f6);border-radius:var(--md-border-radius-xs, 4px)}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422::-webkit-scrollbar-thumb{background:var(--rise-color-border-strong, #d1d5db);border-radius:var(--md-border-radius-xs, 4px);border:.25rem solid transparent;transition:1s ease-in-out}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422::-webkit-scrollbar-thumb:hover{background:var(--rise-color-border-default, #e5e7eb)}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422::-webkit-scrollbar-track{margin:.5rem}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._keySpecsSection_1yt6f_562{margin-bottom:1rem}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._keySpecsSection_1yt6f_562 ._keySpecsGrid_1yt6f_565{display:grid;grid-template-columns:1fr 1fr;gap:var(--rise-space-spacing-sm)}@media(max-width:991px){._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._keySpecsSection_1yt6f_562 ._keySpecsGrid_1yt6f_565{grid-template-columns:1fr;gap:var(--rise-space-spacing-md)}}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._keySpecsSection_1yt6f_562 ._keySpecItem_1yt6f_576{display:flex;align-items:center;gap:var(--rise-space-spacing-md);padding:0}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._keySpecsSection_1yt6f_562 ._keySpecItem_1yt6f_576 ._keySpecIcon_1yt6f_582{width:2rem;height:2rem;padding:var(--rise-space-spacing-sm);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--rise-color-text-secondary);background:radial-gradient(119.31% 626% at 100% 100%,#00328e0d,#148ce80d);border-radius:var(--rise-border-radius-md);opacity:1}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._keySpecsSection_1yt6f_562 ._keySpecItem_1yt6f_576 ._keySpecIcon_1yt6f_582 svg{width:100%;height:100%}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._keySpecsSection_1yt6f_562 ._keySpecItem_1yt6f_576 ._keySpecContent_1yt6f_599{flex:1;min-width:0}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._keySpecsSection_1yt6f_562 ._keySpecItem_1yt6f_576 ._keySpecContent_1yt6f_599 ._keySpecLabel_1yt6f_603{font-size:var(--rise-font-size-text-xs);font-weight:var(--rise-font-weight-semibold);line-height:var(--rise-line-height-text-xs);letter-spacing:var(--rise-letter-spacing-none);color:var(--rise-color-text-tertiary);margin-bottom:var(--rise-space-spacing-none);text-transform:uppercase}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._keySpecsSection_1yt6f_562 ._keySpecItem_1yt6f_576 ._keySpecContent_1yt6f_599 ._keySpecValue_1yt6f_612{font-size:var(--rise-font-size-text-sm);font-weight:var(--rise-font-weight-bold);line-height:var(--rise-line-height-text-sm);letter-spacing:var(--rise-letter-spacing-none);color:var(--rise-color-text-secondary);word-break:break-word;overflow-wrap:anywhere}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._specsTableContainer_1yt6f_621{overflow-y:auto}@media(max-width:1199px){._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._specsTableContainer_1yt6f_621{overflow-y:visible}}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._specsTableContainer_1yt6f_621 ._specRow_1yt6f_629{display:grid;grid-template-columns:1fr 1fr;gap:1rem;justify-content:space-between;border-bottom:.0625rem solid var(--rise-color-border-default)}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._specsTableContainer_1yt6f_621 ._specRow_1yt6f_629 ._specLabelCell_1yt6f_636{display:flex;align-items:center;gap:var(--rise-space-spacing-xs);padding:var(--rise-space-spacing-lg) 0;font-size:var(--rise-font-size-text-md);font-weight:var(--rise-font-weight-semibold);color:var(--rise-color-text-primary);cursor:default}@media(max-width:991px){._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._specsTableContainer_1yt6f_621 ._specRow_1yt6f_629 ._specLabelCell_1yt6f_636{padding:var(--rise-space-spacing-lg) 0;font-size:var(--rise-font-size-text-md)}}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._specsTableContainer_1yt6f_621 ._specRow_1yt6f_629 ._specLabelCell_1yt6f_636 ._infoIcon_1yt6f_652{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;color:var(--rise-color-text-secondary);flex-shrink:0;cursor:pointer;transition:color .15s ease}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._specsTableContainer_1yt6f_621 ._specRow_1yt6f_629 ._specLabelCell_1yt6f_636 ._infoIcon_1yt6f_652 svg{width:100%;height:100%}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._specsTableContainer_1yt6f_621 ._specRow_1yt6f_629 ._specLabelCell_1yt6f_636:hover ._infoIcon_1yt6f_652{color:var(--rise-color-accent-primary)}._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._specsTableContainer_1yt6f_621 ._specRow_1yt6f_629 ._specValueCell_1yt6f_670{text-align:start;padding:var(--rise-space-spacing-lg) 0;font-size:var(--rise-font-size-text-md);line-height:var(--rise-line-height-text-sm);font-weight:var(--rise-font-weight-regular);color:var(--rise-color-text-primary);word-break:break-word}@media(max-width:991px){._specsPage_1yt6f_398 ._rightPanel_1yt6f_419 ._specsContent_1yt6f_422 ._specsTableContainer_1yt6f_621 ._specRow_1yt6f_629 ._specValueCell_1yt6f_670{padding:var(--rise-space-spacing-lg) 0;font-size:var(--rise-font-size-text-md)}}._keySpecSkeleton_1yt6f_686{flex:1;min-width:0;height:2.5rem;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_1yt6f_1 1.5s ease-in-out infinite;border-radius:.5rem}@media(prefers-reduced-motion:reduce){._keySpecSkeleton_1yt6f_686{animation:none;background:var(--rise-color-skeleton-base)}}._loadingState_1yt6f_702,._noSpecs_1yt6f_709{padding:2rem;text-align:center;color:var(--rise-color-text-secondary);font-style:italic}:root._dark-theme_ix6qz_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_ix6qz_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}@keyframes _skeleton-loading_ix6qz_1{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes _float_ix6qz_1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes _marquee-text_ix6qz_1{0%{transform:translate(var(--truncated-anim, 100%))}to{transform:translate(calc(var(--truncated-anim, 100%) * -1))}}@keyframes _fade-in_ix6qz_1{0%{opacity:0}to{opacity:1}}._skeleton_ix6qz_422{display:inline-block;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_ix6qz_1 1.5s ease-in-out infinite;border-radius:.375rem}@media(prefers-reduced-motion:reduce){._skeleton_ix6qz_422{animation:none;background:var(--rise-color-skeleton-base)}}._tabSkeleton_ix6qz_436{height:1.25rem;width:7.5rem;margin:.75rem .625rem}._titleSkeleton_ix6qz_442{height:2.5rem;width:70%;margin:0 0 .75rem}._descriptionSkeleton_ix6qz_448{height:3.75rem;width:100%;max-width:30rem;margin-bottom:1rem}._heroSkeleton_ix6qz_455{border-radius:.75rem}._usageCardSkeleton_ix6qz_459{background:none;border:none;box-shadow:none;min-height:17.5rem;width:100%;padding:0}._collectionsPage_ix6qz_468{height:100vh;padding:3rem 2rem 2rem;margin:0 auto;background:var(--rise-color-bg-primary)}@media(max-width:991px){._collectionsPage_ix6qz_468{padding:4rem 1rem 1rem}}._page_ix6qz_480{background:var(--rise-color-card-bg);border:.125rem solid var(--rise-color-card-border);backdrop-filter:blur(1.5625rem);-webkit-backdrop-filter:blur(1.5625rem);box-shadow:0 .375rem 1rem #7d7f8033;border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:column;height:100%}._empty_ix6qz_493{padding:3rem;text-align:center;color:var(--rise-color-text-secondary)}._tabList_ix6qz_499{display:flex;gap:0;padding:0 1rem;align-items:stretch;justify-content:center;flex-wrap:wrap}._tab_ix6qz_436{position:relative;display:inline-flex;align-items:center;gap:.375rem;height:2.75rem;padding:.75rem .625rem;background:transparent;border:none;border-radius:.25rem;color:var(--rise-color-text-secondary);font-family:var(--rise-font-family);font-size:.875rem;font-weight:var(--rise-font-weight-normal);line-height:1.25rem;cursor:pointer;transition:color .15s ease}._tab_ix6qz_436:hover{color:var(--rise-color-text-primary)}._tab_ix6qz_436:focus-visible{outline:.125rem solid var(--rise-color-border-focus);outline-offset:.125rem}._tabActive_ix6qz_534{color:var(--rise-color-text-primary);font-weight:var(--rise-font-weight-semibold)}._tabLabel_ix6qz_539{padding:0 .125rem;white-space:nowrap}._tabDeviceIcon_ix6qz_544{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;color:var(--rise-color-accent-primary)}._tabIndicator_ix6qz_553{position:absolute;left:.75rem;right:.75rem;bottom:0;height:.1875rem;border-radius:624.9375rem;background:var(--rise-color-accent-primary)}._body_ix6qz_563{display:flex;align-items:stretch;gap:2rem;padding:.75rem 2rem 2rem;height:100%;animation:_fade-in_ix6qz_1 .3s ease-in-out;overflow-y:auto}._body_ix6qz_563::-webkit-scrollbar{width:.25rem;height:.25rem;transition:.3s ease-in-out}._body_ix6qz_563::-webkit-scrollbar-track{background:var(--rise-color-bg-tertiary, #f3f4f6);border-radius:var(--md-border-radius-xs, 4px)}._body_ix6qz_563::-webkit-scrollbar-thumb{background:var(--rise-color-border-strong, #d1d5db);border-radius:var(--md-border-radius-xs, 4px);border:.25rem solid transparent;transition:1s ease-in-out}._body_ix6qz_563::-webkit-scrollbar-thumb:hover{background:var(--rise-color-border-default, #e5e7eb)}._body_ix6qz_563::-webkit-scrollbar-track{margin:.5rem}@media(max-width:1079px){._body_ix6qz_563{flex-direction:column;padding:.75rem 1.5rem 1.5rem}}._leftCol_ix6qz_600,._rightCol_ix6qz_601{flex:1 1 0;min-width:0;display:flex;flex-direction:column;padding:0 2rem}@media(max-width:1079px){._leftCol_ix6qz_600,._rightCol_ix6qz_601{padding:0}}._rightCol_ix6qz_601{justify-content:center}._preheader_ix6qz_619{font-size:.75rem;line-height:1rem;font-weight:var(--rise-font-weight-bold);background-image:radial-gradient(ellipse at bottom right,#00328e,#0549a5,#0a5fbb 50%,#148ce8);background-clip:text;-webkit-background-clip:text;color:transparent;margin-bottom:.25rem}._title_ix6qz_442{font-size:2rem;line-height:2.5rem;font-weight:var(--rise-font-weight-semibold);color:var(--rise-color-text-primary);margin:0 0 .75rem}._description_ix6qz_448{max-width:30rem;font-size:.875rem;line-height:1.25rem;color:var(--rise-color-text-primary);margin:0 0 .75rem}._entryPrice_ix6qz_646{font-size:1rem;line-height:1.375rem;font-weight:var(--rise-font-weight-semibold);color:var(--rise-color-text-primary);margin-bottom:1rem}._heroWrapper_ix6qz_654{position:relative;width:100%;aspect-ratio:3/2;display:flex;align-items:flex-end;justify-content:center}._hero_ix6qz_455{width:100%;height:100%;object-fit:contain;pointer-events:none;transition:opacity .25s ease}@media(prefers-reduced-motion:reduce){._hero_ix6qz_455{transition:none}}._heroVisible_ix6qz_676{opacity:1}._heroHidden_ix6qz_680{opacity:0}._heroShimmer_ix6qz_684{position:absolute;inset:0;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_ix6qz_1 1.5s ease-in-out infinite;border-radius:.75rem}@media(prefers-reduced-motion:reduce){._heroShimmer_ix6qz_684{animation:none;background:var(--rise-color-skeleton-base)}}._usageCard_ix6qz_459{position:relative;background:var(--rise-color-card-bg);border:.0625rem solid var(--rise-color-card-border);border-radius:.5rem;padding:1.5rem 2rem 2rem;box-shadow:0 .0625rem .125rem 0 var(--rise-color-shadow-key),0 0 .125rem 0 var(--rise-color-shadow-ambient);overflow:hidden;display:flex;flex-direction:column;gap:1.25rem}@media(max-width:479px){._usageCard_ix6qz_459{padding:1.25rem}}._usageAccent_ix6qz_717{position:absolute;top:0;left:-.0625rem;right:-.0625rem;height:.375rem;background-image:radial-gradient(ellipse at bottom right,#00328e,#0549a5,#0a5fbb 50%,#148ce8)}._usageHeader_ix6qz_726{display:flex;flex-direction:column;gap:.25rem}._usageTitle_ix6qz_732{font-size:1.5rem;line-height:2rem;font-weight:var(--rise-font-weight-normal);color:var(--rise-color-text-primary);margin:0}._usageDescription_ix6qz_740{font-size:.875rem;line-height:1.25rem;color:var(--rise-color-text-secondary);margin:0}._highlights_ix6qz_747{list-style:none;margin:0;padding:0 1rem;display:flex;flex-direction:column;gap:1rem;max-width:27.5rem}._highlight_ix6qz_747{display:flex;align-items:flex-start;gap:.5rem}._highlightIcon_ix6qz_763{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;color:var(--rise-color-accent-primary)}._highlightText_ix6qz_773{flex:1 1 auto;min-width:0}._highlightTitle_ix6qz_778{font-size:.875rem;line-height:1.25rem;font-weight:var(--rise-font-weight-bold);color:var(--rise-color-text-primary);margin:0}._highlightDescription_ix6qz_786{font-size:.875rem;line-height:1.25rem;color:var(--rise-color-text-secondary);margin:0}._idealFor_ix6qz_793{display:flex;flex-direction:column;gap:.5rem}._idealForLabel_ix6qz_799{font-size:.75rem;line-height:1rem;font-weight:var(--rise-font-weight-bold);color:var(--rise-color-text-primary);margin:0}._pills_ix6qz_807{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}._pill_ix6qz_807{padding:.25rem .75rem;border-radius:624.9375rem;background:#f3f3f3c2;border:.0625rem solid rgba(0,0,0,.06);color:#000000e6;font-size:.625rem;line-height:.875rem;white-space:nowrap}.dark-theme ._pill_ix6qz_807{background:#ffffff14;border-color:#ffffff1f;color:var(--rise-color-text-primary)}:root._dark-theme_w08uv_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_w08uv_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}@keyframes _skeleton-loading_w08uv_1{0%{background-position:100% 50%}to{background-position:0 50%}}._skeleton_w08uv_398{display:inline-block;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_w08uv_1 1.5s ease-in-out infinite;border-radius:.375rem}@media(prefers-reduced-motion:reduce){._skeleton_w08uv_398{animation:none;background:var(--rise-color-skeleton-base)}}._titleSkeleton_w08uv_412{height:2.25rem;width:60%}._bodySkeleton_w08uv_417{height:2.5rem;width:90%}._page_w08uv_422{display:flex;align-items:stretch;justify-content:center;width:100%;height:100vh;box-sizing:border-box;padding:3rem 2rem 2rem;background:var(--rise-color-bg-primary)}@media(max-width:991px){._page_w08uv_422{padding:3rem 1.25rem 1.25rem}}@media(max-width:479px){._page_w08uv_422{padding:3rem 1rem 1rem}}._surface_w08uv_443{position:relative;flex:1 1 auto;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--rise-border-radius-4xl);background:var(--rise-color-card-bg);border:var(--rise-stroke-sm) solid var(--rise-color-card-border);box-shadow:0 .0625rem .125rem var(--rise-color-shadow-key),0 0 .125rem var(--rise-color-shadow-ambient);padding:2rem}@media(max-width:479px){._surface_w08uv_443{padding:1rem}}._backgroundTexture_w08uv_462{position:absolute;inset:0;pointer-events:none;filter:blur(3rem);opacity:.35;background:radial-gradient(ellipse at 20% 30%,rgba(0,144,255,.4) 0%,transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(0,50,142,.3) 0%,transparent 60%);-webkit-mask-image:linear-gradient(-90deg,transparent 0%,black 20%,black 80%,transparent 100%);mask-image:linear-gradient(-90deg,transparent 0%,black 20%,black 80%,transparent 100%)}._verticalFeature_w08uv_473{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%}._mediaFrame_w08uv_483{position:relative;width:100%;max-width:40rem;aspect-ratio:417/260.625;border-radius:var(--rise-border-radius-4xl);border:.1375rem solid var(--rise-color-card-border);overflow:hidden;box-shadow:0 .40625rem 1.0125rem #7d7f8033;background:linear-gradient(90deg,#d2efff99,#d2efff99)}._media_w08uv_483{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .25s ease}@media(prefers-reduced-motion:reduce){._media_w08uv_483{transition:none}}._mediaVisible_w08uv_508{opacity:1}._mediaHidden_w08uv_512{opacity:0}._mediaShimmer_w08uv_516{position:absolute;inset:0;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_w08uv_1 1.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){._mediaShimmer_w08uv_516{animation:none;background:var(--rise-color-skeleton-base)}}._text_w08uv_530{display:flex;flex-direction:column;align-items:center;gap:1rem;width:80%}._title_w08uv_412{max-width:40rem;margin:0;text-align:center;font-size:1.75rem;line-height:2.25rem;font-weight:600;background:var(--rise-color-button-primary-bg);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}._body_w08uv_417{margin:0;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:400;color:var(--rise-color-text-primary)}._preHeader_w08uv_561{margin:0;text-align:center;font-size:.9375rem;line-height:1.25rem;font-weight:600;color:var(--rise-color-text-primary)}._disclaimerRef_w08uv_570{display:inline;vertical-align:super;line-height:0;font-size:.65em;font-weight:var(--rise-font-weight-semibold);color:var(--rise-color-disclaimer-ref);cursor:help;text-decoration:underline;text-decoration-thickness:from-font;text-underline-position:from-font;white-space:nowrap;transition:color .2s ease;-webkit-user-select:none;user-select:none}._disclaimerRef_w08uv_570:hover{color:var(--rise-color-disclaimer-ref-hover)}._disclaimerRef_w08uv_570:focus-visible{outline:2px solid var(--rise-color-border-focus);outline-offset:2px;border-radius:2px}._cta_w08uv_594{display:flex;justify-content:center;width:100%}._empty_w08uv_600{margin:0;color:var(--rise-color-text-secondary);font-size:.875rem;line-height:1.25rem;text-align:center}._preHeaderSkeleton_w08uv_608{width:8.75rem;height:1.125rem}._iframeContainer_w08uv_613{flex:1 1 0;width:100%;min-height:0;display:flex;box-sizing:border-box}@media(max-width:991px){._iframeContainer_w08uv_613{padding:0 1rem 1rem}}@media(max-width:359px){._iframeContainer_w08uv_613{padding:0 .75rem .75rem}}._iframe_w08uv_613{width:100%;height:100%;border:0;border-radius:var(--rise-border-radius-4xl);background:var(--rise-color-card-bg, #fff);box-shadow:0 .375rem 1rem #7d7f8033;display:block}:root._dark-theme_le4jo_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_le4jo_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}@keyframes _skeleton-loading_le4jo_1{0%{background-position:100% 50%}to{background-position:0 50%}}._page_le4jo_398{height:100vh;width:100%;display:flex;flex-direction:column;background-color:var(--rise-color-bg-primary);transition:background-color .3s ease;overflow:hidden;box-sizing:border-box}._iframeContainer_le4jo_409{flex:1 1 0;width:100%;min-height:0;display:flex;margin-top:3rem;padding:0 2rem 2rem;box-sizing:border-box}@media(max-width:991px){._iframeContainer_le4jo_409{padding:0 1rem 1rem}}@media(max-width:359px){._iframeContainer_le4jo_409{padding:0 .75rem .75rem}}._iframe_le4jo_409{width:100%;height:100%;border:0;border-radius:var(--rise-border-radius-4xl);background:var(--rise-color-card-bg, #fff);box-shadow:0 .375rem 1rem #7d7f8033}._bento_le4jo_438{display:flex;width:100%;flex:1 1 0;min-height:0;align-items:stretch;gap:1.25rem;padding:0 2rem 2rem;margin-top:3rem}@media(max-width:1079px){._bento_le4jo_438{flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:0 .25rem}}@media(max-width:991px){._bento_le4jo_438{gap:.75rem;padding:0 1rem 1rem}}@media(max-width:359px){._bento_le4jo_438{padding:0 .75rem .75rem}}._bentoSolo_le4jo_468 ._heroCard_le4jo_468{flex:1 1 100%}._heroCard_le4jo_468{position:relative;flex:54 0 0;border-radius:var(--rise-border-radius-4xl);border:.125rem solid var(--rise-color-card-border);box-shadow:0 .375rem 1rem #7d7f8033;background:var(--rise-color-card-bg);backdrop-filter:blur(1.5625rem);-webkit-backdrop-filter:blur(1.5625rem);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box;min-height:0}@media(max-width:1079px){._heroCard_le4jo_468{flex:0 0 auto;min-height:20rem}}@media(max-width:991px){._heroCard_le4jo_468{padding:1.5rem;min-height:16.25rem}}._heroInner_le4jo_502{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;max-width:32.5rem;width:100%;max-height:100%;overflow-y:auto}._heroInner_le4jo_502::-webkit-scrollbar{width:.25rem;height:.25rem;transition:.3s ease-in-out}._heroInner_le4jo_502::-webkit-scrollbar-track{background:var(--rise-color-bg-tertiary, #f3f4f6);border-radius:var(--md-border-radius-xs, 4px)}._heroInner_le4jo_502::-webkit-scrollbar-thumb{background:var(--rise-color-border-strong, #d1d5db);border-radius:var(--md-border-radius-xs, 4px);border:.25rem solid transparent;transition:1s ease-in-out}._heroInner_le4jo_502::-webkit-scrollbar-thumb:hover{background:var(--rise-color-border-default, #e5e7eb)}._heroInner_le4jo_502::-webkit-scrollbar-track{margin:.5rem}._heroLogoWrapper_le4jo_535{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:12.5rem;aspect-ratio:1/1;flex-shrink:0}@media(max-width:991px){._heroLogoWrapper_le4jo_535{max-width:8.75rem}}._heroLogoShimmer_le4jo_551{position:absolute;inset:0;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_le4jo_1 1.5s ease-in-out infinite;border-radius:1rem}@media(prefers-reduced-motion:reduce){._heroLogoShimmer_le4jo_551{animation:none;background:var(--rise-color-skeleton-base)}}._heroLogo_le4jo_535{max-width:100%;max-height:12.5rem;width:auto;height:auto;object-fit:contain;flex-shrink:0;transition:opacity .25s ease}@media(prefers-reduced-motion:reduce){._heroLogo_le4jo_535{transition:none}}@media(max-width:991px){._heroLogo_le4jo_535{max-height:8.75rem}}._mediaVisible_le4jo_586{opacity:1}._mediaHidden_le4jo_590{opacity:0}._heroLogoFallback_le4jo_594{width:12.5rem;height:12.5rem;border-radius:var(--rise-border-radius-4xl);background:linear-gradient(135deg,var(--rise-color-bg-tertiary) 0%,var(--rise-color-accent-primary) 100%);flex-shrink:0}@media(max-width:991px){._heroLogoFallback_le4jo_594{width:8.75rem;height:8.75rem}}._heroName_le4jo_608{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2;color:var(--rise-color-text-primary);margin:0;word-break:break-word}._heroDescription_le4jo_617{font-size:clamp(.9375rem,1.6vw,1.0625rem);line-height:1.5;color:var(--rise-color-text-secondary);margin:0;max-width:30rem}._skeleton_le4jo_625{display:inline-block;background:linear-gradient(90deg,var(--rise-color-skeleton-base) 25%,var(--rise-color-skeleton-shimmer) 50%,var(--rise-color-skeleton-base) 75%);background-size:200% 100%;animation:_skeleton-loading_le4jo_1 1.5s ease-in-out infinite;border-radius:.375rem}@media(prefers-reduced-motion:reduce){._skeleton_le4jo_625{animation:none;background:var(--rise-color-skeleton-base)}}._heroNameSkeleton_le4jo_639{height:clamp(1.75rem,3.5vw,2.5rem);width:17.5rem;max-width:80%}._heroDescriptionSkeleton_le4jo_645{height:3rem;width:26.25rem;max-width:100%}._featuresPanel_le4jo_651{flex:46 0 0;position:relative;display:flex;flex-direction:column;gap:1rem;min-width:0}._featuresPanel_le4jo_651>*{box-shadow:0 .375rem 1rem #7d7f8033}@media(max-width:1079px){._featuresPanel_le4jo_651{flex:1 1 auto}}@media(max-width:991px){._featuresPanel_le4jo_651{gap:.75rem}}._featureSlot_le4jo_673{flex:1 1 0;min-height:11.25rem;border-radius:var(--rise-border-radius-4xl)}@media(max-width:1079px){._featureSlot_le4jo_673{min-height:13.75rem}}:root._dark-theme_16h8p_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_16h8p_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}._page_16h8p_390{height:100vh;width:100%;display:flex;flex-direction:column;background-color:var(--rise-color-bg-primary);transition:background-color .3s ease;overflow:hidden;box-sizing:border-box}._iframeContainer_16h8p_401{flex:1 1 0;width:100%;min-height:0;display:flex;margin-top:3rem;padding:0 2rem 2rem;box-sizing:border-box}@media(max-width:991px){._iframeContainer_16h8p_401{padding:0 1rem 1rem}}@media(max-width:359px){._iframeContainer_16h8p_401{padding:0 .75rem .75rem}}._iframe_16h8p_401{width:100%;height:100%;border:0;border-radius:var(--rise-border-radius-4xl);background:var(--rise-color-card-bg, #fff);box-shadow:0 .375rem 1rem #7d7f8033}:root{--rise-color-bg-primary: #ffffff;--rise-color-bg-secondary: #f9fafb;--rise-color-bg-tertiary: #f3f4f6;--rise-color-bg-inverse: #111827;--rise-color-bg-overlay: rgba(0 0 0 / .5);--rise-color-background-hover: rgba(17 24 39 / .06);--rise-color-background-active: rgba(17 24 39 / .1);--rise-color-surface-default: #ffffff;--rise-color-surface-raised: #ffffff;--rise-color-surface-sunken: #f3f4f6;--rise-color-text-primary: #111827;--rise-color-text-secondary: #4b5563;--rise-color-text-tertiary: #9ca3af;--rise-color-text-inverse: #ffffff;--rise-color-text-disabled: #d1d5db;--rise-color-text-link: #0078d4;--rise-color-disclaimer-ref: #0c3b5e;--rise-color-disclaimer-ref-hover: #0078d4;--rise-color-border-default: #e5e7eb;--rise-color-border-strong: #d1d5db;--rise-color-border-subtle: #f3f4f6;--rise-color-border-primary: #424242;--rise-color-border-focus: #0078d4;--rise-color-accent-primary: #0078d4;--rise-color-accent-primary-hover: #106ebe;--rise-color-accent-primary-active: #005a9e;--rise-color-brand-foreground-compound: #0f6cbd;--rise-color-status-success: #107c10;--rise-color-status-success-bg: #dff6dd;--rise-color-status-warning: #ffb900;--rise-color-status-warning-bg: #fff4ce;--rise-color-status-error: #d13438;--rise-color-status-error-bg: #fde7e9;--rise-color-status-info: #0078d4;--rise-color-status-info-bg: #deecf9;--rise-color-price-sale: #d13438;--rise-color-price-original-strike: #707070;--rise-color-price-hero-gradient: linear-gradient( 135deg, #00328e 0%, #0549a5 25%, #0a5fbb 50%, #148ce8 100% );--rise-color-skeleton-base: #e5e7eb;--rise-color-skeleton-shimmer: #f3f4f6;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .34);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .44);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .07);--rise-color-skeleton-frame-bg-linear-start: rgba(225, 229, 236, .46);--rise-color-skeleton-frame-bg-linear-end: rgba(212, 217, 226, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .24);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .18);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .28);--rise-color-glass-panel-bg: rgba(252, 252, 252, .5);--rise-color-glass-panel-border: rgba(0, 0, 0, .06);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(255, 255, 255, .88);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #00328e 0%, #004aaa 25%, #0061c7 50%, #0090ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #f5f5f5;--rise-color-button-secondary-text: #242424;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(255, 255, 255, .6);--rise-color-card-border: rgba(255, 255, 255, 1);--rise-color-shadow-ambient: rgba(0, 0, 0, .12);--rise-color-shadow-key: rgba(0, 0, 0, .14);--display-text-light: #ffffff;--display-text-dark: #111827}:root._dark-theme_1baxq_82{--rise-color-bg-primary: #202020;--rise-color-bg-secondary: #292929;--rise-color-bg-tertiary: #141414;--rise-color-bg-inverse: #ffffff;--rise-color-bg-overlay: rgba(0 0 0 / .7);--rise-color-bg-alpha: rgba(26, 26, 26, .5);--rise-color-background-hover: rgba(255 255 255 / .08);--rise-color-background-active: rgba(255 255 255 / .12);--rise-color-surface-default: #292929;--rise-color-surface-raised: #2c2c2c;--rise-color-surface-sunken: #141414;--rise-color-text-primary: #ffffff;--rise-color-text-secondary: #d6d6d6;--rise-color-text-tertiary: #adadad;--rise-color-text-inverse: #242424;--rise-color-text-disabled: #5c5c5c;--rise-color-text-link: #479ef5;--rise-color-disclaimer-ref: #479ef5;--rise-color-disclaimer-ref-hover: #98d6ff;--rise-color-border-default: #525252;--rise-color-border-strong: #757575;--rise-color-border-subtle: #3d3d3d;--rise-color-border-primary: #8a8a8a;--rise-color-border-focus: #60cdff;--rise-color-accent-primary: #60cdff;--rise-color-accent-primary-hover: #98d6ff;--rise-color-accent-primary-active: #479ef5;--rise-color-brand-foreground-compound: #479ef5;--rise-color-status-success: #6ccb5f;--rise-color-status-success-bg: #1a3d1a;--rise-color-status-warning: #fcde67;--rise-color-status-warning-bg: #3d3517;--rise-color-status-error: #ff9999;--rise-color-status-error-bg: #442020;--rise-color-status-info: #60cdff;--rise-color-status-info-bg: #1a3350;--rise-color-price-sale: #ff9999;--rise-color-price-original-strike: #adadad;--rise-color-price-hero-gradient: radial-gradient( 637.27% 207.4% at 100% 100%, #3a6bff 0%, #5fc2ff 100% );--rise-color-skeleton-base: #575757;--rise-color-skeleton-shimmer: #333333;--rise-color-skeleton-frame-border: rgba(255, 255, 255, .12);--rise-color-skeleton-frame-bg-radial-top: rgba(255, 255, 255, .08);--rise-color-skeleton-frame-bg-radial-mid: rgba(255, 255, 255, .04);--rise-color-skeleton-frame-bg-radial-bottom: rgba(255, 255, 255, .02);--rise-color-skeleton-frame-bg-linear-start: rgba(66, 66, 66, .38);--rise-color-skeleton-frame-bg-linear-end: rgba(36, 36, 36, .2);--rise-color-skeleton-item-border: rgba(255, 255, 255, .08);--rise-color-skeleton-surface-border: rgba(255, 255, 255, .12);--rise-color-skeleton-surface-inset-highlight: rgba(255, 255, 255, .1);--rise-color-glass-panel-bg: rgba(26, 26, 26, .5);--rise-color-glass-panel-border: rgba(255, 255, 255, .1);--rise-color-acrylic-border-highlight: #ffffff;--rise-color-acrylic-border-fade: rgba(255, 255, 255, .14);--rise-color-acrylic-scroll-tint: rgba(38, 38, 38, .88);--rise-color-acrylic-scroll-grain: rgba(255, 255, 255, .05);--rise-color-control-solid: #454545;--rise-color-control-stroke: rgba(255, 255, 255, .1);--rise-color-button-primary-bg: radial-gradient( ellipse at bottom right, #3a6bff 0%, #4d97ff 50%, #5fc2ff 100% );--rise-color-button-primary-text: #ffffff;--rise-color-button-primary-border: rgba(255, 255, 255, 1);--rise-color-button-secondary-bg: #141414;--rise-color-button-secondary-text: #ffffff;--rise-color-button-secondary-border: rgba(255, 255, 255, 1);--rise-color-card-bg: rgba(44, 44, 44, .6);--rise-color-card-border: rgba(255, 255, 255, .1);--rise-color-shadow-ambient: rgba(0, 0, 0, .24);--rise-color-shadow-key: rgba(0, 0, 0, .28);--display-text-light: #ffffff;--display-text-dark: #111827}@media(prefers-reduced-motion:reduce){:root{--md-transition-duration: .01ms}}:root{--rise-duration-ultra-fast: 50ms;--rise-duration-faster: .1s;--rise-duration-fast: .2s;--rise-duration-normal: .3s;--rise-duration-gentle: .4s;--rise-duration-slow: .5s;--rise-duration-slower: .6s;--rise-duration-ultra-slow: .7s;--rise-duration-mega-slow: .8s;--display-transition-fast: .2s;--display-transition-medium: .3s;--display-transition-slow: .5s}:root{--rise-elevation-shadow-02: 0px 0px .125rem var(--rise-color-shadow-ambient), 0px .0625rem .125rem var(--rise-color-shadow-key);--rise-elevation-shadow-04: 0px 0px .125rem var(--rise-color-shadow-ambient), 0px .125rem .25rem var(--rise-color-shadow-key);--rise-elevation-shadow-08: 0px 0px .125rem var(--rise-color-shadow-ambient), 0px .25rem .5rem var(--rise-color-shadow-key);--rise-elevation-shadow-16: 0px 0px .125rem var(--rise-color-shadow-ambient), 0px .5rem 1rem var(--rise-color-shadow-key);--rise-elevation-shadow-28: 0px 0px .5rem var(--rise-color-shadow-ambient), 0px .875rem 1.75rem var(--rise-color-shadow-key);--rise-elevation-shadow-64: 0px 0px .5rem var(--rise-color-shadow-ambient), 0px 2rem 4rem var(--rise-color-shadow-key);--alpha-white-5: rgba(255 255 255 / .05);--alpha-white-8: rgba(255 255 255 / .08);--alpha-white-10: rgba(255 255 255 / .1);--alpha-white-15: rgba(255 255 255 / .15);--alpha-white-20: rgba(255 255 255 / .2);--alpha-white-30: rgba(255 255 255 / .3);--alpha-white-40: rgba(255 255 255 / .4);--alpha-white-50: rgba(255 255 255 / .5);--alpha-white-60: rgba(255 255 255 / .6);--alpha-white-70: rgba(255 255 255 / .7);--alpha-white-80: rgba(255 255 255 / .8);--alpha-white-90: rgba(255 255 255 / .9);--alpha-white-100: rgba(255 255 255 / 1);--alpha-black-5: rgba(0 0 0 / .05);--alpha-black-8: rgba(0 0 0 / .08);--alpha-black-10: rgba(0 0 0 / .1);--alpha-black-12: rgba(0 0 0 / .12);--alpha-black-15: rgba(0 0 0 / .15);--alpha-black-20: rgba(0 0 0 / .2);--alpha-black-30: rgba(0 0 0 / .3);--alpha-black-40: rgba(0 0 0 / .4);--alpha-black-50: rgba(0 0 0 / .5);--alpha-black-60: rgba(0 0 0 / .6);--alpha-black-70: rgba(0 0 0 / .7);--alpha-black-80: rgba(0 0 0 / .8);--alpha-black-90: rgba(0 0 0 / .9);--alpha-black-100: rgba(0 0 0 / 1);--shadows-xs: rgba(10 13 18 / .05);--shadows-sm_01: rgba(10 13 18 / .1);--shadows-sm_02: rgba(10 13 18 / .1);--shadows-md_01: rgba(10 13 18 / .1);--shadows-md_02: rgba(10 13 18 / .06);--shadows-lg_01: rgba(10 13 18 / .08);--shadows-lg_02: rgba(10 13 18 / .03);--shadows-lg_03: rgba(10 13 18 / .04);--shadows-xl_01: rgba(10 13 18 / .08);--shadows-xl_02: rgba(10 13 18 / .03);--shadows-xl_03: rgba(10 13 18 / .04);--shadows-2xl_01: rgba(10 13 18 / .18);--shadows-2xl_02: rgba(10 13 18 / .04);--shadows-3xl_01: rgba(10 13 18 / .14);--shadows-3xl_02: rgba(10 13 18 / .04);--rise-shadow-xs: var(--alpha-black-10);--rise-shadow-sm-01: var(--alpha-black-10);--rise-shadow-sm-02: var(--alpha-black-10);--rise-shadow-md-01: var(--alpha-black-10);--rise-shadow-md-02: var(--alpha-black-10);--rise-shadow-lg-01: var(--alpha-black-10);--rise-shadow-lg-02: var(--alpha-black-10);--rise-shadow-lg-03: var(--alpha-black-10);--rise-shadow-xl-01: var(--alpha-black-10);--rise-shadow-xl-02: var(--alpha-black-10);--rise-shadow-xl-03: var(--alpha-black-10);--rise-shadow-2xl-01: var(--alpha-black-20);--rise-shadow-2xl-02: var(--alpha-black-10);--rise-shadow-3xl-01: var(--alpha-black-20);--rise-shadow-3xl-02: var(--alpha-black-10);--rise-camera-stage-gradient-start: var(--alpha-black-20);--rise-camera-stage-gradient-mid: var(--alpha-black-12);--rise-camera-stage-gradient-end: var(--alpha-black-8);--rise-camera-silhouette-shadow: var(--alpha-black-15)}:root._dark-theme_1baxq_82{--rise-shadow-xs: var(--alpha-white-10);--rise-shadow-sm-01: var(--alpha-white-10);--rise-shadow-sm-02: var(--alpha-white-10);--rise-shadow-md-01: var(--alpha-white-10);--rise-shadow-md-02: var(--alpha-white-10);--rise-shadow-lg-01: var(--alpha-white-10);--rise-shadow-lg-02: var(--alpha-white-10);--rise-shadow-lg-03: var(--alpha-white-10);--rise-shadow-xl-01: var(--alpha-white-10);--rise-shadow-xl-02: var(--alpha-white-10);--rise-shadow-xl-03: var(--alpha-white-10);--rise-shadow-2xl-01: var(--alpha-white-20);--rise-shadow-2xl-02: var(--alpha-white-10);--rise-shadow-3xl-01: var(--alpha-white-20);--rise-shadow-3xl-02: var(--alpha-white-10);--rise-camera-stage-gradient-start: var(--alpha-white-15);--rise-camera-stage-gradient-mid: var(--alpha-white-8);--rise-camera-stage-gradient-end: var(--alpha-white-5);--rise-camera-silhouette-shadow: var(--alpha-black-10)}:root{--bp-xxs: 360px;--bp-xs: 480px;--bp-sm: 992px;--bp-md: 1080px;--bp-lg: 1200px;--bp-xl: 1360px;--bp-xxl: 1920px;--bp-2k: 2560px;--bp-4k: 3840px}:root{--rise-border-radius-none: 0px;--rise-border-radius-2xs: .125rem;--rise-border-radius-xs: .25rem;--rise-border-radius-sm: .375rem;--rise-border-radius-md: .5rem;--rise-border-radius-lg: .625rem;--rise-border-radius-xl: .75rem;--rise-border-radius-2xl: 1rem;--rise-border-radius-3xl: 1.25rem;--rise-border-radius-4xl: 1.5rem;--rise-border-radius-full: 62.5rem;--rise-border-radius-circle: 50%;--rise-stroke-0: 0px;--rise-stroke-sm: .0625rem;--rise-stroke-md: .125rem;--rise-stroke-l: .25rem}:root{--rise-scrollbar-width: .375rem}:root{--rise-space-spacing-none: 0px;--rise-space-spacing-xxs: .125rem;--rise-space-spacing-xs: .25rem;--rise-space-spacing-sm: .375rem;--rise-space-spacing-md: .5rem;--rise-space-spacing-lg: .75rem;--rise-space-spacing-xl: 1rem;--rise-space-spacing-xxl: 1.125rem;--rise-space-spacing-2xl: 1.25rem;--rise-space-spacing-3xl: 1.5rem;--rise-space-spacing-4xl: 2rem;--rise-space-spacing-5xl: 2.5rem;--rise-space-spacing-6xl: 3rem;--rise-space-spacing-7xl: 4rem;--rise-space-spacing-8xl: 5rem;--rise-space-spacing-9xl: 6rem;--rise-space-spacing-10xl: 8rem;--rise-space-spacing-11xl: 10rem;--rise-space-spacing-12xl: 11.875rem;--rise-space-spacing-13xl: 13.125rem}:root{--rise-font-family-sans: "Segoe UI Display", "Segoe UI Variable", "Segoe UI", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--rise-font-family: var(--rise-font-family-sans);--rise-font-weight-thin: 100;--rise-font-weight-light: 300;--rise-font-weight-normal: 400;--rise-font-weight-medium: 500;--rise-font-weight-semibold: 600;--rise-font-weight-bold: 700;--rise-font-weight-extrabold: 800;--rise-font-weight-black: 900;--rise-font-size-heading-xs: 1.5rem;--rise-font-size-heading-sm: 1.875rem;--rise-font-size-heading-md: 2.25rem;--rise-font-size-heading-lg: 3rem;--rise-font-size-heading-xl: 3.75rem;--rise-font-size-heading-xxl: 4.5rem;--rise-font-size-text-xs: .625rem;--rise-font-size-text-sm: .75rem;--rise-font-size-text-md: .875rem;--rise-font-size-text-lg: 1rem;--rise-font-size-text-xl: 1.125rem;--rise-font-size-text-xxl: 1.25rem;--rise-line-height-heading-xs: 2rem;--rise-line-height-heading-sm: 2.375rem;--rise-line-height-heading-md: 2.75rem;--rise-line-height-heading-lg: 3.75rem;--rise-line-height-heading-xl: 4.5rem;--rise-line-height-heading-xxl: 5.625rem;--rise-line-height-text-xxs: .875rem;--rise-line-height-text-xs: 1rem;--rise-line-height-text-sm: 1.25rem;--rise-line-height-text-md: 1.5rem;--rise-line-height-text-lg: 1.75rem;--rise-line-height-text-xl: 1.875rem;--rise-letter-spacing-none: 0px;--rise-letter-spacing-xs: -.0625rem;--rise-letter-spacing-sm: -.03125rem;--rise-letter-spacing-md: .03125rem;--rise-letter-spacing-lg: .0625rem}._page_1baxq_390{height:100vh;width:100%;display:flex;flex-direction:column;background-color:var(--rise-color-bg-primary);transition:background-color .3s ease;overflow:hidden;box-sizing:border-box}._iframeContainer_1baxq_401{flex:1 1 0;width:100%;min-height:0;display:flex;margin-top:3rem;padding:0 1rem 1rem;box-sizing:border-box}@media(max-width:991px){._iframeContainer_1baxq_401{padding:0 1rem 1rem}}@media(max-width:359px){._iframeContainer_1baxq_401{padding:0 .75rem .75rem}}._iframe_1baxq_401{width:100%;height:100%;border:0;border-radius:var(--rise-border-radius-4xl);background:var(--rise-color-card-bg, #fff);box-shadow:0 .375rem 1rem #7d7f8033}
