.form__group input, .form__group select, .form__group textarea {
	width: 100% !important;
	padding: 10px;
	border-radius: 7px;
	color: #111;
    background: #fff;
    border-color: #d0d0d0;
    transition: all .3s;
}
.form__group {
    margin-top: 12px;
    margin-bottom: 16px;
}
.error {
    color: red !important;
}
p.leadFormInfo {
    text-align: center;
}
input.btn.submit {
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px;
    width: 13.75rem;
    max-width: 100%;
    height: 2.25rem;
    margin-top: 24px;
    margin-bottom: 0;
    padding: 4px 8px;
    font-family: noto-sans,Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 16px;
    transition: color .3s,background-color .3s,border .3s;
    margin: auto;
	display: block;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

.customarrow {
    font-family: "dm-sans", Arial, sans-serif !important;
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
    margin-bottom: 16px !important;
    font-weight: bold !important;
    font-style: normal !important;
    color: black !important;
}

a.cta__button.component__button--2 {
    margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
.cta__button, .banner__cta:only-child .cta__link {
    width: 100% !Important;
}
}
@media only screen and (max-width: 500px) {
    img.ezimage {
        float: none !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .abtme-img {
    text-align: center;
    }    
}
.flex-container-3 {
  display: flex;
  flex-wrap: wrap;
  --flex-items: 3;
}

.flex-gap-20 {
  gap: 20px;
  --flex-gap: 20px;
}