.onewin-block-hc-alternate-group-section {
	padding: var(--theme-block-padding);
	margin-bottom: var(--theme-margin-section);
	border-top: 3px solid var(--theme-section-border-color);
	background-color: var(--theme-section-bg);
	border-radius: var(--theme-rounded-section)
}

.onewin-block-hc-alternate-group-section .onewin-block-image img {
	border-radius: var(--theme-rounded-images)
}

.onewin-block-hc-alternate-group-section .onewin-block-hc-alternate-group-section {
	padding: 0;
	border-top: none;
	background-color: transparent;
	border-radius: 0
}

.onewin-block-hc-alternate-group-section ol {
	list-style: none;
	padding: 0;
	margin-bottom: var(--theme-block-margin-bottom);
	counter-reset: item
}

.onewin-block-hc-alternate-group-section ul {
	list-style: none;
	padding: 0;
	margin-bottom: var(--theme-block-margin-bottom)
}

.onewin-block-hc-alternate-group-section ul li ol,
.onewin-block-hc-alternate-group-section ol li ul,
.onewin-block-hc-alternate-group-section ul li ul,
.onewin-block-hc-alternate-group-section ol li ol {
	margin-top: 8px;
	margin-bottom: 0
}

.onewin-block-hc-alternate-group-section ol>li,
.onewin-block-hc-alternate-group-section ul>li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 8px
}

.onewin-block-hc-alternate-group-section ol>li {
	counter-increment: item
}

.onewin-block-hc-alternate-group-section ol>li:before {
	position: absolute;
	left: 0;
	top: -1px;
	content: counter(item);
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--theme-color-style3);
	background-color: var(--theme-color-accent);
	border-radius: 50%
}

.onewin-block-hc-alternate-group-section ul>li:before {
	position: absolute;
	left: 0;
	top: -1px;
	content: "✓";
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--theme-color-style3);
	background-color: var(--theme-color-accent);
	border-radius: 50%
}

.onewin-block-hc-alternate-group-section>*:last-child {
	margin-bottom: 0
}

.slots {
	margin-bottom: var(--theme-block-margin-bottom)
}

.slots .nav {
	display: flex;
	gap: 15px;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.slots .nav::-webkit-scrollbar {
	display: none
}

.slots .nav li {
	padding: 0;
	margin: 0
}

.slots .nav li:before {
	display: none
}

.slots .nav li button {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 10px;
	color: var(--theme-body-color);
	border-radius: var(--theme-rounded-button)
}

.slots .nav li button.active {
	color: var(--theme-color-style3);
	background-color: var(--theme-color-style4)
}

.slots .nav li button i {
	font-size: 18px
}

.slots .items .slot {
	display: none
}

.slots .items .slot.show {
	display: block
}

.slots .items ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 15px;
	margin-bottom: 0
}

.slots .items ul li {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	cursor: pointer
}

.slots .items ul li:before {
	display: none
}

.slots .items ul li img {
	border-radius: var(--theme-rounded-images)
}

.slots .items ul li .name {
	position: absolute;
	left: -1px;
	bottom: -1px;
	right: -1px;
	padding: 7px 10px;
	font-size: 11px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--theme-color-style3);
	background-color: var(--theme-color-style4);
	border-radius: 0 0 var(--theme-rounded-images) var(--theme-rounded-images)
}

.slots .items ul li .slot_button {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 7px 20px;
	transform: translate(-50%, -50%);
	color: var(--theme-buttons-accent-color);
	background-color: var(--theme-buttons-accent-bg);
	border-radius: var(--theme-rounded-button)
}

.slots .items ul li:hover .name {
	bottom: auto;
	top: 0;
	background-color: transparent
}

.slots .items ul li:hover img {
	-webkit-filter: brightness(60%);
	filter: brightness(60%)
}

.slots .items ul li:hover .slot_button {
	display: block
}

.onewin-block-table {
	margin-bottom: var(--theme-block-margin-bottom);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%
}

.onewin-block-table table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 0
}

.onewin-block-table table tbody tr:nth-child(odd) {
	background-color: var(--theme-color-style4)
}

.onewin-block-table table tr th,
.onewin-block-table table tr td {
	padding: 10px 30px 10px 10px;
	border: none;
	position: relative
}

.onewin-block-table table tr td:first-child {
	font-weight: 700
}

