.checkbox input[type=checkbox]{display:none}.checkbox input[type=checkbox]:checked~label:after{opacity:1;transform:scale(1)}.checkbox .label{display:inline-block;position:relative;text-align:center}.checkbox .label:before{border:1px solid #aaa;box-sizing:border-box;content:"";display:inline-block;height:18px;left:0;margin-right:15px;position:relative;top:-2px;vertical-align:top;width:18px}.checkbox .label:after{background:#46939c;content:"";height:12px;left:3px;opacity:0;position:absolute;top:1px;transform:scale(0);transition:.3s ease;transition-property:opacity,transform;width:12px}.checkbox .label span{color:#000;font-size:11px;font-weight:300;line-height:18px}.checkbox .label:hover:after{opacity:.2;transform:scale(.5)}.checkbox.checkmark .label{cursor:pointer;position:relative}.checkbox.checkmark .label span{color:#000;font-size:32px;font-style:normal;font-weight:500;line-height:40px}@media screen and (max-width:991px){.checkbox.checkmark .label span{font-size:18px;line-height:normal}}.checkbox.checkmark .label:before{height:30px;margin-right:4px;position:static;vertical-align:text-bottom;width:30px}@media screen and (max-width:991px){.checkbox.checkmark .label:before{height:16px;margin-bottom:2px;width:16px}}.checkbox.checkmark .label:after{background:#2a8d9c;height:30px;left:0;top:4px;transition:unset;width:30px}@media screen and (max-width:991px){.checkbox.checkmark .label:after{content:unset}}.checkbox.checkmark input[type=checkbox]:checked~label:before{background-color:#2a8d9c;border-color:#2a8d9c}.checkbox.checkmark input[type=checkbox]:checked~label:after{border:solid #fff;border-top-left-radius:10px;border-width:0 2px 2px 0;content:"";display:block;height:20px;left:9px;position:absolute;top:5px;transform:rotate(35deg);width:10px}@media screen and (max-width:991px){.checkbox.checkmark input[type=checkbox]:checked~label:after{border-width:0 1px 1px 0;height:12px;left:4px;top:3px;width:6px}}