
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Rajdhani:wght@600;700&display=swap');

	#TB_content {
		max-width: 920px;
		margin: auto !important;
		background: #ececec !important;
		color: #000 !important;
		font-family: 'Open Sans', sans-serif !important;
		font-size: 0px !important;
		font-weight: 400 !important;
	}


	#TB_content img {
		width: 100%;
		margin-bottom: 0px;
	}

	#TB_content .pl20 {
		padding-left: 20px !important;
	}

	#TB_content .pr20 {
		padding-right: 20px !important;
	}

	#TB_content .pt20 {
		padding-top: 20px !important;
	}

	#TB_content .pt40 {
		padding-top: 40px !important;
	}

	#TB_content .pb40 {
		padding-bottom: 40px !important;
	}

	#TB_content .pt60 {
		padding-top: 60px !important;
	}

	#TB_content .pb60 {
		padding-bottom: 60px !important;
	}

	#TB_content .ml-20 {
		margin-left: -20px !important;
	}

	#TB_content .mr-20 {
		margin-right: -20px !important;
	}

	#TB_content .ml-40 {
		margin-left: -40px !important;
	}

	#TB_content .mr-40 {
		margin-right: -40px !important;
	}

	#TB_content .mb10 {
		margin-bottom: 10px !important;
	}

	#TB_content .mt20 {
		margin-top: 20px !important;
	}

	#TB_content .mb20 {
		margin-bottom: 20px !important;
	}

	#TB_content .mt40 {
		margin-top: 40px !important;
	}

	#TB_content .mb40 {
		margin-bottom: 40px !important;
	}

	#TB_content .bggray {
		background-color: #fcfcfc !important
	}

	#TB_content .text-c {
		text-align: center !important
	}

	#TB_content .text-l {
		text-align: left !important
	}

	#TB_content .TBtable {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-ms-flex-wrap: wrap;
		-webkit-align-items: center;
		-webkit-box-align: center;
		position: relative;
		flex-wrap: wrap;
		padding: 0;
		top: 0px;
		left: 0px;
		align-items: center;
	}

	#TB_content .TBtableT {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: top;
		-ms-flex-wrap: wrap;
		-webkit-align-items: top;
		-webkit-box-align: top;
		position: relative;
		flex-wrap: wrap;
		padding: 0;
		top: 0px;
		left: 0px;
		align-items: top;
	}

	#TB_content .TBtable-cell {
		box-sizing: border-box;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%;
		padding: 0;
		overflow: hidden;
		list-style: none;
	}

	#TB_content .TBtable-cell>h5,
	#TB_content .TBtable-cell>h2,
	#TB_content .TBtable-cell>h3,
	#TB_content .TBtable-cell>h4,
	#TB_content .TBtable-cell>h5,
	#TB_content .TBtable-cell>h6 {
		margin: 0;
	}

	#TB_content .TBtable--2cols>.TBtable-cell {
		width: 50%;
	}

	#TB_content .TBtable--3cols>.TBtable-cell {
		width: 33.33%;
	}

	#TB_content .TBtable--4cols>.TBtable-cell {
		width: 25%;
	}

	#TB_content .TBtable--5cols>.TBtable-cell {
		width: 20%;
	}

	#TB_content .TBtable--6cols>.TBtable-cell {
		width: 16.6%;
	}

	#TB_content .TBtable-cell {
		margin: 0px;
		padding-left: 40px;
		padding-right: 40px;
	}

	#TB_content .TBtable-cell img {
		width: 100%;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}


	#TB_content .TBtable-cell h3 {
		font-size: 20px !important;
		line-height: 28px !important;
		text-align: center !important;
		font-family: 'Rajdhani', sans-serif !important;
		font-weight: 700 !important;
		color: #1c1a1a !important;
		text-transform: uppercase;
	}

	#TB_content .TBtable-cell h4 {
		font-size: 35px !important;
		line-height: 36px !important;
		text-align: center !important;
		font-family: 'Rajdhani', sans-serif !important;
		font-weight: 700 !important;
		color: #1c1a1a !important;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	#TB_content .TBtable-cell h5 {
		font-size: 30px !important;
		line-height: 34px !important;
		text-align: left !important;
		font-family: 'Rajdhani', sans-serif !important;
		font-weight: 700 !important;
		color: #1c1a1a !important;
		text-transform: uppercase;
	}


	#TB_content .TBtable-cell p {
		font-size: 14px !important;
		line-height: 20px !important;
		font-family: 'Open Sans', sans-serif !important;
	}

	#TB_content .TBfooter p {
		font-size: 10px !important;
		line-height: 13px !important;
		font-family: 'Open Sans', sans-serif !important;
	}

	#TB_content .TBtable-cell ul {
		font-size: 0px;
		padding: 0;
	}

	#TB_content .TBtable-cell li {
		font-size: 14px !important;
		line-height: 20px !important;
		text-align: left !important;
		font-family: 'Open Sans', sans-serif !important;
	}


	@media all and (max-width: 800px) {
		#TB_content .TBtable--collapse {
			display: block;
		}

		#TB_content .TBtable--collapse>.TBtable-cell {
			width: 100% !important;
		}


	}

	#TB_content .no-flexbox .TBtable {
		display: block;
	}

	#TB_content .no-flexbox .TBtable>.TBtable-cell {
		width: 100%;
	}

	#TB_content .image-rendering {
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
	}
