.marketingForm input,
.marketingForm textarea,
.marketingForm select,
.marketingForm p {
  font-family: OpenSans--Regular, Arial, sans-serif !important;
}
.marketingForm a {
  font-family: OpenSans--Regular, Arial, sans-serif !important;
}
.marketingForm label,
.marketingForm button {
  font-family: OpenSans--SemiBold, Arial, sans-serif !important;
}
.marketingForm .columnContainer {
  flex: 1 !important;
  padding: 0 !important;
  width: 100% !important;
}
.marketingForm .emptyContainer {
  padding: 0px 10px !important;
}
.marketingForm .textFormFieldBlock,
.marketingForm .phoneFormFieldBlock,
.marketingForm .optionSetFormFieldBlock,
.marketingForm .optionSetFormFieldBlock,
.marketingForm .twoOptionFormFieldBlock {
  padding: 8px !important;
  gap: 8px !important;
}
.marketingForm .textFormFieldBlock label,
.marketingForm .dateTimeFormFieldBlock label,
.marketingForm .lookupFormFieldBlock label,
.marketingForm .optionSetFormFieldBlock label,
.marketingForm .phoneFormFieldBlock label,
.marketingForm .twoOptionFormFieldBlock label.block-label,
.marketingForm .optionSetFormFieldBlock label.block-label,
.marketingForm .multiOptionSetFormFieldBlock label.block-label,
.marketingForm .textFormFieldBlock label *,
.marketingForm .dateTimeFormFieldBlock label *,
.marketingForm .lookupFormFieldBlock label *,
.marketingForm .twoOptionFormFieldBlock label.block-label *,
.marketingForm .optionSetFormFieldBlock label.block-label *,
.marketingForm .multiOptionSetFormFieldBlock label.block-label *,
.marketingForm .consentBlock label p {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
.marketingForm .textFormFieldBlock input,
.marketingForm .optionSetFormFieldBlock select,
.marketingForm .phoneFormFieldBlock input {
  height: 40px;
  border-radius: 5px;
  border: 1px solid black;
  flex: auto;
}
.marketingForm .textFormFieldBlock textarea {
  border-radius: 5px;
  border: 1px solid black;
  flex: auto;
}
.marketingForm .phoneFormFieldBlock .phoneCountryCode {
  border-radius: 5px;
}
.marketingForm .twoOptionFormFieldBlock label.block-label {
  margin-top: 0 !important;
}
.marketingForm div[data-editorblocktype="Text"] {
  margin: 10px !important;
}
.marketingForm .twoOptionFormFieldBlock div.twooption_checkbox div input {
  border-radius: 5px;
  border: 1px solid black;
}
.marketingForm .consentBlock {
  padding-left: 8px !important;
}
.marketingForm .submitButtonWrapper {
  padding: 20px 8px;
  text-align: left;
}
.marketingForm .submitButton {
  width: 146px;
  height: 48px;
  border-radius: 30px !important;
  background-color: #1e49e2;
  border-color: #1e49e2;
}
.marketingForm .submitButton:hover {
  background-color: #00338d;
  border-color: #00338d
}
div[data-cached-form-url] .onFormSubmittedFeedback .onFormSubmittedFeedbackMessage {
   font-family: OpenSans--Regular, Arial, sans-serif;
   font-size: 16px;
}
.onFormSubmittedFeedback .onFormSubmittedFeedbackMessage h2,
.onFormSubmittedFeedback .onFormSubmittedFeedbackMessage h3 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
  padding: 0 20px;
  color: #333333;
  text-align: center;
}
.onFormSubmittedFeedback .onFormSubmittedFeedbackMessage span {
  display: block;
  font-family: OpenSans--Regular, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #333333;
  margin: 20px 0;
}
.onFormSubmittedFeedback .onFormSubmittedFeedbackMessage a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  margin: 0 auto;
  width: 180px;
  height: 48px;
  font-family: OpenSans--SemiBold, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #1e49e2;
  border-radius: 24px;
  text-decoration: none;
}
.dark-theme .marketingForm label,
.dark-theme .marketingForm label.block-label,
.dark-theme .marketingForm label *,
.dark-theme .marketingForm p,
.dark-theme .marketingForm a {
  color: #fff !important;
}
.dark-theme .marketingForm a {
  text-decoration: underline;
}
.dark-theme .marketingForm .submitButton {
  background-color: #fff;
  color: #1e49e2
}
.dark-theme .marketingForm .submitButton:hover {
  background-color: #fff;
  color: #00338d;
  border-color: #00338d
}