.checkbox-input{display:flex}.checkbox-input input[type=checkbox]{display:none}.checkbox-input input[type=checkbox]+label{font-family:var(--font-poppins);font-size:14px;color:#002f52;font-weight:600}@media(width < 768px){.checkbox-input input[type=checkbox]+label{font-size:13px}}@media(width < 640px){.checkbox-input input[type=checkbox]+label{font-size:12px}}.checkbox-input input[type=checkbox]+label{padding-right:30px;background:url(/icons/common/checkbox/checkbox.svg) 100% no-repeat;cursor:pointer}.checkbox-input input[type=checkbox]+label.big-label{font-family:var(--font-poppins);font-size:16px;color:#002f52;font-weight:500}@media(width < 768px){.checkbox-input input[type=checkbox]+label.big-label{font-size:15px}}@media(width < 640px){.checkbox-input input[type=checkbox]+label.big-label{font-size:14px}}.checkbox-input input[type=checkbox]+label .label-suffix{font-family:var(--font-poppins);font-size:14px;color:#908c8c;font-weight:400}@media(width < 768px){.checkbox-input input[type=checkbox]+label .label-suffix{font-size:13px}}@media(width < 640px){.checkbox-input input[type=checkbox]+label .label-suffix{font-size:12px}}.checkbox-input input[type=checkbox]+label a{text-decoration:underline}.checkbox-input input[type=checkbox]:checked+label{background:url(/icons/common/checkbox/checkbox-checked.svg) 100% no-repeat}.checkbox-input input[type=checkbox]:disabled+label{opacity:.5;cursor:not-allowed}.checkbox-input.blue input[type=checkbox]+label{font-family:var(--font-poppins);font-size:14px;color:#0aa1d0;font-weight:600}@media(width < 768px){.checkbox-input.blue input[type=checkbox]+label{font-size:13px}}@media(width < 640px){.checkbox-input.blue input[type=checkbox]+label{font-size:12px}}.checkbox-input.blue input[type=checkbox]+label{background:url(/icons/common/checkbox/checkbox-blue.svg) 100% no-repeat}.checkbox-input.blue input[type=checkbox]:checked+label{background:url(/icons/common/checkbox/checkbox-blue-checked.svg) 100% no-repeat}.checkbox-input.white input[type=checkbox]+label{font-family:var(--font-poppins);font-size:14px;color:#fff;font-weight:600}@media(width < 768px){.checkbox-input.white input[type=checkbox]+label{font-size:13px}}@media(width < 640px){.checkbox-input.white input[type=checkbox]+label{font-size:12px}}.checkbox-input.white input[type=checkbox]+label{background:url(/icons/common/checkbox/checkbox-white.svg) 100% no-repeat}.checkbox-input.white input[type=checkbox]:checked+label{background:url(/icons/common/checkbox/checkbox-white-checked.svg) 100% no-repeat}.checkbox-input.outlined input[type=checkbox]+label{font-family:var(--font-poppins);font-size:14px;color:#0aa1d0;font-weight:600}@media(width < 768px){.checkbox-input.outlined input[type=checkbox]+label{font-size:13px}}@media(width < 640px){.checkbox-input.outlined input[type=checkbox]+label{font-size:12px}}.checkbox-input.outlined input[type=checkbox]+label{background:url(/icons/common/checkbox/checkbox-outlined.svg) 100% no-repeat}.checkbox-input.outlined input[type=checkbox]:checked+label{background:url(/icons/common/checkbox/checkbox-outlined-checked.svg) 100% no-repeat}