html .sib-form {
    padding: 0;
    margin: 0;
	background-color: transparent !important;
}
html .sib-form * {
	font-family: "Nunito Sans",sans-serif !important;
}

html .sib-form #sib-container {
	max-width: none !important;
}
html .sib-form .entry__field {
    border: 1px solid #d8dce0 !important;
    background-color: #f7f9fc;
	line-height: 1.85;
	color: var(--c-primary) !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 5px;
    text-transform: lowercase;
    font-size: 15px !important;
    font-weight: 700;
	background-clip: padding-box;
	border-radius: var(--bs-border-radius);
}

html .sib-form .entry__field input:focus {
    background-color: var(--c-tertiary) !important;
}

html .sib-form .checkbox, .sib-form .radio-button {
    background-color: #f7f9fc;
    border: 1px solid #ddd;
    height: 1.3em;
	width: 1.3em;
	border-radius: 50%;
	vertical-align: -0.25em;
}