/*!
Theme Name: Project D.R.E.W.
Theme URI: http://underscores.me/
Author: Bizango
Author URI: http://www.bizango.com
Description: Bizango Base Theme based off underscores
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bz_base
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bizango Base 2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
/* SKIP TO NAV */
.skip-content-container:focus,
.skip-content-container:focus-within {
	background-color: #34b9a5;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 0px;
	width: auto;
	z-index: 100000;
}
.skip-content-container {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	width: 1px;
	word-wrap: normal !important;
}
/* Do not show the outline on the skip link target. */
.skip-content-container:focus-within {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.nav__li--skip-to {
	list-style: none;
	margin: 0 5px;
}
.nav__li--skip-to:last-child {
	margin-bottom: 0px;
}
.skip-content-container .skip-link {
	color: #fff !important;
	font-weight: 700;
}
/* Do not show the outline on the skip link target. */
#main_content[tabindex="-1"]:focus {
	outline: 0;
}
.js-focus-visible :focus:not(.focus-visible) {
	outline: none;
}
.js-focus-visible .focus-visible,
.js-focus-visible .slick-arrow.focus-visible {
	outline: 2px solid red !important;
}
/* Removes animations for users who have set this preference */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0.01ms !important;
		-o-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/* GENERAL */
a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
u,
ul {
	border: 0;
	margin: 0;
	padding: 0;
}
ul,
ol {
	list-style-position: inside;
}
html,
body {
	height: 100%;
	scroll-behavior: smooth;
}
html {
	visibility: visible !important;
}
body,
body.page {
	background-color: #F8F4EE;
	height: auto;
	margin: 0 auto;
	max-width: var(--maxWidth);
	position: relative;
	overflow: auto !important;
	width: 100%;
}
div.site {
	display: block;
	margin: 0 auto;
	max-width: var(--maxWidth);
	overflow-x: hidden;
	position: relative;
}
.page_frame {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--pageFrame);
	padding: 0 20px;
	width: 100%;
}
/* standard wordpress alignment classes */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

	@media only screen and (max-width: 600px) {
	
	#wpadminbar {
    top: -46px;
	}
}
/* HEADER/FOOTER */
.header,
.footer {
	--pageFrame: 1360px;
}
.header {
	max-width: var(--maxWidth);
	padding-top: 20px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
.header__bg {
	background-color: rgb(104, 104, 104);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.header__frame,
.footer__frame {
	align-items: flex-start;
	display: flex;
	gap: 20px;
}
.header__logo,
.footer__logo {
	max-width: 280px;
	z-index: 10;
}
.header__logo-img,
.footer__logo-img {
	display: block;
	max-width: 100%;
}
.header__nav-wrapper {
	align-items: center;
	display: flex;
	flex-basis: auto;
	flex-grow: 1;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: static;
	width: auto;
	z-index: 5;
}
.header__mobile-nav-toggle {
	color: #fff;
	display: none;
	transform: translateX(15px);
	z-index: 1;
}
.header__nav-wrapper--desk {
	position: relative;
}
.header__music-search,
.footer__music-search {
	margin-bottom: 6px;
	margin-right: 20px;
	width: 320px;
}
@media only screen and (max-width: 767px) {

	.header__music-search {
		display: none;
	}
}
/* --------------------------------------------- NAV */
.nav {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
/* NAV ELEMENTS */
.nav__li {
	line-height: 12px !important;
	list-style: none;
	padding: 10px 16px;
	position: relative;
}
.subnav-button-wrapper {
	align-items: flex-start;
	display: flex;
}
.nav__a {
	color: #F5F5F5 !important;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 100%;
	text-decoration: none;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;	
}
.nav:not(.nav--subnav) > .nav__li {
	padding: 10px 16px 0;
}
.nav:not(.nav--subnav) > .nav__li > .nav__a,
.nav:not(.nav--subnav) > .nav__li > .subnav-button-wrapper > .nav__a {
	border-bottom: 2px solid transparent;
	padding: 0 3px 8px;
}
.nav:not(.nav--subnav) > .nav__li:hover > .nav__a,
.nav:not(.nav--subnav) > .nav__li:hover > .subnav-button-wrapper > .nav__a,
.nav:not(.nav--subnav) > .nav__li:where(.current_page_item, .current-page-ancestor) > .nav__a,
.nav:not(.nav--subnav) > .nav__li:where(.current_page_item, .current-page-ancestor) > .subnav-button-wrapper > .nav__a {
	border-color: #F8F4EE;
}
.nav__a.has-subnav {
	padding-right: 5px;
}
.button--expand-nav {
	background: none;
	border: 0;
	display: none;
	margin: 0 5px;
	padding: 0;
}
.header__nav-wrapper--desk .button--expand-nav {
	color: #F5F5F5;
	display: inline-block;
	line-height: 12px;
}
.header__nav-wrapper--desk .button--expand-nav::after {
	color: inherit;
	content: "\e801";
	display: inline-block;
	font-family: "icon";
	font-size: 0.8em;
	line-height: 0.8em;
	position: relative;
	transform: rotate(90deg);
	transition: transform 500ms ease;
}
.active > .button--expand-nav::after {
	transform: rotate(-90deg);
}
/* NAV MODIFIERS */
#header__nav--mobile,
.nav--mobile {
	display: none;
}
.nav--subnav,
.header__nav-wrapper--desk .nav--subnav .button--expand-nav::after {
	color: white;
}
.nav--subnav {
	background-color: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	min-width: 100%;
	padding: 5px 0;
	position: absolute;
	top: 100%;
}
.nav--subnav > .nav__li {
	background: none;
	margin: 0;
	padding: 5px 10px 5px 25px;
}
.nav--subnav .nav__a {
	text-transform: none;
}
.nav--subnav .nav--subnav {
	background-color: transparent;
	position: relative;
	top: auto;
	padding: 10px 0 0 10px;
}
.nav--subnav .nav--subnav .nav__li {
	padding: 0;
}
@media only screen and (max-width: 1000px) {
	.header__logo {
		padding-left: 0px;
	}
	.header__frame {
		align-items: center;
		position: static;
	}
	.header__nav-wrapper {
		z-index: auto;
	}
	.header__mobile-nav-wrapper {
		left: 0;
		position: absolute;
		top: -20px;
		width: 100%;
		z-index: -1;
	}
	.header__nav-wrapper--desk {
		display: none;
	}
	#header__nav--mobile {
		display: block;
	}
	.nav--mobile {
		background-color: #426884;
		left: 0;
		padding-top: 20px;
		position: absolute;
		width: 100%;
		z-index: 12;
	}
	.nav--mobile .nav--subnav {
		position: relative;
	}
	.nav--mobile .nav__li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: stretch;
		margin: 0;
		padding: 0;
	}
	.nav--mobile .nav__a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 40px;
		padding: 10px 5%;
		text-align: left;
		width: 100%;
	}
	.nav--mobile.is-active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
/* social menu */
.nav .social-icon {
	margin-bottom: 3px;
	padding: 0px 14px !important;
}
.nav .social-icon a {
	display: inline-block;
	width: 40px;  /* Adjust size as needed */
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%; /* Pushes text off-screen */
	position: relative;
}
.nav .social-icon a::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 100%;
}
.nav .social-icon--facebook a,
.nav .social-icon--linkedin a {
	width: 20px;
}
.nav .social-icon--facebook a::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M11.5676 19.9936V12.9647H13.9001L14.3426 10.0604H11.5676V8.17286C11.5676 7.37846 11.9532 6.60311 13.1985 6.60311H14.4627V4.13092C14.4627 4.13092 13.3186 3.93391 12.225 3.93391C9.93679 3.93391 8.44501 5.32571 8.44501 7.84874V10.0667H5.90392V12.9711H8.44501V20C3.65992 19.2374 0 15.0747 0 10.054C0 4.49952 4.47535 0 10 0C15.5247 0 20 4.49952 20 10.054C20 15.0747 16.3401 19.231 11.5613 19.9873L11.5676 19.9936Z' fill='%23426884'/%3E%3C/svg%3E");
}
.nav .social-icon--linkedin a::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M0.329218 6.6392H4.47874V19.9931H0.329218V6.6392ZM2.40741 0C3.73114 0 4.80796 1.07793 4.80796 2.40989C4.80796 3.74185 3.73114 4.81977 2.40741 4.81977C1.08368 4.81977 0 3.73498 0 2.40989C0 1.08479 1.07682 0 2.40741 0Z' fill='%23426884'/%3E%3Cpath d='M11.0494 6.6392V8.4655H11.1043C11.6598 7.41504 13.011 6.30965 15.0274 6.30965C19.225 6.30965 20 9.07655 20 12.6742V20H15.8573V13.505C15.8573 11.9533 15.8299 9.96224 13.7037 9.96224C11.5775 9.96224 11.214 11.6512 11.214 13.3951V20H7.07133V6.6392H11.0494Z' fill='%23426884'/%3E%3C/svg%3E");	
}
.nav .social-icon--youtube a {
	width: 26px;
}
.nav .social-icon--youtube a::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='18' viewBox='0 0 26 18' fill='none'%3E%3Cpath d='M24.8862 1.73909C24.1781 0.472841 23.4143 0.240427 21.855 0.152271C20.2956 0.0480855 16.3892 0 12.992 0C9.59486 0 5.68849 0.0560997 4.12913 0.160285C2.57772 0.248442 1.806 0.480855 1.09792 1.74711C0.373929 3.00534 0 5.1772 0 9V9.01603C0 12.8228 0.373929 15.0107 1.09792 16.2609C1.806 17.5272 2.57772 17.7516 4.12913 17.8557C5.68849 17.9439 9.60281 18 13 18C16.3972 18 20.3035 17.9439 21.8629 17.8557C23.4223 17.7516 24.186 17.5191 24.8941 16.2609C25.6261 15.0107 26 12.8228 26 9.01603V9C26 5.16919 25.6261 2.99733 24.8941 1.73909H24.8862ZM9.74602 13.9127V4.09528L17.869 9L9.74602 13.9047V13.9127Z' fill='%23426884'/%3E%3C/svg%3E");	
}
.nav .social-icon--mom a,
.nav .social-icon--oac a {
	width: 45.459px;
}
.nav .social-icon--mom a::before {
	background-image: url("./assets/images/social-icon--musiconamission.png");
}
.nav .social-icon--oac a::before {
	background-image: url("./assets/images/social-icon--ohioartscouncil.png");
}

