.modal{position:fixed;left:0;right:0;bottom:0;width:100vw;height:100%;margin:auto;border:none;padding:5rem 1.5rem 1.5rem;background:#fff;color:inherit;display:block;overflow-y:auto;overflow-x:hidden;z-index:999}@media (max-width:640px){.modal{padding:4.5rem 1.5rem 1.5rem}}.modal:not([open]){display:none}.modal+.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.75)}.modal::-webkit-backdrop{background:rgba(0,0,0,.75)}.modal::backdrop{background:rgba(0,0,0,.75)}.modal .section__content{padding-left:0;padding-right:0;height:100%}.modal h2:first-child{margin-top:0;margin-bottom:2.5rem;padding-right:2.5rem}@media (max-width:640px){.modal h2:first-child{padding-right:2rem}}@media (max-width:640px){.modal h2:first-child{margin-bottom:2rem}}.modal h3:first-child{margin-top:0;margin-bottom:2.5rem;padding-right:2.5rem}@media (max-width:640px){.modal h3:first-child{padding-right:2rem}}@media (max-width:640px){.modal h3:first-child{margin-bottom:2rem}}.modal h4:first-child{margin-top:0;margin-bottom:2.5rem;padding-right:2.5rem}@media (max-width:640px){.modal h4:first-child{padding-right:2rem}}@media (max-width:640px){.modal h4:first-child{margin-bottom:2rem}}.modal__close{position:absolute;top:1.5rem;right:0;border:0;z-index:11}@media (max-width:640px){.modal__close{top:1.5rem}}@media (min-width:641px){.modal__close{top:.5rem}@media (max-width:640px){.modal__close{top:.5rem}}}.modal--floating{top:10vh;margin-top:0;padding:2rem;width:895px;max-width:90vw;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-height:80vh;border-radius:.5rem;overflow:auto}@media (max-width:640px){.modal--floating{border-radius:.5rem;padding:1.5rem}}@media (min-width:641px){.modal--floating .modal__close{top:1.5rem}@media (max-width:640px){.modal--floating .modal__close{top:1.5rem}}}.body-modal--open{overflow:hidden;position:static;height:100vh}