section.light.learn-more {
  background: #F3F3F3;
}
section.learn-more > div.content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.learn-more > div.content-container h2,
section.learn-more > div.content-container div.content {
  color: #1C242A;
  text-align: center;
  margin-bottom: 60px;
}

section.learn-more > div.content-container h2 {
  color: #F19225;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.learn-more > div.content-container div.form-container {
  width: 82%;
}

section.learn-more > div.content-container div.form-container fieldset .hs-main-font-element {
  line-height: 28px;
}

section.learn-more > div.content-container div.form-container fieldset .hs-main-font-element p {
  display: block;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

section.learn-more > div.content-container div.form-container fieldset .hs-main-font-element p a {
  color: #007FFF;
  text-decoration: none;
  border-bottom: 1px solid #007FFF;
  transition: all 0.2s ease;
}

section.learn-more > div.content-container div.form-container fieldset .hs-main-font-element p a:hover {
	color: #007FFF;
	border-bottom: 1px solid #007FFF;
}

section.learn-more > div.content-container div.form-container div.hs_subscribe_to_zype_updates {
  transform: translate(4px, -3px);
}

section.learn-more > div.content-container div.form-container div.hs_recaptcha {
    margin-bottom: 40px;
}

section.learn-more > div.content-container div.form-container div.hs_submit {
  border: none;
  display: block;
  width: fit-content;
  padding: 15px 25px;
  color: #fff;
  background: #007FFF;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

/* section.learn-more .form-container form {
    color: #1c242a;
    font-size: 15px;
    line-height: 1.35;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

section.learn-more .form-container label { margin-bottom: 5px; }

section.learn-more .form-container form fieldset {
  margin-bottom: 20px;
}

section.learn-more .form-container label span {
  color: #1c242a;
  margin: 0 0 0.3rem;
}

section.learn-more .form-container .hs-error-msg {
  color: #F19225;
}

section.learn-more .form-container .hs_error_rollup {
  margin-top: 20px;
  color: #F19225;
}

section.learn-more .form-container .actions .hs-button {
  border: none;
  display: block;
  width: fit-content;
  padding: 15px 25px;
  color: #fff;
  background: #007FFF;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}

section.learn-more .form-container input, section.learn-more .form-container select {
  border: 1px solid #7E7E7E;
  padding: 5px;
  max-width:100%;
} */

section.learn-more label { display: block; }

section.learn-more fieldset {
	font-size: 1rem;
	padding: 0.25rem 0;
	max-width: none !important;
}

section.learn-more fieldset > div .input {
	margin: 0 !important;
}

section.learn-more fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]),
section.learn-more fieldset div {
	width: 100% !important
}
@media only screen and (min-width: 992px) {
	section.learn-more fieldset {
		display: flex;
		gap: 24px;
	}
	section.learn-more fieldset div {
		flex: 1;

	}
}

section.learn-more fieldset .field {
	margin: 0 0 0.625rem;
}

section.learn-more ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: rgba(29, 37, 44, 0.6);
}

section.learn-more ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(29, 37, 44, 0.6);
}

section.learn-more :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(29, 37, 44, 0.6);
}

section.learn-more ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: rgba(29, 37, 44, 0.6);
}

section.learn-more ::placeholder {
	/* Most modern browsers support this now. */
	color: rgba(29, 37, 44, 0.6);
}

section.learn-more .error::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: rgba(148, 46, 30, 1.0);
}

section.learn-more .error::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(148, 46, 30, 1.0);
}

section.learn-more .error:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(148, 46, 30, 1.0);
}

section.learn-more .error::-ms-input-placeholder {
	/* Microsoft Edge */
	color: rgba(148, 46, 30, 1.0);
}

section.learn-more .error::placeholder {
	/* Most modern browsers support this now. */
	color: rgba(148, 46, 30, 1.0);
}

section.learn-more .hs-field-desc {
	font-size: .8em;
	margin: 0 0 .5em;
}

section.learn-more input[type="radio"], section.learn-more input[type="checkbox"] {
	margin-right: 2px;
}

section.learn-more select {
	background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7.80794 10.7695L4.09346 6.31215C3.65924 5.79109 4.02976 5 4.70803 5L11.292 5C11.9702 5 12.3408 5.79108 11.9065 6.31215L8.19206 10.7695C8.09211 10.8895 7.90789 10.8895 7.80794 10.7695Z" fill="%23007FFF"/>%20</svg>');
	background-position: calc(100% - 12px) center;
	background-repeat: no-repeat;
	line-height: 1;
	height: auto;
}

section.learn-more .inputs-list {
	margin: 0;
	padding: 0;
}

section.learn-more .inputs-list li {
	list-style: none;
}

section.learn-more .hs-error-msgs {
	font-size: .8rem;
	color: #942E1E;
	margin: .5rem 0 0;
}

section.learn-more .no-list {
    list-style: none;
}

section.learn-more .no-list label {
    display: inline;
}

section.learn-more .hs_submit {
	margin-top: 1rem;
}

section.learn-more .field > label,
section.learn-more .form-group label {
	
	font-family: Inter; font-style: normal; font-weight: normal; text-decoration: none;
	
	font-size: 15px;
	line-height: 1.35;
	color: #1c242a;
	margin: 0 0 0.3rem;
}