/* --------------------------------------------- FOOTER */
.footer{
	padding-bottom: 30px;
	padding-top: 15px;
}
.footer__frame {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.footer__logo {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	margin-bottom: 20px;
	margin-right: 25px;
}
#footer__nav-wrapper .nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#footer .footer__frame .nav a {
	color: #303030 !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-shadow: none;
	text-transform: uppercase;
}
.footer__subnav {
	display: none;
}
.footer__utility-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 5px;
}
.deep-footer {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
.deep-footer__content {
	color: #888;
	text-align: center;
}
.deep-footer .copyright {
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
#bizango {
	/* background-image: url("./assets/images/bizango-white.png");
  background-position: center bottom;
  background-repeat: no-repeat; */
	color: #888;
	display: block;
	font-size: 10px;
	height: 12px;
	margin: 40px auto 25px;
	padding-bottom: 30px;
	width: 80px;
}
#bizango img {
	display: block;
	margin: 5px auto 0 auto;
	opacity: 0.5;
}
@media only screen and (max-width: 639px) {

	.footer__frame {
		align-items: center;
	}
	.footer__logo {
		margin-right: 0;
	}
	.footer__nav-wrapper {
		display: flex;
    flex-direction: column-reverse;
		gap: 24px;
		width: 100%;
	}
	.footer__utility-nav {
		flex-direction: column;
	}
	.footer__music-search {
		margin-bottom: 18px;
		margin-right: 0;
		width: 100%;
	}
	.footer__music-search .srp_search_main .srp_search_container .srp_search {
		padding: 13px 7.5px;
	}
	.footer__music-search .custom-search-btn {
		font-size: 12px;
	}
	#footer__nav-wrapper .nav {
		align-items: center;
	}
	#footer .footer__frame .nav a {
		font-size: 18px;
	}
	#footer .footer__frame .nav:not(.nav--subnav) > .nav__li {
    padding: 8px 16px 0;
	}
	#footer__nav-wrapper .nav.utility-nav {
		flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	}
}
@media only screen and (min-width: 640px) {
	.footer__logo {
		margin-bottom: 0;
	}
	.footer__frame {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#footer__nav-wrapper {
		width: 100%;
	}
	#footer__nav-wrapper .nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media only screen and (min-width: 1024px) {
	.footer__frame {
		align-items: flex-end;
		justify-content: space-between;
	}
	#footer__nav-wrapper {
		width: auto;
	}
	#footer__nav-wrapper .nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
/*---------------SITE STYLES---------------*/
.error-404 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 70vh;
}
.error-404 > .page_frame {
	padding-top: 120px;
}
.no-results {
	padding-bottom: 60px;
	padding-top: 120px;
}
/* PASSWORD PROTECTED */
.wp-password-form {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
	max-height: calc(100vh - 128px);
	padding: 100px 20px;
}
.ppw-post-password-container form {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
	width: 100%;
}
.wp-password-form p {
	font-size: 1.5rem;
	margin-bottom: 20px;
	text-align: center;
}
.wp-password-form label,
.wp-password-form input {
	display: block;
	font-size: 1.5rem;
	margin: 5px 0;
	width: 100%;
}
.wp-password-form form input[type="submit"] {
	display: block;
	margin: 10px 0;
	width: 100%;
}

/* audio players */
.home-featured-player {
}
.home-featured-player .srp_custom_title {
	font-weight: 700;
}
.home-featured-player .playlist {
	padding: 10px 20px !important;
}
.home-featured-player .srp_list {
	height: auto !important;
}
.home-featured-player .sr-playlist-item {
	border-top: 1px solid rgba(48, 48, 48, 0.2);
	margin-bottom: 0 !important;
	padding: 12px 0 !important;
}
.home-featured-player .album-player { 
	align-items: center; 
	display: flex; 
	justify-content: space-between; 
} 
.home-featured-player .track-number {
	display: none;
}
.home-featured-player .tracklist-item-title { 
	font-weight: 800; 
} 
.home-featured-player .tracklist-item-title .srp_trackartist { 
	font-size: 12px; 
	font-weight: 400; 
	line-height: 1.5;
} 
.home-featured-player .sr-playlist-item-flex:not(:has(img))::before { 
	background-color: #F8F4EE; 
	background-image: url('./assets/images/default-cover.png'); 
	background-size: cover; 
	content: ''; 
	display: inline-block; 
	height: 38px; 
	width: 38px; 
}
.home-featured-player .sr_store_wc_round_bt.sr_store_force_dl_bt {
	padding: 9px 11px !important;
	font-weight: 700 !important;
}
@media only screen and (max-width: 600px) {

	.home-featured-player .srp_custom_title {
		font-size: 22px !important;
	}
}

