.c-dialog{position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;-webkit-overflow-scrolling:touch;background-color:rgba(68,68,68,0.8);transition:.2s;width:100%;height:100%}@media(min-width:768px){.c-dialog{padding:2rem 8rem}}.c-dialog__box{flex:1 1 100%;font-size:22px;max-width:100%;margin:auto;padding:30px 0 0;background-color:#000;color:white;min-height:100dvh;display:flex;flex-flow:column;justify-content:space-between;height:100%;overflow:hidden}@media(min-width:768px){.c-dialog__box{padding:50px 0 0;min-height:48rem;height:auto;max-height:90vh;max-width:95rem}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.c-dialog__box{height:100%}}.c-dialog__content{font-family:"Raleway";flex:1 1 auto;height:100%;margin-left:30px;margin-right:30px;margin-bottom:30px;overflow-y:auto;font-size:22px}@media(min-width:768px){.c-dialog__content{scrollbar-width:none;-ms-overflow-style:none;max-height:50vh;margin-left:50px;margin-right:50px;margin-bottom:50px}}.c-dialog .top{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;min-height:3.5rem;margin-left:30px;margin-right:30px;position:relative}@media(min-width:768px){.c-dialog .top{min-height:5.5rem;margin-left:50px;margin-right:50px}}.c-dialog .top H2{font-size:50px;font-weight:600;margin:0}.c-dialog P{margin-bottom:2.5rem}.c-dialog .bottom{height:5rem;width:100%;padding-top:0;margin-bottom:30px;position:relative;display:flex;justify-content:space-evenly}@media(min-width:768px){.c-dialog .bottom{margin-bottom:50px}}.c-dialog .bottom BUTTON{width:135px}@media(min-width:768px){.c-dialog .bottom BUTTON{width:200px}}.c-dialog[aria-hidden="true"]{visibility:hidden;opacity:0;z-index:-1}
