.modal{display:none;position:absolute;top:0;left:0;width:100%;height:100%}.modal--closing{opacity:0;transition:opacity .3s}.modal--show{display:block;transition:opacity .3s}.modal__header{text-align:center}.modal__header h2{color:#7bac6c;font-size:2.08333rem}.modal__header h4{color:#7bac6c;font-weight:700;margin-bottom:1rem}.modal__header h4,.modal__header p{font-size:.97222rem}.modal__header--success h2:before{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:Font Awesome\ 5 Free;font-weight:900;content:"\f058";font-size:3rem;line-height:3rem;color:#7bac6c;display:block}.modal__button{font-weight:700;background-color:#ce0016;padding:12px 20px;border-radius:10px;border:none;display:block;display:flex;justify-content:flex-start;align-items:center;margin-top:1rem}.modal__button,.modal__button:focus,.modal__button:hover,.modal__button:visited{color:#fefefe}.modal__button:before{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:Font Awesome\ 5 Free;font-weight:900;content:"\f2bd";font-size:14px;line-height:14px;margin-right:10px}.modal__share-buttons{margin-top:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.modal__content{height:100%}.modal__content--overflow{overflow-y:scroll;max-height:50vh}@media print,screen and (min-width:40em){.modal__content--overflow{max-height:70vh}}.modal__close{display:block;text-align:center;margin-top:30px;text-decoration:underline}.modal__close,.modal__close:focus,.modal__close:hover,.modal__close:visited{color:#404e4d}.modal__overlay{background:rgba(80,80,80,.7);height:100vh;width:100vw;position:fixed;z-index:100}.modal__wrapper{opacity:1;width:80%;max-width:500px;position:sticky;border-radius:10px;max-height:100vh;padding:20px;z-index:101;top:30px;margin:auto;background-color:#fefefe}.modal__wrapper .slick-prev{left:-20px;z-index:5}.modal__wrapper .slick-next{right:-10px;z-index:5}