.drew-playlist {
	background-color: #F1EAE0;
}
.drew-playlist .srp_miniplayer_metas .track-title {
	font-weight: 700;
}
.drew-playlist .srp_search_main .srp_search_container .srp_search {
	padding: 16px 7.5px;
}
.drew-playlist .sr-playlist-heading-child {
	color: #A4A4A4;
	font-size: 10px !important;
}
.drew-playlist .playlist li {
	border-top: 1px solid #E0E0E0;
	margin-bottom: 0;
	padding: 14px 20px !important;
}
.drew-playlist .playlist li .tracklist-item-title {
	font-size: 14px;
	font-weight: 700;
}
.drew-playlist .playlist li .sr-playlist-cf-child {
	font-size: 12px;
}

.music-page-featured-playlist {
	aspect-ratio: 1.211;
	font-family: var(--type-primary-font-family);
}
.music-page-featured-playlist :where(.srp_player_grid, .album-player, .srp_miniplayer_metas) {
	height: 100%;
}
.music-page-featured-playlist .srp_player_boxed {
	padding: 20px;
}
.music-page-featured-playlist .srp_miniplayer_metas {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	justify-content: space-between;
}
.music-page-featured-playlist .srp_miniplayer_metas :where(.srp_meta_0, .srp_meta_1) {
	text-align: center;
}
.music-page-featured-playlist .srp_control_box {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.music-page-featured-playlist .srp_control_box .srp-play-button:has(:where(.srp-play-button-label, .srp-pause-button-label)) {
	background-color: transparent;
}
.music-page-featured-playlist .srp_control_box :where(.srp-play-button-label, .srp-pause-button-label) {
	font-size: 45px;
}
.music-page-featured-playlist.music-page-featured-playlist--recent-concert .srp_control_box::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='135' height='223' viewBox='0 0 135 223' fill='none'%3E%3Cg clip-path='url(%23clip0_471_52)'%3E%3Cmask id='mask0_471_52' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='135' height='223'%3E%3Cpath d='M134.338 0H0V222.353H134.338V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_471_52)'%3E%3Cpath d='M10.3546 88.5712V96.7549L8.4248 95.9855V89.3362L10.3546 88.5712Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.46911 89.8343V95.4917L6.77441 94.8201V90.5059L8.46911 89.8343Z' fill='%23F5F5F5'/%3E%3Cpath d='M120.679 96.7594V88.5756L122.609 89.3406V95.9899L120.679 96.7594Z' fill='%23F5F5F5'/%3E%3Cpath d='M122.564 95.4962V89.8387L124.259 90.5103V94.8246L122.564 95.4962Z' fill='%23F5F5F5'/%3E%3Cpath d='M20.4385 60.5285L16.2106 67.5292L14.9551 65.8702L18.3888 60.1816L20.4385 60.5285Z' fill='%23F5F5F5'/%3E%3Cpath d='M18.1713 60.6308L15.2521 65.4699L14.1475 64.011L16.3745 60.3239L18.1713 60.6308Z' fill='%23F5F5F5'/%3E%3Cpath d='M110.595 124.802L114.818 117.801L116.078 119.46L112.644 125.149L110.595 124.802Z' fill='%23F5F5F5'/%3E%3Cpath d='M112.861 124.7L115.78 119.861L116.885 121.315L114.658 125.002L112.861 124.7Z' fill='%23F5F5F5'/%3E%3Cpath d='M61.4307 147.965H69.5981L68.8306 149.905H62.1982L61.4307 147.965Z' fill='%23F5F5F5'/%3E%3Cpath d='M62.6904 149.86H68.3379L67.6636 151.559H63.3648L62.6904 149.86Z' fill='%23F5F5F5'/%3E%3Cpath d='M15.9578 117.29L20.1103 124.335L18.0562 124.66L14.6846 118.935L15.9578 117.29Z' fill='%23F5F5F5'/%3E%3Cpath d='M14.9725 119.336L17.8472 124.21L16.0461 124.495L13.8545 120.781L14.9725 119.336Z' fill='%23F5F5F5'/%3E%3Cpath d='M115.075 68.0406L110.923 60.9955L112.972 60.6708L116.349 66.395L115.075 68.0406Z' fill='%23F5F5F5'/%3E%3Cpath d='M116.06 65.9902L113.186 61.12L114.987 60.8354L117.178 64.5448L116.06 65.9902Z' fill='%23F5F5F5'/%3E%3Cpath d='M33.9649 138.212L40.9966 142.37L39.3551 143.651L33.6455 140.271L33.9649 138.212Z' fill='%23F5F5F5'/%3E%3Cpath d='M34.0935 140.484L38.9513 143.358L37.514 144.479L33.8096 142.29L34.0935 140.484Z' fill='%23F5F5F5'/%3E%3Cpath d='M41.5071 42.7066L34.4355 46.794L34.1338 44.7303L39.8833 41.4124L41.5071 42.7066Z' fill='%23F5F5F5'/%3E%3Cpath d='M39.4754 41.697L34.5865 44.5258L34.3203 42.7155L38.0469 40.5629L39.4754 41.697Z' fill='%23F5F5F5'/%3E%3Cpath d='M89.5215 142.624L96.5975 138.536L96.8992 140.596L91.1496 143.918L89.5215 142.624Z' fill='%23F5F5F5'/%3E%3Cpath d='M91.5586 143.629L96.4475 140.805L96.7137 142.615L92.9871 144.768L91.5586 143.629Z' fill='%23F5F5F5'/%3E%3Cpath d='M65.5165 147.036C35.6108 147.036 11.2861 122.645 11.2861 92.663C11.2861 62.6812 35.6153 38.2946 65.5165 38.2946C95.4178 38.2946 119.747 62.6856 119.747 92.663C119.747 122.64 95.4178 147.036 65.5165 147.036ZM65.206 43.1158C37.7847 43.1158 15.4741 65.4832 15.4741 92.9743C15.4741 120.465 37.7847 142.833 65.206 142.833C92.6273 142.833 114.938 120.465 114.938 92.9743C114.938 65.4832 92.6273 43.1158 65.206 43.1158Z' fill='%23F5F5F5'/%3E%3C/g%3E%3Cmask id='mask1_471_52' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='20' y='47' width='92' height='92'%3E%3Cpath d='M58.8707 47.7236C34.0979 51.6331 17.1776 74.939 21.0816 99.7704C24.9812 124.606 48.2278 141.57 73.0006 137.656C97.7734 133.746 114.694 110.44 110.79 85.609C107.267 63.1704 87.9557 47.1588 65.9911 47.1632C63.6443 47.1632 61.2619 47.3456 58.8707 47.7236Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_471_52)'%3E%3Cpath d='M113.448 105.437C114.783 114.479 116.118 123.521 117.449 132.563C108.909 133.831 100.365 135.098 91.8246 136.366C78.7462 138.305 65.6677 140.244 52.5937 142.179C50.7171 142.459 48.8272 142.682 46.9639 143.042C46.223 143.184 45.8637 142.624 45.46 141.979C45.4777 141.432 45.4999 140.885 45.5265 140.178C45.7483 140.462 45.9169 140.671 46.0811 140.894C46.3295 141.236 46.8929 141.387 47.0881 141.098C47.4963 140.489 48.1883 140.138 48.0375 139.012C48.0286 138.941 48.1174 138.825 48.1839 138.777C48.4723 138.568 48.7562 138.35 49.0623 138.189C49.3906 138.012 49.6302 137.803 49.5459 137.22C49.5148 137.006 49.5725 136.775 49.5858 136.548C50.615 137.109 51.0986 136.121 51.7374 135.414C51.5733 135.009 51.4092 134.605 51.245 134.204C52.5582 133.092 52.5671 133.328 52.8599 130.215C53.5608 130.375 54.2618 130.495 54.9583 130.708C55.2555 130.802 55.3975 130.708 55.4906 130.375C55.6326 129.988 55.7701 129.605 55.9387 129.138C55.9032 129.143 55.9698 129.152 56.0319 129.121C56.3469 128.978 56.8748 127.688 56.7328 127.248C56.5465 126.661 56.4622 126.221 57.0168 126.065C57.0656 126.052 57.0522 125.812 57.1099 125.723C57.1986 125.576 57.3096 125.367 57.4338 125.358C58.117 125.309 58.8046 125.331 59.4878 125.287C59.6342 125.278 59.8427 125.162 59.8915 125.002C60.1311 124.259 60.7655 123.823 60.7167 122.845C60.7167 122.787 60.9296 122.698 61.0539 122.694C61.4798 122.667 61.9101 122.667 62.2384 122.663C62.2339 122.694 62.1985 122.863 62.2029 122.841C61.8258 123.045 61.5463 123.192 61.2712 123.343C61.3733 123.525 61.4664 123.601 61.5197 123.57C62.0077 123.321 62.5534 123.187 62.7042 122.325C62.7574 122.013 62.9926 121.76 63.1833 121.537C63.6891 120.955 64.217 120.403 64.7316 119.834C64.9889 119.549 65.122 119.198 64.9579 118.709C64.9579 118.495 64.9579 118.286 64.9579 118.202C65.3438 118.104 65.7032 118.01 66.1291 117.904C65.7387 117.254 65.5346 116.716 65.7564 116.191C65.9472 115.751 66.2444 115.4 66.5017 115.021C66.5372 114.973 66.6348 114.964 66.6925 114.995C67.3935 115.36 67.5354 114.532 67.8682 114.105C67.9702 113.972 68.0855 113.821 68.2231 113.776C68.609 113.652 68.9506 112.944 68.8619 112.482C69.0482 112.273 69.2656 112.126 69.3765 111.881C69.5584 111.472 69.7625 111.454 70.0908 111.637C70.5211 111.873 70.7385 111.641 70.8893 111.081C70.9426 110.885 71.1688 110.707 71.3374 110.694C71.6701 110.658 71.994 110.712 71.8875 110.036C71.8786 109.973 71.9674 109.893 71.9585 109.907C71.8298 109.595 71.6346 109.302 71.6746 109.164C71.7367 108.946 71.9452 108.759 72.1227 108.684C72.38 108.572 72.6683 108.51 72.9478 108.532C73.2983 108.563 73.316 108.359 73.2007 108.007C73.0898 107.665 72.9567 107.327 72.8325 106.989C72.899 106.878 72.9434 106.687 73.0277 106.664C73.5512 106.522 74.1101 106.442 74.6026 106.904C75.0329 107.309 75.166 106.771 75.4011 106.615C75.5032 106.549 75.481 106.179 75.5342 105.828C75.7161 105.748 76.1065 105.73 76.2751 105.455C76.5546 105.001 76.7986 104.632 77.2999 104.694C77.3931 104.707 77.5661 104.445 77.5617 104.298C77.5439 103.707 77.7746 103.409 78.1206 103.186C78.3336 103.053 78.5244 102.875 78.7861 102.67C78.5909 102.288 78.2404 101.816 78.2981 101.683C78.511 101.171 79.1144 101.082 79.3406 100.433C80.0327 100.571 79.8819 99.886 79.8775 99.4946C80.2279 99.4413 80.5695 99.4457 80.8801 99.3345C81.2971 99.1877 81.6254 98.7207 82.14 98.9342C82.3396 99.0187 82.455 98.6896 82.3707 98.3516V98.3605C82.699 98.2004 83.0095 98.0447 82.9785 97.422C82.974 97.3242 83.2491 97.1596 83.4044 97.164C83.8347 97.1818 84.2695 97.2752 84.7486 97.342C84.6643 97.164 84.6022 97.0395 84.5756 96.9861C84.8906 96.6615 85.1745 96.3768 85.454 96.0877C85.2677 95.8386 85.0813 95.594 84.895 95.3449C85.108 95.0336 85.596 95.0025 85.1745 94.2375C85.8888 94.7979 86.2215 94.2597 86.5498 93.7082C86.5764 93.6637 86.6385 93.6637 86.6873 93.6415C87.4725 93.8994 88.2667 94.3264 89.0386 94.362C89.5488 94.3842 89.9924 94.5488 90.4361 94.8023C91.8779 95.6118 93.2354 96.7282 94.7305 97.3242C94.8902 97.3864 95.0588 97.4265 95.214 97.5021C95.4048 97.5999 95.5911 97.7289 95.7819 97.849C95.7996 97.809 95.8174 97.7689 95.8351 97.7289C95.9194 97.8979 96.0082 98.0714 96.1324 98.3204C96.1767 98.0892 96.2078 97.9424 96.2167 97.8935C96.5716 98.3382 96.9043 98.823 97.2858 99.2233C97.4455 99.3879 97.7029 99.3568 97.9069 99.4502C98.457 99.7037 98.9938 100.015 99.5484 100.233C100.839 100.736 102.135 101.198 103.43 101.678C104.091 101.923 104.748 102.212 105.413 102.417C105.866 102.555 106.341 102.488 106.78 102.666C107.742 103.057 108.612 103.942 109.641 104.013C109.734 104.018 109.832 104.129 109.925 104.187C110.378 104.476 110.821 104.836 111.292 105.041C111.921 105.312 112.569 105.459 113.23 105.664C113.261 105.632 113.354 105.53 113.452 105.428M57.0168 125.847C56.9724 125.909 56.9325 125.976 56.8881 126.038C57.0123 126.19 57.1365 126.341 57.2652 126.492C57.3051 126.434 57.345 126.372 57.385 126.314C57.2608 126.158 57.141 126.003 57.0168 125.847Z' fill='%23F5F5F5'/%3E%3Cpath d='M86.6779 93.6504C86.6779 93.6504 86.6512 93.6059 86.6379 93.6059C85.764 93.6771 85.1251 92.8054 84.4064 92.2939C83.6655 91.7691 83.009 90.9996 82.277 90.4525C81.1989 89.652 80.1253 88.758 78.9852 88.2509C76.4475 87.1123 74.2826 85.0219 72.0333 83.1094C71.3812 82.5535 70.7911 81.8997 70.0325 81.5127C69.0432 81.0057 68.1293 80.1295 67.1844 79.4045C66.3636 78.7774 65.5429 78.1592 64.7355 77.4964C64.1055 76.9761 63.4977 76.4379 62.9121 75.7707C62.047 74.7834 60.9956 74.094 60.0107 73.3067C59.6514 73.0221 59.2521 72.9242 59.048 72.2615C58.9371 71.9013 58.5245 71.6789 58.1829 71.332C58.3382 71.2919 58.4314 71.2697 58.5822 71.2297C56.9674 70.4824 55.703 69.1926 54.5096 67.676C53.782 66.7553 52.8903 66.0881 52.0962 65.2564C50.0555 63.1082 48.0414 60.9155 46.218 58.4114C45.5126 57.4463 44.7939 56.4989 44.0353 55.6139C43.565 55.0623 43.0105 54.6487 42.4249 54.2573C43.077 55.1024 43.7114 55.9741 44.3858 56.7836C45.4549 58.0734 46.5773 59.2832 47.6243 60.6041C48.1035 61.209 48.4495 62.0007 48.8931 62.7657C48.7689 62.7835 48.6491 62.8369 48.627 62.8013C48.2099 62.0452 47.5489 61.7472 47.0565 61.1423C46.0805 59.9459 45.1621 58.6427 44.1329 57.5441C43.4053 56.7658 42.6068 56.1164 41.9857 55.1602C40.8544 55.0268 40.393 53.5902 39.6122 52.7718C39.3549 52.5049 39.1597 52.1313 38.9068 51.8556C38.7782 51.7132 38.5874 51.6777 38.4277 51.5931L38.4366 51.6109C38.4188 51.3485 38.4011 51.0817 38.3789 50.7659C38.6362 50.926 38.8891 51.0817 39.142 51.2373C39.1597 51.1973 39.1819 51.1528 39.1996 51.1128C39.0577 50.886 38.9113 50.6591 38.7693 50.4368C39.1331 50.3834 39.5013 50.33 39.8651 50.2722C40.0026 50.4412 40.1535 50.5924 40.2732 50.7792C40.5838 51.264 40.881 51.7666 41.1827 52.2603C41.2093 52.2336 41.2315 52.2069 41.2581 52.1802C40.9831 51.6421 40.708 51.1039 40.433 50.5613C40.5128 50.5524 40.5882 50.5435 40.6681 50.5346C40.6991 50.4012 40.7302 50.2677 40.7612 50.1343C40.8278 50.1254 40.8943 50.1165 40.9609 50.1032C41.6441 50.5969 42.0301 51.7533 42.873 51.8867C42.8996 51.8333 42.9218 51.78 42.9484 51.7266C42.7532 51.5531 42.558 51.3752 42.2785 51.1261C42.5624 51.0861 42.7532 51.055 42.9484 51.0283C42.6689 51.1084 42.558 49.903 42.1321 50.8548C41.9901 50.5302 41.8748 50.2588 41.7594 49.9875C45.3174 49.4583 48.8754 48.9334 52.4334 48.4042C53.0722 48.9068 53.7111 49.4093 54.4564 49.9964C54.3499 49.1247 53.7377 49.1336 53.5114 48.6443C53.5514 48.5065 53.5913 48.3686 53.6312 48.2307C54.0305 48.1729 54.4298 48.1151 54.829 48.0528C55.1839 48.6888 55.4767 49.4316 55.9071 49.9475C56.9053 51.1306 57.9611 52.2158 59.0081 53.3144C59.4606 53.7903 59.9575 54.1817 60.4189 54.6398C61.111 55.3292 61.772 56.0764 62.4818 56.7347C63.2803 57.4774 64.141 58.0957 64.9307 58.8651C66.0176 59.9237 67.0557 61.0845 68.1249 62.1831C68.533 62.6012 68.9367 63.1438 69.3893 63.3217C70.1834 63.6375 70.8045 64.2913 71.4744 64.9006C73.4796 66.7286 75.476 68.57 77.53 70.2823C79.5752 71.9858 81.6692 73.578 83.7676 75.1347C85.205 76.2022 86.6823 77.1673 88.164 78.0969C91.1586 79.9783 94.1399 81.9085 97.1788 83.6165C99.8628 85.1242 102.502 86.7654 105.124 88.4733C105.444 88.6824 105.759 88.9047 106.078 89.1182C106.943 89.6964 107.888 90.1279 108.642 90.9151C109.006 91.2976 109.454 91.5422 109.778 92.0092C109.831 92.0848 110.004 92.1293 110.053 92.0715C110.466 91.6312 110.958 91.8269 111.437 91.8758C112.103 96.3991 112.773 100.918 113.438 105.437C113.345 105.539 113.247 105.641 113.216 105.673C112.555 105.468 111.908 105.317 111.278 105.05C110.807 104.85 110.364 104.489 109.911 104.2C109.818 104.138 109.72 104.031 109.627 104.027C108.598 103.956 107.729 103.071 106.766 102.679C106.327 102.501 105.847 102.568 105.399 102.43C104.734 102.226 104.077 101.941 103.416 101.692C102.121 101.211 100.825 100.753 99.5345 100.246C98.98 100.028 98.4431 99.7171 97.893 99.4635C97.689 99.3701 97.4272 99.4013 97.2719 99.2367C96.8904 98.8364 96.5532 98.3516 96.2028 97.9069C96.1939 97.9558 96.1628 98.1026 96.1185 98.3338C95.9943 98.0848 95.9055 97.9113 95.8213 97.7423C95.8035 97.7823 95.7857 97.8223 95.768 97.8624C95.5772 97.7467 95.3953 97.6178 95.2001 97.5155C95.0449 97.4354 94.8763 97.3998 94.7166 97.3376C93.2215 96.7416 91.8596 95.6252 90.4222 94.8157C89.9785 94.5666 89.5349 94.3976 89.0247 94.3754C88.2483 94.3398 87.4587 93.9128 86.6734 93.6549M62.3132 57.513C62.1491 57.2595 61.9849 57.006 61.8208 56.7525C61.7942 56.788 61.7675 56.8236 61.7365 56.8548C61.9272 57.0682 62.118 57.2862 62.3132 57.5041C62.9476 58.1046 63.5776 58.7005 64.212 59.301C64.2386 59.2476 64.2652 59.1898 64.2918 59.1364C63.6974 58.576 63.0985 58.0156 62.4995 57.4641C62.4641 57.4285 62.3798 57.4952 62.3176 57.5086M77.6676 77.4787C77.6853 77.4386 77.703 77.3986 77.7208 77.3586C77.6542 77.2785 77.5966 77.1851 77.5256 77.1273C76.1769 76.0732 74.8238 75.0191 73.4663 73.9872C73.3155 73.8716 73.1069 73.9027 72.9206 73.8671C74.531 75.0947 76.1015 76.2867 77.672 77.4787M86.7 78.0257C86.7311 77.9412 86.7666 77.8523 86.7976 77.7678C85.7329 77.0517 84.6682 76.34 83.6034 75.624C83.5813 75.6951 83.5591 75.7707 83.5369 75.8419C84.5928 76.5713 85.6486 77.3007 86.7045 78.0302M54.6826 50.4456C55.1662 50.8326 55.5522 51.1439 56.0357 51.5309C55.6364 50.5568 55.2594 50.2322 54.6826 50.4456ZM41.6175 52.4471C41.6175 52.4471 41.6485 52.4293 41.6485 52.416C41.6485 52.4026 41.6396 52.3804 41.6308 52.3626C41.613 52.3804 41.5997 52.3982 41.582 52.4115C41.5953 52.4204 41.6042 52.4338 41.6175 52.4427M87.0328 78.168C87.0328 78.168 87.0061 78.2036 87.0106 78.217C87.0106 78.2303 87.0328 78.2437 87.0461 78.257C87.0549 78.2392 87.0683 78.2214 87.0683 78.2081C87.0683 78.1947 87.0461 78.1814 87.0328 78.168Z' fill='%23F5F5F5'/%3E%3Cpath d='M18.6284 53.4211C18.8635 53.7147 19.0853 54.0438 19.3426 54.2973C19.7374 54.6843 20.048 55.0845 20.1633 55.765C20.2476 56.2721 20.5005 56.7213 20.8865 56.9526C21.2813 57.1883 21.614 57.4329 21.2103 58.149C21.4011 58.1223 21.4854 58.1045 21.5741 58.0956C21.7471 58.0778 21.9734 57.9622 22.0799 58.0689C22.5812 58.576 23.047 59.1453 23.5306 59.6924C24.1383 60.3773 24.4933 61.3914 25.314 61.845C25.7665 62.0941 26.0904 62.8458 26.4896 63.3483C27.7141 64.8872 28.943 66.4172 30.1718 67.9472C30.2561 68.0495 30.367 68.1118 30.5711 68.2764C30.4424 67.9828 30.3715 67.8227 30.2295 67.4936C30.4469 67.6537 30.5534 67.7071 30.6376 67.796C32.5409 69.793 34.4529 71.7767 36.3384 73.8004C37.2346 74.7611 38.0775 75.8152 38.9736 76.7803C39.3951 77.234 39.8875 77.5676 40.34 77.9768C40.5663 78.1858 40.8192 78.3993 40.9744 78.6884C41.3338 79.3511 41.8972 79.3555 42.3541 79.6891C42.8377 80.0405 43.3701 80.254 43.8581 80.6053C44.244 80.8855 44.5945 81.268 44.9539 81.6283C46.5332 83.2206 48.086 84.8662 49.6964 86.4051C51.8391 88.4555 54.0041 90.4659 56.1912 92.4139C57.1184 93.2412 58.1388 93.8728 59.1059 94.6111C59.3455 94.7934 59.6161 94.998 59.7714 95.2827C60.5211 96.6748 61.6436 97.3197 62.6551 98.1915C62.9257 98.4272 63.1919 98.6629 63.4625 98.8987C63.4447 98.9832 63.4226 99.0632 63.4004 99.1477C63.0144 98.9921 62.6284 98.8319 62.2425 98.6763C62.2159 98.7296 62.1937 98.783 62.1671 98.8364C63.112 99.7081 64.0215 100.682 65.0108 101.434C67.0781 102.999 69.1943 104.445 71.2883 105.935C71.794 106.295 72.3086 106.638 72.8232 106.989C72.9475 107.327 73.0761 107.665 73.1915 108.008C73.3068 108.359 73.2935 108.563 72.9386 108.532C72.6591 108.51 72.3707 108.568 72.1134 108.684C71.9315 108.764 71.7275 108.946 71.6654 109.164C71.6254 109.306 71.8206 109.595 71.9493 109.907C71.9582 109.893 71.8694 109.973 71.8783 110.036C71.9892 110.712 71.6654 110.663 71.3282 110.694C71.1596 110.712 70.9289 110.89 70.8801 111.081C70.7337 111.641 70.5119 111.877 70.0816 111.637C69.7533 111.454 69.5492 111.472 69.3673 111.881C69.2564 112.126 69.039 112.273 68.8527 112.482C68.9414 112.944 68.5998 113.652 68.2138 113.776C68.0807 113.821 67.9654 113.972 67.8589 114.105C67.5262 114.532 67.3798 115.36 66.6833 114.995C66.6256 114.964 66.5236 114.973 66.4925 115.021C66.2308 115.4 65.9335 115.746 65.7472 116.191C65.5254 116.716 65.725 117.254 66.1199 117.904C65.694 118.015 65.3346 118.104 64.9487 118.202C64.9487 118.282 64.9487 118.495 64.9487 118.709C64.261 118.437 63.6976 117.828 63.1652 117.147C63.0277 116.978 62.8991 116.769 62.7393 116.68C62.238 116.387 61.7057 116.196 61.2177 115.862C60.4369 115.328 59.6827 114.719 58.9196 114.128C58.405 113.727 57.9214 113.211 57.3802 112.927C56.8389 112.638 56.3776 112.322 56.0182 111.659C55.8718 111.388 55.5879 111.223 55.3528 111.054C54.6518 110.543 53.9375 110.071 53.241 109.551C52.8728 109.28 52.5445 108.773 52.1719 108.661C51.1692 108.372 50.3884 107.514 49.5544 106.793C48.0815 105.526 46.622 104.231 45.1668 102.933C43.9823 101.874 42.78 100.842 41.631 99.7126C40.2424 98.3471 38.9071 96.8661 37.5318 95.4739C36.5469 94.4777 35.5354 93.5303 34.5195 92.5918C33.854 91.9781 33.1486 91.4532 32.4921 90.8261C32.1726 90.5148 31.9553 89.99 31.6358 89.6786C30.7441 88.8024 29.8214 87.9885 28.9119 87.1434C28.8276 87.0678 28.6901 86.9122 28.6989 86.8632C28.8454 86.2717 28.4638 86.2672 28.2331 86.0938C27.927 85.867 27.5987 85.6712 27.3237 85.3866C26.7558 84.8084 26.2279 84.1457 25.6512 83.5853C24.9857 82.9404 24.2803 82.3844 23.606 81.7573C23.3087 81.4815 22.8695 81.1302 22.8252 80.7788C22.7409 80.0894 22.4082 79.8359 22.0444 79.4534C21.8891 79.9382 21.6939 79.7736 21.4277 79.5112C21.0861 79.1776 20.7001 78.9419 20.3319 78.6617C20.3053 78.7284 20.2831 78.7951 20.2565 78.8619C20.4517 79.0309 20.6558 79.1776 20.8421 79.3689C21.0284 79.5646 21.1881 79.8003 21.3612 80.0183C21.3301 80.0583 21.2991 80.0983 21.268 80.1428C20.2565 78.9286 18.8768 78.2481 18.4465 76.5313C18.1492 76.3356 17.9629 76.2689 17.8254 76.1132C17.6568 75.9219 17.5326 75.6595 17.3906 75.4282C16.3392 68.3031 15.2878 61.1823 14.2363 54.0571C15.7048 53.8392 17.1643 53.6213 18.6239 53.4078M26.9776 66.4573C26.9776 66.4573 27.0042 66.4973 27.0176 66.5195C27.0176 66.5062 27.0176 66.484 27.0131 66.4795C27.0042 66.4706 26.9865 66.4662 26.9732 66.4617C26.6848 65.7545 26.3876 65.1052 25.8375 64.6337C25.0301 63.9399 24.2847 63.0948 23.5039 62.3298C23.362 62.1875 23.1801 62.1208 23.0204 62.0185C22.9804 62.1119 22.945 62.2053 22.905 62.2987C23.5794 62.9392 24.2581 63.5707 24.928 64.2201C25.0478 64.3357 25.1765 64.5047 25.2208 64.6782C25.4205 65.4299 26.3787 66.4172 26.9821 66.4528M29.4664 71.3141C29.4886 71.2652 29.5064 71.2118 29.5286 71.1585C29.147 70.8427 28.7655 70.5269 28.3884 70.2111C28.3662 70.2689 28.3396 70.3268 28.3174 70.3846C28.7034 70.6915 29.0849 71.0028 29.4709 71.3097M27.3858 66.9198C27.3858 66.8798 27.4035 66.8264 27.3902 66.8086C27.3725 66.7775 27.3325 66.7731 27.3015 66.7553C27.3015 66.7908 27.2837 66.8442 27.297 66.8665C27.3148 66.8976 27.3547 66.902 27.3858 66.9198Z' fill='%23F5F5F5'/%3E%3Cpath d='M55.4813 130.317V130.375C55.397 130.704 55.255 130.797 54.9578 130.709C54.2657 130.495 53.5603 130.375 52.8594 130.215C52.5666 133.328 52.5533 133.092 51.2445 134.204C51.4087 134.609 51.5728 135.014 51.737 135.414C51.0981 136.121 50.619 137.113 49.5853 136.548C49.5676 136.775 49.5143 137.002 49.5454 137.22C49.6297 137.803 49.3946 138.016 49.0618 138.19C48.7557 138.354 48.4718 138.568 48.1834 138.777C48.1169 138.826 48.0281 138.937 48.037 139.012C48.1879 140.138 47.4913 140.493 47.0832 141.098C46.8924 141.387 46.329 141.236 46.0761 140.889C45.9164 140.667 45.7434 140.458 45.5216 140.173C45.495 140.88 45.4772 141.427 45.455 141.974C45.1445 141.681 44.8384 141.37 44.5234 141.089C43.4099 140.115 42.2919 139.15 41.1739 138.181C40.9432 137.98 40.717 137.776 40.4952 137.558C40.0471 137.113 39.6256 136.615 39.1554 136.224C38.7738 135.903 38.3213 135.757 37.9309 135.45C37.3453 134.996 36.7952 134.502 36.3427 133.76C35.2602 131.976 33.7297 131.131 32.2967 130.095C32.2346 130.05 32.1592 130.019 32.0971 130.028C31.4449 130.126 31.019 129.588 30.6109 128.965C30.5089 128.805 30.3669 128.587 30.2427 128.574C29.5284 128.507 29.1602 127.689 28.6456 127.181C28.4504 126.99 28.2152 126.879 27.9224 126.683C27.3901 125.909 26.7734 125.011 26.1434 124.095C26.1213 124.095 26.0148 124.13 25.9438 124.073C25.5046 123.739 24.8924 123.899 24.6129 123.094C24.604 123.072 24.4887 123.107 24.4221 123.116C23.2243 114.986 22.022 106.86 20.8242 98.7297C22.3459 101.558 24.5597 103.195 26.6093 105.099C28.2596 106.633 29.972 108.034 31.6401 109.524C32.7049 110.476 33.7385 111.499 34.79 112.473C36.3383 113.901 37.8999 115.297 39.4393 116.738C40.8323 118.037 42.1943 119.398 43.5873 120.688C44.7142 121.729 45.8809 122.676 47.0078 123.721C48.006 124.646 48.9332 125.727 49.958 126.585C50.9828 127.448 52.0786 128.129 53.1477 128.881C53.8309 129.361 54.5186 129.819 55.2062 130.29C55.2949 130.299 55.3837 130.308 55.4724 130.313' fill='%23F5F5F5'/%3E%3Cpath d='M108.536 72.1459C107.986 71.9413 107.436 71.7278 106.886 71.5365C106.185 71.2963 105.475 71.1318 104.792 70.8204C103.958 70.4424 103.151 69.922 102.326 69.5039C101.913 69.2949 101.469 69.2371 101.061 69.0191C99.6371 68.2497 98.2263 67.4224 96.8067 66.6441C96.4917 66.4706 96.1501 66.4172 95.8262 66.2883C95.6621 66.226 95.4935 66.1504 95.3471 66.0347C95.0099 65.7634 94.7171 65.2342 94.2913 65.6834C94.2469 65.7278 94.0783 65.6433 94.0118 65.5588C93.0934 64.398 91.9089 63.9888 90.8531 63.2238C88.799 61.7338 86.7361 60.2794 84.7175 58.7005C84.2517 58.3358 83.7371 57.891 83.4221 57.1483C83.289 56.8325 82.9785 56.112 82.5526 56.7791C82.5215 56.828 82.3574 56.7702 82.2864 56.7035C81.8472 56.2765 81.4257 55.8006 80.9732 55.3959C80.3566 54.8444 79.7798 54.1505 78.9635 54.3952C78.7772 54.4485 78.4046 54.1016 78.2493 53.817C77.8766 53.1187 77.362 52.7362 76.8563 52.3047C76.4481 51.9578 76.0843 51.4997 75.6762 51.135C75.0152 50.539 74.3275 50.0009 73.6665 49.4049C73.4713 49.2314 73.3471 48.9245 73.1607 48.7199C72.5618 48.0617 71.9585 47.4079 71.3463 46.7807C71.1422 46.5717 70.8938 46.4427 70.6808 46.247C70.5433 46.118 70.4279 45.9268 70.3037 45.7667C75.6229 44.9794 80.9422 44.1877 86.2614 43.4005C86.3945 43.3827 86.5276 43.3605 86.6607 43.3427C87.5568 43.2092 88.4574 43.0758 89.3536 42.9424C89.5133 43.1336 89.6597 43.3471 89.8327 43.5117C90.3251 43.9965 90.8176 44.4813 91.3277 44.926C92.1973 45.691 93.0313 46.7451 93.963 47.1099C95.3471 47.6525 96.6514 48.3241 97.9069 49.3204C98.8297 50.0542 99.7613 50.7703 100.724 51.3796C102.188 52.3047 103.679 53.1409 105.165 53.9815C105.378 54.1016 105.64 54.0438 105.879 54.0705C106.771 60.0971 107.658 66.1281 108.55 72.1547' fill='%23F5F5F5'/%3E%3Cpath d='M38.4326 51.5931C38.224 52.1358 38.0288 52.1447 37.705 51.7266C37.4211 51.3619 37.0928 51.0594 36.7822 50.7303C37.146 50.6769 37.5142 50.6236 37.878 50.5657C38.051 50.926 37.949 51.5442 38.4414 51.6109L38.4326 51.5931Z' fill='%23F5F5F5'/%3E%3Cpath d='M82.3613 98.3612C82.3613 98.3612 82.3839 98.3432 82.393 98.3297C82.393 98.3297 82.393 98.3117 82.3839 98.3027C82.3749 98.3252 82.3704 98.3477 82.3659 98.3657V98.3567L82.3613 98.3612Z' fill='%23F5F5F5'/%3E%3Cpath d='M82.6102 56.6679C82.801 56.7302 82.9873 56.788 83.1781 56.8503C83.1692 56.9259 83.1648 57.0059 83.1559 57.086C82.9607 57.0326 82.7655 56.9837 82.5703 56.9303C82.5836 56.8414 82.5969 56.7569 82.6102 56.6679Z' fill='%23F5F5F5'/%3E%3Cpath d='M55.481 130.318C55.3923 130.309 55.3036 130.3 55.2148 130.296C55.308 130.251 55.3967 130.202 55.4899 130.157C55.4899 130.211 55.4855 130.264 55.481 130.318Z' fill='%23F5F5F5'/%3E%3C/g%3E%3Cmask id='mask2_471_52' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='135' height='223'%3E%3Cpath d='M134.338 0H0V222.353H134.338V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_471_52)'%3E%3Cpath d='M64.8288 93.9484C63.9815 93.9484 63.2717 93.5837 62.7748 92.8943C61.8653 91.64 61.7056 90.159 62.3001 88.4955C62.411 88.1797 62.553 87.7884 62.5441 87.6149C62.4731 86.1472 62.3799 84.6483 62.2912 83.2028V83.1272C62.1404 80.7521 61.9851 78.297 61.9186 75.8641C61.8476 73.2444 61.8653 70.5981 61.8875 68.0362C61.8964 66.6974 61.9097 65.3631 61.9052 64.0288C61.9052 62.3476 61.8919 60.6708 61.8831 58.9896V58.5893C61.8698 56.6679 61.8564 54.751 61.8564 52.834C61.8564 50.8103 61.8653 48.7911 61.8742 46.7674V46.5183C61.8831 44.8326 61.8919 43.147 61.8919 41.4613C61.8919 40.0247 61.8919 38.5925 61.8831 37.1559C61.8742 35.5103 61.8698 33.8647 61.8742 32.219C61.8742 30.778 61.8919 29.3414 61.9052 27.9003V27.6557C61.923 26.1301 61.9363 24.6046 61.9407 23.079C61.9407 21.4734 61.9407 19.8634 61.9319 18.2577C61.923 16.75 61.9186 15.2467 61.9186 13.7389C61.9186 11.5907 61.9363 9.43799 61.954 7.28976L61.9762 4.39432V4.34095C61.9674 4.22086 61.9541 4.01182 61.994 3.76275C62.0162 3.62932 62.0295 3.47365 62.0428 3.31353C62.1182 2.46847 62.2202 1.35655 63.2894 0.982945C63.5423 0.893991 63.8173 0.822828 64.1013 0.769456C64.505 0.693846 64.9486 0.658264 65.4144 0.658264C65.7516 0.658264 66.1109 0.676055 66.4792 0.716084C67.6681 0.840619 68.4134 2.26388 68.4223 3.22902C68.4622 7.16522 68.4534 10.9724 68.4356 15.5358C68.4312 17.0791 68.4179 18.618 68.4046 20.1569V20.3704C68.3824 22.4252 68.3691 24.4845 68.3646 26.5393C68.3646 28.1183 68.3779 29.6972 68.3912 31.2894C68.4046 32.8906 68.4223 34.5496 68.4179 36.1819C68.4179 38.3657 68.3912 40.5006 68.3691 42.76V42.9602C68.3513 44.2989 68.338 45.6332 68.3291 46.972C68.3203 48.3018 68.3158 49.6317 68.3114 50.9615V51.3485C68.3025 53.5679 68.2936 56.0808 68.2626 58.5493C68.2138 62.6501 68.1251 66.6307 68.0363 70.3268C67.9476 74.0628 67.8411 78.0212 67.6947 82.7847C67.6681 83.6742 67.6104 84.5638 67.5528 85.4266L67.4596 86.8277C67.4019 87.6638 67.3531 88.3221 67.6504 88.9225C68.0275 89.692 67.921 90.4925 67.8411 91.1375C67.8145 91.3421 67.7923 91.5022 67.7879 91.6489L67.7746 92.156L66.4703 93.6904L65.7427 93.8239C65.6762 93.8417 65.5741 93.8639 65.4677 93.8817C65.3435 93.9039 65.1083 93.9484 64.82 93.9484' fill='%23F5F5F5'/%3E%3Cpath d='M71.3193 95.5051C70.4542 95.5051 69.8154 95.0247 69.4338 94.7401L68.8261 94.2953L68.3203 92.3428L68.5244 91.8758C68.5865 91.7379 68.6397 91.5733 68.6974 91.3999C68.9059 90.7727 69.1544 90.0122 69.8287 89.4829C70.3566 89.0693 70.6006 88.4555 70.9112 87.6816L71.4347 86.3873C71.7408 85.6268 72.0868 84.7639 72.455 83.9367C74.3893 79.5913 76.0086 75.9798 77.5524 72.5728C79.0031 69.3705 80.72 65.5944 82.4546 61.8673C83.4351 59.7635 84.4288 57.6864 85.5246 55.3825L85.6444 55.129C86.2344 53.8926 86.8245 52.6561 87.4101 51.4152C88.0001 50.1699 88.5857 48.9245 89.1891 47.6347C90.2316 45.4153 91.0967 43.5651 92.0106 41.6614C92.7426 40.1359 93.4968 38.6014 94.1667 37.2493L94.1978 37.1871C94.8854 35.795 95.573 34.4028 96.2429 33.0018C97.1169 31.1783 97.982 29.3503 98.8471 27.5089L98.927 27.3355C99.5968 25.9078 100.271 24.4845 100.95 23.0612C102.503 19.8055 104.419 15.7848 106.3 11.9821C106.606 11.3638 107.427 10.6433 108.27 10.501C108.376 10.4832 108.483 10.4743 108.581 10.4743C108.776 10.4743 108.962 10.5054 109.14 10.5677C110.328 10.9947 111.233 11.5284 111.895 12.1956C112.697 13.0006 112.312 14.0236 112.005 14.8464L111.992 14.8864C111.943 15.0198 111.895 15.1488 111.859 15.2645C111.788 15.5135 111.686 15.6959 111.619 15.816L111.588 15.8693L110.368 18.4534C109.45 20.3971 108.532 22.3452 107.6 24.2844C106.983 25.5742 106.353 26.864 105.719 28.1627L105.573 28.4652C104.889 29.8706 104.202 31.2761 103.527 32.686C102.911 33.9759 102.303 35.2701 101.695 36.5644L101.562 36.8535C100.919 38.2189 100.28 39.5844 99.6279 40.9498C98.927 42.4176 98.2127 43.8808 97.5029 45.3441L97.2101 45.9446C96.6733 47.052 96.132 48.1595 95.5997 49.267C94.8898 50.7481 94.1845 52.2291 93.4791 53.7102L93.2306 54.2306C92.3921 55.9963 91.5492 57.7621 90.6975 59.5278C89.8412 61.3069 88.9717 63.0815 88.1022 64.8561L88.0356 64.9895C87.2859 66.5195 86.5361 68.0495 85.7952 69.584C85.2229 70.7715 84.6595 71.9635 84.0784 73.1911C82.987 75.5083 81.8602 77.8967 80.649 80.2362C79.5311 82.3978 78.3288 84.546 77.1665 86.6186C76.4478 87.8995 75.7025 89.2294 74.9926 90.5415C74.9083 90.6971 74.864 91.093 74.8329 91.4132C74.6422 93.1878 73.8569 94.4599 72.495 95.1982C72.2421 95.3361 71.9803 95.425 71.7053 95.4739C71.5678 95.4962 71.4347 95.5095 71.306 95.5095' fill='%23F5F5F5'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_471_52'%3E%3Crect width='134.338' height='222.353' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	display: inline-block;
	transform: translateY(10%);
	vertical-align: middle;
}
.music-page-featured-playlist .srp-artworkbg::after {
	background-color: #16232D;
	content: '';
	inset: 0;
	opacity: 0.3;
	position: absolute;
}
@media only screen and (max-width: 599px) {

	.music-page-featured-playlist .srp_miniplayer_metas .srp_meta_0 {
		font-size: 18px !important;
	}
	.music-page-featured-playlist .srp_miniplayer_metas .srp_meta_1 {
		font-size: 12px !important;
	}	
}
@media only screen and (min-width: 1024px) {

	.music-page-featured-playlist .srp_player_boxed {
		padding: 45px 9.5%;
	}
	.music-page-featured-playlist .srp_custom_title.srp_meta_0 {
		letter-spacing: 0.15em;
	}
}

