.mktoForm .mktoFieldWrap .mktoField{
	border: 1px solid #6B6B6B;
	border-radius: 50px !important;
	-webkit-transition: 0.2s !important;
	transition: 0.2s !important;
	outline: none;
	padding: 5px 12px !important; 
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 100% !important;
	color: #333333 !important;
	width:100% !important;
	box-shadow:unset !important;
	height: 32px !important;
}
.mktoForm .mktoLabel {
	display: inline-block;
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 0;
	width: auto !important;
}
.mktoForm .mktoLabel {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #6B6B6B;
	max-width: 90% !important;
	flex: none;
	order: 0;
	flex-grow: 0;
	padding: 0 0 10px 0;
	z-index: 999 !important;
	position: inherit !important;
}
.mktoForm .mktoFieldWrap {
	width: 100% !important;
}
.mktoForm .mktoFormCol {
	width: 100% !important;
}
.mktoForm {
	width: 100% !important;
}
.mktoForm .mktoButton {
	transition: all 0.2s ease-in-out!important;
	align-items: center!important;
	background-color: #1570EF !important;
	border:unset!important;
	border-radius: 25px!important;
	color: white !important;
	display: inline-block!important;
	font-size: 18px !important;
	font-weight: bolder !important;
	line-height: 24px !important;
	padding: 8px 50px!important;
	text-align: center!important;
	text-transform: uppercase!important;
	user-select: none!important;
	vertical-align: middle!important;
	margin-top: 15px!important;
	box-shadow: unset !important;
	background-image: unset !important;
}
.mktoForm .mktoFieldWrap .mktoField:focus, .mktoForm .mktoFieldWrap .mktoField:focus{
	border: 1px solid #1570ef !important;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.mktoForm .mktoFieldWrap .mktoField:hover, .mktoForm .mktoFieldWrap .mktoField:hover {
	border: 1px solid #333333;
}
.mktoForm .mktoFieldWrap:focus-within .mktoLabel {
	color: #1570EF;
}
.mktoForm .mktoButton:hover {
	background-color: #0164b0 !important;
}
.mktoForm .mktoButton:focus {
	outline: 2px solid #1570EF!important;
	outline-offset: 2px!important;
	text-decoration: none!important;
}
.mktoButtonWrap{
	margin-left: 0px !important;
}
.mktoCheckboxList input[type=checkbox], .mktoRadioList input[type=radio] {
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	min-height: 18px !important;
	accent-color: #1570ef !important;
}
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList{
	width:100% !important;
	border: none !important;
	border-radius: 6px !important;
	-webkit-transition: 0.2s !important;
	transition: 0.2s !important;
	outline: none;
	padding: 0 !important; 
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 100% !important;
	color: #1e2939 !important;
	box-shadow:unset !important;
	margin: 0 !important;
	padding: 0 0 10px !important;
}
.mktoForm .mktoFieldWrap .mktoRadioList input, .mktoForm .mktoFieldWrap .mktoCheckboxList input{
	height: 18px !important;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
	padding-left: 2.2em !important;
	margin: 0 !important;
	line-height: 1.3em !important;
	margin-top: 10px !important;
	padding-bottom: 0px !important;
}
.mktoForm .mktoRadioList > label:hover, .mktoForm .mktoCheckboxList > label:hover  {
	background: none;
}
.mktoForm input[type=radio]:checked + label:before, .mktoForm input[type=radio]:focus + label:before {
	background-color: unset !important;
	background-image:unset !important;
	box-shadow:unset !important;
	border: 1px solid #1570ef!important;
}

.mktoForm input[type=radio]:checked + label:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #1570ef !important;
	border-radius: 50%;
	position: absolute;
	margin-left: -1.25em;
	margin-top: -1.16em;
	z-index: 1;
}
.mktoForm input[type=radio] + label:before {
	box-shadow: unset !important;
	margin-left: -1.7em !important;
	width: 1.4em !important;
	height: 1.4em !important;
}
.mktoForm input[type=checkbox] + label:before {
	box-shadow: unset!important;
	width: 18px !important;
	height: 18px !important;
	font-size:18px !important;
	margin-left: -1.3em !important;

}
.mktoForm input[type=checkbox]:checked + label:before {
	content: "✓ ";
	background: #1570ef !important;
	border: 1px solid #1570ef!important;
	box-shadow: unset!important;
	color: #fff!important;
	font-weight: bold!important;
	width: 18px !important;
	height: 18px !important;
	font-size:18px;
	margin-left: -1.3em !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
	font-weight: bold !important;
	line-height: 1em !important;
}
.mktoForm *::-webkit-scrollbar {
	width: 8px;
}
.mktoForm *::-webkit-scrollbar-track {
	border-radius: 2px;
}
.mktoForm *::-webkit-scrollbar-track:hover {
	box-shadow: inset 0 0 3px grey;
}
.mktoForm *::-webkit-scrollbar-thumb {
	background: #c4c4c4;
	border-radius: 2px;
}
.mktoForm *::-webkit-scrollbar-thumb:hover {
	background: #1570ef;
}
.mktoForm select.mktoField{
	background: url("data:image/svg+xml,<svg height='16px' width='12px' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'><path d='M6 6L11.1962 0H0.803848L6 6Z' fill='Gray20'/></svg>") no-repeat #ffffff !important;
	background-position: calc(100% - 16px) calc(100% - 14px) !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	padding-right: 2rem !important;
}
.mktoForm select[multiple] {
	background:none;
}
.mktoForm .mktoFieldWrap textarea.mktoField  {
	resize: vertical;
	min-height: 100px !important;
	max-height: 360px !important;
	box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
	.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
		float: right !important;
	}
}
.mktoForm .only-one-input-and-label {
	padding: 0 !important;
	border: 0 !important;
}
.mktoForm .only-one-input-and-label input[type=checkbox] + label:before {
	margin-top: 3px;
}
.mktoForm .only-one-input-and-label label {
	padding-left: 25px !important;
	margin-top: 0 !important;
}
.mktoButtonRow {
	display: block !important;
	text-align: center !important;
}