section.learn-more textarea,
section.learn-more select,
section.learn-more .form-control,
section.learn-more input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
section.learn-more input[readonly]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
	
	font-family: Inter; font-style: normal; font-weight: normal; text-decoration: none;
	
	font-size: 0.8888888888888888rem;
	line-height: 1.35;
	color: #1D252C;
	background-color: rgba(255, 255, 255, 1.0);
	min-height: 2.7777777777777777rem;
	padding: 0 15px;
	border: 1px solid #e5e7ea;

	border-radius: 6px;
	max-width: 100%;
	width: 100%;
	-webkit-appearance: none;
	outline: none;
	transition: all .15s ease-in-out;
    animation-timing-function: ease-in-out;
}

section.learn-more textarea:focus,
section.learn-more select:focus,
section.learn-more .form-control:focus,
section.learn-more input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):focus,
section.learn-more input[readonly]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):focus {
	color: #1D252C;
	border-color: #007FFF;
	box-shadow: none;
}

section.learn-more textarea.error,
section.learn-more select.error,
section.learn-more .form-control.error,
section.learn-more input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]).error,
section.learn-more input[readonly]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]).error,
section.learn-more .hs-error-msg {
	color: #942E1E;
	border-color: #942E1E;
}

section.learn-more [type="radio"]:checked,
section.learn-more [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
section.learn-more [type="radio"]:checked + span,
section.learn-more [type="radio"]:not(:checked) + span
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #1D252C;
}
section.learn-more [type="radio"]:checked + span:before,
section.learn-more [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border: 1px solid #e5e7ea;

    border-radius: 100%;
    background: #fff;
}
section.learn-more [type="radio"]:checked + span:after,
section.learn-more [type="radio"]:not(:checked) + span:after {
    content: '';
    width: 8px;
    height: 8px;
	background: #007FFF;
    position: absolute;
    top: 5px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
section.learn-more [type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
section.learn-more [type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

section.learn-more [type="checkbox"]:checked,
section.learn-more [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
section.learn-more [type="checkbox"]:checked + span,
section.learn-more [type="checkbox"]:not(:checked) + span
{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #1D252C;
  font-size: 15px;
}
section.learn-more [type="checkbox"]:checked + span:before,
section.learn-more [type="checkbox"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -1px;
    width: 22px;
    height: 22px;
    border: 1px solid #e5e7ea;
    border-radius: 4px;
}
section.learn-more [type="checkbox"]:checked + span:before {
	background: #007FFF
}
section.learn-more [type="checkbox"]:checked + span:after,
section.learn-more [type="checkbox"]:not(:checked) + span:after {
    content: url('data:image/svg+xml; utf8, <svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5L3.5 7L9 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	width: 10px;
    height: 8px;
    position: absolute;
    top: -1.5px;
    left: 3px;
    transition: all .2s ease;
}
section.learn-more [type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
section.learn-more [type="checkbox"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

section.learn-more [type=file]::file-selector-button,
section.learn-more [type=file]::-webkit-file-upload-button {
	border-radius: 100px;
    border: none;
    padding: 0.25rem 1rem;
    margin-right: 1rem;
	cursor: pointer
}

section.learn-more [type=file]::file-selector-button:hover,
section.learn-more [type=file]::-webkit-file-upload-button:hover {
	 filter: brightness(90%);
}

section.learn-more textarea {
    padding-top: .75rem;
    padding-bottom: .75rem;
    min-height: 75px;
}

section.learn-more .form-control-lg,
section.learn-more .form-wrapper-lg input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
	height: 3.3333333333333335rem;
	font-size: 1.1111111111111112rem
	padding: 0 15px;
}

section.learn-more .form-control-md,
section.learn-more .form-wrapper-md input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
	height: 2.7777777777777777rem;
	font-size: 0.9444444444444444rem
	padding: 0 15px;
}

section.learn-more .form-control-sm,
section.learn-more .form-wrapper-sm input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
	height: 2.5555555555555554rem;
	font-size: 0.6666666666666666rem
	padding: 0 15px;
}

section.learn-more .form-control-lg input[type=submit].hs-button.primary,
section.learn-more .form-control-lg input[type=submit].hs-button.secondary,
section.learn-more .form-wrapper-lg input[type=submit].hs-button.primary,
section.learn-more .form-wrapper-lg input[type=submit].hs-button.secondary {
	height: 3.3333333333333335rem;
	padding: 0 1.6666666666666667rem !important;
	font-size: 1.1111111111111112rem
}

section.learn-more .form-control-md input[type=submit].hs-button.primary,
section.learn-more .form-control-md input[type=submit].hs-button.secondary,
section.learn-more .form-wrapper-md input[type=submit].hs-button.primary,
section.learn-more .form-wrapper-md input[type=submit].hs-button.secondary {
	height: 2.7777777777777777rem;
	padding: 0 1.9444444444444444rem  !important;
	font-size: 0.9444444444444444rem
}

section.learn-more .form-control-sm input[type=submit].hs-button.primary,
section.learn-more .form-control-sm input[type=submit].hs-button.secondary,
section.learn-more .form-wrapper-sm input[type=submit].hs-button.primary,
section.learn-more .form-wrapper-sm input[type=submit].hs-button.secondary {
	height: 2.5555555555555554rem;
	padding: 0 1.0rem  !important;
	font-size: 0.6666666666666666rem
}

section.learn-more .hs-form-field {
	margin-bottom: 1rem;
}

section.learn-more form#email-prefs-form input.email-edit.hs-input {
    width: 100% !important;
}

section.learn-more label.hs-error-msg {
    font-size: .75rem;
    line-height: 1.2;
}

section.learn-more input#hs-pwd-widget-password {
	width: 100%;
	height: initial !important;
	padding: .6rem;
	margin-bottom: 1rem;
	margin-top: 1rem !important;
}