@keyframes AffluentModal__skeleton-loading{0%,to{opacity:1}50%{opacity:.5}}@media screen and (width<=767px){.AffluentModal__root{position:fixed}}.AffluentModal__modal{top:var(--modal-top-mobile);max-height:var(--modal-height-mobile);background-color:var(--color-white);box-shadow:var(--box-shadow-3);flex-direction:column;margin:0 auto;display:flex;position:sticky;bottom:0;overflow:hidden}@media screen and (width>=768px){.AffluentModal__modal{border-radius:var(--border-radius);max-height:100vh;top:0}}.AffluentModal__absolute{--top:.8rem}.AffluentModal__fixed{--top:5rem}.AffluentModal__center{--width-small:100vw;--width-medium:100vw;--width-full:100vw;--header-min-height:5.6rem;--header-padding:0 5.6rem 0 2rem;--body-padding:1.2rem 2rem 2rem;--footer-padding:2rem;--border-bottom:none;height:100%}@media screen and (width>=768px){.AffluentModal__center{--width-small:36rem;--width-medium:62rem;--width-full:100%;top:calc(3.2rem + var(--top));height:initial;max-height:calc(100vh - 5.6rem - var(--top));bottom:2.4rem}}@media screen and (width>=1024px){.AffluentModal__center{max-height:calc(100vh - 6.4rem - var(--top));bottom:3.2rem}}.AffluentModal__right{--width-small:100vw;--width-medium:100vw;--width-full:100vw;--header-min-height:5.6rem;--header-padding:0 5.6rem 0 2rem;--body-padding:0;--footer-padding:1.2rem 2rem;--border-bottom:var(--light-border);border-radius:0;height:100%;margin:0 0 0 auto;top:0;bottom:0}@media screen and (width>=768px){.AffluentModal__right{--width-small:37.2rem;--width-medium:37.2rem;--width-full:37.2rem}}.AffluentModal__small{width:var(--width-small);min-width:var(--width-small)}.AffluentModal__medium{width:var(--width-medium);min-width:var(--width-medium)}.AffluentModal__full{width:var(--width-full);min-width:var(--width-full)}.AffluentModal__title_with_help{align-items:center;gap:.8rem;display:flex}.AffluentModal__title{font-size:var(--font-size-h4);font-weight:var(--font-weight-regular);line-height:var(--line-height-h4);padding:1.6rem 0}.AffluentModal__close_button{width:var(--header-min-height);height:var(--header-min-height);color:var(--icon-color-light);position:absolute;top:0;right:0}.AffluentModal__body{padding:var(--body-padding);overscroll-behavior:contain;flex-grow:1;position:relative;overflow-y:auto}.AffluentModal__top_shadow{z-index:var(--z-index-component-inner-overlap);box-shadow:var(--scroll-shadow-top)}.AffluentModal__bottom_shadow{z-index:var(--z-index-component-inner-overlap);box-shadow:var(--scroll-shadow-bottom)}.AffluentModal__footer{min-height:4.8rem;padding:var(--footer-padding);flex-shrink:0;justify-content:flex-end;gap:1.2rem;display:flex}@media screen and (width<=767px){.AffluentModal__footer{flex-direction:column;align-items:flex-end}.AffluentModal__footer>*{width:100%}}.AffluentModal__header{min-height:var(--header-min-height);padding:var(--header-padding);border-bottom:var(--border-bottom);flex-shrink:0;align-items:center;gap:3.2rem;display:flex;position:relative}.AffluentModal__header_slot{flex-grow:1}.AffluentModal__header_slot_center{justify-content:flex-end;display:flex}.AffluentModal__slide_top_move,.AffluentModal__slide_top_enter_active,.AffluentModal__slide_top_leave_active,.AffluentModal__slide_right_move,.AffluentModal__slide_right_enter_active,.AffluentModal__slide_right_leave_active{transition:all var(--transition-ease)}.AffluentModal__slide_right_enter_from,.AffluentModal__slide_right_leave_to{opacity:0;transform:translate(28.8rem)}.AffluentModal__slide_top_enter_from,.AffluentModal__slide_top_leave_to{opacity:0;transform:translateY(-4.8rem)}
