.font-numans {
	font-family: 'Numans', Arial, Helvetica, sans-serif !important;
	font-weight: 400 !important;
	font-style: normal;
}
.font-heebo {
	font-family: 'Heebo', Arial, Helvetica, sans-serif !important;
	font-optical-sizing: auto;
	font-style: normal;
}

.tx-brand-color {
	color: #08C887 !important;
}
.tx-brand-secondary-color {
	color: #FF5B59 !important;
}
.tx-brand-third-color {
	color: #525252 !important;
}
.tx-brand-dark-color {}
.tx-brand-light-color {}

.border-brand-color {
	border-color: #08C887 !important;
}
.border-brand-secondary-color {
	border-color: #FF5B59 !important;
}

.bg-brand-color {
	background-color: #08C887 !important;
}
.bg-brand-secondary-color {
	background-color: #FF5B59 !important;
}
.bg-brand-dark-color {}
.bg-brand-light-color {}

.btn-brand-color {
	background-color: #08C887 !important;
	border-color: #08C887 !important;
}
.btn-brand-color:hover {
	background-color: #2c927a !important;
	border-color: #2c927a !important;
}
.btn-brand-secondary-color {
	background-color: #FF5B59 !important;
	border-color: #FF5B59 !important;
}
.btn-brand-secondary-color:hover {
	background-color: #C4371A !important;
	border-color: #C4371A !important;
}

.btn-outline-brand-color {
	color: #08C887 !important;
	border-color: #08C887 !important;
	background-color: transparent; !important;
}
.btn-outline-brand-color:hover {
	color: #fff !important;
	border-color: #08C887 !important;
	background-color: #08C887 !important;
}
.btn-outline-white {
	color: #fff !important;
	border-color: #fff !important;
	background-color: transparent;
}
.btn-outline-white:hover {
	color: #08C887 !important;
	border-color: #fff !important;
	background-color: #fff !important;
}
.hover-btn-outline-brand-color:hover {
	color: #fff !important;
	border-color: #08C887 !important;
	background-color: #08C887 !important;
}
.btn-outline-brand-secondary-color {
	color: #FF5B59 !important;
	border-color: #FF5B59 !important;
	background-color: transparent; !important;
}
.btn-outline-brand-secondary-color:hover {
	color: #fff !important;
	border-color: #FF5B59 !important;
	background-color: #FF5B59 !important;
}
.hover-btn-outline-brand-secondary-color:hover {
	color: #fff !important;
	border-color: #FF5B59 !important;
	background-color: #FF5B59 !important;
}


.title-border-bottom:after {
	content: '';
	width: 80px;
	height: 3px;
	margin: 15px 0;
	background: #08C887;
	display: block;
	position: relative;
}

.title-border-bottom-white:after {
	background: #fff !important;
}

.title-border-bottom-secondary-color:after {
	background: #FF5B59 !important;
}

.title-border-bottom-center:after {
	margin: 15px auto !important;
}

@media (min-width: 576px) {

	.title-border-bottom-sm-left:after {
		margin: 15px 0 !important;
	}

}

svg {
    overflow: hidden;
    vertical-align: middle;
}
.shape {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 0;
    direction: ltr;
    overflow: hidden;
    z-index: -1;
}
.shape-top {
    top: -1px;
}
.shape-bottom {
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shape-bottom svg {
    display: block;
    height: 275px;
    width: calc(228% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.shape-top-alt {
    top: -1px;
}
.shape-bottom-alt {
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shape-top-alt svg {
    display: block;
    height: 275px;
    width: calc(228% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}