	@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Rajdhani:wght@600;700&display=swap');
	
	.TB_content {
		max-width: 940px;
		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;
	}
	
	.pl20{padding-left: 20px !important;}
	.pr20{padding-right: 20px !important;}
	.pt20{padding-top: 20px !important;}
	.pt40{padding-top: 40px !important;}
	.pb40{padding-bottom: 40px !important;}
	.pt60{padding-top: 60px !important;}
	.pb60{padding-bottom: 60px !important;}
	.ml-20{margin-left: -20px !important;}
	.mr-20{margin-right: -20px !important;}
	.ml-40{margin-left: -40px !important;}
	.mr-40{margin-right: -40px !important;}
	.mb10{margin-bottom: 10px !important;}
	.mt20{margin-top: 20px !important;}
	.mb20{margin-bottom: 20px !important;}
	.mt40{margin-top: 40px !important;}
	.mb40{margin-bottom: 40px !important;}
	.bggray{background-color: #fcfcfc!important}
	.text-c{text-align: center!important}
	.text-l{text-align: left!important}
	
	.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;
	}
	
	.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;
	}
	
	.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;
	}
	
	.TBtable-cell > h5,
	.TBtable-cell > h2,
	.TBtable-cell > h3,
	.TBtable-cell > h4,
	.TBtable-cell > h5,
	.TBtable-cell > h6 {
	  margin: 0;
	}

	.TBtable--2cols > .TBtable-cell {
	  width: 50%;
	}
	.TBtable--3cols > .TBtable-cell {
	  width: 33.33%;
	}
	.TBtable--4cols > .TBtable-cell {
	  width: 25%;
	}
	.TBtable--5cols > .TBtable-cell {
	  width: 20%;
	}
	.TBtable--6cols > .TBtable-cell {
	  width: 16.6%;
	}
	
	.TBtable-cell {
		margin: 0px;
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.TBtable-cell img {
		width: 100%;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	.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;
	}
	
	.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;
	}
	
	.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;
	}

	
	.TBtable-cell p {
		font-size: 14px!important;
		line-height: 20px!important;
		font-family: 'Open Sans', sans-serif!important;
	}
	
	.TBfooter p {
		font-size: 10px!important;
		line-height: 13px!important;
		font-family: 'Open Sans', sans-serif!important;
	}
	
	.TBtable-cell ul {
		font-size: 0px;
		padding: 0;
	}
	
	.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) {
	  .TBtable--collapse {
		display: block;
	  }
	  .TBtable--collapse > .TBtable-cell {
		width: 100% !important;
	  }
	  .TBtable--collapse > .TBtable-cell--foot {
	  }
	}
	
	.no-flexbox .TBtable {
	  display: block;
	}
	
	.no-flexbox .TBtable > .TBtable-cell {
	  width: 100%;
	}
	
	.image-rendering {
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
	}