.onewin-block-table table tr td:first-child:after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	top: 10px;
	bottom: 10px;
	background-color: var(--theme-color-style3);
	opacity: .2
}

.onewin-block-table table tr td:last-child {
	padding: 10px 10px 10px 30px
}

.onewin-block-table table>*:first-child tr:first-child th:first-child,
.onewin-block-table table>*:first-child tr:first-child td:first-child {
	border-top-left-radius: var(--theme-rounded-images)
}

.onewin-block-table table>*:first-child tr:first-child th:last-child,
.onewin-block-table table>*:first-child tr:first-child td:last-child {
	border-top-right-radius: var(--theme-rounded-images)
}

.onewin-block-table table tr:last-child td:first-child {
	border-bottom-left-radius: var(--theme-rounded-images)
}

.onewin-block-table table tr:last-child td:last-child {
	border-bottom-right-radius: var(--theme-rounded-images)
}

.lwptoc {
	padding: var(--theme-block-padding);
	margin: 0 0 var(--theme-margin-section) !important;
	background-color: var(--theme-section-bg);
	border-radius: var(--theme-rounded-section)
}

.lwptoc .lwptoc_i {
	padding: 0;
	color: inherit !important;
	background: 0 0 !important
}

.lwptoc_toggle_label {
	border: none !important;
	background: none !important;
	padding: 0 !important;
	outline: none !important;
	cursor: pointer;
	color: inherit
}

.lwptoc .lwptoc_i div a {
	color: inherit !important
}

.lwptoc .lwptoc_i div a .lwptoc_item_number {
	display: inline-flex;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	line-height: normal;
	text-align: center;
	margin-right: 8px;
	color: var(--theme-buttons-accent-color);
	background-color: var(--theme-buttons-accent-bg);
	border-radius: 50%
}

.lwptoc-baseItems .lwptoc_items {
	margin-top: 10px
}

.lwptoc .lwptoc_items .lwptoc_itemWrap .lwptoc_item a:hover {
	border-bottom: none !important
}

.lwptoc .lwptoc_item {
	padding: 10px 0 !important;
	border-bottom: 1px solid var(--theme-color-style4)
}

.lwptoc .lwptoc_item:last-child {
	border-bottom: none
}

.lwptoc .lwptoc_header {
	margin-bottom: 0;
	color: inherit;
	position: relative
}

.lwptoc .lwptoc_header .lwptoc_toggle_arrow {
	position: absolute;
	top: 0;
	right: 0
}

.lwptoc .lwptoc_header .lwptoc_toggle_arrow svg {
	fill: var(--theme-color-accent);
	transform: rotate(180deg)
}

.lwptoc .lwptoc_header.show .lwptoc_toggle_arrow svg {
	transform: rotate(0)
}

.lwptoc .lwptoc_toggle {
	display: none
}

.media_block {
	display: grid;
	column-gap: 24px;
	grid-template-columns: auto 50%;
	grid-template-areas: "title image" "content image";
	margin-bottom: var(--theme-block-margin-bottom)
}

.media_block .title {
	grid-area: title;
	align-self: flex-end
}

.media_block .content {
	grid-area: content;
	align-self: flex-start
}

.media_block .image {
	align-self: center;
	grid-area: image
}

.media_block .image img {
	border-radius: var(--theme-rounded-images)
}

.media_block.left {
	grid-template-areas: "image title" "image content"
}

.media_block.top {
	grid-template-rows: auto 1fr
}

.media_block.top .title,
.media_block.top .image {
	align-self: flex-start
}

.media_block.notitle {
	grid-template-areas: "content image"
}

.media_block.notitle.left {
	grid-template-areas: "image content"
}

.media_block.notitle.middle .content {
	align-self: center
}

@media (max-width:991px) {
	.media_block {
		grid-template-columns: none !important;
		grid-template-areas: "title" "image" "content" !important;
		margin-bottom: 16px
	}

	.media_block .image {
		margin-bottom: 16px;
		text-align: center !important
	}

	.media_block .image img {
		width: auto;
		max-height: 400px
	}
}

.media_block_v2 {
	display: grid;
	column-gap: 24px;
	grid-template-areas: "title media" "content media";
	margin-bottom: var(--theme-block-margin-bottom)
}

.media_block_v2 .title {
	grid-area: title;
	align-self: flex-end
}

.media_block_v2 .content {
	grid-area: content;
	align-self: flex-start
}

.media_block_v2 .media {
	align-self: center;
	grid-area: media;
	position: relative
}

