.custom-checkbox{cursor:pointer;align-items:center;gap:8px;display:flex}.custom-checkbox input[type=checkbox]{display:none}.custom-checkbox .checkmark{border:2px solid #fc9d74;border-radius:2px;width:16px;height:16px;display:inline-block;position:relative}.custom-checkbox input[type=checkbox]:checked+.checkmark{background-color:#fc9d74}.custom-checkbox input[type=checkbox]:checked+.checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:0;left:4px;transform:rotate(45deg)}.primary-button1{color:#fff;background:linear-gradient(#014860,#001e25)}.primary-button_hero{color:#fff;background:linear-gradient(#039acc,#014757)}@media (hover:hover) and (pointer:fine){.primary-button_hero:hover{background:linear-gradient(#fc9d74,#fe7940);transition:background .3s}}
