/* © InvestisDigital, All rights reserved, v2.0.0 */
body#ip3-preview-protection #__cookieWrapper{display: none}
#__cookieWrapper{
    font-size: 1.6rem;
    line-height: 20px;
    color: #2C3F45;
}
#__cookieWrapper a:hover, #__cookieWrapper .cookieModal .ccDescription a:hover {text-decoration: underline;     color: var(--yellow);}
#__cookieWrapper .__cookieNotice p  {text-align:center}
#__cookieWrapper .ccBtn{
    font-size: 1.6rem;
    line-height: 2.0rem;
    display: inline-flex;
    align-items: center;
    background-color: #E3A52A;
    color: #2C3F45;
    padding: 14px 20px;
    text-decoration: none;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    border-width: 1px;
    border: none;
}
#__cookieWrapper .ccBtn:hover{
    background-color: #648D9E !important;
    color: var(--white) !important;
}
#__cookieWrapper .ccBtn:focus{background-color: #648D9E !important;}
#__cookieWrapper .ccBtn > span.icon{font-size: 1.2rem;margin-left: 30px;    display: none;}
#__cookieWrapper .ccFooter .ccBtn{margin-right: 10px}
#__cookieWrapper .ccFooter .ccBtn:last-child{margin-right: 0}
#__cookieWrapper .__cookieNoticeBody .ccBtn{margin-right: 20px}
#__cookieWrapper .__cookieNoticeBody .ccBtn:last-child{margin-right: 0}
#__cookieWrapper .cookieModal{width:90%;height:100%;position:fixed;overflow:hidden;left:0;top:0;z-index:1000;color:#2C3F45;padding:0;margin:0;max-width:500px;-webkit-overflow-scrolling:touch}
#__cookieWrapper .cookieModal .ccDescription{padding:20px 20px 0}
#__cookieWrapper .cookieModal .ccDescription a{color: #2C3F45;text-decoration: underline;}
#__cookieWrapper .cookieModal .ccBg{background:rgba(0,0,0,.5);height:100%;width:100%;position:fixed;top:0;left:0}
#__cookieWrapper .cookieModal .ccAppInput{position:absolute;top:0;right:0;opacity:0;width:45px;height:25px}
#__cookieWrapper .cookieModal .ccAppInput:focus+.ccApp-label .slider{box-shadow:0 0 5px #000}
#__cookieWrapper .cookieModal .ccAppInput:checked+.ccApp-label .slider{background-color: #2C3F45}
#__cookieWrapper .cookieModal .ccAppInput:checked+.ccApp-label .slider:before{-webkit-transform:translateX(20px);transform:translateX(20px)}
#__cookieWrapper .cookieModal .ccApp-label{display:inline-block;height:30px}
#__cookieWrapper .cookieModal .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#2C3F45;transition:.4s;width:45px;display:inline-block;box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19)}
#__cookieWrapper .cookieModal .slider:before{position:absolute;content:"";height:15px;width:15px;left:5px;bottom:5px;background-color:#e3a52a;transition:.4s}
#__cookieWrapper .cookieModal .slider.round{border-radius:30px}
#__cookieWrapper .cookieModal .slider.round:before{border-radius:50%}
#__cookieWrapper .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%;height:100%;position:fixed;overflow:auto;background:#fff;position:relative}
#__cookieWrapper .cookieModal .ccFooter{padding:20px 20px 0;border-bottom:1px solid #000;padding-bottom:40px}
#__cookieWrapper .cookieModal .ccHeader{padding:40px 20px 0}
#__cookieWrapper .cookieModal .title{
    font-size: 2.8rem;
    line-height: 3.8rem;
    letter-spacing: 0;
}
#__cookieWrapper .cookieModal .ccBodyFooter{padding:20px 20px 0;padding-bottom:50px}
#__cookieWrapper .cookieModal .ccBody{padding:20px 20px 0}
#__cookieWrapper .cookieModal .ccBody .ccApp{display:block;position:relative;line-height:20px;min-height:40px;margin-bottom:20px}
#__cookieWrapper .cookieModal .ccBody .ccApp:last-child{margin-bottom:0}
#__cookieWrapper .cookieModal .ccBody .ccApp .leftPart{width:75%;display:inline-block;margin-bottom:15px;text-decoration:none}
#__cookieWrapper .cookieModal .ccBody .ccApp .rightPart{width:25%;float:right;text-align:right;line-height:15px}
#__cookieWrapper .cookieModal .ccBody .ccApp .rightPart .ccRequired{font-family: var(--font-medium);text-transform: uppercase;display: block;margin-top: 10px;color: var(--red-color)}
#__cookieWrapper .cookieModal .ccBody .ccApp .switch{display:inline-block;height:25px;position:absolute;right:0;width:45px}
#__cookieWrapper .cookieModal .ccBody .ccApp .ccAppTitle{
    font-size: 2.2rem;
    line-height: 3.8rem;
    letter-spacing: 0;
}
#__cookieWrapper .ccBodyTitle{padding:40px 20px 0}
#__cookieWrapper .__cookieNotice{width:100%;position:fixed;overflow:hidden;left:0;bottom:0;z-index:1003;padding:0;margin:0;background:var(--white);text-align:center;box-shadow:1px -2px 5px 4px rgba(0,0,0,.27)}
#__cookieWrapper .__cookieNotice .__cookieNoticeBody{padding:25px}
#__cookieWrapper .__cookieNotice .__cookieNoticeBody a{
text-decoration: underline;
    color: #2C3F45;
}

@media all and (max-width: 991.98px) and (min-width: 1199.98px) {

#__cookieWrapper .ccFooter .ccBtn {
    margin-right: 10px;
}

}

@media all and (max-width: 640.98px){
#__cookieWrapper .ccFooter .ccBtn {margin-right: 0;width: 100%;margin-bottom: 20px;     justify-content: center; }
#__cookieWrapper .__cookieNoticeBody .ccBtn {margin-right: 0;width: 100%;margin-bottom: 20px;}
#__cookieWrapper .ccBtn{padding: 12px 20px 12px}
}