.checkbox a {
	text-decoration: underline;
	color: #00a0e3;
}
.checkbox a:hover {
	text-decoration: none;
}

.nc-consent {
	font-family: Rubik;
}
.nc-consent .tpl-button-primary {
	border: 1px solid #00a0e3;
    background: #00a0e3;
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
	font-size: 11px;
}
.nc-consent .tpl-button-primary:hover {
    background: #0081c5;
}
.nc-consent .tpl-button-secondary {
	border: 1px solid #0081c5;
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
	color: #0081c5;
    transition: all 0.2s ease-in-out 0s;
	font-size: 11px;
}
.nc-consent .tpl-button-secondary:hover {
    background: #0081c5;
	color: #fff;
}