*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

*, ::before, ::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}

::before, ::after {
	--tw-content: "";
}

html, :host {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	line-height: inherit;
}

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

b, strong {
	font-weight: bolder;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin: 0;
}

ol, ul, menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

button, [role="button"] {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
	vertical-align: middle;
}

img, video {
	max-width: 100%;
	height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
	display: none;
}

.sp-m-auto {
	margin: auto;
}

.sp-inline-block {
	display: inline-block;
}

.sp-flex {
	display: flex;
}

.sp-w-full {
	width: 100%;
}

.sp-flex-row {
	flex-direction: row;
}

.sp-flex-col {
	flex-direction: column;
}

.sp-items-start {
	align-items: flex-start;
}

.sp-items-end {
	align-items: flex-end;
}

.sp-items-center {
	align-items: center;
}

.sp-justify-start {
	justify-content: flex-start;
}

.sp-justify-end {
	justify-content: flex-end;
}

.sp-justify-center {
	justify-content: center;
}

.sp-justify-between {
	justify-content: space-between;
}

.sp-text-center {
	text-align: center;
}

.sp-leading-none {
	line-height: 1;
}

.sp-antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
}

#sp-theme-template {
	display: flex;
	flex-direction: column;
	position: relative;
}

#sp-page {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 10;
	background-color: transparent !important;
	background-image: none !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

ul {
	list-style: disc;
	list-style-position: inside;
}

.sp-el-section {
	padding: 10px;
}

.sp-el-row {
	max-width: 1000px;
	padding: 0;
}

.sp-el-col {
	padding: 10px;
}

.sp-el-block {
	padding: 10px;
}

#sp-page h1, #sp-page h2, #sp-page h3, #sp-page h4, #sp-page h5, #sp-page h6 {
	margin: 0;
}

.sp-header-tag-h1, h1 {
	font-size: 36px;
}

.sp-header-tag-h2, h2 {
	font-size: 30px;
}

.sp-header-tag-h3, h3 {
	font-size: 24px;
}

.sp-header-tag-h1, h1, .sp-header-tag-h2, h2, .sp-header-tag-h3, h3, .sp-header-tag-h4, h4, .sp-header-tag-h5, h5, .sp-header-tag-h6, h6 {
	line-height: 1.2;
}

img {
	display: inline-block;
}

.fab {
	font-weight: normal;
}

.spBgfullbottom {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	min-height: 100%;
}

.sp-button {
	border-radius: 4px;
}

a.sp-button:hover {
	text-decoration: none !important;
	transition: .3s;
}

.sp-ss:hover, .sp-sp:hover {
	filter: brightness(90%);
	transition: .3s;
	text-decoration: none;
}

#cspio-bypass {
	border: 1px solid #ccc !important;
}

#cspio-bypass-btn {
	color: #fff;
}

@keyframes progress-bar-stripes {
	from {
		background-position: 0 16px;
	}
	
	to {
		background-position: 0 0;
	}
}

.sp-socialprofiles-style-1 .sp-sp-instagram {
	color: #f77737 !important;
}

.sp-sp {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-sp-instagram {
	background: #f77737;
	text-decoration: none;
}

@keyframes sp-ajax-stripes {
	from {
		background-position: 48px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@media (max-width:640px) {
	.sp-spacer {
		height: 1vh !important;
	}
	
	.sp-socialsharing-wrapper, .sp-nav, .sp-button-wrapper, .sp-image-wrapper {
		text-align: center !important;
		justify-content: center !important;
	}
	
	.sp-el-section, .sp-el-row, .sp-el-col, .sp-el-block, .sp-optin-wrapper, .sp-testimonials-wrapper, .sp-testimonial-wrapper {
		padding: 8px !important;
	}
	
	.sp-w-full {
		width: 100% !important;
	}
	
	img:not(".sp-testimonial-img") {
		height: auto !important;
	}
	
	h1, h2, h3, h4, h5, h6 {
		text-align: center !important;
	}
	
	.sp-socialprofiles-wrapper {
		text-align: center !important;
		justify-content: center !important;
	}
}

#cspio-bypass-btn {
	font-size: 15px;
	height: 27px;
	padding: 0 14px;
	border-radius: 4px;
}

.seedprod-menu {
	box-sizing: border-box;
}

.seedprod-menu-list, .menu-item {
	position: relative;
}

.seedprod-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-item {
	padding: 0;
	margin: 0;
	height: 100%;
}

.seedprod-menu-horizontal .nav-menu {
	width: 100%;
	white-space: nowrap;
}

.seedprod-menu-horizontal .nav-menu .seedprod-menu-list {
	display: inline-block;
}

.seedprod-menu-horizontal .nav-menu .menu-item, .seedprod-menu-horizontal .nav-menu .seedprod-menu-heading, .seedprod-menu-horizontal .nav-menu .seedprod-menu-separator {
	display: inline-block;
	vertical-align: middle;
}

.menu-item .menu-item {
	display: block;
	white-space: nowrap;
}

.seedprod-menu-horizontal .menu-item .menu-item {
	display: block;
}

.sub-menu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 3;
}

.seedprod-menu-horizontal .nav-menu .sub-menu {
	left: 0;
	top: auto;
	width: inherit;
}

.menu-item-has-children:hover>.sub-menu, .seedprod-menu-active>.sub-menu {
	display: block;
	position: absolute;
}

.menu-item-has-children>a:after {
	padding-left: .5em;
	content: "▸";
	font-size: inherit;
}

.seedprod-menu-horizontal .nav-menu .menu-item-has-children>a:after {
	content: "▾";
}

.sub-menu {
	background-color: #fff;
}

.nav-bar {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	padding: 1rem 1.5rem;
}

.hamburger {
	display: none;
}

.bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	transition: all .3s ease-in-out;
	background-color: #101010;
}