/* audio search bar */
.srp_search_main .srp_search_container {
	background-color: #F1EAE0;
	border-radius: 40px;
	min-height: 30px;
}
.srp_search_main .srp_search_container .srp_search {
	background-color: transparent;
	border-radius: 0;
	border-width: 0;
	color: #808080;
	font-family: var(--type-primary-font-family);
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	min-height: 0;
	padding: 7.5px;
}
.srp_search_main .srp_search_container .fa-search,
.srp_search_main .srp_search_container .srp_reset_search {
	color: #000000;
}
.custom-search-btn {
	align-self: stretch;
	background-color: #4a6d88;
	border: none;
	border-radius: 40px;
	color: #F5F5F5;
	padding: 0 20px;
	font-family: var(--type-primary-font-family);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 133.333%;
	cursor: pointer;
	margin-left: 10px;
	transition: background 0.2s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;		
}

/* video player mediaelement.js */
.wp-video {
	max-width: none !important;
	width: 100% !important;
}
/* Hide controls initially */
.mejs-container .mejs-controls {
	opacity: 0;
	transition: opacity 0.3s ease;
}
/* Show controls when playing or on hover */
.mejs-container:hover .mejs-controls,
.mejs-container.mejs-state-playing .mejs-controls {
	opacity: 1;
}