@charset "UTF-8";

/* CSS Document */


/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* STEPS CIRCLES */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.cft_steps_table_wrapper {
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cft_steps_table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	max-width: 900px;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.cft_steps_table_wrapper {
	margin: 0px 0px 60px 0px;
	padding: 14px 0px 14px 0px;
	box-sizing: border-box;
	border-radius: 14px;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* BLOCK */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.cft_steps_block {
	margin: 0px 6px 12px 6px;
	padding: 0px 0px 0px 0px;
	width: 240px;
	max-width: 240px;
	border-radius: 50%;
	border: 3px dotted #ffcc00;
}

.cft_steps_column {
	padding: 55px 0px 0px 0px;
}
 @media only screen and (min-width : 961px) {

.cft_steps_block {
	display: table;
	height: 240px;
}

.cft_steps_column {
	display: table-cell;
	vertical-align: top;
	padding: 55px 0px 0px 0px;
}
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.cft_steps_block {
	margin: 0px 6px 12px 6px;
	display: table;
	width: 200px;
	max-width: 200px;
	height: 200px;
}

.cft_steps_column {
	display: table-cell;
	vertical-align: top;
	padding: 45px 0px 0px 0px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.cft_steps_block {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	max-width: 100%;
	border-radius: 12px;
	border: 2px dotted #ffcc00;
}

.cft_steps_column {
	padding: 11px 0px 14px 0px;
}

.cft_steps_block:last-of-type {
	margin: 0px 0px 0px 0px;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TEXT */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/




.cft_steps_box {
	margin: 0px auto 0px auto;
	podding: 0px 30px 0px 30px;
	width: calc(100% - 60px);
}

.cft_steps_box_1 {
	margin: 0px auto 0px auto;
	width: 100%;
	z-index: 550;
}

.cft_steps_txt_1 {
	margin: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #ffcc00;
	text-align: center;
	text-transform: uppercase;
}

.cft_steps_box_2 {
	margin: 0px auto 7px auto;
	padding: 0px 0px 10px 0px;
	width: 100%;
	border-bottom: 1px solid #ffcc00;
}

.cft_steps_txt_2 {
	margin: 0px 0px 0px 0px;
	font-family: "din300", Helvetica, Arial, sans-serif;
	font-size: 45px;
	line-height: 44px;
	color: #ffcc00;
	text-align: center;
	text-transform: uppercase;
}

.cft_steps_box_3 {
	margin: 10px auto 0px auto;
	width: 100%;
}

.cft_steps_txt_3 {
	margin: 0px 0px 0px 0px;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.25px;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.cft_steps_box {
	podding: 0px 20px 0px 20px;
	width: calc(100% - 40px);
}

.cft_steps_txt_1 {
	font-size: 15px;
	line-height: 15px;
}

.cft_steps_box_2 {
	margin: 0px auto 5px auto;
	padding: 0px 0px 8px 0px;
	width: 100%;
	border-bottom: 1px solid #ffcc00;
}

.cft_steps_txt_2 {
	font-size: 40px;
	line-height: 38px;
}

.cft_steps_box_3 {
	margin: 8px auto 0px auto;
}

.cft_steps_txt_3 {
	font-size: 16px;
	line-height: 16px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.cft_steps_box {
	podding: 0px 15px 0px 15px;
	width: calc(100% - 30px);
}

.cft_steps_txt_1 {
	font-size: 13px;
	line-height: 13px;
}

.cft_steps_box_2 {
	margin: 0px auto 5px auto;
	padding: 0px 0px 8px 0px;
}

.cft_steps_txt_2 {
	font-size: 34px;
	line-height: 34px;
}

.cft_steps_box_3 {
	margin: 8px auto 0px auto;
}

.cft_steps_txt_3 {
	font-size: 16px;
	line-height: 16px;
}
}
