@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');:root {--primary-color:#E9204F;--bg-color-dark: #161616;}.heading{font-size: 60px;line-height: normal;font-family: "Manrope", Sans-serif;font-weight: 700;}.subheading{font-size: 38px;line-height: normal;font-family: "Manrope", Sans-serif;font-weight: 600 }.displayNone {display: none;}.large{font-size: 32px;line-height: normal;font-family: "Manrope", Sans-serif;font-weight: 600;}.semi-medium{font-size: 20px;line-height: normal;font-family: "Manrope", Sans-serif;font-weight: 500;}.medium{font-size: 18px;line-height: normal;font-family: "Manrope", Sans-serif;font-weight: 500;}.content{font-size: 16px;line-height: normal;font-family: "Manrope", Sans-serif;font-weight: 500;}.small{font-size: 14px;font-weight: 400;line-height: normal;font-family: "Manrope", Sans-serif;}.extra-small{font-size: 12px;font-weight: 400;line-height: normal;font-family: "Manrope", Sans-serif;}body {background-color: #F1F2F4;padding: 0;margin: 0;}.form-check-input:checked {background-color:var(--primary-color);border-color:var(--primary-color);}.form-check-input:focus{box-shadow: none;border-color: var(--primary-color);}