.bandwango {
	margin-bottom: var(--widget-margin-bottom);
}
.bandwango,
.bandwango .img-cont {
	position: relative;
}

.bandwango .slide .inner {
	position: relative;
}

.bandwango .img-cont img {
	display: block;
	width: 100%;
	border-radius: 22px 22px 0 0;
}

.bandwango ul li {
	list-style-type: disc;
}

.bandwango .widget-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(105px, max-content) minmax(0, 1fr) minmax(0, 1fr);
	gap: 0 var(--space-8);
	padding-top: 30px;
}

.bandwango .widget-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(/includes/public/assets/shared/bandwango/spray-splash-sm.png);
	background-repeat: repeat-x;
	z-index: 0;
	pointer-events: none;
}
.bandwango .widget-inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 95px);
	width: 100%;
	background-color: var(--blue);
	z-index: -1;
	pointer-events: none;
}

.bandwango .widget-inner .cols {
	grid-column: 1 / 4;
	padding: 0 25px;
	position: relative;
	z-index: 1;
}

.bandwango .beau-cont {
	grid-column: 1 / 3;
	grid-row: 1;
	align-self: end;
	z-index: 1;
	position: relative;
	bottom: -4px;
}

.bandwango .widget-header {
	grid-column: 2 / 4;
	grid-row: 1;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 27px;
	padding-right: 25px;
	padding-bottom: 34px;
}

.bandwango .widget-title {
	font-size: 1.375rem;
	line-height: 1.1;
	color: var(--white);
	font-weight: 700;
}

.bandwango .widget-desc {
	font-size: var(--text-base);
	line-height: 1.4;
	color: var(--white);
}

.bandwango .view-all-col {
	display: flex;
}

.bandwango .view-all-col .widget-view-all {
	font-size: var(--text-sm);
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid var(--white);
	border-radius: var(--rounded-full);
	color: var(--white);
	font-family: var(--font-display);
	padding: 9px var(--space-5);
}

.bandwango .title-col {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.bandwango .slide {
	background-color: var(--white);
	border-radius: 22px;
}

.bandwango .content-section {
	margin-top: -31px;
	z-index: 1;
	position: relative;
}

.bandwango .slide .subtitle {
	font-size: 2.25rem;
	font-family: var(--font-accent);
	text-transform: lowercase;
	color: var(--pink);
	width: fit-content;
	background-color: var(--white);
	border-top-right-radius: 9px;
	padding-inline: 23px 27px;
	padding-top: 10px;
	line-height: 1.2;
	margin-bottom: 1px;
}

.bandwango .slide .title {
	font-size: var(--text-xl);
	padding-inline: 23px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: var(--space-3);
}

.bandwango .slide .title a {
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: text-decoration-color var(--transition-appendix);
}

.bandwango .slide p {
	padding-inline: 23px;
	margin-bottom: var(--space-5);
}

.bandwango .slide ul {
	margin-left: var(--space-5);
	font-size: var(--text-sm);
	padding-inline: 23px;
	margin-bottom: var(--space-4);
}

.bandwango .slide .read-more {
	display: inline-block;
	font-family: var(--font-display);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	line-height: var(--leading-none);
	text-decoration: none;
	text-transform: uppercase;
	border-radius: var(--rounded-full);
	padding: 11px var(--space-5);
	transition: color var(--transition-appendix), background-color var(--transition-appendix), border-color var(--transition-appendix);
	background-color: var(--sw-button-secondary-bg);
	color: var(--sw-button-secondary-color);
	border: 2px solid var(--sw-button-secondary-border-color);
	margin-left: 23px;
}

@media (hover: hover) {
	.bandwango .slide .title a:hover {
		text-decoration: underline;
		text-decoration-color: inherit;
	}
}

@media (min-width: 40em) {
	.bandwango .widget-inner::before {
		background-image: url(/includes/public/assets/shared/bandwango/spray-splash.svg);
		background-repeat: no-repeat;
	}
}

@media (min-width: 64em) {
	.bandwango {
		margin-left: min(calc(0px + (64 - 0) * ((100vw - 1024px) /(1440 - 1024))), 64px);
	}

	.bandwango .widget-inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.099fr);
		padding-top: 0;
		align-items: center;
		max-width: 1264px;
		margin-inline: auto;
		gap: 0;
	}

	.bandwango .widget-inner::before {
		content: none;
	}

	.bandwango .widget-inner::after {
		content: '';
		position: absolute;
		top: calc(50% - 13px);
		left: 50%;
		height: 100%;
		max-height: 350px;
		width: 100%;
		background-image: url(/includes/public/assets/shared/bandwango/spray-splash.svg);
		background-color: var(--blue);
		background-repeat: no-repeat;
		z-index: -1;
		max-width: 1200px;
		background-position: bottom left;
		transform: translate(-50%, -50%);
		border-radius: 40px;
	}

	.bandwango .widget-inner .cols {
		grid-column: 3 / 4;
		padding: 0 25px;
		position: relative;
		z-index: 1;
		grid-row: 1;
		margin-right: min(calc(20px + (88 - 20) * ((100vw - 1024px) /(1440 - 1024))), 88px);
		padding: 0;
	}

	.bandwango .widget-header {
		grid-column: 2 / 3;
		grid-row: 1;
		z-index: 1;
		display: flex;
		flex-direction: column;
		gap: 21px;
		padding-right: var(--space-12);
		padding-bottom: 0;
		align-self: flex-start;
		padding-top: 131px;
	}

	.bandwango .widget-title {
		font-size: 2rem;
	}

	.bandwango .view-all-col .widget-view-all {
		font-size: var(--text-base);
		border: 2px solid var(--white);
		padding: 11px 24px;
		transition: color var(--transition-appendix), background-color var(--transition-appendix), border-color var(--transition-appendix);
	}

	.bandwango .beau-cont {
		bottom: 74px;
		left: calc(-1 * min(calc(90px - (90 - 30) * ((100vw - 1024px) /(1440 - 1024))), 90px));
	}

	.bandwango .slide .title {
		font-size: 1.4375rem;
		padding-inline: 25px;
		line-height: 1.1;
		font-weight: 700;
		margin-bottom: var(--space-3);
	}

	.bandwango .slide p {
		padding-inline: 25px;
	}

	.bandwango .slide ul {
		font-size: var(--text-base);
		padding-inline: 25px;
		margin-bottom: var(--space-4);
	}

	.bandwango .slide .read-more {
		font-size: var(--text-base);
		padding: 14px 23px;
		margin-left: 25px;
	}

	.bandwango .title-col {
		gap: var(--space-1);
	}

	.bandwango .content-section {
		margin-top: -35px;
	}

	@media (hover: hover) {
		.bandwango .view-all-col .widget-view-all:hover,
		.bandwango .slide .read-more:hover {
			background-color: var(--sw-button-secondary-bg-hover);
			color: var(--sw-button-secondary-color-hover);
			border-color: var(--sw-button-secondary-border-color-hover);
		}
	}
}

@media (min-width: 90em) {
	.bandwango .beau-cont {
		left: -30px;
	}
}