/* Â© InvestisDigital, All rights reserved, v1.1.1 */
.cookieModal{font-size:1.6rem;line-height:2rem;width:100%;height:100%;position:fixed;overflow:hidden;left:0;top:0;z-index:1000;color:#000;padding:0;margin:0}
.cookieModal a{color:#ba0029;text-decoration:none}
.cookieModal a:hover{color:#ba0029}
.cookieModal p{font-family:inherit;color:inherit;display:block;text-align:left;margin:0;padding:0; font-size:0.8em;line-height: initial;}
.cookieModal .ccBg{background:rgba(0,0,0,.5);height:100%;width:100%;position:fixed;top:0;left:0}
.cookieModal .ccAppInput{position:absolute;top:0;right:0;opacity:0;width:50px;height:30px}
.cookieModal .ccAppInput:focus+.ccApp-label .slider{box-shadow:0 0 5px #0885ba}
.cookieModal .ccAppInput:checked+.ccApp-label .slider{background-color:#ba0029}
.cookieModal .ccAppInput:checked+.ccApp-label .slider:before{-webkit-transform:translateX(20px);transform:translateX(20px)}
.cookieModal .ccApp-label{display:inline-block;height:30px}
.cookieModal .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;width:50px;display:inline-block;box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19)}
.cookieModal .slider:before{position:absolute;content:'';height:20px;width:20px;left:5px;bottom:5px;background-color:#fff;transition:.4s}
.cookieModal .slider.round{border-radius:30px}
.cookieModal .slider.round:before{border-radius:50%}
.cookieModal .ccBtn{background-color: #454545;color: #f1f1f1;border-radius: 5px;padding: 6px 18px;border: 0;margin-left: 15px;cursor: pointer;transition: all .5s ease;margin-bottom: 10px;text-decoration: none;font-size: 0.8em;}
.cookieModal .ccBtn:hover{background:#333333}
.cookieModal .appDescription{display:none}
.cookieModal .ccModal{z-index:1001;box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);width:100%;max-height:98%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);position:fixed;overflow:auto;background:#fff}
.cookieModal .ccFooter{padding:20px 20px 10px;border-top:1px solid #000;text-align:right}
.cookieModal .ccFooter .ccBtnOpenBox,.cookieModal .ccFooter .ccBtnSave{margin-left:10px}
.cookieModal .ccHeader{padding:20px;border-bottom:1px solid #000}
.cookieModal .ccHeader .title{font-size:2rem;display:block;line-height:30px}
.cookieModal .ccBody{padding:20px}
.cookieModal .ccBody .ccApp{display:block;position:relative;line-height:20px;min-height:40px;margin-bottom:20px}
.cookieModal .ccBody .ccApp:last-child{margin-bottom:0}
.cookieModal .ccBody .ccApp .leftPart{width:75%;display:inline-block;margin-bottom:10px;cursor:pointer;color:inherit;text-decoration:none}
.cookieModal .ccBody .ccApp .leftPart:before{content:'+';position:absolute;color:#ba0029;left:0;top:6px;font-size:2.8rem}
.cookieModal .ccBody .ccApp .leftPart.is-open{color:#ba0029}
.cookieModal .ccBody .ccApp .leftPart.is-open:before{content:'-';top:8px;font-size:3.6rem}
.cookieModal .ccBody .ccApp .rightPart{width:25%;float:right;text-align:right;line-height:30px}
.cookieModal .ccBody .ccApp .rightPart .ccRequired{font-size:1.4rem;color:#ba0029}
.cookieModal .ccBody .ccApp .switch{display:inline-block;height:30px;position:absolute;right:0;width:50px}
.cookieModal .ccBody .ccApp .ccAppTitle{font-weight: 500;font-size: 1.8rem;line-height: 2.7rem;padding-left: 34px;}
.__CookieSetting{display:none!important}
.__CCEnabled .__CookieSetting{display:block!important}
.__cookieNotice{font-size:1.6rem;line-height:2rem;width:100%;position:fixed;overflow:hidden;left:0;top:0;z-index:1000;color:#000;padding:20px;margin:0;background:#fff;border-bottom:1px solid #000}
.__cookieNotice a{color:#0075bb;text-decoration:none}
.__cookieNotice a:hover{color:#00aa3e}
.__cookieNotice p{font-family:inherit;color:inherit;display:block;text-align:left;margin:0;padding:0}
.__cookieNotice .ccBtn{box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);color:#fff;border-radius:5px;padding:10px 15px;border:0;background:#0075bb;cursor:pointer;transition:all .5s ease;margin-top:10px}
.__cookieNotice .ccBtn:hover{background:#005181}
@media (min-width:1024px){
.cookieModal .ccModal{border-radius:10px;position:relative;margin:0 auto;max-width:640px;height:auto;width:auto}
}
html{-webkit-text-size-adjust: none; -ms-content-zooming: none; -webkit-font-smoothing: antialiased;}
table.cookieTable td, table.cookieTable th {padding:15px;} 

@media all and (max-width: 992px) {
.cookieModal .ccBtn{padding: 6px 10px;font-size: 0.7em;}
.cookieModal .ccBody .ccApp .ccAppTitle {font-size: 0.9em;}
}