.sp-nested-nav-wrapper .nav-bar {
	padding: 0;
}

@media only screen and (max-width:786px) {
	.custom-restricted-width {
		width: 99%;
		display: block;
	}
	
	.sp-nested-nav-wrapper {
		width: 100%;
	}
	
	.sp-mobile-menu-true ul.seedprod-menu-list {
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	
	.sp-mobile-menu-true .nav-bar {
		padding: 0;
	}
	
	.sp-mobile-menu-true .menu-item-has-children:hover>.sub-menu {
		width: 100%;
		display: none;
	}
	
	.seedprod-menu-horizontal.sp-mobile-menu-true .menu-item, .seedprod-menu-horizontal.sp-mobile-menu-true .pure-menu-heading, .seedprod-menu-horizontal.sp-mobile-menu-true .pure-menu-separator {
		display: block !important;
		padding: 0 !important;
	}
	
	.custom-restricted-width.sp-mobile-menu-true .menu-item, .custom-restricted-width.sp-mobile-menu-true .pure-menu-heading, .custom-restricted-width.sp-mobile-menu-true .pure-menu-separator {
		display: block !important;
		padding: 0 !important;
	}
	
	.sp-mobile-menu-true .menu-item a {
		display: block;
		width: 100%;
	}
	
	.sp-mobile-menu-true .nav-menu .menu-item {
		display: block !important;
		font-size: 22px;
		line-height: 26px;
	}
	
	.sp-mobile-menu-true .nav-menu {
		display: none;
	}
	
	.sp-mobile-menu-true .hamburger {
		display: block;
		cursor: pointer;
	}
	
	.sp-mobile-menu-false .nav-menu .seedprod-menu-list {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.sub-menu .menu-item {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

@media (max-width:786px) {
	.menu-item {
		margin-top: 2px !important;
		margin-bottom: 2px !important;
	}
	
	.menu-item a {
		text-align: left !important;
	}
}

.sp-mobile-menu-true ul.sub-menu {
	padding-left: 10px;
}

.custom-restricted-width .menu-item:first-child {
	padding-top: 0 !important;
}

.custom-restricted-width .menu-item:last-child {
	padding-bottom: 0 !important;
}

.sub-menu li {
	text-align: left !important;
}

.custom-restricted-width .sub-menu .menu-item {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.sp-postcomments-wrapper .comments-area .comments-title, #reply-title {
	font-size: 24px;
}

#wp-comment-cookies-consent {
	margin-right: 8px;
}

.sp-postcomments-wrapper .comments-area .comment-form input:not:[type="submit"], .sp-postcomments-wrapper .comments-area .comment-form textarea {
	font-size: 16px;
	padding: 12px 15px;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 16px;
}

#reply-title {
	margin-bottom: 20px;
}

.sp-text-block-style p:not(:last-child) {
	margin-bottom: 20px;
}

.sp-text-block-style ul {
	display: block;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left: 2rem;
	margin-bottom: 20px;
}

.sp-text-block-style li {
	padding-left: .5rem;
	padding-right: .5rem;
}

.sp-postcontent p:not(:last-child) {
	margin-bottom: 20px;
}

.sp-postcontent ul {
	display: block;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left: 2rem;
	margin-bottom: 20px;
}

.sp-postcontent li {
	padding-left: .5rem;
	padding-right: .5rem;
}

.sp-postcontent h1, .sp-postcontent h2, .sp-postcontent h3, .sp-postcontent h4, .sp-postcontent h5, .sp-postcontent h6 {
	margin-bottom: 10px;
}

.sp-postcontent {
	clear: both;
}

.page-numbers {
	margin-right: 4px;
}

.sp-el-section, .sp-el-col, .sp-el-row {
	position: relative;
}

.sp-section-shape svg, .sp-row-shape svg, .sp-col-shape svg {
	display: block;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

@keyframes hotspot-soft-beat {
	from {
		transform: scale(1);
	}
	
	to {
		transform: scale(1.1);
	}
}

@keyframes hotspot-expand {
	from {
		transform: scale(.5);
		opacity: 1;
	}
	
	to {
		transform: scale(1);
		opacity: .7;
	}
}

#edd_checkout_wrap #edd_final_total_wrap {
	margin-bottom: 10px;
}

.sp-imagecarousels-wrapper .sp-flex>.sp-imagecarousel-wrapper[style*="opacity: 1"] {
	position: relative !important;
	z-index: 5 !important;
	pointer-events: auto !important;
}

.sp-imagecarousels-wrapper .sp-flex>.sp-imagecarousel-wrapper[style*="opacity: 0"] {
	z-index: 1 !important;
	pointer-events: none !important;
}

@media (min-width:640px) {
	.sm\:sp-flex {
		display: flex;
	}
}