.modal{left:0;padding:12px;position:fixed;top:0;visibility:hidden;z-index:9700}.modal,.modal-overlay{background-color:transparent;height:100%;width:100%}.modal-wrap{backface-visibility:hidden;background-color:var(--color-white);border-radius:var(--rounded-l) var(--rounded-l) 0 0;bottom:0;left:0;margin:auto;max-width:800px;opacity:0;padding:var(--p-xl) var(--p-m);position:absolute;transform:translate(0);transition:opacity .3s ease;width:100%}@media (min-width:481px){.modal-wrap{border-radius:var(--rounded-l);bottom:auto;left:50%;top:50%;transform:translate(-50%,-50%)}}@media (min-width:1024px){.modal-wrap{border-radius:var(--rounded-xl)}}.modal-header{align-items:center;background-color:var(--color-modal-header);display:flex;font-size:12px;font-weight:700;justify-content:space-between}.modal-header__wrap{align-items:center;color:var(--color-text-headline);display:flex;flex-direction:column;font-size:1.5rem;font-weight:400;justify-content:center;line-height:1.2}.modal-header__wrap .underline-decorate{border-bottom:5px double var(--color-brand-primary);width:100%}.modal-header .modal-icon__info{margin:0 8px 0 20px}.modal-subtitle{color:var(--color-gray-400);font-size:.875rem}.modal-close{align-self:flex-start;min-width:48px;position:relative;right:4px;top:-1px}.modal-close,.modal-close-standalone{align-items:center;cursor:pointer;display:flex;height:48px;justify-content:center;width:48px}.modal-close-standalone{position:absolute;right:var(--p-m);top:var(--p-m);z-index:1}@media (min-width:481px){.modal-close-standalone{right:var(--p-l);top:var(--p-l)}}.modal-container{font-size:16px;max-height:75vh;overflow:auto;padding-top:var(--p-xl)}@media (min-width:481px){.modal-container{max-height:820px}}.modal-container--no-header{padding-top:0}.modal-list{list-style:none;padding:0}.modal-list .modal-label{font-weight:700}.modal-list .modal-text{color:var(--color-text-subcopy);font-size:1rem;font-weight:400;line-height:1.5;padding:16px 0}.modal-list .modal-text+.modal-label,.modal-list .modal-text+.modal-text,.modal-list .modal-text:first-child{padding-top:0}.modal-list .modal-text>a{color:inherit}.modal-list-item:not(:last-child){border-bottom:1px solid var(--color-modal-section-border);margin-bottom:18px;padding-bottom:8px}.modal--height{height:100%;overflow:hidden}.modal--height .modal-wrap{height:100%;padding-bottom:35px;top:0;transform:translate(-50%)}.modal--height .modal-container{height:100%;max-height:none}.modal--open{background-color:#51526066;visibility:visible}.modal--open .modal-wrap{opacity:1}.modal--hide-header .modal-header{display:none}.modal--mobile-fullscreen{padding:0}.modal--mobile-fullscreen .modal-wrap{border-radius:8px;height:100%;overflow-y:auto;top:0;transform:translate(-50%);width:100%}@media (max-width:481px){.modal--mobile-fullscreen .modal-wrap{border-radius:0}}@media (min-width:481px){.modal--mobile-fullscreen .modal-wrap{height:auto;top:50%;transform:translate(-50%,-50%)}}.modal--mobile-fullscreen .modal-container{max-height:none;overflow:hidden;padding:0}@media (max-width:481px){.modal--mobile-fullscreen .modal-container{max-height:100vh;overflow:auto;padding:0}}@media (max-height:680px){.modal--mobile-fullscreen .modal-container{max-height:100vh;overflow-y:auto}}.modal--mobile{padding:0}.modal--mobile .modal-wrap{border-radius:8px;bottom:0;overflow-y:auto;transform:translate(-50%);width:100%}@media (max-width:481px){.modal--mobile .modal-wrap{border-radius:8px 8px 0 0;top:auto}}@media (min-width:481px){.modal--mobile .modal-wrap{height:auto;top:50%;transform:translate(-50%,-50%)}}.modal--mobile .modal-container{max-height:none;overflow:hidden;padding:0}@media (max-width:481px){.modal--mobile .modal-container{max-height:100%}}@media (max-height:680px){.modal--mobile .modal-container{max-height:100%}}
