#add-phone {
	padding: 0;
	button[type="submit"] {
		margin-top: 0;
		box-sizing: border-box;
	}
}
#support {
	text-align: center;
	p {
		color: var(--color-carbone);
		font-family: var(--body-regular-l-ff);
		font-weight: 800;
		line-height: var(--body-regular-l-lh);
		text-rendering: var(--body-regular-l-tr);
		letter-spacing: var(--body-regular-l-ls);
		font-size: var(--body-regular-l-fs);
		text-transform: uppercase;
		opacity: .75;
	}
	#new-code {
		color: var(--color-raspberry);
	}
	#new-code a {
		color: var(--color-raspberry);
		text-decoration: none;
		font-weight: 800;
	}
	#contact-form {
		margin-top: 16px;
		a {
			text-decoration: none;
			color: var(--color-carbone);
		}
	}
}
.trust-client {
	flex-direction: row;
	justify-content: start;
	align-items: center;
	label {
		font-size: 14px;
		font-weight: 400;
		cursor: pointer;
	}
	small {
		width: 80%;
	}
	.input-group {
		flex-direction: row;
		flex-flow: row;
	}
}
