.hiw-wrapper-ba43bcc2 {
    width: 100%;
    font-family: inherit;
}

.hiw-header-ba43bcc2 {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 1200px;
}
.tc-badge-ee1eff8c {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var( --e-global-color-9fb9924 );
    color: var( --e-global-color-4233e92 );
    margin-bottom: 15px;
}
.hiw-title-ba43bcc2 {
    color: var( --e-global-color-4233e92 );
    font-size: 36px;
    font-weight: 700;
	line-height: 43px;
    margin-bottom: 10px;
}

.hiw-subtitle-ba43bcc2 {
    margin-bottom: 20px !important;
}

.hiw-header-divider-ba43bcc2 {
    width: 50px;
    height: 4px;
    background-color: var( --e-global-color-b29210d );
    margin: 0 auto;
}

.hiw-grid-ba43bcc2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media (min-width: 768px) {
    .hiw-grid-ba43bcc2 {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 1023px) {
	.hiw-title-ba43bcc2 {
		font-size: 26px;
	}
	.hiw-card-ba43bcc2 {display: flex;gap: 20px;text-align: left !important;padding: 20px !important;}
	.hiw-card-ba43bcc2 .hiw-icon-wrapper-ba43bcc2 {
		min-width: 80px;
		margin: 0;
	}
}

@media (min-width: 1024px) {
    .hiw-grid-ba43bcc2 {
        grid-template-columns: repeat(4, 1fr);
    }
    .hiw-subtitle-ba43bcc2 {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .hiw-title-ba43bcc2 {
        font-size: 22px;
		line-height: 26px;
    }
}

.hiw-card-ba43bcc2 {
    background-color: var( --e-global-color-9fb9924 );
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.hiw-icon-wrapper-ba43bcc2 {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
}

.hiw-icon-ba43bcc2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hiw-icon-ba43bcc2 i {
    font-size: 32px;
    color: var( --e-global-color-4233e92 );
}

.hiw-icon-ba43bcc2 svg {
    width: 45px;
    height: 45px;
}
.hiw-icon-ba43bcc2 svg .cls-0 {
    fill: var( --e-global-color-4233e92 );
}
.hiw-icon-ba43bcc2 svg .cls-1 {
    fill: var( --e-global-color-e7b9140 );
}
.hiw-card-title-ba43bcc2 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.hiw-card-desc-ba43bcc2 {
    font-size: 15px;
    color: #555;
    margin: 0;
}