.gwp-7k3x {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 48px;
	box-sizing: border-box;
}

.gwp-7k3x__header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}

.gwp-7k3x__subheading {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #7c6736;
	align-self: stretch;
}

.gwp-7k3x__heading {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #101828;
	margin: 0;
	align-self: stretch;
}

.gwp-7k3x__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	align-self: stretch;
}

.gwp-7k3x__paragraph {
	align-self: stretch;
}

.gwp-7k3x__paragraph p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #475467;
	margin: 0;
}

.gwp-7k3x__paragraph ul {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #475467;
	margin: 0;
	padding-left: 20px;
}

.gwp-7k3x__paragraph li {
	margin-bottom: 0;
}

.gwp-7k3x__actions {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 12px;
}

.gwp-7k3x__btn {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 18px;
	gap: 6px;
	height: 48px;
	background: #7c6736;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), inset 0px 0px 0px 1px rgba(16, 24, 40, 0.18), inset 0px -2px 0px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.gwp-7k3x__btn span {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	padding: 0 2px;
}

.gwp-7k3x__btn:hover {
	background: #6b5a2e;
}

.gwp-7k3x__btn:active {
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), inset 0px 1px 3px rgba(16, 24, 40, 0.1);
}
