.two-column-form-cards__section {
  margin: 80px 0;
  display: block;
  gap: 24px;
}

.two-column-form-cards__container{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0px;
  gap: 30px;
}

.two-column-form-cards__section .left-column-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 86px 100px;
  /* gap: 48px; */

  background: #FFFFFF;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

.two-column-form-cards__section .header-text-intro{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
}

.two-column-form-cards__section .header-text-intro .form-overline{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #0070B9;
}

.two-column-form-cards__section .header-text-intro .form-title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #5E5E5E;
}

.two-column-form-cards__section .header-text-intro .form-text-intro{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5E5E5E;
}

.two-column-form-cards__section .right-column-cards{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 27px;
  width: 100%;
  max-width: 445px;
}

.two-column-form-cards__section .right-column-cards .card-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 60px;
  gap: 11px;
  background: #FFFFFF;
  box-shadow: 2.72168px 2.72168px 8.16505px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 100%;
}

.two-column-form-cards__section .right-column-cards .card-item-title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #181818;
}

.two-column-form-cards__section .right-column-cards .card-item-content{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5E5E5E;
}

.two-column-form-cards__section .right-column-cards .card-item-cta{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 7.48px;
}

.two-column-form-cards__section .right-column-cards .card-item-cta a{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.two-column-form-cards__section .cta-button{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 5px;
  gap: 10px;
  width: 20px;
  height: 20px;
  background: #FFC700;
  border-radius: 50px;
}

.two-column-form-cards__section .cta-icon-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 10px;
  height: 10px;
}



@media (max-width: 768px) { 
  .two-column-form-cards__section .two-column-form-cards__container{
    flex-direction: column;
    padding: 0 15px;
  }

  .two-column-form-cards__section .left-column-form,
  .two-column-form-cards__section .right-column-cards{
    width: 100%;
  }

  .two-column-form-cards__section .left-column-form{
    padding: 30px 60px;
  }

  .two-column-form-cards__section .right-column-cards{
    max-width: unset;
  }
}

@media (max-width: 430px) { 
  .two-column-form-cards__section .left-column-form{
    padding: 30px;
  }

  .two-column-form-cards__section .right-column-cards .card-item{
    padding: 30px;
  }
}

.two-column-form-cards__section .two-column-form-cards__container .left-column-form form {
  display: flex;
  flex-direction: column;
  /* gap: 24px; */
}

.two-column-form-cards__section .two-column-form-cards__container .left-column-form form input:not([type="submit"]),
.two-column-form-cards__section .two-column-form-cards__container .left-column-form form select,
.two-column-form-cards__section .two-column-form-cards__container .left-column-form form textarea, 
.formio-form input:not([type="submit"]),
.formio-form select,
.formio-form textarea {
  border: 1px solid #181818;

  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.two-column-form-cards__section .two-column-form-cards__container .left-column-form form input,
.two-column-form-cards__section .two-column-form-cards__container .left-column-form form select {
  border-radius: 50px;
}

.two-column-form-cards__section .two-column-form-cards__container .left-column-form form textarea, .formio-form .formio-component textarea {
  border-radius: 20px;
  min-height: 65px;
}

.mktoForm .mktoFormRow, .formio-form .formio-component {
  width: 100%;
}

.formio-form .formio-component {
  margin: 10px 0;
}

.formio-form .formio-component-submit {
  margin-top: 20px;
}

.mktoForm p > span, .mktoForm p > span * {
  padding:0;
  display: inline-block;
  width: 100%;
}

.mktoForm strong {
  padding:0!important;
}

.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  padding: 0em;
  display: flex;
  flex-wrap: wrap;
}

.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
  width: 20px!important;
  height: 20px!important
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  width: calc(100% - 55px);
}

@media only screen and (max-width: 480px) {
  .mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
      height: auto!important;
  }
}

.mktoForm, .mktoForm .mktoFieldWrap, .mktoForm .mktoHtmlText, .mktoForm input, .mktoLogicalField .mktoCheckboxList, .mktoRangeField, .mktoRangeValue {width:100% !important;}
@media only screen and (min-width:480px) {
.mktoFormCol:first-child:nth-last-child(2), .mktoFormCol:first-child:nth-last-child(2) ~ .mktoFormCol {width: 100% !important;}
.mktoFormCol:first-child:nth-last-child(3), .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {width: 50% !important;}
.mktoFormCol:first-child:nth-last-child(4), .mktoFormCol:first-child:nth-last-child(4) ~ .mktoFormCol {width: 33.3333% !important;}
.mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {padding-left: 0.3em !important;}
}
@media only screen and (max-width:480px) {.mktoFormCol {width:100% !important;}}
/* .mktoAsterix{display:none !important;} */
.mktoForm .mktoGutter {display:none !important;}
.mktoButtonWrap {margin-left:0 !important;}
.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 textarea.mktoField, .mktoForm select.mktoField {padding: 0.3em; width: 100% !important;}
.mktoForm {clear: both; margin-bottom: 0.3em;}
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {float: left !important; width: auto !important;}
.mktoForm label, .formio-form label  {font-weight: 400!important; margin-bottom: 0.65rem!important; padding-top: 0!important; line-height: 24px; font-size: 16px;}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {display: inherit !important;}

.mktoForm input[type="radio"], .mktoForm input[type="checkbox"], .formio-form input[type="radio"], .formio-form input[type="checkbox"] {width: auto !important;}

.mktoForm fieldset legend {margin: inherit !important;}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  display: inline-flex;
  align-items: center;
  padding: 0 23px !important;
  border: 2px transparent solid !important;
  font-weight: 500;
  font-size: 18px !important;
  border-radius: 50px;
  line-height: 100%;
  font-family: "Roboto";
  transition: all ease-in-out 0.2s;
  background-color: #FFC700 !important;
  color: #181818 !important;
  min-height: 50px;
  background-image: none !important;
}


.formio-form input[type='radio'], .formio-form input[type='checkbox'] {
  padding: 8px;
}
.mktoForm .mktoCheckboxList input[type='checkbox'], .formio-form input[type='checkbox'] {
  margin-right: 0.25rem!important;
}

.mktoForm .mktoCheckboxList input[type='checkbox']:checked, .formio-form input[type='checkbox']:checked, .formio-form input[type='radio']:checked {
  background-color:#063354!important;
  margin-right: 0.25rem!important;
}