@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
.quote-box {
font-size: 1.2rem;
margin-bottom: 1rem;
font-family: inherit;
font-weight: 600;
line-height: 1.5;
color: #152a49;
}

.form-line {
	padding: 0 !important;
}

.form-buttons-wrapper, .form-submit-clear-wrapper {
	border-top: none !important;
}