:root{--custom-alert-backdrop-background-color:rgba(0,0,0,.7);--custom-alert-background-color:#302e30;--custom-alert-text-color:#fff;--custom-alert-border-color:#616161;--custom-alert-title-font-family:futura-pt-bold,sans-serif;--custom-alert-text-font-family:proxima-soft,sans-serif;--custom-alert-container-z-index:90}.custom-alert-container{position:fixed;left:0;top:0;width:100%;height:100%;color:var(--custom-alert-text-color);z-index:var(--custom-alert-container-z-index)}.custom-alert-container .text-center{text-align:center}.custom-alert-container .alert-backdrop{position:fixed;left:0;top:0;width:100%;height:100%;background-color:var(--custom-alert-backdrop-background-color)}.custom-alert-container button{font-family:var(--custom-alert-title-font-family);font-weight:700;font-style:normal;font-size:14px;line-height:20px;padding:8px 16px;border:none;text-align:center;transition:all .35s ease-out;text-transform:uppercase;width:250px;cursor:pointer}.custom-alert-container button:disabled{background-color:#dedede;color:#999;cursor:not-allowed}.custom-alert-container button.primary{background-color:red;color:#dedede}.custom-alert-container button.primary:hover{background-color:#dc0303;color:#dedede}.custom-alert-container button.tertiary{background-color:#171717;color:#dedede}.custom-alert-container button.tertiary:hover{background-color:#3a3a3a;color:#dedede}.custom-alert-container .alert{position:absolute;height:auto;z-index:calc(var(--custom-alert-container-z-index) + 10);padding-bottom:16px;top:50%;left:50%;width:100%;max-width:400px;transform:translate(-50%,-50%);background-color:var(--custom-alert-background-color);font-family:var(--custom-alert-text-font-family);font-weight:400;font-style:normal;text-transform:none;display:flex;flex-direction:column}.custom-alert-container .alert a:not(.btn){color:var(--custom-alert-text-color)}@media print,screen and (max-width:39.99875em){.custom-alert-container .alert{left:10px;right:10px;width:calc(100% - 20px);top:50%;transform:translateY(-50%)}}.custom-alert-container .alert .alert-header{width:100%;position:relative;padding:1rem 0;border-bottom:1px solid var(--custom-alert-border-color)}.custom-alert-container .alert .alert-header h1{font-family:var(--custom-alert-title-font-family);font-weight:700;font-style:italic;text-align:center;font-size:16px;text-transform:uppercase;margin:0}.custom-alert-container .alert .alert-header .close-alert-btn{position:absolute;right:12px;top:12px}@media print,screen and (max-width:39.99875em){.custom-alert-container .alert .alert-header .close-alert-btn{right:8px;top:8px}}.custom-alert-container .alert .alert-header .close-alert-btn svg{width:16px;height:16px}.custom-alert-container .alert .alert-body{padding:0 16px}.custom-alert-container .alert .alert-body .message{text-align:center;margin:35px 0}.custom-alert-container .alert .alert-footer{padding:1rem 0;border-top:1px solid var(--custom-alert-border-color)}