/* Minification failed. Returning unminified contents.
(1,1006): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1,2690): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1,2811): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-hover'
 */
body.coreinbox-modal-open{overflow:hidden!important;}.coreinbox-modal{display:none;font-family:"AvantGarGotItcTOT-Boo","Arial",sans-serif;background-color:rgba(0,0,0,.7);position:fixed;inset:0;z-index:1050;overflow:hidden;outline:0;-webkit-overflow-scrolling:touch;}.coreinbox-modal__dialog{position:relative;width:auto;margin:10px;pointer-events:none;}@media(min-width:768px){.coreinbox-modal__dialog{width:500px;margin:100px auto 0;}}.coreinbox-modal__content{position:relative;background-color:#f0efe7;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-color:transparent;border-radius:5px;overflow:hidden;box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0;pointer-events:auto;}@media(min-width:768px){.coreinbox-modal__content{box-shadow:0 5px 15px rgba(0,0,0,.5);}}.coreinbox-modal__content.slide-out{animation:coreinboxSlideOut .3s ease-in-out;}.coreinbox-modal__content.slide-in{animation:coreinboxSlideIn .3s ease-in-out;}.coreinbox-modal__header{position:relative;background-color:var(--primary-color,#a31000);padding:16px;text-align:center;border-radius:0;border:0;overflow:hidden;-webkit-box-shadow:rgba(0,0,0,.3) 0 20px 20px -20px;-moz-box-shadow:rgba(0,0,0,.3) 0 20px 20px -20px;box-shadow:rgba(0,0,0,.3) 0 20px 20px -20px;}.coreinbox-modal__title{width:100%;margin:0;padding:0 20px 0 0;font-size:28px;font-weight:700;color:#fff;font-family:"AvantGarGotItcTOT-Bol","Arial",sans-serif;}.coreinbox-modal__exit{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;cursor:pointer;z-index:2;}.coreinbox-modal__exit::after,.coreinbox-modal__exit::before{content:"";position:absolute;top:50%;left:50%;width:100%;height:3px;background-color:#fff;border-radius:1px;transition:all .3s linear;}.coreinbox-modal__exit::after{transform:translate(-50%,-50%) rotate(45deg);}.coreinbox-modal__exit::before{transform:translate(-50%,-50%) rotate(-45deg);}.coreinbox-modal__exit:hover::after,.coreinbox-modal__exit:hover::before{opacity:.7;}.coreinbox-modal__body{position:relative;}.coreinbox-modal__footer{display:flex;justify-content:center;text-align:center;padding:15px;border:0;}.coreinbox-modal__footer--empty{display:none;}.coreinbox-modal__btn{cursor:pointer;display:inline-block;margin-right:8px;padding:12px 16px;border:0;border-radius:10px;font-size:14px;font-weight:bold;font-family:"AvantGarGotItcTOT-Bol","Arial",sans-serif;line-height:20px;text-transform:uppercase;text-decoration:none;text-align:center;white-space:nowrap;touch-action:manipulation;user-select:none;transition:all .3s linear;}.coreinbox-modal__btn:hover,.coreinbox-modal__btn:focus{text-decoration:none;}.coreinbox-modal__btn--primary{color:#fff;background-color:var(--primary-color,#09b934);}.coreinbox-modal__btn--primary:hover,.coreinbox-modal__btn--primary:focus{background-color:var(--primary-color-hover,#078826);}.coreinbox-modal__btn:last-child{margin-right:0;}@keyframes coreinboxSlideOut{from{transform:translateY(0);}to{transform:translateY(100%);}}@keyframes coreinboxSlideIn{from{transform:translateY(-100%);}to{transform:translateY(0);}}
