/* hero width extend */
.ba-row-wrapper.ba-container:has(.section-row-hero),
.ba-row.section-row-hero {
  max-width: 1440px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ba-button-wrapper > a {
	border-bottom-left-radius: 0 !important;
}

.ba-item-image > .ba-image-wrapper {
	border-bottom-left-radius: 0 !important;
}
/* left bottom round fix*/
.tdots-conner-fix {
	border-bottom-left-radius: 0 !important;
}
/* render fix */
.tdots-boundary {
    position: relative;
    overflow: hidden;
}

/* refer */
.ba-grid-column.tdots-top-border {
    border-top: 7px solid var(--secondary) !important;
    overflow: hidden;
}