.tj-page-header {
    padding-top: 235px;
    padding-bottom: 149px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0e1c24;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.tj-page-title {
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    font-size: 70px;
    font-weight: 600;
}
.tj-split-text-1 .line {
    display: inline !important;
}
.title-gradient {
    background-image: linear-gradient(90deg, #ecf0f1 4.1%, var(--color-2) 78.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tj-page-link {
    margin-top: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    z-index: 2;
}
.tj-page-link span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    line-height: 1;
}
.tj-page-link span i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    font-size: 18px;
    color: #cda85f;
    -webkit-margin-end: -3px;
    margin-inline-end: -3px;
}
.tj-page-link span a {
    color: #cda85f
}
.tj-page-link span:not(:first-child) i {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7px;
    margin-top: 1px;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
.tj-page-header-banner {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.tj-page-header-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0e1c24;
}
.tj-page-header-banner-img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.tj-page-header-banner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tj-section-line-lg-wrapper {
    position: absolute;
    inset: 0;
    z-index: -2;
}
.tj-section-line-lg-inner {
    max-width: 1380px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    width: calc(100% - 30px);
}
.tj-section-line-lg {
    width: 1px;
    background-color: rgba(236, 240, 241, 0.1019607843);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tj-page-header {
        padding-top: 164px;
        padding-bottom: 90px;
    }
    .tj-page-header-banner {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tj-page-link {
        margin-top: 25px;
    }
    .tj-page-title{
    	font-size: 40px;
    }
}