@import url(https://use.typekit.net/ima0frr.css);
/* @charset "UTF-8"; */
.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
* {
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
	font-variant-ligatures: none;
	text-rendering: optimizeLegibility;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

/*!
* Bootstrap  v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #efefef;
	--bs-secondary: #060706;
	--bs-tertiary: #68993f;
	--bs-quaternary: #9cc34d;
	--bs-quinary: #d18638;
	--bs-senary: #251e18;
	--bs-septenary: #f89630;
	--bs-octonary: #707070;
	--bs-nonary: #cf8640;
	--bs-ternary: #e9a151;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-primary-rgb: 239, 239, 239;
	--bs-secondary-rgb: 6, 7, 6;
	--bs-tertiary-rgb: 104, 153, 63;
	--bs-quaternary-rgb: 156, 195, 77;
	--bs-quinary-rgb: 209, 134, 56;
	--bs-senary-rgb: 37, 30, 24;
	--bs-septenary-rgb: 248, 150, 48;
	--bs-octonary-rgb: 112, 112, 112;
	--bs-nonary-rgb: 207, 134, 64;
	--bs-ternary-rgb: 233, 161, 81;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(
		180deg,
		hsla(0, 0%, 100%, 0.15),
		hsla(0, 0%, 100%, 0)
	);
	--bs-root-font-size: 10px;
	--bs-body-font-family: "stratum-1-web", sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #efefef;
	--bs-body-color-rgb: 239, 239, 239;
	--bs-body-bg: #251e18;
	--bs-body-bg-rgb: 37, 30, 24;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: hsla(0, 0%, 94%, 0.75);
	--bs-secondary-color-rgb: 239, 239, 239;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: hsla(0, 0%, 94%, 0.5);
	--bs-tertiary-color-rgb: 239, 239, 239;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: #efefef;
	--bs-link-color: #cf8640;
	--bs-link-color-rgb: 207, 134, 64;
	--bs-link-decoration: none;
	--bs-link-hover-color: #a66b33;
	--bs-link-hover-color-rgb: 166, 107, 51;
	--bs-code-color: #d63384;
	--bs-highlight-color: #efefef;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #fff;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.5rem;
	--bs-border-radius-sm: 0.5rem;
	--bs-border-radius-lg: 3rem;
	--bs-border-radius-xl: 4rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
}
*,
:after,
:before {
	box-sizing: border-box;
}
:root {
	font-size: var(--bs-root-font-size);
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: var(--bs-body-bg);
	color: var(--bs-body-color);
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	margin: 0;
	text-align: var(--bs-body-text-align);
}
hr {
	border: 0;
	border-top: var(--bs-border-width) solid;
	color: inherit;
	margin: 1rem 0;
	opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--bs-heading-color);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	margin-top: 0;
}
.h1,
h1 {
	font-size: calc(1.685rem + 5.22vw);
}
@media (min-width: 1200px) {
	.h1,
	h1 {
		font-size: 5.6rem;
	}
}
.h2,
h2 {
	font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
	.h2,
	h2 {
		font-size: 3rem;
	}
}
.h3,
h3 {
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.h3,
	h3 {
		font-size: 2.5rem;
	}
}
.h4,
h4 {
	font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
	.h4,
	h4 {
		font-size: 2.4rem;
	}
}
.h5,
h5 {
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	.h5,
	h5 {
		font-size: 2rem;
	}
}
.h6,
h6 {
	font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
	.h6,
	h6 {
		font-size: 1.8rem;
	}
}
p {
	margin-bottom: 2rem;
	margin-top: 0;
}
address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem;
}
ol,
ul {
	padding-left: 2rem;
}
dl,
ol,
ul {
	margin-bottom: 1rem;
	margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
b,
strong {
	font-weight: 900;
}
.small,
small {
	font-size: 0.875em;
}
sub,
sup {
	font-size: 0.75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: none;
}
a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
code,
pre {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
}
pre {
	display: block;
	font-size: 0.875em;
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto;
}
pre code {
	color: inherit;
	font-size: inherit;
	word-break: normal;
}
code {
	word-wrap: break-word;
	color: var(--bs-code-color);
	font-size: 0.875em;
}
a > code {
	color: inherit;
}
img,
svg {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	caption-side: bottom;
}
caption {
	color: var(--bs-secondary-color);
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-align: left;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
	border: 0 solid;
	border-color: inherit;
}
label {
	display: inline-block;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
button,
select {
	text-transform: none;
}
[role="button"] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
[type="week"]
):not([type="time"])::-webkit-calendar-picker-indicator {
	display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
textarea {
	resize: vertical;
}
fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}
legend {
	float: left;
	font-size: calc(1.275rem + 0.3vw);
	line-height: inherit;
	margin-bottom: 0.5rem;
	padding: 0;
	width: 100%;
}
@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}
legend + * {
	clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0;
}
::-webkit-inner-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
	padding: 0;
}
::file-selector-button {
	-webkit-appearance: button;
	font: inherit;
}
output {
	display: inline-block;
}
summary {
	cursor: pointer;
	display: list-item;
}
progress {
	vertical-align: baseline;
}
[hidden] {
	display: none !important;
}
.desktop-menu,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li,
.desktop-menu nav #menu-primary-nav-1 > li .smow-2 .sub-depth-2 > li,
.desktop-menu
nav
#menu-primary-nav-1
> li
.smow-2
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li,
.list-unstyled,
.main-footer .nav-footer ul,
.menu ul,
.menu-footer-container ul,
.menu-header-container ul,
.mobile-menu nav #menu-primary-nav-1,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3 {
	list-style: none;
	padding-left: 0;
}
.container,
.desktop-menu,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap {
	--bs-gutter-x: 2.8rem;
	--bs-gutter-y: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	width: 100%;
}
@media (min-width: 576px) {
	.container,
	.desktop-menu,
	.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap {
		max-width: 576px;
	}
}
@media (min-width: 768px) {
	.container,
	.desktop-menu,
	.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap {
		max-width: 768px;
	}
}
@media (min-width: 992px) {
	.container,
	.desktop-menu,
	.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap {
		max-width: 992px;
	}
}
@media (min-width: 1300px) {
	.container,
	.desktop-menu,
	.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap {
		max-width: 1300px;
	}
}
@media (min-width: 1668px) {
	.container,
	.desktop-menu,
	.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap {
		max-width: 1668px;
	}
}
:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1300px;
	--bs-breakpoint-xxl: 1668px;
}
.row {
	--bs-gutter-x: 2.8rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--bs-gutter-x) * -0.5);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
	margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
	flex-shrink: 0;
	margin-top: var(--bs-gutter-y);
	max-width: 100%;
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	width: 100%;
}
.col {
	flex: 1 0 0%;
}
.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}
.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}
.col-12,
.single-product .woocommerce-notices-wrapper {
	flex: 0 0 auto;
	width: 100%;
}
.g-6 {
	--bs-gutter-x: 1.4rem;
}
.g-6 {
	--bs-gutter-y: 1.4rem;
}
.g-12 {
	--bs-gutter-x: 2.8rem;
}
.g-12 {
	--bs-gutter-y: 2.8rem;
}
.g-13 {
	--bs-gutter-x: 3rem;
}
.g-13 {
	--bs-gutter-y: 3rem;
}
.g-14 {
	--bs-gutter-x: 4rem;
}
.g-14 {
	--bs-gutter-y: 4rem;
}
@media (min-width: 576px) {
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}
@media (min-width: 768px) {
	.desktop-menu nav #menu-primary-nav-1 > li .smow-1 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
}
@media (min-width: 992px) {
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
}
@media (min-width: 1300px) {
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}
.table {
	--bs-table-color-type: initial;
	--bs-table-bg-type: initial;
	--bs-table-color-state: initial;
	--bs-table-bg-state: initial;
	--bs-table-color: var(--bs-emphasis-color);
	--bs-table-bg: var(--bs-body-bg);
	--bs-table-border-color: #fff;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-emphasis-color);
	--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
	--bs-table-active-color: var(--bs-emphasis-color);
	--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
	--bs-table-hover-color: var(--bs-emphasis-color);
	--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
	border-color: var(--bs-table-border-color);
	margin-bottom: 1rem;
	vertical-align: top;
	width: 100%;
}
.table > :not(caption) > * > * {
	background-color: var(--bs-table-bg);
	border-bottom-width: var(--bs-border-width);
	box-shadow: inset 0 0 0 9999px
		var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
	color: var(
		--bs-table-color-state,
		var(--bs-table-color-type, var(--bs-table-color))
	);
	padding: 0.5rem;
}
.table > tbody {
	vertical-align: inherit;
}
.table > thead {
	vertical-align: bottom;
}
.form-label {
	margin-bottom: 0.5rem;
}
.form-text {
	color: var(--bs-secondary-color);
	font-size: 0.875em;
	margin-top: 0.25rem;
}
.form-control,
.frm_forms input,
.frm_forms input[type="email"],
.frm_forms input[type="tel"],
.frm_forms input[type="text"],
.frm_forms select,
.frm_forms textarea,
.woocommerce-checkout .form-row input:not(input[type="checkbox"]),
.woocommerce-checkout .form-row textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-clip: padding-box;
	background-color: #fff;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: 4px;
	box-shadow: var(--bs-box-shadow-inset);
	color: #251e18;
	display: block;
	font-family: stratum-1-web, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 1.8rem 2rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 100%;
}
@media (prefers-reduced-motion: reduce) {
	.form-control,
	.frm_forms input,
	.frm_forms input[type="email"],
	.frm_forms input[type="tel"],
	.frm_forms input[type="text"],
	.frm_forms select,
	.frm_forms textarea,
	.woocommerce-checkout .form-row input,
	.woocommerce-checkout .form-row textarea {
		transition: none;
	}
}
.form-control[type="file"],
.frm_forms input[type="file"],
.frm_forms select[type="file"],
.frm_forms textarea[type="file"],
.woocommerce-checkout .form-row input[type="file"],
.woocommerce-checkout .form-row textarea[type="file"] {
	overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]),
.frm_forms input[type="file"]:not(:disabled):not([readonly]),
.frm_forms select[type="file"]:not(:disabled):not([readonly]),
.frm_forms textarea[type="file"]:not(:disabled):not([readonly]),
.woocommerce-checkout
.form-row
input[type="file"]:not(:disabled):not([readonly]),
.woocommerce-checkout
.form-row
textarea[type="file"]:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control:focus,
.frm_forms input:focus,
.frm_forms select:focus,
.frm_forms textarea:focus,
.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row textarea:focus {
	background-color: #fff;
	border-color: #86b7fe;
	box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	color: #251e18;
	outline: 0;
}
.form-control::-webkit-date-and-time-value,
.frm_forms input::-webkit-date-and-time-value,
.frm_forms input[type="email"]::-webkit-date-and-time-value,
.frm_forms input[type="tel"]::-webkit-date-and-time-value,
.frm_forms input[type="text"]::-webkit-date-and-time-value,
.frm_forms select::-webkit-date-and-time-value,
.frm_forms textarea::-webkit-date-and-time-value,
.woocommerce-checkout .form-row input::-webkit-date-and-time-value,
.woocommerce-checkout .form-row textarea::-webkit-date-and-time-value {
	height: 1.5em;
	margin: 0;
	min-width: 85px;
}
.form-control::-webkit-datetime-edit,
.frm_forms input::-webkit-datetime-edit,
.frm_forms input[type="email"]::-webkit-datetime-edit,
.frm_forms input[type="tel"]::-webkit-datetime-edit,
.frm_forms input[type="text"]::-webkit-datetime-edit,
.frm_forms select::-webkit-datetime-edit,
.frm_forms textarea::-webkit-datetime-edit,
.woocommerce-checkout .form-row input::-webkit-datetime-edit,
.woocommerce-checkout .form-row textarea::-webkit-datetime-edit {
	display: block;
	padding: 0;
}
.form-control::-moz-placeholder,
.frm_forms input::-moz-placeholder,
.frm_forms input[type="email"]::-moz-placeholder,
.frm_forms input[type="tel"]::-moz-placeholder,
.frm_forms input[type="text"]::-moz-placeholder,
.frm_forms select::-moz-placeholder,
.frm_forms textarea::-moz-placeholder,
.woocommerce-checkout .form-row input::-moz-placeholder,
.woocommerce-checkout .form-row textarea::-moz-placeholder {
	color: var(--bs-gray-500);
	opacity: 1;
}
.form-control::placeholder,
.frm_forms input::placeholder,
.frm_forms input[type="email"]::placeholder,
.frm_forms input[type="tel"]::placeholder,
.frm_forms input[type="text"]::placeholder,
.frm_forms select::placeholder,
.frm_forms textarea::placeholder,
.woocommerce-checkout .form-row input::placeholder,
.woocommerce-checkout .form-row textarea::placeholder {
	color: var(--bs-gray-500);
	opacity: 1;
}
.form-control:disabled,
.frm_forms input:disabled,
.frm_forms select:disabled,
.frm_forms textarea:disabled,
.woocommerce-checkout .form-row input:disabled,
.woocommerce-checkout .form-row textarea:disabled {
	background-color: var(--bs-secondary-bg);
	opacity: 1;
}
.form-control::file-selector-button,
.frm_forms input::file-selector-button,
.frm_forms input[type="email"]::file-selector-button,
.frm_forms input[type="tel"]::file-selector-button,
.frm_forms input[type="text"]::file-selector-button,
.frm_forms select::file-selector-button,
.frm_forms textarea::file-selector-button,
.woocommerce-checkout .form-row input::file-selector-button,
.woocommerce-checkout .form-row textarea::file-selector-button {
	background-color: var(--bs-tertiary-bg);
	border: 0 solid;
	border-color: inherit;
	border-inline-end-width: var(--bs-border-width);
	border-radius: 0;
	color: #251e18;
	margin: -1.8rem -2rem;
	margin-inline-end: 2rem;
	padding: 1.8rem 2rem;
	pointer-events: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::file-selector-button,
	.frm_forms input::file-selector-button,
	.frm_forms input[type="email"]::file-selector-button,
	.frm_forms input[type="tel"]::file-selector-button,
	.frm_forms input[type="text"]::file-selector-button,
	.frm_forms select::file-selector-button,
	.frm_forms textarea::file-selector-button,
	.woocommerce-checkout .form-row input::file-selector-button,
	.woocommerce-checkout .form-row textarea::file-selector-button {
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button,
.frm_forms input:hover:not(:disabled):not([readonly])::file-selector-button,
.frm_forms select:hover:not(:disabled):not([readonly])::file-selector-button,
.frm_forms textarea:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce-checkout
.form-row
input:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce-checkout
.form-row
textarea:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
	background-color: transparent;
	border: solid transparent;
	border-width: var(--bs-border-width) 0;
	color: var(--bs-body-color);
	display: block;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 1.8rem 0;
	width: 100%;
}
.form-control-plaintext:focus {
	outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.woocommerce-checkout .form-row input.form-control-plaintext,
.woocommerce-checkout .form-row textarea.form-control-plaintext {
	padding-left: 0;
	padding-right: 0;
}
.form-control-sm,
.woocommerce-checkout .form-row input:not(input[type="checkbox"]),
.woocommerce-checkout .form-row textarea {
	border-radius: 4px;
	font-size: calc(1.285rem + 0.42vw);
	min-height: calc(1.5em + 2rem + var(--bs-border-width) * 2);
	padding: 1rem 1.2rem;
}
@media (min-width: 1200px) {
	.form-control-sm,
	.woocommerce-checkout .form-row input,
	.woocommerce-checkout .form-row textarea {
		font-size: 1.6rem;
	}
}
.form-control-sm::file-selector-button,
.woocommerce-checkout .form-row input::file-selector-button,
.woocommerce-checkout .form-row textarea::file-selector-button {
	margin: -1rem -1.2rem;
	margin-inline-end: 1.2rem;
	padding: 1rem 1.2rem;
}
.form-control-lg {
	border-radius: 4px;
	font-size: 1.25rem;
	min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
	padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
	margin: -0.5rem -1rem;
	margin-inline-end: 1rem;
	padding: 0.5rem 1rem;
}
.frm_forms textarea,
.woocommerce-checkout .form-row textarea,
textarea.form-control {
	min-height: calc(1.5em + 3.6rem + var(--bs-border-width) * 2);
}
.woocommerce-checkout .form-row textarea,
textarea.form-control-sm {
	min-height: calc(1.5em + 2rem + var(--bs-border-width) * 2);
}
textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.form-control-color {
	height: calc(1.5em + 3.6rem + var(--bs-border-width) * 2);
	padding: 1.8rem;
	width: 3rem;
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control-color::-moz-color-swatch {
	border: 0 !important;
	border-radius: 4px;
}
.form-control-color::-webkit-color-swatch {
	border: 0 !important;
	border-radius: 4px;
}
.form-control-color.form-control-sm,
.woocommerce-checkout .form-row input.form-control-color,
.woocommerce-checkout .form-row textarea.form-control-color {
	height: calc(1.5em + 2rem + var(--bs-border-width) * 2);
}
.form-control-color.form-control-lg {
	height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.form-select,
.frm_forms select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: var(--bs-form-select-bg-img),
		var(--bs-form-select-bg-icon, none);
	background-position: right 2rem center;
	background-repeat: no-repeat;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: 4px;
	box-shadow: var(--bs-box-shadow-inset);
	color: #251e18;
	display: block;
	font-family: stratum-1-web, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 1.8rem 6rem 1.8rem 2rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 100%;
}
@media (prefers-reduced-motion: reduce) {
	.form-select,
	.frm_forms select {
		transition: none;
	}
}
.form-select:focus,
.frm_forms select:focus {
	border-color: #86b7fe;
	box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]),
.frm_forms select[multiple],
.frm_forms select[size]:not([size="1"]) {
	background-image: none;
	padding-right: 2rem;
}
.form-select:disabled,
.frm_forms select:disabled {
	background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring,
.frm_forms select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #251e18;
}
.form-select-sm {
	border-radius: 4px;
	font-size: calc(1.285rem + 0.42vw);
	padding-bottom: 1rem;
	padding-left: 1.2rem;
	padding-top: 1rem;
}
@media (min-width: 1200px) {
	.form-select-sm {
		font-size: 1.6rem;
	}
}
.form-select-lg {
	border-radius: 4px;
	font-size: 1.25rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-top: 0.5rem;
}
.frm_forms [data-bs-theme="dark"] select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
	display: block;
	margin-bottom: 0.125rem;
	min-height: 1.5rem;
	padding-left: 1.5em;
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}
.form-check-reverse {
	padding-left: 0;
	padding-right: 1.5em;
	text-align: right;
}
.form-check-reverse .form-check-input {
	float: right;
	margin-left: 0;
	margin-right: -1.5em;
}
.form-check-input {
	--bs-form-check-bg: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-form-check-bg);
	background-image: var(--bs-form-check-bg-image);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	border: var(--bs-border-width) solid var(--bs-border-color);
	flex-shrink: 0;
	height: 1em;
	margin-top: 0.25em;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	vertical-align: top;
	width: 1em;
}
.form-check-input[type="checkbox"] {
	border-radius: 0.25em;
}
.form-check-input[type="radio"] {
	border-radius: 50%;
}
.form-check-input:active {
	filter: brightness(90%);
}
.form-check-input:focus {
	border-color: #86b7fe;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	outline: 0;
}
.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.form-check-input:disabled {
	filter: none;
	opacity: 0.5;
	pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
	cursor: default;
	opacity: 0.5;
}
.form-switch {
	padding-left: 2.5em;
}
.form-switch .form-check-input {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-image: var(--bs-form-switch-bg);
	background-position: 0;
	border-radius: 2em;
	margin-left: -2.5em;
	transition: background-position 0.15s ease-in-out;
	width: 2em;
}
@media (prefers-reduced-motion: reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}
.form-switch .form-check-input:focus {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
	background-position: 100%;
}
.form-switch.form-check-reverse {
	padding-left: 0;
	padding-right: 2.5em;
}
.form-switch.form-check-reverse .form-check-input {
	margin-left: 0;
	margin-right: -2.5em;
}
.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}
.frm_forms .frm_submit .btn-check:disabled + .frm_button_submit,
.frm_forms .frm_submit .btn-check:disabled + button,
.frm_forms .frm_submit .btn-check[disabled] + .frm_button_submit,
.frm_forms .frm_submit .btn-check[disabled] + button {
	filter: none;
	opacity: 0.65;
	pointer-events: none;
}
.form-range {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	height: 1.5rem;
	padding: 0;
	width: 100%;
}
.form-range:focus {
	outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #251e18, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #251e18, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
	border: 0;
}
.form-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
	height: 1rem;
	margin-top: -0.25rem;
	-webkit-transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}
.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem;
	box-shadow: var(--bs-box-shadow-inset);
	color: transparent;
	cursor: pointer;
	height: 0.5rem;
	width: 100%;
}
.form-range::-moz-range-thumb {
	-moz-appearance: none;
	appearance: none;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
	height: 1rem;
	-moz-transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}
.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe;
}
.form-range::-moz-range-track {
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem;
	box-shadow: var(--bs-box-shadow-inset);
	color: transparent;
	cursor: pointer;
	height: 0.5rem;
	width: 100%;
}
.form-range:disabled {
	pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
	background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
	background-color: var(--bs-secondary-color);
}
.form-floating {
	position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select,
.frm_forms .form-floating > input,
.frm_forms .form-floating > select,
.frm_forms .form-floating > textarea,
.woocommerce-checkout .form-row .form-floating > input,
.woocommerce-checkout .form-row .form-floating > textarea {
	height: calc(3.5rem + var(--bs-border-width) * 2);
	line-height: 1.25;
	min-height: calc(3.5rem + var(--bs-border-width) * 2);
}
.form-floating > label {
	border: var(--bs-border-width) solid transparent;
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 1rem 2rem;
	pointer-events: none;
	position: absolute;
	text-align: start;
	text-overflow: ellipsis;
	top: 0;
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
	white-space: nowrap;
	z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
	.form-floating > label {
		transition: none;
	}
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.frm_forms .form-floating > input,
.frm_forms .form-floating > select,
.frm_forms .form-floating > textarea,
.woocommerce-checkout .form-row .form-floating > input,
.woocommerce-checkout .form-row .form-floating > textarea {
	padding: 1rem 2rem;
}
.form-floating > .form-control-plaintext::-moz-placeholder,
.form-floating > .form-control::-moz-placeholder,
.frm_forms .form-floating > input::-moz-placeholder,
.frm_forms .form-floating > select::-moz-placeholder,
.frm_forms .form-floating > textarea::-moz-placeholder,
.woocommerce-checkout .form-row .form-floating > input::-moz-placeholder,
.woocommerce-checkout .form-row .form-floating > textarea::-moz-placeholder {
	color: transparent;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder,
.frm_forms .form-floating > input::placeholder,
.frm_forms .form-floating > select::placeholder,
.frm_forms .form-floating > textarea::placeholder,
.woocommerce-checkout .form-row .form-floating > input::placeholder,
.woocommerce-checkout .form-row .form-floating > textarea::placeholder {
	color: transparent;
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown),
.frm_forms .form-floating > input:not(:-moz-placeholder-shown),
.frm_forms .form-floating > select:not(:-moz-placeholder-shown),
.frm_forms .form-floating > textarea:not(:-moz-placeholder-shown),
.woocommerce-checkout
.form-row
.form-floating
> input:not(:-moz-placeholder-shown),
.woocommerce-checkout
.form-row
.form-floating
> textarea:not(:-moz-placeholder-shown) {
	padding-bottom: 0.625rem;
	padding-top: 1.625rem;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.frm_forms .form-floating > input:focus,
.frm_forms .form-floating > input:not(:placeholder-shown),
.frm_forms .form-floating > select:focus,
.frm_forms .form-floating > select:not(:placeholder-shown),
.frm_forms .form-floating > textarea:focus,
.frm_forms .form-floating > textarea:not(:placeholder-shown),
.woocommerce-checkout .form-row .form-floating > input:focus,
.woocommerce-checkout .form-row .form-floating > input:not(:placeholder-shown),
.woocommerce-checkout .form-row .form-floating > textarea:focus,
.woocommerce-checkout
.form-row
.form-floating
> textarea:not(:placeholder-shown) {
	padding-bottom: 0.625rem;
	padding-top: 1.625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill,
.frm_forms .form-floating > input:-webkit-autofill,
.frm_forms .form-floating > select:-webkit-autofill,
.frm_forms .form-floating > textarea:-webkit-autofill,
.woocommerce-checkout .form-row .form-floating > input:-webkit-autofill,
.woocommerce-checkout .form-row .form-floating > textarea:-webkit-autofill {
	padding-bottom: 0.625rem;
	padding-top: 1.625rem;
}
.form-floating > .form-select,
.frm_forms .form-floating > select {
	padding-bottom: 0.625rem;
	padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label,
.frm_forms .form-floating > input:not(:-moz-placeholder-shown) ~ label,
.frm_forms .form-floating > textarea:not(:-moz-placeholder-shown) ~ label,
.woocommerce-checkout
.form-row
.form-floating
> input:not(:-moz-placeholder-shown)
~ label,
.woocommerce-checkout
.form-row
.form-floating
> textarea:not(:-moz-placeholder-shown)
~ label {
	color: rgba(var(--bs-body-color-rgb), 0.65);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.frm_forms .form-floating > input:focus ~ label,
.frm_forms .form-floating > input:not(:placeholder-shown) ~ label,
.frm_forms .form-floating > select ~ label,
.frm_forms .form-floating > textarea:focus ~ label,
.frm_forms .form-floating > textarea:not(:placeholder-shown) ~ label,
.woocommerce-checkout .form-row .form-floating > input:focus ~ label,
.woocommerce-checkout
.form-row
.form-floating
> input:not(:placeholder-shown)
~ label,
.woocommerce-checkout .form-row .form-floating > textarea:focus ~ label,
.woocommerce-checkout
.form-row
.form-floating
> textarea:not(:placeholder-shown)
~ label {
	color: rgba(var(--bs-body-color-rgb), 0.65);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label:after,
.frm_forms .form-floating > input:not(:-moz-placeholder-shown) ~ label:after,
.frm_forms .form-floating > textarea:not(:-moz-placeholder-shown) ~ label:after,
.woocommerce-checkout
.form-row
.form-floating
> input:not(:-moz-placeholder-shown)
~ label:after,
.woocommerce-checkout
.form-row
.form-floating
> textarea:not(:-moz-placeholder-shown)
~ label:after {
	background-color: #fff;
	border-radius: 4px;
	content: "";
	height: 1.5em;
	inset: 1rem 1rem;
	position: absolute;
	z-index: -1;
}
.form-floating > .form-control-plaintext ~ label:after,
.form-floating > .form-control:focus ~ label:after,
.form-floating > .form-control:not(:placeholder-shown) ~ label:after,
.form-floating > .form-select ~ label:after,
.frm_forms .form-floating > input:focus ~ label:after,
.frm_forms .form-floating > input:not(:placeholder-shown) ~ label:after,
.frm_forms .form-floating > select ~ label:after,
.frm_forms .form-floating > textarea:focus ~ label:after,
.frm_forms .form-floating > textarea:not(:placeholder-shown) ~ label:after,
.woocommerce-checkout .form-row .form-floating > input:focus ~ label:after,
.woocommerce-checkout
.form-row
.form-floating
> input:not(:placeholder-shown)
~ label:after,
.woocommerce-checkout .form-row .form-floating > textarea:focus ~ label:after,
.woocommerce-checkout
.form-row
.form-floating
> textarea:not(:placeholder-shown)
~ label:after {
	background-color: #fff;
	border-radius: 4px;
	content: "";
	height: 1.5em;
	inset: 1rem 1rem;
	position: absolute;
	z-index: -1;
}
.form-floating > .form-control:-webkit-autofill ~ label,
.frm_forms .form-floating > input:-webkit-autofill ~ label,
.frm_forms .form-floating > select:-webkit-autofill ~ label,
.frm_forms .form-floating > textarea:-webkit-autofill ~ label,
.woocommerce-checkout .form-row .form-floating > input:-webkit-autofill ~ label,
.woocommerce-checkout
.form-row
.form-floating
> textarea:-webkit-autofill
~ label {
	color: rgba(var(--bs-body-color-rgb), 0.65);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
	border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
	color: #6c757d;
}
.form-floating > .form-control:disabled ~ label:after,
.form-floating > :disabled ~ label:after {
	background-color: var(--bs-secondary-bg);
}
.frm_forms .input-group > input,
.frm_forms .input-group > select,
.frm_forms .input-group > textarea,
.woocommerce-checkout .form-row .input-group > input,
.woocommerce-checkout .form-row .input-group > textarea {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	width: 1%;
}
.frm_forms .input-group > input:focus,
.frm_forms .input-group > select:focus,
.frm_forms .input-group > textarea:focus,
.woocommerce-checkout .form-row .input-group > input:focus,
.woocommerce-checkout .form-row .input-group > textarea:focus {
	z-index: 5;
}
.frm_forms .frm_submit .input-group .frm_button_submit,
.frm_forms .frm_submit .input-group button {
	position: relative;
	z-index: 2;
}
.frm_forms .frm_submit .input-group .frm_button_submit:focus,
.frm_forms .frm_submit .input-group button:focus {
	z-index: 5;
}
.frm_forms .frm_submit .input-group-lg > .frm_button_submit,
.frm_forms .frm_submit .input-group-lg > button,
.frm_forms .input-group-lg > input,
.frm_forms .input-group-lg > select,
.frm_forms .input-group-lg > textarea,
.woocommerce-checkout .form-row .input-group-lg > input,
.woocommerce-checkout .form-row .input-group-lg > textarea {
	border-radius: 4px;
	font-size: 1.25rem;
	padding: 0.5rem 1rem;
}
.frm_forms .frm_submit .input-group-sm > .frm_button_submit,
.frm_forms .frm_submit .input-group-sm > button,
.frm_forms .input-group-sm > input,
.frm_forms .input-group-sm > select,
.frm_forms .input-group-sm > textarea,
.woocommerce-checkout .form-row .input-group-sm > input,
.woocommerce-checkout .form-row .input-group-sm > textarea {
	border-radius: 4px;
	font-size: calc(1.285rem + 0.42vw);
	padding: 1rem 1.2rem;
}
@media (min-width: 1200px) {
	.frm_forms .frm_submit .input-group-sm > .frm_button_submit,
	.frm_forms .frm_submit .input-group-sm > button,
	.frm_forms .input-group-sm > input,
	.frm_forms .input-group-sm > select,
	.frm_forms .input-group-sm > textarea,
	.woocommerce-checkout .form-row .input-group-sm > input,
	.woocommerce-checkout .form-row .input-group-sm > textarea {
		font-size: 1.6rem;
	}
}
.frm_forms .input-group-lg > select,
.frm_forms .input-group-sm > select {
	padding-right: 8rem;
}
.frm_forms
.input-group.has-validation
> .form-floating:nth-last-child(n + 3)
> input,
.frm_forms
.input-group.has-validation
> .form-floating:nth-last-child(n + 3)
> select,
.frm_forms
.input-group.has-validation
> .form-floating:nth-last-child(n + 3)
> textarea,
.frm_forms
.input-group:not(.has-validation)
> .form-floating:not(:last-child)
> input,
.frm_forms
.input-group:not(.has-validation)
> .form-floating:not(:last-child)
> select,
.frm_forms
.input-group:not(.has-validation)
> .form-floating:not(:last-child)
> textarea,
.woocommerce-checkout
.form-row
.input-group.has-validation
> .form-floating:nth-last-child(n + 3)
> input,
.woocommerce-checkout
.form-row
.input-group.has-validation
> .form-floating:nth-last-child(n + 3)
> textarea,
.woocommerce-checkout
.form-row
.input-group:not(.has-validation)
> .form-floating:not(:last-child)
> input,
.woocommerce-checkout
.form-row
.input-group:not(.has-validation)
> .form-floating:not(:last-child)
> textarea {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.frm_forms .input-group > .form-floating:not(:first-child) > input,
.frm_forms .input-group > .form-floating:not(:first-child) > select,
.frm_forms .input-group > .form-floating:not(:first-child) > textarea,
.woocommerce-checkout
.form-row
.input-group
> .form-floating:not(:first-child)
> input,
.woocommerce-checkout
.form-row
.input-group
> .form-floating:not(:first-child)
> textarea {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.form-control.is-valid,
.frm_forms .was-validated input:valid,
.frm_forms .was-validated select:valid,
.frm_forms .was-validated textarea:valid,
.frm_forms input.is-valid,
.frm_forms select.is-valid,
.frm_forms textarea.is-valid,
.woocommerce-checkout .form-row .was-validated input:valid,
.woocommerce-checkout .form-row .was-validated textarea:valid,
.woocommerce-checkout .form-row input.is-valid,
.woocommerce-checkout .form-row textarea.is-valid {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-position: right calc(0.375em + 0.9rem) center;
	background-repeat: no-repeat;
	background-size: calc(0.75em + 1.8rem) calc(0.75em + 1.8rem);
	border-color: var(--bs-form-valid-border-color);
	padding-right: calc(1.5em + 3.6rem);
}
.form-control.is-valid:focus,
.frm_forms .was-validated input:valid:focus,
.frm_forms .was-validated select:valid:focus,
.frm_forms .was-validated textarea:valid:focus,
.frm_forms input.is-valid:focus,
.frm_forms select.is-valid:focus,
.frm_forms textarea.is-valid:focus,
.woocommerce-checkout .form-row .was-validated input:valid:focus,
.woocommerce-checkout .form-row .was-validated textarea:valid:focus,
.woocommerce-checkout .form-row input.is-valid:focus,
.woocommerce-checkout .form-row textarea.is-valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: var(--bs-box-shadow-inset),
		0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.frm_forms .was-validated textarea:valid,
.frm_forms textarea.is-valid,
.woocommerce-checkout .form-row .was-validated textarea:valid,
.woocommerce-checkout .form-row textarea.is-valid,
textarea.form-control.is-valid {
	background-position: top calc(0.375em + 0.9rem) right calc(0.375em + 0.9rem);
	padding-right: calc(1.5em + 3.6rem);
}
.form-select.is-valid,
.frm_forms .was-validated select:valid,
.frm_forms select.is-valid {
	border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.frm_forms .was-validated select:valid:not([multiple]):not([size]),
.frm_forms .was-validated select:valid:not([multiple])[size="1"],
.frm_forms select.is-valid:not([multiple]):not([size]),
.frm_forms select.is-valid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-position: right 2rem center, center right 6rem;
	background-size: 16px 12px, calc(0.75em + 1.8rem) calc(0.75em + 1.8rem);
	padding-right: 11rem;
}
.form-select.is-valid:focus,
.frm_forms .was-validated select:valid:focus,
.frm_forms select.is-valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: var(--bs-box-shadow-inset),
		0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.form-control-color.is-valid {
	width: calc(6.6rem + 1.5em);
}
.form-check-input.is-valid {
	border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked {
	background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.form-check-input.is-valid ~ .form-check-label {
	color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: 0.5em;
}
.frm_forms .input-group > input:not(:focus).is-valid,
.frm_forms .input-group > select:not(:focus).is-valid,
.frm_forms .input-group > textarea:not(:focus).is-valid,
.frm_forms .was-validated .input-group > input:not(:focus):valid,
.frm_forms .was-validated .input-group > select:not(:focus):valid,
.frm_forms .was-validated .input-group > textarea:not(:focus):valid,
.woocommerce-checkout .form-row .input-group > input:not(:focus).is-valid,
.woocommerce-checkout .form-row .input-group > textarea:not(:focus).is-valid,
.woocommerce-checkout
.form-row
.was-validated
.input-group
> input:not(:focus):valid,
.woocommerce-checkout
.form-row
.was-validated
.input-group
> textarea:not(:focus):valid {
	z-index: 3;
}
.form-control.is-invalid,
.frm_forms .was-validated input:invalid,
.frm_forms .was-validated select:invalid,
.frm_forms .was-validated textarea:invalid,
.frm_forms input.is-invalid,
.frm_forms select.is-invalid,
.frm_forms textarea.is-invalid,
.woocommerce-checkout .form-row .was-validated input:invalid,
.woocommerce-checkout .form-row .was-validated textarea:invalid,
.woocommerce-checkout .form-row input.is-invalid,
.woocommerce-checkout .form-row textarea.is-invalid {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-position: right calc(0.375em + 0.9rem) center;
	background-repeat: no-repeat;
	background-size: calc(0.75em + 1.8rem) calc(0.75em + 1.8rem);
	border-color: var(--bs-form-invalid-border-color);
	padding-right: calc(1.5em + 3.6rem);
}
.form-control.is-invalid:focus,
.frm_forms .was-validated input:invalid:focus,
.frm_forms .was-validated select:invalid:focus,
.frm_forms .was-validated textarea:invalid:focus,
.frm_forms input.is-invalid:focus,
.frm_forms select.is-invalid:focus,
.frm_forms textarea.is-invalid:focus,
.woocommerce-checkout .form-row .was-validated input:invalid:focus,
.woocommerce-checkout .form-row .was-validated textarea:invalid:focus,
.woocommerce-checkout .form-row input.is-invalid:focus,
.woocommerce-checkout .form-row textarea.is-invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: var(--bs-box-shadow-inset),
		0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.frm_forms .was-validated textarea:invalid,
.frm_forms textarea.is-invalid,
.woocommerce-checkout .form-row .was-validated textarea:invalid,
.woocommerce-checkout .form-row textarea.is-invalid,
textarea.form-control.is-invalid {
	background-position: top calc(0.375em + 0.9rem) right calc(0.375em + 0.9rem);
	padding-right: calc(1.5em + 3.6rem);
}
.form-select.is-invalid,
.frm_forms .was-validated select:invalid,
.frm_forms select.is-invalid {
	border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.frm_forms .was-validated select:invalid:not([multiple]):not([size]),
.frm_forms .was-validated select:invalid:not([multiple])[size="1"],
.frm_forms select.is-invalid:not([multiple]):not([size]),
.frm_forms select.is-invalid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-position: right 2rem center, center right 6rem;
	background-size: 16px 12px, calc(0.75em + 1.8rem) calc(0.75em + 1.8rem);
	padding-right: 11rem;
}
.form-select.is-invalid:focus,
.frm_forms .was-validated select:invalid:focus,
.frm_forms select.is-invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: var(--bs-box-shadow-inset),
		0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.form-control-color.is-invalid {
	width: calc(6.6rem + 1.5em);
}
.form-check-input.is-invalid {
	border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked {
	background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.form-check-input.is-invalid ~ .form-check-label {
	color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: 0.5em;
}
.frm_forms .input-group > input:not(:focus).is-invalid,
.frm_forms .input-group > select:not(:focus).is-invalid,
.frm_forms .input-group > textarea:not(:focus).is-invalid,
.frm_forms .was-validated .input-group > input:not(:focus):invalid,
.frm_forms .was-validated .input-group > select:not(:focus):invalid,
.frm_forms .was-validated .input-group > textarea:not(:focus):invalid,
.woocommerce-checkout .form-row .input-group > input:not(:focus).is-invalid,
.woocommerce-checkout .form-row .input-group > textarea:not(:focus).is-invalid,
.woocommerce-checkout
.form-row
.was-validated
.input-group
> input:not(:focus):invalid,
.woocommerce-checkout
.form-row
.was-validated
.input-group
> textarea:not(:focus):invalid {
	z-index: 4;
}
.btn,
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit button {
	--bs-btn-padding-x: 2rem;
	--bs-btn-padding-y: 1.2rem;
	--bs-btn-font-family: stratum-1-web, sans-serif;
	--bs-btn-font-size: calc(1.285rem + 0.42vw);
	--bs-btn-font-weight: bold;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: var(--bs-border-width);
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 1.4rem 0;
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: none;
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem
		rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
	background-color: var(--bs-btn-bg);
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	box-shadow: var(--bs-btn-box-shadow);
	color: var(--bs-btn-color);
	cursor: pointer;
	display: inline-block;
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	text-align: center;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
}
@media (min-width: 1200px) {
	.btn,
	.frm_forms .frm_submit .frm_button_submit,
	.frm_forms .frm_submit button {
		--bs-btn-font-size: 1.6rem;
	}
}
@media (prefers-reduced-motion: reduce) {
	.btn,
	.frm_forms .frm_submit .frm_button_submit,
	.frm_forms .frm_submit button {
		transition: none;
	}
}
.btn:hover,
.frm_forms .frm_submit .frm_button_submit:hover,
.frm_forms .frm_submit button:hover {
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	color: var(--bs-btn-hover-color);
}
.frm_forms .frm_submit .btn-check + .frm_button_submit:hover,
.frm_forms .frm_submit .btn-check + button:hover {
	background-color: var(--bs-btn-bg);
	border-color: var(--bs-btn-border-color);
	color: var(--bs-btn-color);
}
.btn:focus-visible,
.frm_forms .frm_submit .frm_button_submit:focus-visible,
.frm_forms .frm_submit button:focus-visible {
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
	color: var(--bs-btn-hover-color);
	outline: 0;
}
.frm_forms .frm_submit .btn-check:focus-visible + .frm_button_submit,
.frm_forms .frm_submit .btn-check:focus-visible + button {
	border-color: var(--bs-btn-hover-border-color);
	box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
	outline: 0;
}
.btn.active,
.btn.show,
.btn:first-child:active,
.frm_forms .frm_submit .active.frm_button_submit,
.frm_forms .frm_submit .btn-check:checked + .frm_button_submit,
.frm_forms .frm_submit .btn-check:checked + button,
.frm_forms .frm_submit .frm_button_submit:first-child:active,
.frm_forms .frm_submit .show.frm_button_submit,
.frm_forms .frm_submit :not(.btn-check) + .frm_button_submit:active,
.frm_forms .frm_submit :not(.btn-check) + button:active,
.frm_forms .frm_submit button.active,
.frm_forms .frm_submit button.show,
.frm_forms .frm_submit button:first-child:active,
:not(.btn-check) + .btn:active {
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
	box-shadow: var(--bs-btn-active-shadow);
	color: var(--bs-btn-active-color);
}
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
.frm_forms .frm_submit .active.frm_button_submit:focus-visible,
.frm_forms .frm_submit .btn-check:checked + .frm_button_submit:focus-visible,
.frm_forms .frm_submit .btn-check:checked + button:focus-visible,
.frm_forms .frm_submit .frm_button_submit:first-child:active:focus-visible,
.frm_forms .frm_submit .show.frm_button_submit:focus-visible,
.frm_forms
.frm_submit
:not(.btn-check)
+ .frm_button_submit:active:focus-visible,
.frm_forms .frm_submit :not(.btn-check) + button:active:focus-visible,
.frm_forms .frm_submit button.active:focus-visible,
.frm_forms .frm_submit button.show:focus-visible,
.frm_forms .frm_submit button:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
	box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.frm_forms .frm_submit .btn-check:checked:focus-visible + .frm_button_submit,
.frm_forms .frm_submit .btn-check:checked:focus-visible + button {
	box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn.swiper-button-next.swiper-button-disabled,
.btn.swiper-button-prev.swiper-button-disabled,
.btn.swiper-zoom-btn.swiper-button-disabled,
.btn:disabled,
.frm_forms .frm_submit .disabled.frm_button_submit,
.frm_forms .frm_submit .frm_button_submit:disabled,
.frm_forms
.frm_submit
.swiper-button-next.swiper-button-disabled.frm_button_submit,
.frm_forms
.frm_submit
.swiper-button-prev.swiper-button-disabled.frm_button_submit,
.frm_forms
.frm_submit
.swiper-zoom-btn.swiper-button-disabled.frm_button_submit,
.frm_forms .frm_submit button.disabled,
.frm_forms .frm_submit button.swiper-button-next.swiper-button-disabled,
.frm_forms .frm_submit button.swiper-button-prev.swiper-button-disabled,
.frm_forms .frm_submit button.swiper-zoom-btn.swiper-button-disabled,
.frm_forms .frm_submit button:disabled,
.frm_forms .frm_submit fieldset:disabled .frm_button_submit,
.frm_forms .frm_submit fieldset:disabled button,
fieldset:disabled .btn,
fieldset:disabled .frm_forms .frm_submit .frm_button_submit,
fieldset:disabled .frm_forms .frm_submit button {
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	box-shadow: none;
	color: var(--bs-btn-disabled-color);
	opacity: var(--bs-btn-disabled-opacity);
	pointer-events: none;
}
.frm_forms .frm_submit .btn-group-lg > .frm_button_submit,
.frm_forms .frm_submit .btn-group-lg > button {
	--bs-btn-padding-y: 0.5rem;
	--bs-btn-padding-x: 1rem;
	--bs-btn-font-size: 1.25rem;
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}
.frm_forms .frm_submit .btn-group-sm > .frm_button_submit,
.frm_forms .frm_submit .btn-group-sm > button {
	--bs-btn-padding-y: 0.25rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}
.collapsing.collapse-horizontal {
	height: auto;
	transition: width 0.35s ease;
	width: 0;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing.collapse-horizontal {
		transition: none;
	}
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
	position: relative;
}
.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle:after {
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0.3em solid;
	content: "";
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
	margin-left: 0;
}
.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: var(--bs-border-radius);
	--bs-dropdown-border-width: var(--bs-border-width);
	--bs-dropdown-inner-border-radius: calc(
		var(--bs-border-radius) - var(--bs-border-width)
		);
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: 0.5rem;
	--bs-dropdown-box-shadow: var(--bs-box-shadow);
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	background-clip: padding-box;
	background-color: var(--bs-dropdown-bg);
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius);
	box-shadow: var(--bs-dropdown-box-shadow);
	color: var(--bs-dropdown-color);
	display: none;
	font-size: var(--bs-dropdown-font-size);
	list-style: none;
	margin: 0;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	position: absolute;
	text-align: left;
	z-index: var(--bs-dropdown-zindex);
}
.dropup .dropdown-toggle:after {
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0;
	content: "";
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
	margin-left: 0;
}
.dropend .dropdown-toggle:after {
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	border-right: 0;
	border-top: 0.3em solid transparent;
	content: "";
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
}
.dropend .dropdown-toggle:empty:after {
	margin-left: 0;
}
.dropend .dropdown-toggle:after {
	vertical-align: 0;
}
.dropstart .dropdown-toggle:after {
	content: "";
	display: inline-block;
	display: none;
	margin-left: 0.255em;
	vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:before {
	border-bottom: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-top: 0.3em solid transparent;
	content: "";
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:empty:after {
	margin-left: 0;
}
.dropstart .dropdown-toggle:before {
	vertical-align: 0;
}
.dropdown-item {
	background-color: transparent;
	border: 0;
	border-radius: var(--bs-dropdown-item-border-radius, 0);
	clear: both;
	color: var(--bs-dropdown-link-color);
	display: block;
	font-weight: 400;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	text-align: inherit;
	white-space: nowrap;
	width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
	background-color: var(--bs-dropdown-link-hover-bg);
	color: var(--bs-dropdown-link-hover-color);
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: var(--bs-dropdown-link-active-bg);
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item.swiper-button-next.swiper-button-disabled,
.dropdown-item.swiper-button-prev.swiper-button-disabled,
.dropdown-item.swiper-zoom-btn.swiper-button-disabled,
.dropdown-item:disabled {
	background-color: transparent;
	color: var(--bs-dropdown-link-disabled-color);
	pointer-events: none;
}
.dropdown-menu.show {
	display: block;
}
.frm_forms .frm_submit .btn-group-vertical > .frm_button_submit,
.frm_forms .frm_submit .btn-group-vertical > button,
.frm_forms .frm_submit .btn-group > .frm_button_submit,
.frm_forms .frm_submit .btn-group > button {
	flex: 1 1 auto;
	position: relative;
}
.frm_forms .frm_submit .btn-group-vertical > .active.frm_button_submit,
.frm_forms
.frm_submit
.btn-group-vertical
> .btn-check:checked
+ .frm_button_submit,
.frm_forms .frm_submit .btn-group-vertical > .btn-check:checked + button,
.frm_forms
.frm_submit
.btn-group-vertical
> .btn-check:focus
+ .frm_button_submit,
.frm_forms .frm_submit .btn-group-vertical > .btn-check:focus + button,
.frm_forms .frm_submit .btn-group-vertical > .frm_button_submit:active,
.frm_forms .frm_submit .btn-group-vertical > .frm_button_submit:focus,
.frm_forms .frm_submit .btn-group-vertical > .frm_button_submit:hover,
.frm_forms .frm_submit .btn-group-vertical > button.active,
.frm_forms .frm_submit .btn-group-vertical > button:active,
.frm_forms .frm_submit .btn-group-vertical > button:focus,
.frm_forms .frm_submit .btn-group-vertical > button:hover,
.frm_forms .frm_submit .btn-group > .active.frm_button_submit,
.frm_forms .frm_submit .btn-group > .btn-check:checked + .frm_button_submit,
.frm_forms .frm_submit .btn-group > .btn-check:checked + button,
.frm_forms .frm_submit .btn-group > .btn-check:focus + .frm_button_submit,
.frm_forms .frm_submit .btn-group > .btn-check:focus + button,
.frm_forms .frm_submit .btn-group > .frm_button_submit:active,
.frm_forms .frm_submit .btn-group > .frm_button_submit:focus,
.frm_forms .frm_submit .btn-group > .frm_button_submit:hover,
.frm_forms .frm_submit .btn-group > button.active,
.frm_forms .frm_submit .btn-group > button:active,
.frm_forms .frm_submit .btn-group > button:focus,
.frm_forms .frm_submit .btn-group > button:hover {
	z-index: 1;
}
.frm_forms
.frm_submit
.btn-group
> :not(.btn-check:first-child)
+ .frm_button_submit,
.frm_forms .frm_submit .btn-group > :not(.btn-check:first-child) + button {
	margin-left: calc(var(--bs-border-width) * -1);
}
.frm_forms
.frm_submit
.btn-group
> .btn-group:not(:last-child)
> .frm_button_submit,
.frm_forms .frm_submit .btn-group > .btn-group:not(:last-child) > button,
.frm_forms
.frm_submit
.btn-group
> .dropdown-toggle-split.frm_button_submit:first-child,
.frm_forms
.frm_submit
.btn-group
> .frm_button_submit:not(:last-child):not(.dropdown-toggle),
.frm_forms .frm_submit .btn-group > button.dropdown-toggle-split:first-child,
.frm_forms
.frm_submit
.btn-group
> button:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.frm_forms
.frm_submit
.btn-group
> .btn-group:not(:first-child)
> .frm_button_submit,
.frm_forms .frm_submit .btn-group > .btn-group:not(:first-child) > button,
.frm_forms .frm_submit .btn-group > .frm_button_submit:nth-child(n + 3),
.frm_forms .frm_submit .btn-group > :not(.btn-check) + .frm_button_submit,
.frm_forms .frm_submit .btn-group > :not(.btn-check) + button,
.frm_forms .frm_submit .btn-group > button:nth-child(n + 3) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.frm_forms
.frm_submit
.btn-group-sm
> .frm_button_submit
+ .dropdown-toggle-split,
.frm_forms .frm_submit .btn-group-sm > button + .dropdown-toggle-split {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}
.frm_forms
.frm_submit
.btn-group-lg
> .frm_button_submit
+ .dropdown-toggle-split,
.frm_forms .frm_submit .btn-group-lg > button + .dropdown-toggle-split {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.frm_forms .frm_submit .btn-group-vertical > .frm_button_submit,
.frm_forms .frm_submit .btn-group-vertical > button {
	width: 100%;
}
.frm_forms
.frm_submit
.btn-group-vertical
> .frm_button_submit:not(:first-child),
.frm_forms .frm_submit .btn-group-vertical > button:not(:first-child) {
	margin-top: calc(var(--bs-border-width) * -1);
}
.frm_forms
.frm_submit
.btn-group-vertical
> .btn-group:not(:last-child)
> .frm_button_submit,
.frm_forms
.frm_submit
.btn-group-vertical
> .btn-group:not(:last-child)
> button,
.frm_forms
.frm_submit
.btn-group-vertical
> .frm_button_submit:not(:last-child):not(.dropdown-toggle),
.frm_forms
.frm_submit
.btn-group-vertical
> button:not(:last-child):not(.dropdown-toggle) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.frm_forms
.frm_submit
.btn-group-vertical
> .btn-group:not(:first-child)
> .frm_button_submit,
.frm_forms
.frm_submit
.btn-group-vertical
> .btn-group:not(:first-child)
> button,
.frm_forms .frm_submit .btn-group-vertical > .btn ~ .frm_button_submit,
.frm_forms .frm_submit .btn-group-vertical > .btn ~ button,
.frm_forms .frm_submit .btn-group-vertical > .frm_button_submit ~ .btn,
.frm_forms
.frm_submit
.btn-group-vertical
> .frm_button_submit
~ .frm_button_submit,
.frm_forms .frm_submit .btn-group-vertical > .frm_button_submit ~ button,
.frm_forms .frm_submit .btn-group-vertical > button ~ .btn,
.frm_forms .frm_submit .btn-group-vertical > button ~ .frm_button_submit,
.frm_forms .frm_submit .btn-group-vertical > button ~ button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.nav-link {
	background: none;
	border: 0;
	color: var(--bs-nav-link-color);
	display: block;
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.nav-link {
		transition: none;
	}
}
.nav-link:focus,
.nav-link:hover {
	color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	outline: 0;
}
.nav-link.disabled,
.nav-link.swiper-button-next.swiper-button-disabled,
.nav-link.swiper-button-prev.swiper-button-disabled,
.nav-link.swiper-zoom-btn.swiper-button-disabled,
.nav-link:disabled {
	color: var(--bs-nav-link-disabled-color);
	cursor: default;
	pointer-events: none;
}
.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: 0.5rem;
	--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
	--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
	--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
	--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-padding-y: 0.3125rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1.25rem;
	--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-nav-link-padding-x: 0.5rem;
	--bs-navbar-toggler-padding-y: 0.25rem;
	--bs-navbar-toggler-padding-x: 0.75rem;
	--bs-navbar-toggler-font-size: 1.25rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28239, 239, 239, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
	--bs-navbar-toggler-border-radius: 1.4rem 0;
	--bs-navbar-toggler-focus-width: 0.25rem;
	--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
	position: relative;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .navbar > .sub-menu-wrap,
.navbar > .container,
.navbar > .desktop-menu {
	align-items: center;
	display: flex;
	flex-wrap: inherit;
	justify-content: space-between;
}
.navbar-nav {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-navbar-color);
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: flex;
	flex-direction: column;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
	position: static;
}
.navbar-toggler {
	background-color: transparent;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
	border-radius: var(--bs-navbar-toggler-border-radius);
	color: var(--bs-navbar-color);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		transition: none;
	}
}
.navbar-toggler:hover {
	text-decoration: none;
}
.navbar-toggler:focus {
	box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
	outline: 0;
	text-decoration: none;
}
.accordion {
	--bs-accordion-color: var(--bs-body-color);
	--bs-accordion-bg: var(--bs-body-bg);
	--bs-accordion-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: var(--bs-border-width);
	--bs-accordion-border-radius: var(--bs-border-radius);
	--bs-accordion-inner-border-radius: calc(
		var(--bs-border-radius) - var(--bs-border-width)
		);
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23efefef' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: var(--bs-primary-text-emphasis);
	--bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #0d6efd;
	--bs-pagination-active-border-color: #0d6efd;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	display: flex;
	list-style: none;
	padding-left: 0;
}
.page-link {
	background-color: var(--bs-pagination-bg);
	border: var(--bs-pagination-border-width) solid
		var(--bs-pagination-border-color);
	color: var(--bs-pagination-color);
	display: block;
	font-size: var(--bs-pagination-font-size);
	padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
	position: relative;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.page-link {
		transition: none;
	}
}
.page-link:hover {
	background-color: var(--bs-pagination-hover-bg);
	border-color: var(--bs-pagination-hover-border-color);
	color: var(--bs-pagination-hover-color);
	z-index: 2;
}
.page-link:focus {
	background-color: var(--bs-pagination-focus-bg);
	box-shadow: var(--bs-pagination-focus-box-shadow);
	color: var(--bs-pagination-focus-color);
	outline: 0;
	z-index: 3;
}
.active > .page-link,
.page-link.active {
	background-color: var(--bs-pagination-active-bg);
	border-color: var(--bs-pagination-active-border-color);
	color: var(--bs-pagination-active-color);
	z-index: 3;
}
.disabled > .page-link,
.page-link.disabled,
.page-link.swiper-button-next.swiper-button-disabled,
.page-link.swiper-button-prev.swiper-button-disabled,
.page-link.swiper-zoom-btn.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled > .page-link,
.swiper-button-prev.swiper-button-disabled > .page-link,
.swiper-zoom-btn.swiper-button-disabled > .page-link {
	background-color: var(--bs-pagination-disabled-bg);
	border-color: var(--bs-pagination-disabled-border-color);
	color: var(--bs-pagination-disabled-color);
	pointer-events: none;
}
.page-item:not(:first-child) .page-link {
	margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
	border-bottom-left-radius: var(--bs-pagination-border-radius);
	border-top-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
	border-bottom-right-radius: var(--bs-pagination-border-radius);
	border-top-right-radius: var(--bs-pagination-border-radius);
}
.badge {
	--bs-badge-padding-x: 0.65em;
	--bs-badge-padding-y: 0.35em;
	--bs-badge-font-size: 0.75em;
	--bs-badge-font-weight: 700;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: var(--bs-border-radius);
	border-radius: var(--bs-badge-border-radius);
	color: var(--bs-badge-color);
	display: inline-block;
	font-size: var(--bs-badge-font-size);
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.badge:empty {
	display: none;
}
.btn .badge,
.frm_forms .frm_submit .frm_button_submit .badge,
.frm_forms .frm_submit button .badge {
	position: relative;
	top: -1px;
}
.alert {
	--bs-alert-bg: transparent;
	--bs-alert-padding-x: 1rem;
	--bs-alert-padding-y: 1rem;
	--bs-alert-margin-bottom: 1rem;
	--bs-alert-color: inherit;
	--bs-alert-border-color: transparent;
	--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
	--bs-alert-border-radius: var(--bs-border-radius);
	--bs-alert-link-color: inherit;
	background-color: var(--bs-alert-bg);
	border: var(--bs-alert-border);
	border-radius: var(--bs-alert-border-radius);
	color: var(--bs-alert-color);
	margin-bottom: var(--bs-alert-margin-bottom);
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	position: relative;
}
.alert-heading {
	color: inherit;
}
.alert-link {
	color: var(--bs-alert-link-color);
	font-weight: 700;
}
.alert-dismissible {
	padding-right: 3rem;
}
.alert-dismissible .btn-close {
	padding: 1.25rem 1rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.alert-primary {
	--bs-alert-color: var(--bs-primary-text-emphasis);
	--bs-alert-bg: var(--bs-primary-bg-subtle);
	--bs-alert-border-color: var(--bs-primary-border-subtle);
	--bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
	--bs-alert-color: var(--bs-secondary-text-emphasis);
	--bs-alert-bg: var(--bs-secondary-bg-subtle);
	--bs-alert-border-color: var(--bs-secondary-border-subtle);
	--bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-tertiary {
	--bs-alert-color: var(--bs-tertiary-text-emphasis);
	--bs-alert-bg: var(--bs-tertiary-bg-subtle);
	--bs-alert-border-color: var(--bs-tertiary-border-subtle);
	--bs-alert-link-color: var(--bs-tertiary-text-emphasis);
}
.alert-quaternary {
	--bs-alert-color: var(--bs-quaternary-text-emphasis);
	--bs-alert-bg: var(--bs-quaternary-bg-subtle);
	--bs-alert-border-color: var(--bs-quaternary-border-subtle);
	--bs-alert-link-color: var(--bs-quaternary-text-emphasis);
}
.alert-quinary {
	--bs-alert-color: var(--bs-quinary-text-emphasis);
	--bs-alert-bg: var(--bs-quinary-bg-subtle);
	--bs-alert-border-color: var(--bs-quinary-border-subtle);
	--bs-alert-link-color: var(--bs-quinary-text-emphasis);
}
.alert-senary {
	--bs-alert-color: var(--bs-senary-text-emphasis);
	--bs-alert-bg: var(--bs-senary-bg-subtle);
	--bs-alert-border-color: var(--bs-senary-border-subtle);
	--bs-alert-link-color: var(--bs-senary-text-emphasis);
}
.alert-septenary {
	--bs-alert-color: var(--bs-septenary-text-emphasis);
	--bs-alert-bg: var(--bs-septenary-bg-subtle);
	--bs-alert-border-color: var(--bs-septenary-border-subtle);
	--bs-alert-link-color: var(--bs-septenary-text-emphasis);
}
.alert-octonary {
	--bs-alert-color: var(--bs-octonary-text-emphasis);
	--bs-alert-bg: var(--bs-octonary-bg-subtle);
	--bs-alert-border-color: var(--bs-octonary-border-subtle);
	--bs-alert-link-color: var(--bs-octonary-text-emphasis);
}
.alert-nonary {
	--bs-alert-color: var(--bs-nonary-text-emphasis);
	--bs-alert-bg: var(--bs-nonary-bg-subtle);
	--bs-alert-border-color: var(--bs-nonary-border-subtle);
	--bs-alert-link-color: var(--bs-nonary-text-emphasis);
}
.alert-ternary {
	--bs-alert-color: var(--bs-ternary-text-emphasis);
	--bs-alert-bg: var(--bs-ternary-bg-subtle);
	--bs-alert-border-color: var(--bs-ternary-border-subtle);
	--bs-alert-link-color: var(--bs-ternary-text-emphasis);
}
.alert-black {
	--bs-alert-color: var(--bs-black-text-emphasis);
	--bs-alert-bg: var(--bs-black-bg-subtle);
	--bs-alert-border-color: var(--bs-black-border-subtle);
	--bs-alert-link-color: var(--bs-black-text-emphasis);
}
.alert-white {
	--bs-alert-color: var(--bs-white-text-emphasis);
	--bs-alert-bg: var(--bs-white-bg-subtle);
	--bs-alert-border-color: var(--bs-white-border-subtle);
	--bs-alert-link-color: var(--bs-white-text-emphasis);
}
@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}
.progress {
	--bs-progress-height: 1rem;
	--bs-progress-font-size: 0.75rem;
	--bs-progress-bg: var(--bs-secondary-bg);
	--bs-progress-border-radius: var(--bs-border-radius);
	--bs-progress-box-shadow: var(--bs-box-shadow-inset);
	--bs-progress-bar-color: #fff;
	--bs-progress-bar-bg: #0d6efd;
	--bs-progress-bar-transition: width 0.6s ease;
	background-color: var(--bs-progress-bg);
	border-radius: var(--bs-progress-border-radius);
	box-shadow: var(--bs-progress-box-shadow);
	display: flex;
	font-size: var(--bs-progress-font-size);
	height: var(--bs-progress-height);
	overflow: hidden;
}
.list-group {
	--bs-list-group-color: var(--bs-body-color);
	--bs-list-group-bg: var(--bs-body-bg);
	--bs-list-group-border-color: var(--bs-border-color);
	--bs-list-group-border-width: var(--bs-border-width);
	--bs-list-group-border-radius: var(--bs-border-radius);
	--bs-list-group-item-padding-x: 1rem;
	--bs-list-group-item-padding-y: 0.5rem;
	--bs-list-group-action-color: var(--bs-secondary-color);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
	--bs-list-group-action-active-color: var(--bs-body-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-bg);
	--bs-list-group-disabled-color: var(--bs-secondary-color);
	--bs-list-group-disabled-bg: var(--bs-body-bg);
	--bs-list-group-active-color: #fff;
	--bs-list-group-active-bg: #0d6efd;
	--bs-list-group-active-border-color: #0d6efd;
	border-radius: var(--bs-list-group-border-radius);
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	padding-left: 0;
}
.list-group-item {
	background-color: var(--bs-list-group-bg);
	border: var(--bs-list-group-border-width) solid
		var(--bs-list-group-border-color);
	color: var(--bs-list-group-color);
	display: block;
	padding: var(--bs-list-group-item-padding-y)
		var(--bs-list-group-item-padding-x);
	position: relative;
}
.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.list-group-item:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item.swiper-button-next.swiper-button-disabled,
.list-group-item.swiper-button-prev.swiper-button-disabled,
.list-group-item.swiper-zoom-btn.swiper-button-disabled,
.list-group-item:disabled {
	background-color: var(--bs-list-group-disabled-bg);
	color: var(--bs-list-group-disabled-color);
	pointer-events: none;
}
.list-group-item.active {
	background-color: var(--bs-list-group-active-bg);
	border-color: var(--bs-list-group-active-border-color);
	color: var(--bs-list-group-active-color);
	z-index: 2;
}
.list-group-item + .list-group-item {
	border-top-width: 0;
}
.list-group-item + .list-group-item.active {
	border-top-width: var(--bs-list-group-border-width);
	margin-top: calc(var(--bs-list-group-border-width) * -1);
}
.toast {
	--bs-toast-zindex: 1090;
	--bs-toast-padding-x: 0.75rem;
	--bs-toast-padding-y: 0.5rem;
	--bs-toast-spacing: 2.8rem;
	--bs-toast-max-width: 350px;
	--bs-toast-font-size: 0.875rem;
	--bs-toast-color: ;
	--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-border-width: var(--bs-border-width);
	--bs-toast-border-color: var(--bs-border-color-translucent);
	--bs-toast-border-radius: var(--bs-border-radius);
	--bs-toast-box-shadow: var(--bs-box-shadow);
	--bs-toast-header-color: var(--bs-secondary-color);
	--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-header-border-color: var(--bs-border-color-translucent);
	background-clip: padding-box;
	background-color: var(--bs-toast-bg);
	border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
	border-radius: var(--bs-toast-border-radius);
	box-shadow: var(--bs-toast-box-shadow);
	color: var(--bs-toast-color);
	font-size: var(--bs-toast-font-size);
	max-width: 100%;
	pointer-events: auto;
	width: var(--bs-toast-max-width);
}
.toast.showing {
	opacity: 0;
}
.toast:not(.show) {
	display: none;
}
.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: ;
	--bs-modal-bg: var(--bs-body-bg);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-box-shadow: var(--bs-box-shadow-sm);
	--bs-modal-inner-border-radius: calc(
		var(--bs-border-radius-lg) - var(--bs-border-width)
		);
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: var(--bs-modal-zindex);
}
.modal-dialog {
	margin: var(--bs-modal-margin);
	pointer-events: none;
	position: relative;
	width: auto;
}
.modal.fade .modal-dialog {
	transform: translateY(-50px);
	transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	transform: none;
}
.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}
.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: 0.5;
	background-color: var(--bs-backdrop-bg);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: var(--bs-backdrop-zindex);
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity);
}
.modal-body {
	flex: 1 1 auto;
	padding: var(--bs-modal-padding);
	position: relative;
}
@media (min-width: 576px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: var(--bs-box-shadow);
	}
	.modal-dialog {
		margin-left: auto;
		margin-right: auto;
		max-width: var(--bs-modal-width);
	}
}
.tooltip {
	--bs-tooltip-zindex: 1080;
	--bs-tooltip-max-width: 200px;
	--bs-tooltip-padding-x: 0.5rem;
	--bs-tooltip-padding-y: 0.25rem;
	--bs-tooltip-margin: ;
	--bs-tooltip-font-size: 0.875rem;
	--bs-tooltip-color: var(--bs-body-bg);
	--bs-tooltip-bg: var(--bs-emphasis-color);
	--bs-tooltip-border-radius: var(--bs-border-radius);
	--bs-tooltip-opacity: 0.9;
	--bs-tooltip-arrow-width: 0.8rem;
	--bs-tooltip-arrow-height: 0.4rem;
	word-wrap: break-word;
	display: block;
	font-family: stratum-1-web, sans-serif;
	font-size: var(--bs-tooltip-font-size);
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	margin: var(--bs-tooltip-margin);
	opacity: 0;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	z-index: var(--bs-tooltip-zindex);
}
.tooltip.show {
	opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
	display: block;
	height: var(--bs-tooltip-arrow-height);
	width: var(--bs-tooltip-arrow-width);
}
.tooltip .tooltip-arrow:before {
	border-color: transparent;
	border-style: solid;
	content: "";
	position: absolute;
}
.tooltip-inner {
	background-color: var(--bs-tooltip-bg);
	border-radius: var(--bs-tooltip-border-radius);
	color: var(--bs-tooltip-color);
	max-width: var(--bs-tooltip-max-width);
	padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
	text-align: center;
}
.popover {
	--bs-popover-zindex: 1070;
	--bs-popover-max-width: 276px;
	--bs-popover-font-size: 0.875rem;
	--bs-popover-bg: var(--bs-body-bg);
	--bs-popover-border-width: var(--bs-border-width);
	--bs-popover-border-color: var(--bs-border-color-translucent);
	--bs-popover-border-radius: var(--bs-border-radius-lg);
	--bs-popover-inner-border-radius: calc(
		var(--bs-border-radius-lg) - var(--bs-border-width)
		);
	--bs-popover-box-shadow: var(--bs-box-shadow);
	--bs-popover-header-padding-x: 1rem;
	--bs-popover-header-padding-y: 0.5rem;
	--bs-popover-header-font-size: 1rem;
	--bs-popover-header-color: #efefef;
	--bs-popover-header-bg: var(--bs-secondary-bg);
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: 1rem;
	--bs-popover-body-color: var(--bs-body-color);
	--bs-popover-arrow-width: 1rem;
	--bs-popover-arrow-height: 0.5rem;
	--bs-popover-arrow-border: var(--bs-popover-border-color);
	word-wrap: break-word;
	background-clip: padding-box;
	background-color: var(--bs-popover-bg);
	border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-radius: var(--bs-popover-border-radius);
	box-shadow: var(--bs-popover-box-shadow);
	display: block;
	font-family: stratum-1-web, sans-serif;
	font-size: var(--bs-popover-font-size);
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	max-width: var(--bs-popover-max-width);
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	z-index: var(--bs-popover-zindex);
}
.popover .popover-arrow {
	display: block;
	height: var(--bs-popover-arrow-height);
	width: var(--bs-popover-arrow-width);
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
	border: 0 solid transparent;
	content: "";
	display: block;
	position: absolute;
}
.popover-header {
	background-color: var(--bs-popover-header-bg);
	border-bottom: var(--bs-popover-border-width) solid
		var(--bs-popover-border-color);
	border-top-left-radius: var(--bs-popover-inner-border-radius);
	border-top-right-radius: var(--bs-popover-inner-border-radius);
	color: var(--bs-popover-header-color);
	font-size: var(--bs-popover-header-font-size);
	margin-bottom: 0;
	padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
}
.popover-header:empty {
	display: none;
}
.popover-body {
	color: var(--bs-popover-body-color);
	padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
}
.carousel {
	position: relative;
}
.carousel.pointer-event {
	touch-action: pan-y;
}
.carousel-item {
	backface-visibility: hidden;
	display: none;
	float: left;
	margin-right: -100%;
	position: relative;
	transition: transform 0.6s ease-in-out;
	width: 100%;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%);
}
.carousel-indicators {
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	margin-bottom: 1rem;
	margin-left: 15%;
	margin-right: 15%;
	padding: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}
.carousel-indicators [data-bs-target] {
	background-clip: padding-box;
	background-color: #fff;
	border: 0;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	box-sizing: content-box;
	cursor: pointer;
	flex: 0 1 auto;
	height: 3px;
	margin-left: 3px;
	margin-right: 3px;
	opacity: 0.5;
	padding: 0;
	text-indent: -999px;
	transition: opacity 0.6s ease;
	width: 30px;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}
.carousel-indicators .active {
	opacity: 1;
}
@keyframes spinner-border {
	to {
		transform: rotate(1turn);
	}
}
@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: none;
	}
}
.offcanvas,
.offcanvas-lg {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: var(--bs-border-width);
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
	--bs-offcanvas-transition: transform 0.3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 991.98px) {
	.offcanvas-lg {
		background-clip: padding-box;
		background-color: var(--bs-offcanvas-bg);
		bottom: 0;
		box-shadow: var(--bs-offcanvas-box-shadow);
		color: var(--bs-offcanvas-color);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		outline: 0;
		position: fixed;
		transition: var(--bs-offcanvas-transition);
		visibility: hidden;
		z-index: var(--bs-offcanvas-zindex);
	}
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-lg {
		transition: none;
	}
}
@media (max-width: 991.98px) {
	.offcanvas-lg.offcanvas-start {
		border-right: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		left: 0;
		top: 0;
		transform: translateX(-100%);
		width: var(--bs-offcanvas-width);
	}
	.offcanvas-lg.offcanvas-top {
		border-bottom: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		top: 0;
		transform: translateY(-100%);
	}
	.offcanvas-lg.offcanvas-top {
		height: var(--bs-offcanvas-height);
		left: 0;
		max-height: 100%;
		right: 0;
	}
	.offcanvas-lg.show:not(.hiding),
	.offcanvas-lg.showing {
		transform: none;
	}
	.offcanvas-lg.hiding,
	.offcanvas-lg.show,
	.offcanvas-lg.showing {
		visibility: visible;
	}
}
@media (min-width: 992px) {
	.offcanvas-lg {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-lg .offcanvas-header {
		display: none;
	}
}
.offcanvas {
	background-clip: padding-box;
	background-color: var(--bs-offcanvas-bg);
	bottom: 0;
	box-shadow: var(--bs-offcanvas-box-shadow);
	color: var(--bs-offcanvas-color);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	outline: 0;
	position: fixed;
	transition: var(--bs-offcanvas-transition);
	visibility: hidden;
	z-index: var(--bs-offcanvas-zindex);
}
@media (prefers-reduced-motion: reduce) {
	.offcanvas {
		transition: none;
	}
}
.offcanvas.offcanvas-start {
	border-right: var(--bs-offcanvas-border-width) solid
		var(--bs-offcanvas-border-color);
	left: 0;
	top: 0;
	transform: translateX(-100%);
	width: var(--bs-offcanvas-width);
}
.offcanvas.offcanvas-top {
	border-bottom: var(--bs-offcanvas-border-width) solid
		var(--bs-offcanvas-border-color);
	top: 0;
	transform: translateY(-100%);
}
.offcanvas.offcanvas-top {
	height: var(--bs-offcanvas-height);
	left: 0;
	max-height: 100%;
	right: 0;
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
	transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
	visibility: visible;
}
.offcanvas-backdrop {
	background-color: #000;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1040;
}
.offcanvas-backdrop.fade {
	opacity: 0;
}
.offcanvas-backdrop.show {
	opacity: 0.5;
}
.offcanvas-header {
	align-items: center;
	display: flex;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.placeholder {
	background-color: currentcolor;
	cursor: wait;
	display: inline-block;
	min-height: 1em;
	opacity: 0.5;
	vertical-align: middle;
}
.frm_forms .frm_submit .placeholder.frm_button_submit:before,
.frm_forms .frm_submit button.placeholder:before,
.placeholder.btn:before {
	content: "";
	display: inline-block;
}
@keyframes placeholder-glow {
	50% {
		opacity: 0.2;
	}
}
@keyframes placeholder-wave {
	to {
		-webkit-mask-position: -200% 0;
		mask-position: -200% 0;
	}
}
.menu-header-container > ul > li > a {
	color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(
		var(--bs-primary-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.menu-header-container > ul > li > a:focus,
.menu-header-container > ul > li > a:hover {
	color: RGBA(242, 242, 242, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(
		242,
		242,
		242,
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.ratio {
	position: relative;
	width: 100%;
}
.ratio:before {
	content: "";
	display: block;
	padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}
.ratio-4x3 {
	--bs-aspect-ratio: 75%;
}
.ratio-16x9 {
	--bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
	top: 0;
}
.fixed-bottom,
.fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
}
.fixed-bottom {
	bottom: 0;
}
.sticky-top {
	top: 0;
}
.sticky-top {
	position: sticky;
	z-index: 1020;
}
.visually-hidden {
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	white-space: nowrap !important;
	width: 1px !important;
}
.visually-hidden:not(caption) {
	position: absolute !important;
}
.stretched-link:after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.vr {
	align-self: stretch;
	background-color: currentcolor;
	display: inline-block;
	min-height: 1em;
	opacity: 0.25;
	width: var(--bs-border-width);
}
.float-end {
	float: right !important;
}
.float-none,
.woocommerce-pagination ul li {
	float: none !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li > a:after,
.wp-block-separator {
	opacity: 0.1 !important;
}
.breadcrumbs > span,
.breadcrumbs > span span a,
.breadcrumbs > span span span,
.opacity-50 {
	opacity: 0.5 !important;
}
.opacity-75 {
	opacity: 0.75 !important;
}
.breadcrumbs > span span {
	opacity: 1 !important;
}
.overflow-hidden,
.woocommerce-cart-form__cart-item .product-thumbnail > a img {
	overflow: hidden !important;
}
.frm_forms .frm_primary_label .frm_required:before {
	display: inline-block !important;
}
.affinity-categories-and-archives .archive-list li a,
.d-block,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li > a:after,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1:before,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1:focus-within,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1:hover,
.desktop-menu nav #menu-primary-nav-1 > li:focus-within .smow-1,
.desktop-menu nav #menu-primary-nav-1 > li:hover .smow-1,
.frm_forms .frm_error,
.main-footer .custom-logo-link,
.main-menu-active .menu-icon-active,
.menu-header-container > ul > li > a,
.menu-icon-inactive,
.menu-toggle,
.mobile-menu nav #menu-primary-nav-1 > li > a,
.mobile-menu nav #menu-primary-nav-2 > li > a,
.post-card .post-card-content:before,
.read-control .read-less,
.read-control.read-more-active .read-more,
.site-pagination .page-numbers:not(.next):not(.prev),
.woocommerce-cart-form__cart-item .product-thumbnail > a img,
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev) {
	display: block !important;
}
.d-grid {
	display: grid !important;
}
.d-flex,
.desktop-menu,
.desktop-menu nav,
.desktop-menu nav #menu-primary-nav-1,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1,
.desktop-menu nav #menu-primary-nav-2,
.frm_forms .frm_primary_label,
.frm_forms .frm_submit,
.main-footer .nav-footer ul,
.menu-header-container > ul,
.mobile-menu .menu-go-back,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
.menu-go-back,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
button,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
button
span,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
button,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
button
span,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
button,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
button
span,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
> a,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap .sub-menu-wrap > a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap.is-active
.menu-go-back,
.mobile-menu nav #menu-primary-nav-1 > li,
.mobile-menu nav #menu-primary-nav-2 > li,
.site-pagination,
.site-sidebar,
.standard-product .price-cart-wrapper .cart .single_variation_wrap,
.swiper-pagination-bullets,
.woocommerce-pagination,
.woocommerce-pagination > ul {
	display: flex !important;
}
.d-inline-flex {
	display: inline-flex !important;
}

.d-none
{
	display: none !important;
}
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit button {
	box-shadow: none !important;
}
.desktop-menu nav #menu-primary-nav-1 > li > a,
.mobile-menu,
.offcanvas-top,
.position-relative {
	position: relative !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1:before,
.desktop-menu nav #menu-primary-nav-1 > li > a:after,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap,
.position-absolute,
.post-card .post-card-content:before,
.slide-overlay,
.vertical-line {
	position: absolute !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1:before,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap,
.post-card .post-card-content:before,
.slide-overlay,
.top-0,
.vertical-line {
	top: 0 !important;
}
.top-50 {
	top: 50% !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 {
	top: 100% !important;
}
.bottom-0,
.desktop-menu nav #menu-primary-nav-1 > li > a:after {
	bottom: 0 !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1:before,
.mobile-menu,
.mobile-menu nav #menu-primary-nav-2,
.post-card .post-card-content:before,
.slide-overlay,
.start-0,
.vertical-line {
	left: 0 !important;
}
.desktop-menu nav #menu-primary-nav-1 > li > a:after,
.start-50 {
	left: 50% !important;
}
.end-0,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap {
	right: 0 !important;
}
.translate-middle {
	transform: translate(-50%, -50%) !important;
}
.border,
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit button,
.site-pagination .page-numbers:not(.next):not(.prev),
.swiper-pagination-bullets .swiper-pagination-bullet,
.woocommerce-cart-form__cart-item .product-thumbnail > a img,
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev) {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0,
.mobile-menu .menu-go-back,
.mobile-menu .sub-menu-toggle,
.woocommerce-pagination ul li,
.woocommerce-pagination > ul,
.wp-block-separator {
	border: 0 !important;
}
.border-top {
	border-top: var(--bs-border-width) var(--bs-border-style)
		var(--bs-border-color) !important;
}
.border-end {
	border-right: var(--bs-border-width) var(--bs-border-style)
		var(--bs-border-color) !important;
}
.affinity-categories-and-archives .archive-list li,
.border-bottom,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > .h3,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > h3,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
button,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
> div
> .h3,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
> div
> h3,
.mobile-menu nav #menu-primary-nav-1 > li,
.mobile-menu nav #menu-primary-nav-2 > li,
.wp-block-separator {
	border-bottom: var(--bs-border-width) var(--bs-border-style)
		var(--bs-border-color) !important;
}
.border-start {
	border-left: var(--bs-border-width) var(--bs-border-style)
		var(--bs-border-color) !important;
}
.affinity-categories-and-archives .archive-list li,
.border-primary,
.form-control-dark,
.single-product .main-product-gallery .swiper-slide .thumb-slide-container,
.site-pagination .page-numbers:not(.next):not(.prev),
.swiper-pagination-bullets .swiper-pagination-bullet,
.woocommerce-cart-form__cart-item .product-thumbnail > a img,
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev) {
	--bs-border-opacity: 1;
	border-color: rgba(
		var(--bs-primary-rgb),
		var(--bs-border-opacity)
	) !important;
}
.border-secondary {
	--bs-border-opacity: 1;
	border-color: rgba(
		var(--bs-secondary-rgb),
		var(--bs-border-opacity)
	) !important;
}
.border-quaternary,
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit button,
.swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	--bs-border-opacity: 1;
	border-color: rgba(
		var(--bs-quaternary-rgb),
		var(--bs-border-opacity)
	) !important;
}
.border-quinary,
.single-product
.main-product-gallery
.swiper-slide.swiper-slide-thumb-active
.thumb-slide-container {
	--bs-border-opacity: 1;
	border-color: rgba(
		var(--bs-quinary-rgb),
		var(--bs-border-opacity)
	) !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > .h3,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > h3,
.mobile-menu .sub-menu-toggle,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
button,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
> div
> .h3,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
> div
> h3,
.mobile-menu nav #menu-primary-nav-1 > li,
.mobile-menu nav #menu-primary-nav-2 > li {
	--bs-border-opacity: 1;
	border-color: rgba(
		var(--bs-octonary-rgb),
		var(--bs-border-opacity)
	) !important;
}
.border-1,
.swiper-pagination-bullets .swiper-pagination-bullet {
	border-width: 1px !important;
}
.border-2 {
	border-width: 2px !important;
}
.affinity-categories-and-archives .archive-list li,
.border-opacity-10,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > .h3,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > h3,
.form-control-dark,
.mobile-menu .sub-menu-toggle,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
button,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
> div
> .h3,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
> div
> h3,
.mobile-menu nav #menu-primary-nav-1 > li,
.mobile-menu nav #menu-primary-nav-2 > li,
.single-product .main-product-gallery .swiper-slide .thumb-slide-container,
.site-pagination .page-numbers:not(.next):not(.prev),
.woocommerce-cart-form__cart-item .product-thumbnail > a img,
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev) {
	--bs-border-opacity: 0.1;
}
.border-opacity-25 {
	--bs-border-opacity: 0.25;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	--bs-border-opacity: 0.4;
}
.swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	--bs-border-opacity: 1;
}
.w-50 {
	width: 50% !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li > a:after,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1:before,
.desktop-menu nav #menu-primary-nav-1 > li.current-menu-item a:after,
.desktop-menu nav #menu-primary-nav-1 > li > a:focus:after,
.desktop-menu nav #menu-primary-nav-1 > li > a:hover:after,
.mobile-menu,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap,
.slide-overlay,
.w-100 {
	width: 100% !important;
}
.main-footer .custom-logo {
	width: auto !important;
}
.mw-100 {
	max-width: 100% !important;
}
.h-50 {
	height: 50% !important;
}
.h-100,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap,
.post-card .post-card-content:before,
.slide-overlay,
.vertical-line {
	height: 100% !important;
}
.frm_forms input,
.frm_forms input[type="email"],
.frm_forms input[type="tel"],
.frm_forms input[type="text"],
.frm_forms select,
.frm_forms textarea,
.h-auto,
.main-footer .custom-logo {
	height: auto !important;
}
.desktop-menu,
.desktop-menu nav #menu-primary-nav-1,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1,
.desktop-menu nav #menu-primary-nav-2,
.flex-row {
	flex-direction: row !important;
}
.flex-column,
.main-footer .nav-footer ul,
.mobile-menu nav,
.mobile-menu nav #menu-primary-nav-1,
.site-sidebar,
.standard-product .price-cart-wrapper .cart .single_variation_wrap {
	flex-direction: column !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-grow-1,
.mobile-menu nav #menu-primary-nav-1 > li > a,
.mobile-menu nav #menu-primary-nav-2 > li > a {
	flex-grow: 1 !important;
}
.flex-shrink-0,
.frm_forms .frm_primary_label .frm_required:before {
	flex-shrink: 0 !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > .h3,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > h3,
.flex-wrap,
.frm_forms .frm_submit,
.main-footer .nav-footer ul,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap .sub-menu-wrap > a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
> div
> .h3,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
> div
> h3,
.mobile-menu nav #menu-primary-nav-1 > li,
.mobile-menu nav #menu-primary-nav-2 > li,
.swiper-pagination-bullets {
	flex-wrap: wrap !important;
}
.desktop-menu,
.justify-content-start {
	justify-content: flex-start !important;
}
.frm_forms .frm_submit,
.justify-content-end {
	justify-content: flex-end !important;
}
.justify-content-center,
.main-footer .nav-footer ul,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
button
span,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
button
span,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
button
span,
.swiper-pagination-bullets,
.woocommerce-pagination {
	justify-content: center !important;
}
.desktop-menu nav,
.frm_forms .frm_primary_label,
.justify-content-between {
	justify-content: space-between !important;
}
.align-items-start {
	align-items: flex-start !important;
}
.align-items-end,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
button,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
button,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
button {
	align-items: flex-end !important;
}
.align-items-center,
.desktop-menu nav,
.frm_forms .frm_primary_label,
.main-footer .nav-footer ul,
.menu-header-container > ul,
.mobile-menu .menu-go-back,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
button
span,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
button
span,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
button
span,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
> a,
.site-pagination,
.woocommerce-pagination > ul {
	align-items: center !important;
}
.align-self-start {
	align-self: flex-start !important;
}
.order-first {
	order: -1 !important;
}
.order-last {
	order: 6 !important;
}
.global-usps p,
.m-0,
.mobile-menu nav #menu-primary-nav-1 {
	margin: 0 !important;
}
.m-14 {
	margin: 4rem !important;
}
.mx-auto,
.woocommerce-cart-form__cart-item .product-thumbnail > a img {
	margin-left: auto !important;
	margin-right: auto !important;
}
.my-9 {
	margin-bottom: 2rem !important;
	margin-top: 2rem !important;
}
.wp-block-separator {
	margin-bottom: 2.2rem !important;
	margin-top: 2.2rem !important;
}
.my-13 {
	margin-bottom: 3rem !important;
	margin-top: 3rem !important;
}
.my-17 {
	margin-bottom: 9rem !important;
	margin-top: 9rem !important;
}
.my-19 {
	margin-bottom: 12rem !important;
	margin-top: 12rem !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 header .sub-menu-wrap > div,
/* header .container > div, */
header .desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div,
header .desktop-menu > div {
	margin-top: 0 !important;
}
.frm_forms .frm_error {
	margin-top: 0.6rem !important;
}
.mt-3 {
	margin-top: 0.8rem !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li > a:after,
.mt-4 {
	margin-top: 1rem !important;
}
.mt-6 {
	margin-top: 1.4rem !important;
}
.mt-7,
.woocommerce-loop-product__title {
	margin-top: 1.6rem !important;
}
.mt-9 {
	margin-top: 2rem !important;
}
.mt-10 {
	margin-top: 2.2rem !important;
}
.mt-11 {
	margin-top: 2.5rem !important;
}
.mt-12 {
	margin-top: 2.8rem !important;
}
.mt-13,
.read-control {
	margin-top: 3rem !important;
}
.mt-14,
.swiper-pagination-bullets {
	margin-top: 4rem !important;
}
.mt-15 {
	margin-top: 5.6rem !important;
}
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
> div,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap .sub-menu-wrap > div,
.mt-16 {
	margin-top: 6rem !important;
}
.mt-17 {
	margin-top: 9rem !important;
}
.mt-19 {
	margin-top: 12rem !important;
}
.mt-auto {
	margin-top: auto !important;
}
.me-2 {
	margin-right: 0.6rem !important;
}
.me-3 {
	margin-right: 0.8rem !important;
}
.me-18 {
	margin-right: 10rem !important;
}
.me-auto {
	margin-right: auto !important;
}
.desktop-menu nav #menu-primary-nav-1,
.desktop-menu nav #menu-primary-nav-2,
.frm_forms .frm_form_title,
.mb-0,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
> div,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap .sub-menu-wrap > div,
.standard-product .price-cart-wrapper .cart,
.standard-product .price-cart-wrapper .cart table.variations,
body:not(.single-post).gutenberg-content p:only-child {
	margin-bottom: 0 !important;
}
.frm_forms .frm_primary_label {
	margin-bottom: 0.6rem !important;
}
.mb-3 {
	margin-bottom: 0.8rem !important;
}
.mb-4 {
	margin-bottom: 1rem !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > .h3,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > h3,
.mb-6 {
	margin-bottom: 1.4rem !important;
}
.mb-7 {
	margin-bottom: 1.6rem !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 header .sub-menu-wrap > div,
.mb-9,
/* header .container > div, */
header .desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div,
header .desktop-menu > div {
	margin-bottom: 2rem !important;
}
.mb-10 {
	margin-bottom: 2.2rem !important;
}
.mb-11 {
	margin-bottom: 2.5rem !important;
}
.breadcrumbs,
.frm_forms .frm_description,
.mb-13 {
	margin-bottom: 3rem !important;
}
.mb-14 {
	margin-bottom: 4rem !important;
}
.mb-15 {
	margin-bottom: 5.6rem !important;
}
.mb-16 {
	margin-bottom: 6rem !important;
}
.mb-17 {
	margin-bottom: 9rem !important;
}
.mb-19 {
	margin-bottom: 12rem !important;
}
.ms-0 {
	margin-left: 0 !important;
}
.ms-1 {
	margin-left: 0.4rem !important;
}
.ms-2 {
	margin-left: 0.6rem !important;
}
.ms-3 {
	margin-left: 0.8rem !important;
}
.ms-4 {
	margin-left: 1rem !important;
}
.ms-5 {
	margin-left: 1.2rem !important;
}
.ms-6 {
	margin-left: 1.4rem !important;
}
.ms-7 {
	margin-left: 1.6rem !important;
}
.ms-8 {
	margin-left: 1.8rem !important;
}
.ms-9 {
	margin-left: 2rem !important;
}
.ms-10 {
	margin-left: 2.2rem !important;
}
.ms-11 {
	margin-left: 2.5rem !important;
}
.ms-12 {
	margin-left: 2.8rem !important;
}
.ms-13 {
	margin-left: 3rem !important;
}
.ms-14 {
	margin-left: 4rem !important;
}
.ms-15 {
	margin-left: 5.6rem !important;
}
.ms-16 {
	margin-left: 6rem !important;
}
.ms-17 {
	margin-left: 9rem !important;
}
.ms-18 {
	margin-left: 10rem !important;
}
.ms-19 {
	margin-left: 12rem !important;
}
.ms-auto {
	margin-left: auto !important;
}
.ms-n1 {
	margin-left: -0.4rem !important;
}
.ms-n2 {
	margin-left: -0.6rem !important;
}
.ms-n3 {
	margin-left: -0.8rem !important;
}
.ms-n4 {
	margin-left: -1rem !important;
}
.ms-n5 {
	margin-left: -1.2rem !important;
}
.ms-n6 {
	margin-left: -1.4rem !important;
}
.ms-n7 {
	margin-left: -1.6rem !important;
}
.ms-n8 {
	margin-left: -1.8rem !important;
}
.ms-n9 {
	margin-left: -2rem !important;
}
.ms-n10 {
	margin-left: -2.2rem !important;
}
.ms-n11 {
	margin-left: -2.5rem !important;
}
.ms-n12 {
	margin-left: -2.8rem !important;
}
.ms-n13 {
	margin-left: -3rem !important;
}
.ms-n14 {
	margin-left: -4rem !important;
}
.ms-n15 {
	margin-left: -5.6rem !important;
}
.ms-n16 {
	margin-left: -6rem !important;
}
.ms-n17 {
	margin-left: -9rem !important;
}
.ms-n18 {
	margin-left: -10rem !important;
}
.ms-n19 {
	margin-left: -12rem !important;
}
.p-0 {
	padding: 0 !important;
}
.p-1 {
	padding: 0.4rem !important;
}
.p-2,
.woocommerce-cart-form__cart-item .product-thumbnail > a img {
	padding: 0.6rem !important;
}
.p-3 {
	padding: 0.8rem !important;
}
.p-5 {
	padding: 1.2rem !important;
}
.cart-collaterals .cart_totals,
.form-control-dark,
.p-9 {
	padding: 2rem !important;
}
.p-12 {
	padding: 2.8rem !important;
}
.p-14 {
	padding: 4rem !important;
}
.desktop-menu
nav
#menu-primary-nav-1
> li
.smow-1
.gutenberg-content.page-content
> .sub-menu-wrap,
.desktop-menu
nav
#menu-primary-nav-1
> li
.smow-1
.site-sidebar
> .widget
> .sub-menu-wrap,
.gutenberg-content.page-content > .container,
.gutenberg-content.page-content > .desktop-menu,
.mobile-menu nav #menu-primary-nav-1 > li .smow-2 .sub-menu-wrap > a,
.px-0,
.site-sidebar > .widget > .container,
.site-sidebar > .widget > .desktop-menu {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.frm_forms .frm_primary_label .frm_required:before {
	padding-left: 0.4rem !important;
	padding-right: 0.4rem !important;
}
.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.px-5 {
	padding-left: 1.2rem !important;
	padding-right: 1.2rem !important;
}
.px-7,
.site-pagination .page-numbers:not(.next):not(.prev),
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev) {
	padding-left: 1.6rem !important;
	padding-right: 1.6rem !important;
}
.desktop-menu,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap {
	padding-left: 1.8rem !important;
	padding-right: 1.8rem !important;
}
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap .sub-menu-wrap > a,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap .sub-menu-wrap > div {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.px-13 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}
.py-2 {
	padding-bottom: 0.6rem !important;
	padding-top: 0.6rem !important;
}
.mobile-menu nav #menu-primary-nav-2 > li > a,
.py-4,
.site-pagination .page-numbers:not(.next):not(.prev),
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev) {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}
.desktop-menu,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > .h3,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > h3,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
> a,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap .sub-menu-wrap > a,
.mobile-menu nav #menu-primary-nav-1 > li > a,
.py-6 {
	padding-bottom: 1.4rem !important;
	padding-top: 1.4rem !important;
}
.py-7 {
	padding-bottom: 1.6rem !important;
	padding-top: 1.6rem !important;
}
.affinity-categories-and-archives .archive-list li a,
.py-9 {
	padding-bottom: 2rem !important;
	padding-top: 2rem !important;
}
.py-10 {
	padding-bottom: 2.2rem !important;
	padding-top: 2.2rem !important;
}
.py-13 {
	padding-bottom: 3rem !important;
	padding-top: 3rem !important;
}
.py-14 {
	padding-bottom: 4rem !important;
	padding-top: 4rem !important;
}
.py-15 {
	padding-bottom: 5.6rem !important;
	padding-top: 5.6rem !important;
}
.py-16 {
	padding-bottom: 6rem !important;
	padding-top: 6rem !important;
}
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
> div,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap .sub-menu-wrap > div,
header {
	padding-top: 0 !important;
}
header {
	padding-top: 0.8rem !important;
}
.pt-10,
header {
	padding-top: 2.2rem !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li {
	padding-top: 2.5rem !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > .h3,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > h3,
.pt-13 {
	padding-top: 3rem !important;
}
.pt-14 {
	padding-top: 4rem !important;
}
.pt-17 {
	padding-top: 9rem !important;
}
.pe-0 {
	padding-right: 0 !important;
}
.pe-4 {
	padding-right: 1rem !important;
}
.pe-9 {
	padding-right: 2rem !important;
}
.form-control-dark {
	padding-right: 10rem !important;
}
.pe-19 {
	padding-right: 12rem !important;
}
.desktop-menu
nav
#menu-primary-nav-1
> li
.smow-2
.sub-depth-2
> li
.smow-3
.sub-menu-wrap {
	padding-bottom: 0.8rem !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li > a,
.pb-4 {
	padding-bottom: 1rem !important;
}
.desktop-menu nav #menu-primary-nav-1 > li > a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
> div
> .h3,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
> div
> h3 {
	padding-bottom: 1.4rem !important;
}
.pb-7 {
	padding-bottom: 1.6rem !important;
}
.pb-10 {
	padding-bottom: 2.2rem !important;
}
.pb-11 {
	padding-bottom: 2.5rem !important;
}
.pb-13 {
	padding-bottom: 3rem !important;
}
.pb-14 {
	padding-bottom: 4rem !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap {
	padding-bottom: 5.6rem !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-2 .sub-menu-wrap,
.mobile-menu .menu-go-back,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
> div,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
> div
> .h3,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
> div
> h3,
.ps-0 {
	padding-left: 0 !important;
}
.ps-4 {
	padding-left: 1rem !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li > a {
	
}
ul.sub-menu.sub-depth-2 {
	padding-left: 1.4rem !important;
}
.ps-9 {
	padding-left: 2rem !important;
}
.gap-1 {
	gap: 0.4rem !important;
}
.frm_forms .frm_submit,
.gap-2,
.main-footer .nav-footer ul,
.mobile-menu .menu-go-back,
.site-pagination,
.woocommerce-pagination > ul {
	gap: 0.6rem !important;
}
.gap-3 {
	gap: 0.8rem !important;
}
.frm_forms .frm_primary_label,
.gap-4,
.swiper-pagination-bullets {
	gap: 1rem !important;
}
.gap-5 {
	gap: 1.2rem !important;
}
.gap-6 {
	gap: 1.4rem !important;
}
.gap-7 {
	gap: 1.6rem !important;
}
.gap-9 {
	gap: 2rem !important;
}
.desktop-menu nav #menu-primary-nav-1,
.gap-11 {
	gap: 2.5rem !important;
}
.gap-12 {
	gap: 2.8rem !important;
}
.desktop-menu nav #menu-primary-nav-2,
.site-sidebar {
	gap: 3rem !important;
}
.desktop-menu,
.desktop-menu nav {
	gap: 4rem !important;
}
.fs-2 {
	font-size: 1rem !important;
}
.accented-link,
.breadcrumbs > span span,
.frm_forms .frm_primary_label .frm_required:before,
.fs-3,
.main-footer .nav-footer.nav-footer-1 ul li a,
.main-footer .nav-footer.nav-footer-2 ul li a {
	font-size: 1.2rem !important;
}
.desktop-menu
nav
#menu-primary-nav-1
> li
.smow-2
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
> a,
.desktop-menu nav #menu-primary-nav-1 > li .smow-2 .sub-depth-2 > li > a,
.frm_forms .frm_description,
.frm_forms .frm_primary_label,
.frm_forms input,
.frm_forms input[type="email"],
.frm_forms input[type="tel"],
.frm_forms input[type="text"],
.frm_forms select,
.frm_forms textarea,
.fs-4,
.single-product .product-category-list,
.site-pagination .page-numbers:not(.next):not(.prev),
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev) {
	font-size: 1.4rem !important;
}
.affinity-categories-and-archives .archive-list li a,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li > a,
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit button,
.fs-5,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
button
span,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
button
span,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
button
span,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
> a,
.mobile-menu nav #menu-primary-nav-1 > li > a,
.mobile-menu nav #menu-primary-nav-2 > li > a,
.woocommerce-loop-product__title {
	font-size: 1.6rem !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > .h3,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > h3,
.form-control-dark,
.fs-6 {
	font-size: 1.8rem !important;
}
.frm_forms .frm_form_title,
.fs-7 {
	font-size: 2rem !important;
}
.fs-8 {
	font-size: 2.4rem !important;
}
.fs-10 {
	font-size: 3rem !important;
}
.fs-11 {
	font-size: 4rem !important;
}
.desktop-menu nav #menu-primary-nav-2,
.fw-light,
.main-footer .nav-footer.nav-footer-2 ul li a,
.mobile-menu .menu-go-back,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
> a,
.mobile-menu nav #menu-primary-nav-2 > li > a {
	font-weight: 300 !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li > a,
.desktop-menu
nav
#menu-primary-nav-1
> li
.smow-2
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
> a,
.desktop-menu nav #menu-primary-nav-1 > li .smow-2 .sub-depth-2 > li > a,
.frm_forms .frm_primary_label .frm_required:before,
.frm_forms input,
.frm_forms input[type="email"],
.frm_forms input[type="tel"],
.frm_forms input[type="text"],
.frm_forms select,
.frm_forms textarea,
.main-footer .nav-footer.nav-footer-1 ul li a.affinity-menu-item-secondary {
	font-weight: 400 !important;
}
.accented-link,
.affinity-categories-and-archives .archive-list li a,
.cart-collaterals .cart_totals > .h2,
.cart-collaterals .cart_totals > h2,
.desktop-menu,
.desktop-menu nav #menu-primary-nav-1,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > .h3,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > h3,
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit button,
.fw-bold,
.main-footer .nav-footer.nav-footer-1 ul li a,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap .sub-menu-wrap > a,
.mobile-menu nav #menu-primary-nav-1 > li > a,
.site-pagination .page-numbers:not(.next):not(.prev),
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev) {
	font-weight: 700 !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li,
.lh-1,
.site-pagination .page-numbers:not(.next):not(.prev),
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev) {
	line-height: 1 !important;
}
.text-start {
	text-align: left !important;
}
.text-end {
	text-align: right !important;
}
.main-footer .nav-footer ul li,
.text-center {
	text-align: center !important;
}
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit button,
.menu-header-container > ul > li > a,
.site-pagination .page-numbers:not(.next):not(.prev),
.text-decoration-none,
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev) {
	text-decoration: none !important;
}
.accented-link,
.desktop-menu
nav
#menu-primary-nav-1
> li
.smow-2
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
> a:hover,
.menu-header-container > ul > li > a:hover,
.single-post .gutenberg-content a,
.site-pagination .page-numbers:not(.next):not(.prev).current,
.text-decoration-underline,
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev).current {
	text-decoration: underline !important;
}

.standard-product .price-cart-wrapper .cart .single_add_to_cart_button {
	white-space: nowrap !important;
}
.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}
.affinity-categories-and-archives .archive-list li a,
.breadcrumbs > span span,
.breadcrumbs > span span a,
.desktop-menu,
.desktop-menu a,
.desktop-menu nav #menu-primary-nav-1,
.desktop-menu nav #menu-primary-nav-1 a,
.desktop-menu nav #menu-primary-nav-2,
.desktop-menu nav #menu-primary-nav-2 a,
.form-control-dark,
.form-control-dark a,
.frm_forms .frm_description,
.frm_forms .frm_description a,
.frm_forms .frm_description p,
.frm_forms .frm_form_title,
.frm_forms .frm_form_title a,
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit .frm_button_submit a,
.frm_forms .frm_submit button,
.frm_forms .frm_submit button a,
.main-footer .nav-footer ul li a,
.site-pagination .page-numbers:not(.next):not(.prev),
.site-pagination .page-numbers:not(.next):not(.prev) a,
.text-primary,
.text-primary a,
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev),
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev) a {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.cart-collaterals .cart_totals,
.cart-collaterals .cart_totals .wc-proceed-to-checkout > a,
.composite-product .composite_wrap .composite_button button,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li > a,
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit button,
.mobile-menu .menu-go-back,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
> a,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap .sub-menu-wrap > a,
.mobile-menu nav #menu-primary-nav-1 > li > a,
.mobile-menu nav #menu-primary-nav-2 > li > a,
.standard-product .price-cart-wrapper .cart .single_add_to_cart_button,
.text-secondary,
.woocommerce-cart-form__contents .actions .button:disabled,
.woocommerce-checkout .woocommerce-checkout-payment {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > .h3,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > h3,
.text-tertiary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}
.accented-link,
.cart-collaterals .cart_totals > .h2,
.cart-collaterals .cart_totals > h2,
.text-quaternary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-quaternary-rgb), var(--bs-text-opacity)) !important;
}
.text-quinary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-quinary-rgb), var(--bs-text-opacity)) !important;
}
.frm_forms .frm_primary_label .frm_required:before,
.text-senary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-senary-rgb), var(--bs-text-opacity)) !important;
}
.site-pagination .page-numbers:not(.next):not(.prev).current,
.text-septenary,
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev).current {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-septenary-rgb), var(--bs-text-opacity)) !important;
}
.desktop-menu
nav
#menu-primary-nav-1
> li
.smow-2
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
> a,
.desktop-menu nav #menu-primary-nav-1 > li .smow-2 .sub-depth-2 > li > a,
.single-product .product-category-list,
.single-product .product-category-list a,
.text-octonary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-octonary-rgb), var(--bs-text-opacity)) !important;
}
.text-nonary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-nonary-rgb), var(--bs-text-opacity)) !important;
}
.breadcrumbs > span,
.frm_forms .frm_primary_label,
.text-ternary,
.woocommerce-Price-amount {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-ternary-rgb), var(--bs-text-opacity)) !important;
}
.frm_forms .frm_error,
.single-product .main-product-gallery .swiper-button-next,
.single-product .main-product-gallery .swiper-button-prev,
.single-product .main-product-gallery .swiper-zoom-btn,
.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary-emphasis {
	color: var(--bs-secondary-text-emphasis) !important;
}
.bg-secondary,
.desktop-menu {
	--bs-bg-opacity: 1;
	background-color: rgba(
		var(--bs-secondary-rgb),
		var(--bs-bg-opacity)
	) !important;
}
.bg-quaternary,
.cart-collaterals .cart_totals .wc-proceed-to-checkout > a,
.composite-product .composite_wrap .composite_button button,
.desktop-menu nav #menu-primary-nav-1 > li > a:after,
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit button,
.post-card .post-card-content:before,
.standard-product .price-cart-wrapper .cart .single_add_to_cart_button,
.swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active,
.vertical-line {
	--bs-bg-opacity: 1;
	background-color: rgba(
		var(--bs-quaternary-rgb),
		var(--bs-bg-opacity)
	) !important;
}
.bg-quinary {
	--bs-bg-opacity: 1;
	background-color: rgba(
		var(--bs-quinary-rgb),
		var(--bs-bg-opacity)
	) !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li > a:after {
	--bs-bg-opacity: 1;
	background-color: rgba(
		var(--bs-octonary-rgb),
		var(--bs-bg-opacity)
	) !important;
}
.frm_forms .frm_primary_label .frm_required:before {
	--bs-bg-opacity: 1;
	background-color: rgba(
		var(--bs-ternary-rgb),
		var(--bs-bg-opacity)
	) !important;
}
.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.cart-collaterals .cart_totals,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent,
.form-control-dark,
.mobile-menu,
.site-pagination .page-numbers:not(.next):not(.prev).current,
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev).current {
	--bs-bg-opacity: 1;
	background-color: transparent !important;
}
.bg-opacity-25,
.desktop-menu {
	--bs-bg-opacity: 0.25;
}
.rounded,
.woocommerce-cart-form__cart-item .product-thumbnail > a img {
	border-radius: var(--bs-border-radius) !important;
}
.mobile-menu .menu-go-back,
.mobile-menu .sub-menu-toggle,
.rounded-0,
.woocommerce-pagination > ul {
	border-radius: 0 !important;
}
.form-control-dark,
.frm_forms .frm_primary_label .frm_required:before,
.rounded-1 {
	border-radius: var(--bs-border-radius-sm) !important;
}
.visible {
	visibility: visible !important;
}
.z-index-neg {
	z-index: -10 !important;
}
.z-index-2 {
	z-index: 2 !important;
}
.grid-stack .grid-stack-item.grid-stack-item-top,
.z-index-4 {
	z-index: 4 !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 {
	z-index: 10 !important;
}
.cursor-pointer,
.swiper-pagination-bullets .swiper-pagination-bullet {
	cursor: pointer !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li > a:after {
	height: 1px !important;
}
.minh-400px {
	min-height: 400px !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	border-radius: 0.4rem 0 !important;
}
.cart-collaterals .cart_totals,
.cart-collaterals .cart_totals .wc-proceed-to-checkout > a,
.composite-product .composite_wrap .composite_button button,
.rounded-shape-1,
.standard-product .price-cart-wrapper .cart .single_add_to_cart_button,
.summary_element_image img,
.woocommerce-cart-form__cart-item .product-thumbnail > a img {
	border-radius: 1.4rem 0 !important;
}
@media (min-width: 576px) {
	.main-footer .nav-footer ul {
		flex-direction: row !important;
	}
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	.ms-sm-1 {
		margin-left: 0.4rem !important;
	}
	.ms-sm-2 {
		margin-left: 0.6rem !important;
	}
	.ms-sm-3 {
		margin-left: 0.8rem !important;
	}
	.ms-sm-4 {
		margin-left: 1rem !important;
	}
	.ms-sm-5 {
		margin-left: 1.2rem !important;
	}
	.ms-sm-6 {
		margin-left: 1.4rem !important;
	}
	.ms-sm-7 {
		margin-left: 1.6rem !important;
	}
	.ms-sm-8 {
		margin-left: 1.8rem !important;
	}
	.ms-sm-9 {
		margin-left: 2rem !important;
	}
	.ms-sm-10 {
		margin-left: 2.2rem !important;
	}
	.ms-sm-11 {
		margin-left: 2.5rem !important;
	}
	.ms-sm-12 {
		margin-left: 2.8rem !important;
	}
	.ms-sm-13 {
		margin-left: 3rem !important;
	}
	.ms-sm-14 {
		margin-left: 4rem !important;
	}
	.ms-sm-15 {
		margin-left: 5.6rem !important;
	}
	.ms-sm-16 {
		margin-left: 6rem !important;
	}
	.ms-sm-17 {
		margin-left: 9rem !important;
	}
	.ms-sm-18 {
		margin-left: 10rem !important;
	}
	.ms-sm-19 {
		margin-left: 12rem !important;
	}
	.ms-sm-auto {
		margin-left: auto !important;
	}
	.ms-sm-n1 {
		margin-left: -0.4rem !important;
	}
	.ms-sm-n2 {
		margin-left: -0.6rem !important;
	}
	.ms-sm-n3 {
		margin-left: -0.8rem !important;
	}
	.ms-sm-n4 {
		margin-left: -1rem !important;
	}
	.ms-sm-n5 {
		margin-left: -1.2rem !important;
	}
	.ms-sm-n6 {
		margin-left: -1.4rem !important;
	}
	.ms-sm-n7 {
		margin-left: -1.6rem !important;
	}
	.ms-sm-n8 {
		margin-left: -1.8rem !important;
	}
	.ms-sm-n9 {
		margin-left: -2rem !important;
	}
	.ms-sm-n10 {
		margin-left: -2.2rem !important;
	}
	.ms-sm-n11 {
		margin-left: -2.5rem !important;
	}
	.ms-sm-n12 {
		margin-left: -2.8rem !important;
	}
	.ms-sm-n13 {
		margin-left: -3rem !important;
	}
	.ms-sm-n14 {
		margin-left: -4rem !important;
	}
	.ms-sm-n15 {
		margin-left: -5.6rem !important;
	}
	.ms-sm-n16 {
		margin-left: -6rem !important;
	}
	.ms-sm-n17 {
		margin-left: -9rem !important;
	}
	.ms-sm-n18 {
		margin-left: -10rem !important;
	}
	.ms-sm-n19 {
		margin-left: -12rem !important;
	}
	.main-footer .nav-footer ul {
		gap: 1rem !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}
	.main-footer .nav-footer ul {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.main-footer .nav-footer ul {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mt-md-18 {
		margin-top: 10rem !important;
	}
	.mb-md-17 {
		margin-bottom: 9rem !important;
	}
	.ms-md-0 {
		margin-left: 0 !important;
	}
	.ms-md-1 {
		margin-left: 0.4rem !important;
	}
	.ms-md-2 {
		margin-left: 0.6rem !important;
	}
	.ms-md-3 {
		margin-left: 0.8rem !important;
	}
	.ms-md-4 {
		margin-left: 1rem !important;
	}
	.ms-md-5 {
		margin-left: 1.2rem !important;
	}
	.ms-md-6 {
		margin-left: 1.4rem !important;
	}
	.ms-md-7 {
		margin-left: 1.6rem !important;
	}
	.ms-md-8 {
		margin-left: 1.8rem !important;
	}
	.ms-md-9 {
		margin-left: 2rem !important;
	}
	.ms-md-10 {
		margin-left: 2.2rem !important;
	}
	.ms-md-11 {
		margin-left: 2.5rem !important;
	}
	.ms-md-12 {
		margin-left: 2.8rem !important;
	}
	.ms-md-13 {
		margin-left: 3rem !important;
	}
	.ms-md-14 {
		margin-left: 4rem !important;
	}
	.ms-md-15 {
		margin-left: 5.6rem !important;
	}
	.ms-md-16 {
		margin-left: 6rem !important;
	}
	.ms-md-17 {
		margin-left: 9rem !important;
	}
	.ms-md-18 {
		margin-left: 10rem !important;
	}
	.ms-md-19 {
		margin-left: 12rem !important;
	}
	.ms-md-auto {
		margin-left: auto !important;
	}
	.ms-md-n1 {
		margin-left: -0.4rem !important;
	}
	.ms-md-n2 {
		margin-left: -0.6rem !important;
	}
	.ms-md-n3 {
		margin-left: -0.8rem !important;
	}
	.ms-md-n4 {
		margin-left: -1rem !important;
	}
	.ms-md-n5 {
		margin-left: -1.2rem !important;
	}
	.ms-md-n6 {
		margin-left: -1.4rem !important;
	}
	.ms-md-n7 {
		margin-left: -1.6rem !important;
	}
	.ms-md-n8 {
		margin-left: -1.8rem !important;
	}
	.ms-md-n9 {
		margin-left: -2rem !important;
	}
	.ms-md-n10 {
		margin-left: -2.2rem !important;
	}
	.ms-md-n11 {
		margin-left: -2.5rem !important;
	}
	.ms-md-n12 {
		margin-left: -2.8rem !important;
	}
	.ms-md-n13 {
		margin-left: -3rem !important;
	}
	.ms-md-n14 {
		margin-left: -4rem !important;
	}
	.ms-md-n15 {
		margin-left: -5.6rem !important;
	}
	.ms-md-n16 {
		margin-left: -6rem !important;
	}
	.ms-md-n17 {
		margin-left: -9rem !important;
	}
	.ms-md-n18 {
		margin-left: -10rem !important;
	}
	.ms-md-n19 {
		margin-left: -12rem !important;
	}
	.ps-md-18 {
		padding-left: 10rem !important;
	}
	.main-footer .nav-footer ul {
		gap: 1.4rem !important;
	}
	.fs-md-5 {
		font-size: 1.6rem !important;
	}
	.fs-md-6 {
		font-size: 1.8rem !important;
	}
	.fs-md-7 {
		font-size: 2rem !important;
	}
	.fs-md-9 {
		font-size: 2.5rem !important;
	}
	.fs-md-13 {
		font-size: 6.6rem !important;
	}
	.text-md-start {
		text-align: left !important;
	}
	.text-md-end {
		text-align: right !important;
	}
}
@media (min-width: 992px) {
	.d-lg-block {
		display: block !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-none,
	.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap.is-active {
		display: none !important;
	}
	.position-lg-relative {
		position: relative !important;
	}
	.border-end-lg-0 {
		border-right: 0 !important;
	}
	.flex-lg-row {
		flex-direction: row !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.order-lg-first {
		order: -1 !important;
	}
	.order-lg-1 {
		order: 1 !important;
	}
	.order-lg-2 {
		order: 2 !important;
	}
	.order-lg-last {
		order: 6 !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-9 {
		margin-top: 2rem !important;
	}
	.mt-lg-13 {
		margin-top: 3rem !important;
	}
	.me-lg-6 {
		margin-right: 1.4rem !important;
	}
	.mb-lg-10 {
		margin-bottom: 2.2rem !important;
	}
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	.ms-lg-1 {
		margin-left: 0.4rem !important;
	}
	.ms-lg-2 {
		margin-left: 0.6rem !important;
	}
	.ms-lg-3 {
		margin-left: 0.8rem !important;
	}
	.ms-lg-4 {
		margin-left: 1rem !important;
	}
	.ms-lg-5 {
		margin-left: 1.2rem !important;
	}
	.ms-lg-6 {
		margin-left: 1.4rem !important;
	}
	.ms-lg-7 {
		margin-left: 1.6rem !important;
	}
	.ms-lg-8 {
		margin-left: 1.8rem !important;
	}
	.ms-lg-9 {
		margin-left: 2rem !important;
	}
	.ms-lg-10 {
		margin-left: 2.2rem !important;
	}
	.ms-lg-11 {
		margin-left: 2.5rem !important;
	}
	.ms-lg-12 {
		margin-left: 2.8rem !important;
	}
	.ms-lg-13 {
		margin-left: 3rem !important;
	}
	.ms-lg-14 {
		margin-left: 4rem !important;
	}
	.ms-lg-15 {
		margin-left: 5.6rem !important;
	}
	.ms-lg-16 {
		margin-left: 6rem !important;
	}
	.ms-lg-17 {
		margin-left: 9rem !important;
	}
	.ms-lg-18 {
		margin-left: 10rem !important;
	}
	.ms-lg-19 {
		margin-left: 12rem !important;
	}
	.ms-lg-auto {
		margin-left: auto !important;
	}
	.ms-lg-n1 {
		margin-left: -0.4rem !important;
	}
	.ms-lg-n2 {
		margin-left: -0.6rem !important;
	}
	.ms-lg-n3 {
		margin-left: -0.8rem !important;
	}
	.ms-lg-n4 {
		margin-left: -1rem !important;
	}
	.ms-lg-n5 {
		margin-left: -1.2rem !important;
	}
	.ms-lg-n6 {
		margin-left: -1.4rem !important;
	}
	.ms-lg-n7 {
		margin-left: -1.6rem !important;
	}
	.ms-lg-n8 {
		margin-left: -1.8rem !important;
	}
	.ms-lg-n9 {
		margin-left: -2rem !important;
	}
	.ms-lg-n10 {
		margin-left: -2.2rem !important;
	}
	.ms-lg-n11 {
		margin-left: -2.5rem !important;
	}
	.ms-lg-n12 {
		margin-left: -2.8rem !important;
	}
	.ms-lg-n13 {
		margin-left: -3rem !important;
	}
	.ms-lg-n14 {
		margin-left: -4rem !important;
	}
	.ms-lg-n15 {
		margin-left: -5.6rem !important;
	}
	.ms-lg-n16 {
		margin-left: -6rem !important;
	}
	.ms-lg-n17 {
		margin-left: -9rem !important;
	}
	.ms-lg-n18 {
		margin-left: -10rem !important;
	}
	.ms-lg-n19 {
		margin-left: -12rem !important;
	}
	.p-lg-13 {
		padding: 3rem !important;
	}
	.px-lg-11 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}
	.affinity-categories-and-archives .archive-list li a,
	.py-lg-11 {
		padding-bottom: 2.5rem !important;
		padding-top: 2.5rem !important;
	}
	.py-lg-13 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important;
	}
	.py-lg-14 {
		padding-bottom: 4rem !important;
		padding-top: 4rem !important;
	}
	.py-lg-15 {
		padding-bottom: 5.6rem !important;
		padding-top: 5.6rem !important;
	}
	.py-lg-18 {
		padding-bottom: 10rem !important;
		padding-top: 10rem !important;
	}
	.pt-lg-10 {
		padding-top: 2.2rem !important;
	}
	.pt-lg-17 {
		padding-top: 9rem !important;
	}
	.pt-lg-18 {
		padding-top: 10rem !important;
	}
	.pe-lg-11 {
		padding-right: 2.5rem !important;
	}
	.pe-lg-19 {
		padding-right: 12rem !important;
	}
	.ps-lg-6 {
		padding-left: 1.4rem !important;
	}
	.ps-lg-11 {
		padding-left: 2.5rem !important;
	}
	.ps-lg-14 {
		padding-left: 4rem !important;
	}
	.gap-lg-11 {
		gap: 2.5rem !important;
	}
	.gap-lg-13 {
		gap: 3rem !important;
	}
	.fs-lg-5 {
		font-size: 1.6rem !important;
	}
	.fs-lg-6 {
		font-size: 1.8rem !important;
	}
	.fs-lg-7 {
		font-size: 2rem !important;
	}
	.fs-lg-8 {
		font-size: 2.4rem !important;
	}
	.fs-lg-9 {
		font-size: 2.5rem !important;
	}
	.fs-lg-10 {
		font-size: 3rem !important;
	}
	.fs-lg-11 {
		font-size: 4rem !important;
	}
}
@media (min-width: 1300px) {
	.d-xl-block {
		display: block !important;
	}
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	.ms-xl-1 {
		margin-left: 0.4rem !important;
	}
	.ms-xl-2 {
		margin-left: 0.6rem !important;
	}
	.ms-xl-3 {
		margin-left: 0.8rem !important;
	}
	.ms-xl-4 {
		margin-left: 1rem !important;
	}
	.ms-xl-5 {
		margin-left: 1.2rem !important;
	}
	.ms-xl-6 {
		margin-left: 1.4rem !important;
	}
	.ms-xl-7 {
		margin-left: 1.6rem !important;
	}
	.ms-xl-8 {
		margin-left: 1.8rem !important;
	}
	.ms-xl-9 {
		margin-left: 2rem !important;
	}
	.ms-xl-10 {
		margin-left: 2.2rem !important;
	}
	.ms-xl-11 {
		margin-left: 2.5rem !important;
	}
	.ms-xl-12 {
		margin-left: 2.8rem !important;
	}
	.ms-xl-13 {
		margin-left: 3rem !important;
	}
	.ms-xl-14 {
		margin-left: 4rem !important;
	}
	.ms-xl-15 {
		margin-left: 5.6rem !important;
	}
	.ms-xl-16 {
		margin-left: 6rem !important;
	}
	.ms-xl-17 {
		margin-left: 9rem !important;
	}
	.ms-xl-18 {
		margin-left: 10rem !important;
	}
	.ms-xl-19 {
		margin-left: 12rem !important;
	}
	.ms-xl-auto {
		margin-left: auto !important;
	}
	.ms-xl-n1 {
		margin-left: -0.4rem !important;
	}
	.ms-xl-n2 {
		margin-left: -0.6rem !important;
	}
	.ms-xl-n3 {
		margin-left: -0.8rem !important;
	}
	.ms-xl-n4 {
		margin-left: -1rem !important;
	}
	.ms-xl-n5 {
		margin-left: -1.2rem !important;
	}
	.ms-xl-n6 {
		margin-left: -1.4rem !important;
	}
	.ms-xl-n7 {
		margin-left: -1.6rem !important;
	}
	.ms-xl-n8 {
		margin-left: -1.8rem !important;
	}
	.ms-xl-n9 {
		margin-left: -2rem !important;
	}
	.ms-xl-n10 {
		margin-left: -2.2rem !important;
	}
	.ms-xl-n11 {
		margin-left: -2.5rem !important;
	}
	.ms-xl-n12 {
		margin-left: -2.8rem !important;
	}
	.ms-xl-n13 {
		margin-left: -3rem !important;
	}
	.ms-xl-n14 {
		margin-left: -4rem !important;
	}
	.ms-xl-n15 {
		margin-left: -5.6rem !important;
	}
	.ms-xl-n16 {
		margin-left: -6rem !important;
	}
	.ms-xl-n17 {
		margin-left: -9rem !important;
	}
	.ms-xl-n18 {
		margin-left: -10rem !important;
	}
	.ms-xl-n19 {
		margin-left: -12rem !important;
	}
	.main-footer .nav-footer ul {
		gap: 2rem !important;
	}
	.fs-xl-5 {
		font-size: 1.6rem !important;
	}
	.fs-xl-6 {
		font-size: 1.8rem !important;
	}
	.fs-xl-9 {
		font-size: 2.5rem !important;
	}
	.fs-xl-10 {
		font-size: 3rem !important;
	}
	.fs-xl-11 {
		font-size: 4rem !important;
	}
	.rounded-shape-xl-2,
	.woocommerce-loop-product__link img {
		border-radius: 3rem 0 !important;
	}
}
@media (min-width: 1668px) {
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	.ms-xxl-1 {
		margin-left: 0.4rem !important;
	}
	.ms-xxl-2 {
		margin-left: 0.6rem !important;
	}
	.ms-xxl-3 {
		margin-left: 0.8rem !important;
	}
	.ms-xxl-4 {
		margin-left: 1rem !important;
	}
	.ms-xxl-5 {
		margin-left: 1.2rem !important;
	}
	.ms-xxl-6 {
		margin-left: 1.4rem !important;
	}
	.ms-xxl-7 {
		margin-left: 1.6rem !important;
	}
	.ms-xxl-8 {
		margin-left: 1.8rem !important;
	}
	.ms-xxl-9 {
		margin-left: 2rem !important;
	}
	.ms-xxl-10 {
		margin-left: 2.2rem !important;
	}
	.ms-xxl-11 {
		margin-left: 2.5rem !important;
	}
	.ms-xxl-12 {
		margin-left: 2.8rem !important;
	}
	.ms-xxl-13 {
		margin-left: 3rem !important;
	}
	.ms-xxl-14 {
		margin-left: 4rem !important;
	}
	.ms-xxl-15 {
		margin-left: 5.6rem !important;
	}
	.ms-xxl-16 {
		margin-left: 6rem !important;
	}
	.ms-xxl-17 {
		margin-left: 9rem !important;
	}
	.ms-xxl-18 {
		margin-left: 10rem !important;
	}
	.ms-xxl-19 {
		margin-left: 12rem !important;
	}
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	.ms-xxl-n1 {
		margin-left: -0.4rem !important;
	}
	.ms-xxl-n2 {
		margin-left: -0.6rem !important;
	}
	.ms-xxl-n3 {
		margin-left: -0.8rem !important;
	}
	.ms-xxl-n4 {
		margin-left: -1rem !important;
	}
	.ms-xxl-n5 {
		margin-left: -1.2rem !important;
	}
	.ms-xxl-n6 {
		margin-left: -1.4rem !important;
	}
	.ms-xxl-n7 {
		margin-left: -1.6rem !important;
	}
	.ms-xxl-n8 {
		margin-left: -1.8rem !important;
	}
	.ms-xxl-n9 {
		margin-left: -2rem !important;
	}
	.ms-xxl-n10 {
		margin-left: -2.2rem !important;
	}
	.ms-xxl-n11 {
		margin-left: -2.5rem !important;
	}
	.ms-xxl-n12 {
		margin-left: -2.8rem !important;
	}
	.ms-xxl-n13 {
		margin-left: -3rem !important;
	}
	.ms-xxl-n14 {
		margin-left: -4rem !important;
	}
	.ms-xxl-n15 {
		margin-left: -5.6rem !important;
	}
	.ms-xxl-n16 {
		margin-left: -6rem !important;
	}
	.ms-xxl-n17 {
		margin-left: -9rem !important;
	}
	.ms-xxl-n18 {
		margin-left: -10rem !important;
	}
	.ms-xxl-n19 {
		margin-left: -12rem !important;
	}
}
@font-face {
	font-family: swiper-icons;
	font-style: normal;
	font-weight: 400;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
		format("woff");
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0);
}
.swiper-pointer-events {
	touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}
.swiper-slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
	backface-visibility: hidden;
	transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}
.swiper-centered.swiper-horizontal
> .swiper-wrapper
> .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
	height: 100%;
	width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
	height: var(--swiper-centered-offset-after);
	width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}
.affinity-categories-and-archives .archive-list li a,
.breadcrumbs > span span,
.breadcrumbs > span span a,
.desktop-menu,
.desktop-menu a,
.desktop-menu nav #menu-primary-nav-1,
.desktop-menu nav #menu-primary-nav-1 a,
.desktop-menu nav #menu-primary-nav-2,
.desktop-menu nav #menu-primary-nav-2 a,
.form-control-dark,
.form-control-dark a,
.frm_forms .frm_description,
.frm_forms .frm_description a,
.frm_forms .frm_description p,
.frm_forms .frm_form_title,
.frm_forms .frm_form_title a,
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit .frm_button_submit a,
.frm_forms .frm_submit button,
.frm_forms .frm_submit button a,
.main-footer .nav-footer ul li a,
.site-pagination .page-numbers:not(.next):not(.prev),
.site-pagination .page-numbers:not(.next):not(.prev) a,
.text-primary,
.text-primary a,
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev),
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev) a {
	transition: color 0.2s ease-in-out;
}
.accented-link:hover,
.hover\:text-primary:hover {
	color: #efefef !important;
}
.cart-collaterals .cart_totals,
.cart-collaterals .cart_totals .wc-proceed-to-checkout > a,
.composite-product .composite_wrap .composite_button button,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li > a,
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit button,
.mobile-menu .menu-go-back,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
> a,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
> a,
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap .sub-menu-wrap > a,
.mobile-menu nav #menu-primary-nav-1 > li > a,
.mobile-menu nav #menu-primary-nav-2 > li > a,
.standard-product .price-cart-wrapper .cart .single_add_to_cart_button,
.text-secondary,
.woocommerce-cart-form__contents .actions .button:disabled,
.woocommerce-checkout .woocommerce-checkout-payment {
	transition: color 0.2s ease-in-out;
}
.text-secondary\:10 {
	color: rgba(6, 7, 6, 0.1) !important;
}
.text-secondary\:25 {
	color: rgba(6, 7, 6, 0.25) !important;
}
.text-secondary\:50 {
	color: rgba(6, 7, 6, 0.5) !important;
}
.text-secondary\:40 {
	color: rgba(6, 7, 6, 0.4) !important;
}
.text-secondary\:75 {
	color: rgba(6, 7, 6, 0.75) !important;
}
.text-secondary\:85 {
	color: rgba(6, 7, 6, 0.85) !important;
}
.text-secondary\:100 {
	color: #060706 !important;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > .h3,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-menu-wrap > div > h3,
.text-tertiary {
	transition: color 0.2s ease-in-out;
}
.accented-link,
.cart-collaterals .cart_totals > .h2,
.cart-collaterals .cart_totals > h2,
.text-quaternary {
	transition: color 0.2s ease-in-out;
}
.main-footer .nav-footer ul li a:hover {
	color: #9cc34d !important;
}
.bg-quaternary\:10 {
	background-color: rgba(156, 195, 77, 0.1) !important;
}
.bg-quaternary\:25 {
	background-color: rgba(156, 195, 77, 0.25) !important;
}
.bg-quaternary\:50 {
	background-color: rgba(156, 195, 77, 0.5) !important;
}
.bg-quaternary\:40 {
	background-color: rgba(156, 195, 77, 0.4) !important;
}
.bg-quaternary\:75 {
	background-color: rgba(156, 195, 77, 0.75) !important;
}
.bg-quaternary\:85 {
	background-color: rgba(156, 195, 77, 0.85) !important;
}
.bg-quaternary\:100 {
	background-color: #9cc34d !important;
}
.text-quinary {
	transition: color 0.2s ease-in-out;
}
.hover\:text-quinary:hover {
	color: #d18638 !important;
}
.frm_forms .frm_primary_label .frm_required:before,
.text-senary {
	transition: color 0.2s ease-in-out;
}
.mobile-menu .menu-go-back:hover,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
> a:hover,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
> a:hover,
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
> a:hover,
.mobile-menu nav #menu-primary-nav-1 > li > a:hover,
.mobile-menu nav #menu-primary-nav-2 > li > a:hover {
	color: #251e18 !important;
}
.woocommerce-pagination ul li a.active:hover,
.woocommerce-pagination ul li a:hover {
	background-color: #f89630 !important;
}
.site-pagination .page-numbers:not(.next):not(.prev).current,
.text-septenary,
.woocommerce-pagination > ul .page-numbers:not(.next):not(.prev).current {
	transition: color 0.2s ease-in-out;
}
.affinity-categories-and-archives .archive-list li a:hover,
.hover\:text-septenary:hover {
	color: #f89630 !important;
}
.desktop-menu
nav
#menu-primary-nav-1
> li
.smow-2
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
> a,
.desktop-menu nav #menu-primary-nav-1 > li .smow-2 .sub-depth-2 > li > a,
.single-product .product-category-list,
.single-product .product-category-list a,
.text-octonary {
	transition: color 0.2s ease-in-out;
}
.text-nonary {
	transition: color 0.2s ease-in-out;
}
.breadcrumbs > span,
.frm_forms .frm_primary_label,
.text-ternary,
.woocommerce-Price-amount {
	transition: color 0.2s ease-in-out;
}
.hover\:text-ternary:hover {
	color: #e9a151 !important;
}
.frm_forms .frm_error,
.single-product .main-product-gallery .swiper-button-next,
.single-product .main-product-gallery .swiper-button-prev,
.single-product .main-product-gallery .swiper-zoom-btn,
.text-white {
	transition: color 0.2s ease-in-out;
}
.breadcrumbs > span span a:hover,
.single-product .product-category-list a:hover {
	color: #fff !important;
}
.frm_forms .frm_submit .frm_button_submit:hover,
.frm_forms .frm_submit button:hover,
.hover-opacity\:75:hover,
.main-footer .custom-logo:hover,
.mobile-menu .sub-menu-toggle:hover,
.site-pagination .page-numbers:hover:not(.next):not(.prev),
.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.woocommerce-pagination > ul .page-numbers:hover:not(.next):not(.prev) {
	opacity: 0.75 !important;
}
.hover-opacity\:85:hover {
	opacity: 0.85 !important;
}
.breadcrumbs > span span a:hover {
	opacity: 1 !important;
}
.letter-spacing {
	letter-spacing: 0.8px !important;
}
[class*=" hover-opacity"],
[class^="hover-opacity"] {
	transition: opacity 0.2s ease;
}
.post-card .post-card-content:before {
	filter: drop-shadow(0 3px 4px #a5c15e);
}
.grid-stack .grid-stack-item {
	grid-column: 1;
	grid-row: 1;
}
.social-links a {
	height: 3rem;
	width: 3rem;
}
.img-cover {
	min-height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media (max-width: 767.98px) {
	.mobile-menu {
		background: var(--bs-secondary);
		bottom: 0;
		left: 100%;
		overflow-y: scroll;
		position: fixed;
		transition: left 0.35s ease-in-out;
		width: 100%;
		z-index: 10;
	}
	.mobile-menu .menu-header-container {
		padding: 40px;
	}
	.mobile-menu .menu-header-container > ul {
		flex-direction: column;
	}
	.mobile-menu .menu-header-container > ul > li > a {
		font-size: 150%;
	}
	.mobile-menu .menu-header-container > ul > li > a:after {
		content: none;
	}
	.mobile-menu.active {
		left: 0;
	}
}
.cart-link.mobile-menu,
.cart-link.mobile-menu-burger,
.cart-link.offcanvas-top,
.cart-link.position-relative,
.desktop-menu nav #menu-primary-nav-1 > li > a.cart-link {
	display: inline-block;
	position: relative;
}
.cart-icon {
	width: 20px;
}
.cart-icon,
.login img {
	height: 20px;
}
.cart-count {
	font-size: 10px;
	left: 50%;
	padding-top: 10px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.search-field,
.search-form {
	width: 100%;
}
.search-submit {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.custom-logo-link img {
	height: auto;
	width: 100%;
}
@media (max-width: 575.98px) {
	.custom-logo-link img {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.custom-logo-link img {
		width: 60%;
	}
}
@media (min-width: 1300px) {
	.custom-logo-link img {
		width: 80%;
	}
}
body {
	overflow-x: hidden;
}
.offcanvas-backdrop {
	background-color: transparent;
}
.desktop-menu nav #menu-primary-nav-1,
.desktop-menu nav #menu-primary-nav-2 {
	font-size: 1rem;
}
@media (min-width: 576px) {
	.desktop-menu nav #menu-primary-nav-1,
	.desktop-menu nav #menu-primary-nav-2 {
		font-size: 1.125rem;
	}
}
@media (min-width: 768px) {
	.desktop-menu nav #menu-primary-nav-1,
	.desktop-menu nav #menu-primary-nav-2 {
		font-size: 1.25rem;
	}
}
@media (min-width: 992px) {
	.desktop-menu nav #menu-primary-nav-1,
	.desktop-menu nav #menu-primary-nav-2 {
		font-size: 1.375rem;
	}
}
@media (min-width: 1300px) {
	.desktop-menu nav #menu-primary-nav-1,
	.desktop-menu nav #menu-primary-nav-2 {
		font-size: 1.8rem;
	}
}
@media (min-width: 1668px) {
	.desktop-menu nav #menu-primary-nav-1,
	.desktop-menu nav #menu-primary-nav-2 {
		font-size: 2.5rem;
	}
}
.desktop-menu nav #menu-primary-nav-1 > li > a:after {
	content: "";
	height: 1px;
	transform: translateX(-50%);
	transition: all 0.5s ease;
	width: 0;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 {
	opacity: 0;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	visibility: hidden;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1:before {
	content: "";
	height: 20px;
	transform: translateY(-100%);
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1:focus-within,
.desktop-menu nav #menu-primary-nav-1 > li .smow-1:hover {
	opacity: 1;
	visibility: visible;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 {
	grid-column-gap: 2rem;
}
.desktop-menu nav #menu-primary-nav-1 > li .smow-1 .sub-depth-1 > li > a:after {
	content: "";
}
.desktop-menu nav #menu-primary-nav-1 > li:focus-within .smow-1,
.desktop-menu nav #menu-primary-nav-1 > li:hover .smow-1 {
	opacity: 1;
	visibility: visible;
}
.desktop-menu nav .header-right.custom-grid {
	display: grid;
	grid-template-columns: 4fr 1fr 1fr;
}
@media (max-width: 991.98px) {
	.desktop-menu nav .header-right.custom-grid {
		display: flex;
		flex-direction: column;
	}
}
.main-footer .custom-logo {
	max-width: 15rem;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-zoom-btn {
	height: 4rem;
	width: 4rem;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	height: 1rem;
	width: 1rem;
}
@media (max-width: 767.98px) {
	.offcanvas-lg {
		background-color: #fff;
	}
}
@media (max-width: 575.98px) {
	.offcanvas-lg {
		background-color: #fff;
	}
}
.mobile-menu {
	-webkit-overflow-scrolling: touch;
	height: 100vh;
	overflow-y: auto;
	position: absolute;
}
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap {
	opacity: 0;
	position: relative;
	transform: translateX(100%);
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out,
		visibility 0.4s ease-in-out;
	visibility: hidden;
	z-index: 1;
}
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap .menu-go-back {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li {
	justify-content: space-between;
}
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
button {
	justify-content: flex-start;
}
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
button
span {
	line-height: 1.2;
}
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap {
	z-index: 2;
}
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li {
	justify-content: space-between;
}
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
button {
	justify-content: flex-start;
}
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
button
span {
	line-height: 1.2;
}
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li {
	justify-content: space-between;
}
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
button {
	justify-content: flex-start;
}
.mobile-menu
nav
#menu-primary-nav-1
.sub-menu-outer-wrap
.sub-menu-wrap
.sub-depth-1
> li
.smow-2
.sub-menu-wrap
.sub-depth-2
> li
.smow-3
.sub-menu-wrap
.sub-depth-3
> li
button
span {
	line-height: 1.2;
}
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap.is-active {
	opacity: 1;
	overflow: auto;
	transform: translateX(0);
	visibility: visible;
}
.mobile-menu nav #menu-primary-nav-1 .sub-menu-outer-wrap.last-active {
	overflow-x: hidden;
	overflow-y: auto;
}
.breadcrumbs > span span a {
	transition: opacity 0.2s ease;
}
.frm_forms .frm_primary_label {
	font-family: stratum-1-web, sans-serif;
}
.frm_forms .frm_primary_label .frm_required {
	font-size: 0;
}
.frm_forms .frm_primary_label .frm_required:before {
	content: "Required";
}
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit button {
	border-radius: 1.4rem 0 !important;
	min-width: 20rem;
	transition: opacity 0.2s ease;
}
.frm_forms .frm_description,
.frm_forms .frm_form_title {
	font-family: stratum-1-web, sans-serif !important;
}
.form-control-dark {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../../images/icons/collapse-chevron.svg);
	background-position: center right 1.4rem !important;
	background-repeat: no-repeat;
	background-size: 13px;
}
@media (min-width: 992px) {
	.form-control-dark {
		min-width: 36.9rem;
	}
}
.post-card .post-card-content:before {
	content: "";
	width: 2px;
}
.single-product .main-product-gallery .swiper-slide-zoomed:hover {
	cursor: grab;
}
.single-product .main-product-gallery .swiper-button-next svg,
.single-product .main-product-gallery .swiper-button-prev svg,
.single-product .main-product-gallery .swiper-zoom-btn svg {
	pointer-events: none;
}
.standard-product .price-cart-wrapper {
	margin-top: 16px;
	margin-bottom: 16px;
}
.standard-product .price-cart-wrapper p.price {
	align-items: center;
	display: flex;
	margin-bottom: 0 !important;
}
/* .standard-product .price-cart-wrapper p.price .woocommerce-Price-amount {
	display: block;
} */
.standard-product .price-cart-wrapper .cart {
	width: 100%;
}
.composite-product .composite_wrap {
	display: flex;
	margin-bottom: 16px;
}
.composite-product .composite_wrap .composite_price {
	align-items: center;
	display: flex;
}
.composite-product .composite_wrap .composite_price .price {
	margin-bottom: 0 !important;
}
.composite-product .composite_wrap .composite_price .price .amount {
	display: block;
}
.composite-product .composite_wrap .composite_availability {
	display: none;
}
.composite-product .composite_wrap .composite_button {
	display: flex;
	width: 100%;
}
.composite-product .composite_wrap .composite_button .quantity {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 50%;
}
.composite-product .composite_wrap .composite_button button {
	width: 50%;
}
.woocommerce-cart-form__cart-item .product-thumbnail > a img {
	width: 100px !important;
}
.woocommerce-cart-form__cart-item .product-name > a {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.cart-collaterals .cart_totals {
	float: none;
	width: 100% !important;
}
.woocommerce-checkout .form-row .select2-selection {
	font-size: 1.6rem;
	height: auto;
	padding: 1rem 1.2rem;
}
.woocommerce-checkout
.form-row
.select2-selection
> .select2-selection__rendered {
	padding-left: 0;
}
.woocommerce-checkout .form-row .select2-selection > .select2-selection__arrow {
	bottom: 1px;
	height: 100%;
}
.slide-overlay {
	background: linear-gradient(180deg, #000, transparent);
}
.vertical-line {
	box-shadow: 0 3px 7px 0 #9cc34d;
	width: 2px;
}
.vertical-position p {
	margin-top: revert;
}
.container-custom {
	margin-left: 60px;
}
@media (max-width: 991.98px) {
	.container-custom {
		margin-left: 40px;
	}
}
@media (max-width: 767.98px) {
	.container-custom {
		margin-left: 30px;
	}
}
@media (min-width: 1668px) {
	.custom-height-1 {
		height: 550px !important;
	}
}
@media (min-width: 1300px) and (max-width: 1667.98px) {
	.custom-height-1 {
		height: 500px !important;
	}
}
@media (min-width: 992px) and (max-width: 1299.98px) {
	.custom-height-1 {
		height: 625px !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.custom-height-1 {
		height: 400px !important;
	}
}
@media (max-width: 767.98px) {
	.custom-height-1 {
		height: 400px !important;
	}
}
@media (min-width: 1668px) {
	.custom-height-2 {
		height: 160% !important;
	}
}
@media (min-width: 1300px) and (max-width: 1667.98px) {
	.custom-height-2 {
		height: 175% !important;
	}
	.custom-height-2 .swiper .swiper-wrapper .h-50 {
		height: 25% !important;
	}
}
@media (min-width: 992px) and (max-width: 1299.98px) {
	.custom-height-2 {
		height: 250% !important;
	}
	.custom-height-2 .swiper .swiper-wrapper .h-50 {
		height: 25% !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.custom-height-2 {
		height: 200% !important;
		top: 25% !important;
	}
}
@media (max-width: 767.98px) {
	.custom-height-2 {
		height: 200% !important;
		top: 25% !important;
	}
	.my-17 {
		margin-bottom: 4rem !important;
		margin-top: 4rem !important;
	}
}
.affinity-categories-and-archives .collapse-chevron {
	transition: transform 0.2s ease;
}
.affinity-categories-and-archives
button[aria-expanded="false"]
.collapse-chevron {
	transform: rotate(-180deg);
}