.media_block_v2 .media img {
	border-radius: var(--theme-rounded-images)
}

.media_block_v2 .media video {
	width: 100%;
	border-radius: var(--theme-rounded-images)
}

.media_block_v2 .media a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ""
}

.media_block_v2.left {
	grid-template-areas: "media title" "media content"
}

.media_block_v2.top {
	grid-template-rows: auto 1fr
}

.media_block_v2.top .title,
.media_block_v2.top .media {
	align-self: flex-start;
}

.media_block_v2.notitle {
	grid-template-areas: "content media"
}

.media_block_v2.notitle.left {
	grid-template-areas: "media content"
}

.media_block_v2.notitle.middle .content {
	align-self: center
}

.media_block_v2 .acf-innerblocks-container>*:last-child {
	margin-bottom: 0
}

.onewin-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.faq-section {
	margin-bottom: var(--theme-block-margin-bottom);
}

.faq-section .item {
	border-bottom: 1px solid var(--theme-color-style4)
}

.faq-section .item:last-child {
	border-bottom: none
}

.faq-section .item .faq_question {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 60px 20px 20px;
	cursor: pointer;
	user-select: none
}

.faq-section .item .faq_answer {
	display: none;
	padding: 20px
}

.faq-section .item .faq_question .faq_arrow {
	position: absolute;
	top: 19px;
	right: 16px
}

.faq-section .item.show .faq_answer {
	display: block
}

.faq-section .item.show .faq_question {
	color: var(--theme-color-accent)
}

.faq-section .item.show .faq_question .faq_arrow {
	transform: rotate(180deg);
	color: var(--theme-color-accent)
}

.post_last_update {
	opacity: .7;
	font-size: 12px;
	margin-bottom: var(--theme-block-margin-bottom)
}

@media (max-width:991px) {
	.post_last_update {
		margin-bottom: var(--theme-block-margin-bottom-mob)
	}
}

@media (max-width:991px) {
	.faq-section {
		margin-bottom: var(--theme-block-margin-bottom-mob)
	}

	.faq-section .item .faq_question {
		font-size: 18px;
		padding: 7px 32px 7px 0
	}

	.faq-section .item .faq_question .faq_arrow {
		right: 0;
		top: 6px
	}

	.faq-section .item .faq_answer {
		padding: 0 0 10px
	}
}

@media (max-width:991px) {
	.media_block_v2 {
		grid-template-columns: none !important;
		grid-template-areas: "title" "media" "content" !important;
		margin-bottom: var(--theme-block-margin-bottom-mob)
	}

	.media_block_v2 .media {
		margin-bottom: 16px;
		text-align: center !important
	}

	.media_block_v2 .media video {
		max-height: 400px
	}

	.media_block_v2 .media img {
		width: auto;
		max-height: 400px
	}
}


@media (max-width:991px) {
	.lwptoc {
		margin-bottom: var(--theme-margin-section-mob)
	}
}

@media (max-width:991px) {
	.onewin-block-table {
		margin-bottom: var(--theme-block-margin-bottom-mob)
	}

	.onewin-block-table table tr td {
		padding: 10px 15px 10px 10px
	}

	.onewin-block-table table tr td:last-child {
		padding: 10px 10px 10px 15px
	}
}

@media (max-width:991px) {
	.media_block_v2 {
		grid-template-columns: none !important;
		grid-template-areas: "title" "media" "content" !important;
		margin-bottom: var(--theme-block-margin-bottom-mob)
	}

	.media_block_v2 .media {
		margin-bottom: 16px;
		text-align: center !important
	}

	.media_block_v2 .media video {
		max-height: 400px
	}

	.media_block_v2 .media img {
		width: auto;
		max-height: 400px
	}
}

@media (max-width:991px) {
	.slots {
		margin-bottom: var(--theme-block-margin-bottom-mob)
	}
}

@media (max-width:600px) {
	.slots .items ul {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 8px
	}
}

@media (max-width:991px) {
	.onewin-block-hc-alternate-group-section {
		padding: var(--theme-block-padding-mob);
		margin-bottom: var(--theme-margin-section-mob)
	}

	.onewin-block-hc-alternate-group-section ol {
		margin-bottom: var(--theme-block-margin-bottom-mob)
	}

	.onewin-block-hc-alternate-group-section ul {
		margin-bottom: var(--theme-block-margin-bottom-mob)
	}
}