html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
}

b, strong {
	font-weight: bolder;
}

img {
	border-style: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[hidden] {
	display: none;
}

h1, h2, h3, h6, hr, figure, p, pre {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

html {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1.5;
}

*, ::before, ::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e2e8f0;
}

hr {
	border-top-width: 1px;
}

img {
	border-style: solid;
}

button, [role="button"] {
	cursor: pointer;
}

h1, h2, h3, h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

img, svg, video, canvas, iframe, embed {
	display: block;
	vertical-align: middle;
}

img, video {
	max-width: 100%;
	height: auto;
}

.sp-inline-block {
	display: inline-block;
}

.sp-flex {
	display: flex;
}

.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-leading-none {
	line-height: 1;
}

.sp-m-auto {
	margin: auto;
}

.sp-text-center {
	text-align: center;
}

.sp-antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sp-whitespace-no-wrap {
	white-space: nowrap;
}

.sp-w-full {
	width: 100%;
}

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;
}

hr {
	margin: 20px 0;
	opacity: .5;
	border-color: currentColor;
}

ol {
	list-style: number;
	list-style-position: inside;
}

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 {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
	transition: .3s;
	text-decoration: none;
}

#cspio-bypass {
	border: 1px solid #ccc !important;
}

#cspio-bypass-btn {
	color: #fff;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 0 16px;
	}
	
	to {
		background-position: 0 0;
	}
}

@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;
}

@-webkit-keyframes sp-ajax-stripes {
	from {
		background-position: 48px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@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 ol {
	display: block;
	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 ol {
	display: block;
	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%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}

@-webkit-keyframes hotspot-soft-beat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes hotspot-soft-beat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-webkit-keyframes hotspot-expand {
	from {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .7;
	}
}

@keyframes hotspot-expand {
	from {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1);
		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;
	}
}