.checkbox{display:flex;position:relative}.checkbox__helper:before{background-color:#fff;content:"";display:block;height:16px;left:0;position:absolute;top:0;width:16px}.checkbox__helper:after{background-color:#f6c321;content:"";display:none;height:8px;left:4px;position:absolute;top:4px;width:8px}.checkbox__check{cursor:pointer;height:16px;left:0;opacity:1e-9;position:absolute;top:0;width:16px;z-index:10}.checkbox__check:checked~.checkbox__helper:after{display:block}.checkbox__check:checked~.checkbox__label.is--checked-bold{color:#4d4e53;font-weight:600}.checkbox__label{font-family:Silka,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:16px;margin-left:36px;margin-top:-2px}.checkbox__label:last-child{margin-bottom:0}.checkbox__label b,.checkbox__label strong{font-weight:600}.checkbox__label.mktoLabel{pointer-events:auto!important}.checkbox__label a{border-bottom:1px solid #f6c321;font-weight:600;text-decoration:none}