.mktoForm .mktoOffset {
    height: 0.5em!important;
}

#mktoForm_6962 > .mktoFormRow:nth-of-type(1),
#mktoForm_6962 > .mktoFormRow:nth-of-type(2),
#mktoForm_6962 > .mktoFormRow:nth-of-type(5),
#mktoForm_6962 > .mktoFormRow:nth-of-type(6)  {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 0;
	clear: none;
	margin-top: 0.5em;
}

#mktoForm_6962 > .mktoFormRow:nth-of-type(1) > .mktoFormCol > .mktoOffset,
#mktoForm_6962 > .mktoFormRow:nth-of-type(5) > .mktoFormCol > .mktoOffset {
	display: none;
}

#mktoForm_6962 > .mktoFormRow:nth-of-type(n+7) {
	clear: both;
}

#mktoForm_6962 > .mktoFormRow:nth-of-type(1) .mktoFieldDescriptor,
#mktoForm_6962 > .mktoFormRow:nth-of-type(2) .mktoFieldDescriptor,
#mktoForm_6962 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor,
#mktoForm_6962 > .mktoFormRow:nth-of-type(6) .mktoFieldDescriptor {
	display: flex;
	align-items: center;
}

#mktoForm_6962 > .mktoFormRow:nth-of-type(1) .mktoLabel,
#mktoForm_6962 > .mktoFormRow:nth-of-type(2) .mktoLabel,
#mktoForm_6962 > .mktoFormRow:nth-of-type(5) .mktoLabel,
#mktoForm_6962 > .mktoFormRow:nth-of-type(6) .mktoLabel {
	width: 100px;
	margin: 0;
}

#mktoForm_6962 > .mktoFormRow:nth-of-type(1) .mktoField,
#mktoForm_6962 > .mktoFormRow:nth-of-type(2) .mktoField,
#mktoForm_6962 > .mktoFormRow:nth-of-type(5) .mktoField,
#mktoForm_6962 > .mktoFormRow:nth-of-type(6) .mktoField {
	width: 100% !important;
}

@media (max-width: 640px) {
	#mktoForm_6962 > .mktoFormRow:nth-of-type(1),
	#mktoForm_6962 > .mktoFormRow:nth-of-type(2),
	#mktoForm_6962 > .mktoFormRow:nth-of-type(5),
	#mktoForm_6962 > .mktoFormRow:nth-of-type(6){
	float: none;
	width: 100%;
	padding-right: 0;
	}
	#mktoForm_6962 > .mktoFormRow:nth-of-type(1) .mktoFieldDescriptor,
	#mktoForm_6962 > .mktoFormRow:nth-of-type(2) .mktoFieldDescriptor,
	#mktoForm_6962 > .mktoFormRow:nth-of-type(5) .mktoFieldDescriptor,
	#mktoForm_6962 > .mktoFormRow:nth-of-type(6) .mktoFieldDescriptor {
	display: block;
	}
	#mktoForm_6962 .mktoField { width: 100% !important; }
}

#mktoForm_6962 .mktoFormRow:has(#LblsingleOptinStatus) {
  border-top: 1px solid #999;
  padding-top: 0.6em;
}

#LblsingleOptinStatus .mktoAsterix {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
input[aria-labelledby~="LblsingleOptinStatus"] + label::after {
  content: " *";
  font-weight: bold;
  color: #bf0000;
  margin-left: 0.25em;
  speak: none;
}
#mktoForm_6962 .mktoFormRow:has(#LblsingleOptinStatus) .mktoOffset,
#mktoForm_6962 .mktoFormRow:has(#LblsingleOptinStatus) .mktoGutter {
  display: none !important;
}