.two-column-form-feature__section {
  padding: 80px 0;
  display: block;
  gap: 24px;
  position: relative;
}

.two-column-form-feature__section.bg-true-blue, .two-column-form-feature__section > .bg-true-blue, .two-column-form-feature__content-bg.bg-true-blue {
  background-color: #0070B9;
}

.two-column-form-feature__section.bg-bright-highlight, .two-column-form-feature__section > .bg-bright-highlight, .two-column-form-feature__content-bg.bg-bright-highlight {
  background-color: #f4fbfe;
}

.two-column-form-feature__section.bg-dark-blue, .two-column-form-feature__section > .bg-dark-blue, .two-column-form-feature__content-bg.bg-dark-blue {
  background-color: #063354;
}

.two-column-form-feature__section > .top-spacer, .two-column-form-feature__section > .bottom-spacer {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  height: 50%;
}

.two-column-form-feature__section > .top-spacer {
  top: 0;
}

.two-column-form-feature__section > .bottom-spacer {
  bottom: 0;
}

.two-column-form-feature__content-bg {
  position: absolute;
  left: 0;
  top: 160px;
  bottom: 160px;
  width: 100%;
  /* height: 100%; */
  /* background-color: #063354; */
  overflow: hidden;
  z-index: 1;
}



@media (min-width: 768px) {
  .two-column-form-feature__content-bg {
    position: absolute;

  }
}

.two-column-form-feature__content-bg div {
  /* background-color: white;
  width: 100%;
  height: 100%;
  margin-left: auto; */
}

@media (min-width: 768px) {
  .two-column-form-feature__content-bg div {
    /* max-width: 45%; */
  }
}


@media (min-width: 768px) {
  .two-column-form-feature__content-bg.display-corner:not(.reverse-corner) {
    border-top-right-radius: 50px;
  }

  .two-column-form-feature__content-bg.display-corner.reverse-corner {
    border-top-left-radius: 50px;
  }
}

@media (max-width: 1499px) {
  .two-column-form-feature__container.container {
    max-width: 100%!important;
  }
}

.two-column-form-feature__content-bg .img-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.two-column-form-feature__content-bg .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.two-column-form-feature__content-bg  .img-align-top img {
  object-position: top!important;
}
.two-column-form-feature__content-bg  .img-align-center img {
  object-position: center!important;
}
.two-column-form-feature__content-bg  .img-align-bottom img {
  object-position: bottom!important;
}



.two-column-form-feature__section .two-column-form-feature__container {
  position: relative;
  z-index: 2;
}


.two-column-form-feature__section  .left-column-form > .form-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.75rem 3rem;
  /* gap: 48px; */

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

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

.two-column-form-feature__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-feature__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-feature__section  .header-text-intro .form-title * {
  color: inherit;
}

.two-column-form-feature__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-feature__section  .right-column-cards .featured-img {
  object-fit: cover;
  border-radius:20px;
}

.two-column-form-feature__section  .right-column-cards .video-wrapper + .img-wrapper {
  margin-top: 20px;
}



.two-column-form-feature__content-bg.bg-true-blue + .two-column-form-feature__container .right-column-cards .header-text-intro .form-title, .two-column-form-feature__content-bg.bg-true-blue + .two-column-form-feature__container .right-column-cards .header-text-intro .form-text-intro, .two-column-form-feature__content-bg.bg-true-blue + .two-column-form-feature__container .right-column-cards .header-text-intro .form-text-intro *:not(a), .two-column-form-feature__content-bg.bg-true-blue + .two-column-form-feature__container .right-column-cards .header-text-intro .form-overline {
color: #fff;
}
.two-column-form-feature__content-bg.bg-bright-highlight + .two-column-form-feature__container .right-column-cards .header-text-intro .form-title, .two-column-form-feature__content-bg.bg-bright-highlight + .two-column-form-feature__container .right-column-cards .header-text-intro .form-text-intro, .two-column-form-feature__content-bg.bg-bright-highlight + .two-column-form-feature__container .right-column-cards .header-text-intro .form-overline {
/* color: #fff; */
}
.two-column-form-feature__content-bg.bg-dark-blue + .two-column-form-feature__container .right-column-cards .header-text-intro .form-title, .two-column-form-feature__content-bg.bg-dark-blue + .two-column-form-feature__container .right-column-cards .header-text-intro .form-text-intro, .two-column-form-feature__content-bg.bg-dark-blue + .two-column-form-feature__container .right-column-cards .header-text-intro .form-text-intro *:not(a), .two-column-form-feature__content-bg.bg-dark-blue + .two-column-form-feature__container .right-column-cards .header-text-intro .form-overline {
  color: #fff;
}

.two-column-form-feature__section  .right-column-cards{
  margin: 150px 0;
}

.two-column-form-feature__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-feature__section  .cta-icon-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 10px;
  height: 10px;
}

.thankyou img {
  max-width: 100%!important;
  height: auto!important;
}

.two-column-form-feature__section .resource-hidden .video img {
  max-width: 100%;
}



@media (max-width: 768px) { 

  
  .two-column-form-feature__section  .left-column-form > .form-holder {
    padding: 30px;
  }
  .two-column-form-feature__section  .right-column-cards{
    margin: 90px 0;
  }
  
  .two-column-form-feature__section  .two-column-form-feature__container{
    flex-direction: column;
    padding: 0 15px;
  }

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

  .two-column-form-feature__section .left-column-form{
    /* padding: 30px 60px; */
  }

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

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

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

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

.two-column-form-feature__container .left-column-form form .mktoButtonRow {
  width: 100%;
}

.two-column-form-feature__container .left-column-form .form-two-columns form {
  align-items: flex-end;
}

@media (min-width: 430px) { 
  .two-column-form-feature__container .left-column-form .form-two-columns form {
    width: 100%;
    flex-direction: row;
  }

  .two-column-form-feature__container .left-column-form .form-two-columns form .mktoFormRow {
    width: 50%;
  }
  .two-column-form-feature__container .left-column-form .form-two-columns form .mktoFormRow:nth-child(even) {
    padding-right: 5px;
  }

  .two-column-form-feature__container .left-column-form .form-two-columns form .mktoFormRow:nth-child(odd) {
    padding-left: 5px;
  }

  .two-column-form-feature__container .left-column-form .form-two-columns form .mktoFormRow:has(div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth),
  .two-column-form-feature__container .left-column-form .form-two-columns form .mktoFormRow:has(div.mktoFormCol > div.mktoFieldWrap > textarea) {
    width: 100%;
    padding: 0;
  }
}


.mktoFormRow:has(div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth) {
  width: 100%;
  padding: 0;
}


.two-column-form-feature__container .left-column-form form input:not([type="submit"]),
.two-column-form-feature__container .left-column-form form select,
.two-column-form-feature__container .left-column-form 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-feature__container .left-column-form form input,
.two-column-form-feature__container .left-column-form form select {
  border-radius: 50px;
}

.two-column-form-feature__container .left-column-form form textarea {
  border-radius: 20px;
  min-height: 65px;
}

.mktoForm .mktoFormRow {
  width: 100%;
}

.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 {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"] {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;
}
.mktoForm .mktoCheckboxList input[type='checkbox'] {
  margin-right: 0.25rem!important;
}

.mktoForm .mktoCheckboxList input[type='checkbox']:checked {
  background-color:#063354!important;
  margin-right: 0.25rem!important;
}
.mktoForm .mktoFieldWrap .mktoLabel {
  width: 100%!important;
  margin-bottom: 0.35rem !important;
}
.mktoForm .mktoFieldWrap .mktoLabel.mktoHasWidth {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}