@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600&family=Roboto:wght@400;700&display=swap');
body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
	max-width: 100% !important;
}
.brz-cont{
	max-width: 1033px;
	margin: 0 auto;
	font-family: 'Roboto';
}
.brz-poll{
	text-align: left;
}
.brz-poll-header{
	background: linear-gradient(269.97deg, #A727BB 0.03%, rgba(167, 39, 187, 0) 82.83%), #E1AE4A;
	padding: 112px 0;
}
.brz-poll-header h1{
	font-weight: 600;
	font-size: 64px;
	line-height: 81px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Dosis';
}
.brz-poll-header h2{
	font-family: 'Dosis';
}
.wizard-steps-cont{
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 50px 0;
}
.wizard-step-item{
	width: calc(100%/6);
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	font-family: 'Dosis';
	cursor: pointer;
}
.wizard-step{
	width: 36px;
	height: 36px;
	font-weight: 700;
	font-size: 16px;
	line-height: 36px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #E4E4E4;
	border-radius: 56px;
	margin-bottom: 15px;
}
.wizard-step-text{
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	
	color: #E4E4E4;
}
.wizard-step-item.completed .wizard-step,.wizard-step-item.current .wizard-step{
	background: linear-gradient(245.3deg, #A727BB -52.33%, rgba(167, 39, 187, 0) 70.4%), #E1AE4A;
}
.wizard-step-item.current .wizard-step-text{
	color: #000000;
}

.wizard-step-item::after{
	content: " ";
	display: none;
	width: calc((100% - 50px) / 2);
	height: 2px;
	background: #E4E4E4;
	position: absolute;
	top: -79px;
	bottom: 0;
	margin: auto;
	right: -21px;
}
.wizard-step-item.completed::after{
	background: #E1AE4A;
}
.wizard-step-item:nth-child(8):after{
	display: none;
}
.wizard-nav{
	display: flex;
	justify-content: space-between;
	padding: 100px 0;
}
.wizard-nav a{
	display: flex;
	align-items: center;
}

.brz-cont .wizard-prev{
	font-family: "League Spartan" !important;
	padding: 15px 20px 12px !important;
	border-radius: 64px !important;
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 15px 20px 12px !important;
	font-weight: 400 !important;

}
.brz-cont .wizard-prev span{
	padding-left: 10px;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
}
.brz-cont .wizard-next,.add-color{
	font-family: "League Spartan" !important;
	padding: 15px 20px 12px !important;
	background: linear-gradient(269.97deg, #A727BB 0.03%, rgba(167, 39, 187, 0) 82.83%), #E1AE4A;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
	border-radius: 64px !important;
	font-size: 16px !important;
	color: white !important;
	line-height: 16px !important;
	padding: 15px 20px 12px !important;
	border-bottom: none !important;
	font-weight: 400 !important;
}
.brz-cont .wizard-next span{
	padding-right: 10px;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
}
.step-content-title{
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #E1AE4A;
	font-family: 'Dosis';
}
.step-content-title{
 	padding-bottom: 35px;
 	padding-top: 60px;
	 font-family: 'Dosis';
}
.question-item{
	padding-bottom: 60px;
}
.question-yellow-text{
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #E1AE4A;
}
.question-detail-cont{
	padding: 30px 0;
}
.question-detail-cont a{
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
	color: #000000;
	display: flex;
	align-items: center;
}
.question-detail-cont a span{
	border-bottom: 1px solid #000;
}
.question-detail-cont a svg{
	margin-left: 10px;
}
.question-detail{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	padding: 20px 0;
}
.examples-title{
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	padding-top: 15px;
	margin-bottom: 15px;
}
.examples-title span{
	border-bottom: 2px solid #E1AE4A;
}
.step-content-input-cont{
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
.step-content-input-cont div:first-child{
	margin-bottom: 15px;
}
.step-content-input-cont input.step-content-input{
	width: 581px;
	background: #F3F3F3;
	border: 1px solid #ADADAD;
	box-sizing: border-box;
	border-radius: 4px;
}
.color-selection-cont{
	display: flex;
	justify-content: space-between;
}
.colors-list,.colors{
	display: flex;
}
.colors-list{
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #E1AE4A;
}
.color-item{
	width: 24px;
	height: 24px;
	border: 1px solid #ACACAC;
	margin-left: 8px;
	background: white;
}
.color-item.selected{
	border: 2px solid black;
}
.answers-table{
	padding: 100px 0;
}
.answers-table table, .answers-table th, .answers-table  td {
	border: none;
}
.answers-table  td{
	padding: 30px 0;
}
.answers-table th{
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #E1AE4A;
}
.answers-table tr td:first-child{
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #E1AE4A;
	font-family: 'Dosis';
}
.answers-table tbody tr:nth-child(2n){
	background: rgba(225, 174, 74, 0.06);
}
.category-cont{
	display: flex;
	align-items: center;
	padding-right: 20px;
}
.category-table{
	margin-top: -50px;
}
.category-table tr td:first-child{
	border-right: 2px solid #E1AE4A;
	background: white;
}
.category-table tr td:nth-child(2){
	padding-left: 10px;
}
.category-table .category-cont input{
	background: #FFFFFF;
	border: 1px solid #ADADAD;
	box-sizing: border-box;
	border-radius: 4px;
}
.s7-section{
	margin-bottom: 45px;
}
.color-answer-cont{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.color-answer-cont .color-item{
	margin-right: 10px;
}
.result-row{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.result-col{
	width: 48%;
}
.result-category-item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.result-category-item div:last-child{
	padding-left: 10px;
}
.summary-item{
	margin-bottom: 55px;
	background: #FDFAF4;
	padding: 35px 50px;
}
.summary-title{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
}
.summary-data{
	padding-top: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	
	color: #000000;
}
.chart-col{
	width: 30%;
	padding-right: 80px;
}
.result-blocks .result-col{
	width: 45%;
}
.gbw-poll .wizard-step-item{
	width: auto;
}
.sr-form-cont{
	display: flex;

}
.sr-form-cont > div:first-child{
	width: 250px;
}
.sr-form-cont > div:first-child  div{
	padding: 5px;
}
.sr-form-cont > div{
	padding: 15px;
}

.sr-form{
	border: 3px solid;
	padding: 15px;
	border-image-slice: 1;
	border-image-source: linear-gradient(to left, #A828BA, #E0AD4B);
}
.sr-form-cont label{
	display: block !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	width: 100%;
}
.sr-form-cont input, .sr-form-cont select{
	background: #D9D9D9;
	border: 1px solid #989898;
	padding: 5px;
	display: block;
	width: 100%;
}
.sr-form-cont select{
	padding: 7px;
}
.sr-form-inner{
	display: flex;
	justify-content: space-between;
}
.sr-form-col{
	width: 23%;
}
.add-sr-item-cont{
	display: flex;justify-content: end;padding: 10px;
}
.sr-form-row{
	display: flex;justify-content: space-between;padding-bottom: 10px;
}
.sr-form-row-half label{
	width: 45%;
}
.sr-form-cont > div:first-child button{
	padding: 8px 20px;
	font-size: 16px;
}
.ap-category-title{
	font-size: 30px;
	padding-top: 20px;
}
.answers-intro-text{
	font-style: normal !important;
}
