.pi-block {
	margin-bottom: 24px;
}

.pi-block ul{
	list-style: none;
}

@media (max-width: 767px){
	.pi-block ul{
		padding-left: 0;
	}
}

.pi-block h2 {
	font-weight: 900;
	font-size: 40px;
	line-height: 33px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.pi-block hr {
	border: none;
	border-top: 1px solid #666666;
	margin-top: 32px;
	margin-bottom: 32px;
}

.pi-video {
	margin-bottom: 28px;
}

.pi-video .wp-video,
.pi-video .mejs-container,
.pi-video .mejs-mediaelement,
.pi-video video {
	width: 100% !important;
	max-width: 100%;
}

.pi-two-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.pi-two-columns .pi-column {
	flex: 1 1 260px;
}

.pi-divider {
	border: none;
	border-top: 1px solid #666666;
	margin-top: 32px;
	margin-bottom: 32px;
}

.pi-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}

.pi-icon-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 300px;
	max-width: 300px;
}

.pi-icon-item img {
	width: 84px;
	height: 84px;
	margin-bottom: 24px;
}

.pi-icon-label {
	font-family: Raleway, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 10px;
}

.pi-icon-description {
	font-family: Raleway, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
}

.pi-tabs-nav {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	gap: 10px;
	margin-top: 48px;
	border-bottom: 1px solid #565656;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.pi-tabs-nav::-webkit-scrollbar {
	display: none;
}

button.pi-tab-btn {
	background: #ebe9eb;
	color: #565656;
	border: 1px solid #565656;
	border-bottom: none;
	margin-right: -1px;
	font-size: 16px !important;
	line-height: 22px;
	padding: .75em 1.25em;
	cursor: pointer;
	font-weight: 700;
	flex-shrink: 0;
	white-space: nowrap;
}

.pi-tab-btn.is-active {
	background: #fff;
}

.pi-tab-panel {
	display: none;
	padding-top: 24px;
}

.pi-tab-panel.is-active {
	display: block;
}

.pi-tab-panel-body.has-image {
	display: flex;
	align-items: center;
	gap: 32px;
}

@media (max-width: 767px){
	.pi-tab-panel-body.has-image {
		flex-wrap: wrap;
	}
}

.pi-tab-panel-image {
	flex: 0 0 30%;
	max-width: 30%;
	height: 292px;
}

@media (max-width: 767px){
	.pi-tab-panel-image {
		width: 100%;
		flex: unset;
		max-width: 100%;
		height: auto;
	}
}


.pi-tab-panel-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pi-tab-panel-body.has-image .pi-tab-panel-content {
	flex: 1;
	min-width: 0;
}

.pi-faq {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.pi-faq h2 {
	color: #B78C2D !important;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 48px;
}


button.pi-faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	text-align: left;
	background: #B78C2D;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 20px 24px;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	font-size: 20px !important;
	line-height: 28.57px;
	letter-spacing: 1px;
}


.pi-faq-question[aria-expanded="true"] {
	background: transparent;
	color: #001C32;
}

.pi-faq-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.pi-faq-question[aria-expanded="true"] .pi-faq-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11V13H19V11H5Z' fill='black'/%3E%3C/svg%3E");
}

.pi-faq-answer {
	padding: 0 24px 24px;
	font-family: Raleway, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #001C32;
}


@media (max-width: 767px){
	button.pi-faq-question {
		font-size: 16px !important;
		line-height: normal;
	}
}
