.ModalSide{z-index:1001;background:var(--color-white);box-sizing:border-box;outline:none;width:100vw;height:100dvh;max-height:100dvh;display:flex;position:fixed;top:0;right:0;overflow:hidden}.ModalSide[data-state=open]{animation:.28s forwards ModalSideSlideIn}.ModalSide[data-state=closed]{pointer-events:none;animation:.22s forwards ModalSideSlideOut}@media only screen and (min-width:768px){.ModalSide{width:720px}}.ModalSide__overlay{z-index:1000;background:var(--color-overlay);position:fixed;inset:0}.ModalSide__overlay[data-state=open]{animation:.24s forwards ModalSideOverlayIn}.ModalSide__overlay[data-state=closed]{pointer-events:none;animation:.2s forwards ModalSideOverlayOut}.ModalSide__content{box-sizing:border-box;flex-direction:column;width:100%;height:100%;padding:6vw 4vw;display:flex;overflow-y:auto}@media only screen and (min-width:768px){.ModalSide__content{padding:32px 56px}}.ModalSide__header{justify-content:space-between;align-items:flex-start;gap:4vw;margin-bottom:7vw;display:flex}@media only screen and (min-width:768px){.ModalSide__header{gap:24px;margin-bottom:36px}}.ModalSide__title{margin-bottom:1.7vh;line-height:1.3;position:relative}.ModalSide__title:after{content:"";background-color:var(--color-secondary);width:19.5vw;height:.37vh;margin-top:1.7vh;display:block}@media only screen and (min-width:768px){.ModalSide__title{margin-bottom:16px}.ModalSide__title:after{width:80px;height:2.5px;margin-top:16px}}.ModalSide__close{cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.ModalSide__close:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px;border-radius:4px}.ModalSide__body{flex:1;min-height:0}@keyframes ModalSideOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes ModalSideOverlayOut{0%{opacity:1}to{opacity:0}}@keyframes ModalSideSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes ModalSideSlideOut{0%{transform:translate(0)}to{transform:translate(100%)}}
