.page-template-track_page{
	background-color: #7973EF;
}

.page-template-track_page header{
	background: transparent;
	border:unset;
	height: 117px;
    min-height: 85px;
}

.page-template-track_page#header-container{
	border-bottom: 1px solid var(--palette-300, #D9D9F9);
}
.page-template-track_page header #header{
	background: transparent;
}

.page-template-track_page #header-search input{
	background:transparent;
	border-bottom: 1px solid var(--palette-300, #D9D9F9);
}

.background {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1080' height='1081' viewBox='0 0 1080 1081' fill='none'><path opacity='0.5' d='M540 1080.98C838.234 1080.98 1080 838.998 1080 540.492C1080 241.987 838.234 0 540 0C241.766 0 0 241.987 0 540.492C0 838.998 241.766 1080.98 540 1080.98Z' fill='url(%23paint0_radial_15_2180)'/><defs><radialGradient id='paint0_radial_15_2180' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(540 540.492) scale(540 540.492)'><stop offset='0.55' stop-color='%23D9D9F9' stop-opacity='0'/><stop offset='0.72' stop-color='%23D9D9F9' stop-opacity='0'/><stop offset='0.78' stop-color='%23D9D9F9' stop-opacity='0.03'/><stop offset='0.82' stop-color='%23D9D9F9' stop-opacity='0.08'/><stop offset='0.86' stop-color='%23D9D9F9' stop-opacity='0.15'/><stop offset='0.89' stop-color='%23D9D9F9' stop-opacity='0.24'/><stop offset='0.91' stop-color='%23D9D9F9' stop-opacity='0.35'/><stop offset='0.94' stop-color='%23D9D9F9' stop-opacity='0.48'/><stop offset='0.96' stop-color='%23D9D9F9' stop-opacity='0.63'/><stop offset='0.98' stop-color='%23D9D9F9' stop-opacity='0.8'/><stop offset='1' stop-color='%23D9D9F9'/></radialGradient></defs></svg>") !important;
    background-size: 140% auto;
    background-position: top;
    position: fixed;
    top: 10em;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-template-track_page ._innerContainer_sgm6c_19{
	flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
	max-width:unset !important;
}

#track-button0{
	min-height: 500px;
    padding: 0 20px 13em 20px;
}

.main{
	padding-top: 208px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#h1-track{
	color: var(--white, #FFF);
    text-align: center;
    font-size: var(--Headers-H-1, 90px);
    font-style: normal;
    font-weight: 400;
    font-family: 'KH-Teka';
    line-height: 90%;
    letter-spacing: -3.6px;
	margin:0;
	padding-bottom:40px;
}

#track-button0 .flex{
	flex-direction: column !important;
    gap: 30px;
}

.tracking-number-label{
	color: var(--white, #FFF);
    font-family: 'KH-TEKA';
    font-size: var(--Text-Body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 8px;
}


@media(max-width:1024px){
	#h1-track{
		font-size: var(--Headers-H-2, 67px);
		font-style: normal;
		font-weight: 400;
		line-height: 90%; 
		letter-spacing: -2.68px;
	}
}