.mktoLogicalField {
    width: 100% !important;
}
.mkto-ty {
    display: none;
    }
#LblInternational_Opt_In__c {
    margin-left: 32px;
    position: absolute;
    width: 95% !important;
    }
#LblInternational_Opt_In__c:before {
    margin-left: -2rem;
}
.mktoForm .mktoLogicalField.mktoCheckboxList {
   min-height: 70px; 
}
@media (min-width: 1200px) {
  .mktoForm .mktoLogicalField.mktoCheckboxList {
   min-height: 80px; 
    }
}

/* Form fields - Remove old style and set new one */

.mktoForm input[type="text"], .mktoForm input[type="url"], .mktoForm input[type="email"], .mktoForm input[type="tel"], 
.mktoForm input[type="number"], .mktoForm input[type="date"], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
    box-shadow: none;
    border-radius: 8px;
    background-color: #ffffff;
    line-height: 1.5em;
    color: #0D0F16;
    padding: 0.2em 0.3em;
    min-height: 1.9em;
    border: 1px solid #dedede;
    font-family: var(--font-family-alt);
    font-size: var(--wp--custom--type-scale--body--small--font-size,initial);
    line-height: var(--wp--custom--type-scale--body--small--line-height--family-base,intial);
    outline: 0;
    padding: var(--form-input-padding-v,var(--wp--custom--spacing--4)) var(--form-input-padding-h,var(--wp--custom--spacing--4));
    height: unset;
}
@media (min-width: 80em) {
  .mktoForm input[type="text"], .mktoForm input[type="url"], .mktoForm input[type="email"], .mktoForm input[type="tel"], 
.mktoForm input[type="number"], .mktoForm input[type="date"], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
    font-size: var(--wp--custom--type-scale--info--caption--font-size,initial);
    line-height: var(--wp--custom--type-scale--info--caption--line-height--family-base,intial);
  }
}
.mktoForm input[type=radio] + label:before {
    box-shadow: none;
}
.mktoForm input[type="checkbox"], .mktoForm input[type=checkbox] + label:before {
  background-color: transparent;
  border-color: var(--color-border-black);
  border-radius: var(--wp--custom--radius--round-4);
  flex-shrink: 0;
  height: 1.1em;
  outline-offset: 0;
  padding: 0;
  vertical-align: middle;
  width: 1.1em;
  box-shadow: none;
}
.mktoForm .mktoFormCol {
    min-height: 20px;
}
.mktoFormCol {
    margin-bottom: 15px !important;
}
.mktoForm .mktoLabel {
    padding-top: 0.3em;
    margin-bottom: var(--wp--custom--spacing--2);
    font-family: var(--font-family-alt);
  font-size: var(--wp--custom--type-scale--info--caption--font-size,initial);
  font-weight: var(--font-weight-semi-bold);
  line-height: var(--wp--custom--type-scale--info--caption--line-height--family-base,intial);
}
.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  background: #D71920!important;
  color: #ffffff!important;
  font-family: var(--font-family-alt);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  width: auto;
  white-space: nowrap;
  text-shadow: none;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:focus {
  background: #000000!important;
  color: #ffffff!important;
}
.mktoForm input.mktoField.mktoInvalid, .mktoForm textarea.mktoField.mktoInvalid, .mktoForm select.mktoField.mktoInvalid, .mktoForm .mktoLogicalField.mktoInvalid {
    border: 1px solid #D71920;
}