.html{
    font-family: 'Centra' !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
}

.Header__tabsTab, .LoginDetail__signup, .LoginDetail__signin, .Button__buttonCommon,
.Header__searchTitle, .ContentBox__headerMid {
	letter-spacing: 0 !important;
}

.ContentBox__boxInnerHome p, .Signin__userDesc{
	color: #707070;
}

.Button__buttonCommon{
	border: none;
   	padding: 8px 16px;
}

.Button__buttonCommon:hover, .Button__footerBtn:hover{
	filter: brightness(93%);
}

.Button__secondary:hover{
	border: none;
  	color: #212121;
  	filter: brightness(93%);
}

.Button__footerBtn{
	background-color: #fe5a00;
}

.commonStyle__zt3Brand:hover{
  	filter: brightness(93%);
  	text-decoration: underline;
}

.commonStyle__zt3BrandBg{
	background-color: #fe5a00;
}

@font-face {
    font-family: 'Centra';
    src: url(    https://s3-ap-southeast-2.amazonaws.com/s3.pulsesoftware.com/trdemo/a9db19db-dabd-41a8-82e9-e16f11aee170/CentraNo2-Book.woff);
    font-weight: 400;   
}
    
@font-face {
    font-family: 'Centra';
    src: url(https://s3-ap-southeast-2.amazonaws.com/s3.pulsesoftware.com/trdemo/743a7f75-659e-4c27-bda2-c71cdc3099b7/CentraNo2-Bold.woff);
    font-weight: 700;
}

@font-face {
    font-family: 'Centra';
    src: url(https://s3-ap-southeast-2.amazonaws.com/s3.pulsesoftware.com/trdemo/a98e71d0-c2bd-45bb-a471-5adf614912c8/CentraNo2-Light.woff);
    font-weight: 300;
}

.cw_moduleLink{
    display: inline-block;
    width: auto;
    height: 65px
}
.cw_moduleLink img{
    width: 100%;
    height: 100%;
    display: inline-block
}

.cw_module_widget {
    display: flex;
}
.cw_module_widget br{
    display: none
}
.cw_module_hyperlink{
    text-decoration: underline;
}
@media (max-width: 768px){
    .cw_module_widget{
        flex-direction: column
    }
    .cw_module_widget .ContentBox__boxThree{
        width: 100%;
    } 
}
