/*# sourceMappingURL=main.css.map */

:root {
	--container-width: 100%;
	--header-height: 15.9375rem;
	--header-scrolled-height: 6.75rem;
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-xs-max: 640px;
	--bs-breakpoint-md: 1025px;
	--bs-breakpoint-lg: 1200px;
	--bs-breakpoint-xl: 1780px;
	--swiper-theme-color: #fff;
	--swiper-navigation-size: 44px;
	--woocommerce: #389dfa;
	--wc-primary: #389dfa;
}

@media (min-width:0) {
	:root {
		--container-width: 100%;
		--container-gutter-x: 30px;
	}
}

@media (min-width:640px) {
	:root {
		--container-width: 100%;
		--container-gutter-x: 30px;
	}
}

@media (min-width:1025px) {
	:root {
		--container-width: 100%;
		--container-gutter-x: 60px;
	}
}

@media (min-width:1200px) {
	:root {
		--container-width: 100%;
		--container-gutter-x: 100px;
	}
}

@media (min-width:1780px) {
	:root {
		--container-width: 1780px;
		--container-gutter-x: 100px;
	}
}

/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
*, ::after, ::before {
	background-repeat: no-repeat;
	box-sizing: border-box;
}

::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit;
}

html {
	cursor: default;
	line-height: 1.15;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-break: break-word;
	box-sizing: border-box;
	scroll-behavior: smooth;
	scroll-padding-top: var(--header-scrolled-height);
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	overflow: visible;
	background-color: #000;
	border: 0;
	height: 1px;
	margin: 1.25rem 0;
}

details, main {
	display: block;
}

nav ol, nav ul {
	list-style: none;
}

a {
	background-color: rgba(0, 0, 0, 0);
	color: #389dfa;
	text-decoration: none;
	transition: color .3s, opacity .3s, transform .3s;
}

abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

code, kbd, samp {
	font-size: 1em;
}

small {
	font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

audio, canvas, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

svg:not([fill]) {
	fill: currentColor;
}

svg:not(:root) {
	overflow: hidden;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input, select {
	margin: 0;
}

button {
	overflow: visible;
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

fieldset {
	padding: .35em .75em .625em;
}

input {
	overflow: visible;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

select {
	text-transform: none;
}

textarea {
	margin: 0;
	overflow: auto;
	resize: vertical;
}

[type=checkbox], [type=radio] {
	padding: 0;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

::-webkit-input-placeholder {
	color: #727272;
	opacity: 1;
	text-transform: uppercase;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

:-moz-focusring {
	outline: ButtonText dotted 1px;
}

:-moz-ui-invalid {
	box-shadow: none;
}

dialog {
	background-color: #fff;
	border: solid;
	color: #000;
	display: block;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: fit-content;
}

[hidden], dialog:not([open]), template {
	display: none;
}

summary {
	display: list-item;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
	touch-action: manipulation;
}

[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled=true], [disabled] {
	cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

*, :active, :focus {
	outline: 0 !important;
}

body {
	margin: 0;
	padding: 10rem 0 0;
	min-width: 360px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #fff;
	color: #1e1e1e;
	font-size: 1.125rem;
	font-family: Inter, sans-serif;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	transition: padding-top .3s;
}

@media (min-width:640px) {
	body {
		padding-top: 12.5rem;
	}
}

@media (min-width:1025px) {
	body {
		padding-top: 14.375rem;
	}
}

@media (min-width:1200px) {
	body {
		padding-top: var(--header-height);
	}
}

body.is-menu-open {
	overflow: hidden;
}

body.is-scrolled {
	padding-top: var(--header-scrolled-height);
}

body.has-hero {
	padding-top: 0;
}

figure {
	margin: 1.25rem 0;
}

p {
	margin-top: 0;
	margin-bottom: 1.25rem;
}

a:active, a:focus, a:hover {
	color: #0684f8;
}

a svg {
	transition: none;
}

b, strong {
	font-weight: 700;
}

cite, dfn, em, i {
	font-style: italic;
}

blockquote {
	font-weight: 700;
	margin: 2.5em 1em;
}

address {
	margin: 0 0 1.25rem;
}

pre {
	max-width: 100%;
	background: #eff1f2;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	margin: 1rem 0;
	padding: 1rem;
	border-radius: 0;
	overflow: auto;
}

code, kbd, tt, var {
	background: #eff1f2;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 14px;
	padding: 3px 6px;
	border-radius: 4px;
}

code var {
	padding: 0;
}

kbd {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	padding: 3px 6px;
}

mark {
	background-color: rgba(0, 0, 0, 0);
	font-weight: 500;
}

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

big {
	font-size: 125%;
}

svg {
	flex-shrink: 0;
	transition: .3s;
}

embed, iframe, object {
	max-width: 100%;
}

@media (max-width:1199px) {
	iframe[src*=vimeo], iframe[src*=youtube] {
		width: 100%;
		height: calc(( 100vw - 60px ) * .5625);
	}
}

.m-section {
	padding: 3.75rem 0;
	overflow: hidden;
}

@media (min-width:1025px) {
	.m-section {
		padding: 5rem 0;
	}
}

@media (min-width:1200px) {
	.m-section {
		padding: 9.375rem 0;
	}
}

.m-section.padding-bottom-none, .m-section.padding-top-none {
	padding: 0;
}

.m-section.padding-top-medium, .m-section.padding-top-small {
	padding-top: 3.75rem;
}

@media (min-width:1025px) {
	.m-section.padding-top-medium {
		padding-top: 5rem;
	}
}

@media (min-width:1200px) {
	.m-section.padding-top-medium {
		padding-top: 5.625rem;
	}
}

.m-section.padding-top-medium-large {
	padding-top: 3.75rem;
}

@media (min-width:1025px) {
	.m-section.padding-top-medium-large {
		padding-top: 6.25rem;
	}
}

@media (min-width:1200px) {
	.m-section.padding-top-medium-large {
		padding-top: 7.5rem;
	}
}

.m-section.padding-top-large {
	padding-top: 3.75rem;
}

@media (min-width:1025px) {
	.m-section.padding-top-large {
		padding-top: 5rem;
	}
}

@media (min-width:1200px) {
	.m-section.padding-top-large {
		padding-top: 9.375rem;
	}
}

.m-section.padding-bottom-medium, .m-section.padding-bottom-small {
	padding-bottom: 3.75rem;
}

@media (min-width:1025px) {
	.m-section.padding-bottom-medium {
		padding-bottom: 5rem;
	}
}

@media (min-width:1200px) {
	.m-section.padding-bottom-medium {
		padding-bottom: 5.625rem;
	}
}

.m-section.padding-bottom-medium-large {
	padding-bottom: 3.75rem;
}

@media (min-width:1025px) {
	.m-section.padding-bottom-medium-large {
		padding-bottom: 6.25rem;
	}
}

@media (min-width:1200px) {
	.m-section.padding-bottom-medium-large {
		padding-bottom: 7.5rem;
	}
}

.m-section.padding-bottom-large {
	padding-bottom: 3.75rem;
}

@media (min-width:1025px) {
	.m-section.padding-bottom-large {
		padding-bottom: 5rem;
	}
}

@media (min-width:1200px) {
	.m-section.padding-bottom-large {
		padding-bottom: 9.375rem;
	}
}

.m-section.top-margin {
	margin-top: 3.75rem;
}

@media (min-width:1025px) {
	.m-section.top-margin {
		margin-top: 5rem;
	}
}

@media (min-width:1200px) {
	.m-section.top-margin {
		margin-top: 9.375rem;
	}
}

.m-section.bottom-margin {
	margin-bottom: 3.75rem;
}

@media (min-width:1025px) {
	.m-section.bottom-margin {
		margin-bottom: 5rem;
	}
}

@media (min-width:1200px) {
	.m-section.bottom-margin {
		margin-bottom: 9.375rem;
	}
}

.small-container {
	max-width: 71.25rem;
	margin: 0 auto;
}

.flex-container {
	display: flex;
	align-items: center;
}

#primary {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.fpd-container.fpd-sidebar.fpd-layout-small fpd-main-bar {
	z-index: 99;
}

#wpadminbar {
	--wp-blue: #2271b1;
	transition: transform .3s !important;
	transform: translateY(-100%);
}

#wpadminbar:hover #wp-admin-bar-site-name {
	background-color: rgba(0, 0, 0, 0) !important;
}

#wpadminbar.is-expanded, #wpadminbar.is-expanded #wp-admin-bar-site-name, #wpadminbar:not(.is-expanded):hover, #wpadminbar:not(.is-expanded):hover #wp-admin-bar-site-name {
	transform: translateY(0);
}

#wpadminbar.is-expanded #wp-admin-bar-site-name:before {
	background-color: var(--wp-blue);
}

#wpadminbar.is-expanded #wp-admin-bar-site-name:after {
	transform: rotate(-45deg);
	font-size: 20px !important;
}

#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
	top: 100%;
}

@media (max-width:782px) {
	#wpadminbar .ab-top-secondary {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#wpadminbar .ab-top-secondary > .menupop > .ab-sub-wrapper {
		right: 0;
		left: auto;
	}
}

@media (max-width:1024px) {
	#wpadminbar #wp-admin-bar-root-default {
		display: flex;
	}
	
	#wpadminbar #wp-admin-bar-root-default > li {
		flex-shrink: 0;
	}
}

@media (max-width:782px) {
	#wpadminbar ul#wp-admin-bar-root-default > li#wp-admin-bar-gform-forms, #wpadminbar ul#wp-admin-bar-root-default > li#wp-admin-bar-wpseo-menu {
		display: none !important;
	}
}

#wp-admin-bar-site-name {
	display: inline-flex !important;
	background-color: #000 !important;
	position: relative;
	transform: translateY(46px);
	transition: transform .3s !important;
}

@media (min-width:783px) {
	#wp-admin-bar-site-name {
		transform: translateY(32px);
	}
}

#wp-admin-bar-site-name:after, #wp-admin-bar-site-name:before {
	width: 46px;
	height: 46px;
}

@media (min-width:783px) {
	#wp-admin-bar-site-name:after, #wp-admin-bar-site-name:before {
		width: 32px;
		height: 32px;
	}
}

#wp-admin-bar-site-name:before {
	content: "" !important;
	display: block;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	transition: background-color .2s !important;
}

#wp-admin-bar-site-name:after {
	content: "" !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: dashicons;
	font-size: 18px;
	transition: .2s !important;
	cursor: pointer;
	position: relative;
}

#wp-admin-bar-site-name:hover:before {
	background-color: var(--wp-blue);
}

#wp-admin-bar-site-name:hover:after {
	font-size: 22px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 1rem 0;
}

span.wp-caption-text {
	text-align: center;
}

.gallery {
	--gallery-gap: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gallery-gap);
	margin: 1.25rem 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: calc(50% - var(--gallery-gap));
	margin: 0;
}

@media (min-width:1025px) {
	.gallery-item {
		width: calc(( 100% - var(--gallery-gap) * 2 ) / 3);
	}
}

@media (min-width:1200px) {
	.gallery-columns-2 .gallery-item {
		width: calc(( 100% - var(--gallery-gap) * 1 ) / 2);
	}
}

@media (min-width:1200px) {
	.gallery-columns-3 .gallery-item {
		width: calc(( 100% - var(--gallery-gap) * 2 ) / 3);
	}
}

@media (min-width:1200px) {
	.gallery-columns-4 .gallery-item {
		width: calc(( 100% - var(--gallery-gap) * 3 ) / 4);
	}
}

@media (min-width:1200px) {
	.gallery-columns-5 .gallery-item {
		width: calc(( 100% - var(--gallery-gap) * 4 ) / 5);
	}
}

@media (min-width:1200px) {
	.gallery-columns-6 .gallery-item {
		width: calc(( 100% - var(--gallery-gap) * 5 ) / 6);
	}
}

@media (min-width:1200px) {
	.gallery-columns-7 .gallery-item {
		width: calc(( 100% - var(--gallery-gap) * 6 ) / 7);
	}
}

@media (min-width:1200px) {
	.gallery-columns-8 .gallery-item {
		width: calc(( 100% - var(--gallery-gap) * 7 ) / 8);
	}
}

@media (min-width:1200px) {
	.gallery-columns-9 .gallery-item {
		width: calc(( 100% - var(--gallery-gap) * 8 ) / 9);
	}
}

.gallery-caption {
	display: block;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.text-sm {
	font-size: .875rem;
}

.gform_confirmation_message, .text-lg, .text-md {
	font-size: 1.125rem;
}

@media (min-width:1200px) {
	.gform_confirmation_message, .text-lg {
		font-size: 1.375rem;
	}
}

.text-uppercase {
	text-transform: uppercase;
}

#add_payment_method .cart-collaterals .shipping-calculator-button, .editor a:not([class]), .entry-content a:not([class]), .showcoupon, .woocommerce .woocommerce-info a:not([class]), .woocommerce .woocommerce-message a:not([class]), .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button, .woocommerce-page .woocommerce-info a:not([class]), .woocommerce-page .woocommerce-message a:not([class]), .woocommerce-privacy-policy-text a, article.product a.added_to_cart {
	color: #389dfa;
	text-decoration: none;
}

@media (min-width:1200px) {
	#add_payment_method .cart-collaterals .shipping-calculator-button:hover, .editor a:hover:not([class]), .entry-content a:hover:not([class]), .showcoupon:hover, .woocommerce .woocommerce-info a:hover:not([class]), .woocommerce .woocommerce-message a:hover:not([class]), .woocommerce-cart .cart-collaterals .shipping-calculator-button:hover, .woocommerce-checkout .cart-collaterals .shipping-calculator-button:hover, .woocommerce-page .woocommerce-info a:hover:not([class]), .woocommerce-page .woocommerce-message a:hover:not([class]), .woocommerce-privacy-policy-text a:hover, article.product a.added_to_cart:hover {
		color: #389dfa;
		text-decoration: underline;
	}
}

.blockquote {
	font-size: 1.25rem;
	margin: 3.125rem 1.875rem;
}

.blockquote p {
	font-weight: 700;
}

.blockquote cite {
	display: block;
	color: #fff;
	font-weight: 400;
	font-style: normal;
	margin-top: 1rem;
	margin-bottom: 0;
}

.editor > :last-child, .entry-content > :last-child {
	margin-bottom: 0;
}

#customer_details .editor h3, #customer_details .entry-content h3, .editor #customer_details h3, .editor .h1, .editor .h2, .editor .h3, .editor .h4, .editor .h5, .editor .h6, .editor .single-product div.product #reply-title, .editor .single-product div.product .woocommerce-tabs .panel h2, .editor .woocommerce .woocommerce-customer-details h2, .editor .woocommerce .woocommerce-logos-uploading h3, .editor .woocommerce .woocommerce-order-details__title, .editor .woocommerce-thankyou-order-received, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .entry-content #customer_details h3, .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6, .entry-content .single-product div.product #reply-title, .entry-content .single-product div.product .woocommerce-tabs .panel h2, .entry-content .woocommerce .woocommerce-customer-details h2, .entry-content .woocommerce .woocommerce-logos-uploading h3, .entry-content .woocommerce .woocommerce-order-details__title, .entry-content .woocommerce-thankyou-order-received, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .single-product div.product .editor #reply-title, .single-product div.product .entry-content #reply-title, .single-product div.product .woocommerce-tabs .panel .editor h2, .single-product div.product .woocommerce-tabs .panel .entry-content h2, .woocommerce .editor .woocommerce-order-details__title, .woocommerce .entry-content .woocommerce-order-details__title, .woocommerce .woocommerce-customer-details .editor h2, .woocommerce .woocommerce-customer-details .entry-content h2, .woocommerce .woocommerce-logos-uploading .editor h3, .woocommerce .woocommerce-logos-uploading .entry-content h3 {
	margin-top: 1.25rem;
}

#customer_details .editor h3:first-child, #customer_details .entry-content h3:first-child, .editor #customer_details h3:first-child, .editor .h1:first-child, .editor .h2:first-child, .editor .h3:first-child, .editor .h4:first-child, .editor .h5:first-child, .editor .h6:first-child, .editor .single-product div.product #reply-title:first-child, .editor .single-product div.product .woocommerce-tabs .panel h2:first-child, .editor .woocommerce .woocommerce-order-details__title:first-child, .editor .woocommerce-thankyou-order-received:first-child, .editor h1:first-child, .editor h2:first-child, .editor h3:first-child, .editor h4:first-child, .editor h5:first-child, .editor h6:first-child, .entry-content #customer_details h3:first-child, .entry-content .h1:first-child, .entry-content .h2:first-child, .entry-content .h3:first-child, .entry-content .h4:first-child, .entry-content .h5:first-child, .entry-content .h6:first-child, .entry-content .single-product div.product #reply-title:first-child, .entry-content .single-product div.product .woocommerce-tabs .panel h2:first-child, .entry-content .woocommerce .woocommerce-order-details__title:first-child, .entry-content .woocommerce-thankyou-order-received:first-child, .entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .single-product div.product .editor #reply-title:first-child, .single-product div.product .entry-content #reply-title:first-child, .single-product div.product .woocommerce-tabs .panel .editor h2:first-child, .single-product div.product .woocommerce-tabs .panel .entry-content h2:first-child, .woocommerce .editor .woocommerce-order-details__title:first-child, .woocommerce .entry-content .woocommerce-order-details__title:first-child {
	margin-top: 0;
}

#customer_details h3, .h1, .h2, .h3, .h4, .h5, .h6, .single-product div.product #reply-title, .single-product div.product .woocommerce-tabs .panel h2, .woocommerce .woocommerce-customer-details h2, .woocommerce .woocommerce-logos-uploading h3, .woocommerce .woocommerce-order-details__title, .woocommerce-thankyou-order-received, h1, h2, h3, h4, h5, h6 {
	min-height: 0;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: .75em;
	text-transform: uppercase;
}

#customer_details .color-white h3, .color-white #customer_details h3, .color-white .h1, .color-white .h2, .color-white .h3, .color-white .h4, .color-white .h5, .color-white .h6, .color-white .single-product div.product #reply-title, .color-white .single-product div.product .woocommerce-tabs .panel h2, .color-white .woocommerce .woocommerce-customer-details h2, .color-white .woocommerce .woocommerce-logos-uploading h3, .color-white .woocommerce .woocommerce-order-details__title, .color-white .woocommerce-thankyou-order-received, .color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-white h6, .single-product div.product .color-white #reply-title, .single-product div.product .woocommerce-tabs .panel .color-white h2, .woocommerce .color-white .woocommerce-order-details__title, .woocommerce .woocommerce-customer-details .color-white h2, .woocommerce .woocommerce-logos-uploading .color-white h3 {
	color: #fff;
}

#customer_details h3 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .single-product div.product #reply-title a, .single-product div.product .woocommerce-tabs .panel h2 a, .woocommerce .woocommerce-customer-details h2 a, .woocommerce .woocommerce-logos-uploading h3 a, .woocommerce .woocommerce-order-details__title a, .woocommerce-thankyou-order-received a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

.h1, h1 {
	font-size: clamp(2rem, calc(2rem + ( 1vw - 10.25px ) * 11.66), 7.5rem);
	color: #274aaa;
}

.h2, h2 {
	font-size: clamp(1.75rem, calc(1.75rem + ( 1vw - 10.25px ) * 4.24), 3.75rem);
	color: #274aaa;
}

.h3, .single-product div.product .woocommerce-tabs .panel h2, h3 {
	font-size: clamp(1.5rem, calc(1.5rem + ( 1vw - 10.25px ) * 1.59), 2.25rem);
	line-height: 1.6;
	font-family: Inter, sans-serif;
	text-transform: none;
	font-weight: 400;
}

.h3, .single-product div.product .woocommerce-tabs .panel h2 {
	font-family: "Bebas Neue", sans-serif;
	color: #274aaa;
	line-height: 1.1;
}

.h4, .single-product div.product #reply-title, h4 {
	font-size: clamp(1.25rem, calc(1.25rem + ( 1vw - 10.25px ) * 1.32), 1.875rem);
	line-height: 1.6;
	font-family: Inter, sans-serif;
	text-transform: none;
}

.h4, .single-product div.product #reply-title {
	font-family: "Bebas Neue", sans-serif;
	color: #274aaa;
	line-height: 1.1;
}

#customer_details h3, .h5, .woocommerce .woocommerce-customer-details h2, .woocommerce .woocommerce-logos-uploading h3, .woocommerce .woocommerce-order-details__title, .woocommerce-thankyou-order-received, h5 {
	font-size: clamp(1.125rem, calc(1.125rem + ( 1vw - 10.25px ) * .79), 1.5rem);
	line-height: 1.6;
	font-family: Inter, sans-serif;
	text-transform: none;
	font-weight: 600;
}

#customer_details h3, .h5, .woocommerce .woocommerce-customer-details h2, .woocommerce .woocommerce-logos-uploading h3, .woocommerce .woocommerce-order-details__title, .woocommerce-thankyou-order-received {
	font-family: "Bebas Neue", sans-serif;
	color: #274aaa;
	line-height: 1.1;
}

.h6, h6 {
	font-size: 1.25rem;
	line-height: 1.6;
	font-family: Inter, sans-serif;
	text-transform: none;
}

.h6 {
	font-family: "Bebas Neue", sans-serif;
	color: #274aaa;
	line-height: 1.1;
}

.subtitle {
	color: #389dfa;
	display: block;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(1.125rem, calc(1.125rem + ( 1vw - 10.25px ) * .79), 1.5rem);
}

.color-white .subtitle {
	color: #fff;
}

.title-block {
	display: flex;
	flex-direction: column;
}

.title-block.reverse {
	flex-direction: column-reverse;
}

.title-block.reverse .c-title {
	margin-bottom: 1.25rem;
}

.transparent-title {
	width: 100%;
	color: transparent;
	-webkit-text-stroke: 1px rgba(184, 188, 198, .5);
	text-stroke: 1px rgba(184, 188, 198, .5);
	font-size: clamp(6.25rem, calc(6.25rem + ( 1vw - 10.25px ) * 10.6), 11.25rem);
	line-height: clamp(5.625rem, calc(5.625rem + ( 1vw - 10.25px ) * 7.95), 9.375rem);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: right;
	text-transform: uppercase;
}

ol, ul {
	margin: 0 0 1.25rem;
	padding-left: 1.875rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ol, li > ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1rem 1.25rem;
}

.list-check, .list-dot, .list-number {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 1.25rem;
	padding-left: .625rem;
}

@media (min-width:640px) {
	.list-check, .list-dot, .list-number {
		padding-left: 1.25rem;
	}
}

@media (min-width:1025px) {
	.list-check, .list-dot, .list-number {
		padding-left: 2.5rem;
	}
}

.list-check > li, .list-dot > li, .list-number > li {
	padding-left: 2.5rem;
}

.list-check {
	gap: 1.875rem;
}

.list-check > li {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_137_893)'%3E%3Cpath d='M17.3506 2.53906L7.16034 11.9926L2.8508 7.39365L0 10.065L6.96228 17.495L20 5.41092L17.3506 2.53906Z' fill='%23389DFA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_137_893'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-position: left top 5px;
}

.list-dot > li {
	position: relative;
	padding-left: 3.75rem;
}

.list-dot > li:before {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='12' viewBox='0 0 46 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.666667 6C0.666667 8.94552 3.05448 11.3333 6 11.3333C8.94552 11.3333 11.3333 8.94552 11.3333 6C11.3333 3.05448 8.94552 0.666667 6 0.666667C3.05448 0.666667 0.666667 3.05448 0.666667 6ZM6 7H46V5H6V7Z' fill='%23389DFA'/%3E%3C/svg%3E%0A");
	width: 2.875rem;
	height: .75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.list-number {
	counter-reset: custom-counter;
}

.list-number > li {
	counter-increment: custom-counter;
	min-height: 1.2em;
	position: relative;
}

.list-check > li.nitro-lazy {
	background-image: none !important;
}

.list-number > li:before {
	content: counter(custom-counter);
	width: 1.25rem;
	height: 2.5rem;
	color: #389dfa;
	font-size: clamp(1.25rem, calc(1.25rem + ( 1vw - 10.25px ) * 1.32), 1.875rem);
	line-height: 1.3;
	font-family: "Bebas Neue", sans-serif;
	position: absolute;
	top: 0;
	left: 0;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 1.25rem;
	word-break: normal;
}

table td, table th {
	padding: .375rem .5rem;
	vertical-align: top;
}

.table-bordered, .table-bordered td, .table-bordered th {
	border: 1px solid #d0d0d0;
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: #f9f9f9;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.btn, .components-button, .gform_wrapper form .gform_footer input[type=submit], .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce-page .wc-block-components-button:not(.is-link), .woocommerce-page .wc-block-components-button:not(.is-link).alt, .wpcf7 input[type=submit], input[type=submit] {
	transition: .3s;
	height: 2.75rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .75rem;
	background-color: #389dfa;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	border: 1px solid #389dfa;
	border-radius: 0;
	padding: 0 1.25rem;
	text-align: center;
	cursor: pointer;
}

@media (min-width:1025px) {
	.btn, .components-button, .gform_wrapper form .gform_footer input[type=submit], .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce-page .wc-block-components-button:not(.is-link), .woocommerce-page .wc-block-components-button:not(.is-link).alt, .wpcf7 input[type=submit], input[type=submit] {
		font-size: 1.125rem;
		height: 3.125rem;
		padding: 0 1.5rem;
	}
}

@media (min-width:1780px) {
	.btn, .components-button, .gform_wrapper form .gform_footer input[type=submit], .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce-page .wc-block-components-button:not(.is-link), .woocommerce-page .wc-block-components-button:not(.is-link).alt, .wpcf7 input[type=submit], input[type=submit] {
		padding: 0 2.5rem;
	}
}

.btn:active, .btn:focus, .btn:hover, .components-button:active, .components-button:focus, .components-button:hover, .gform_wrapper form .gform_footer input[type=submit]:active, .gform_wrapper form .gform_footer input[type=submit]:focus, .gform_wrapper form .gform_footer input[type=submit]:hover, .woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt:active, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button:active, .woocommerce a.button:focus, .woocommerce a.button:hover, .woocommerce button.button.alt:active, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button:active, .woocommerce button.button:focus, .woocommerce button.button:hover, .woocommerce input.button.alt:active, .woocommerce input.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button:active, .woocommerce input.button:focus, .woocommerce input.button:hover, .woocommerce-page .wc-block-components-button.alt:active:not(.is-link), .woocommerce-page .wc-block-components-button.alt:focus:not(.is-link), .woocommerce-page .wc-block-components-button.alt:hover:not(.is-link), .woocommerce-page .wc-block-components-button:active:not(.is-link), .woocommerce-page .wc-block-components-button:focus:not(.is-link), .woocommerce-page .wc-block-components-button:hover:not(.is-link), input[type=submit]:active, input[type=submit]:focus, input[type=submit]:hover {
	background-color: #fff;
	color: #389dfa;
}

.btn svg, .components-button svg, .gform_wrapper form .gform_footer input[type=submit] svg, .woocommerce #respond input#submit svg, .woocommerce #respond input#submit.alt svg, .woocommerce a.button svg, .woocommerce a.button.alt svg, .woocommerce button.button svg, .woocommerce button.button.alt svg, .woocommerce input.button svg, .woocommerce input.button.alt svg, .woocommerce-page .wc-block-components-button:not(.is-link) svg, .woocommerce-page .wc-block-components-button:not(.is-link).alt svg, .wpcf7 input[type=submit] svg, input[type=submit] svg {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	transition: none;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .components-button-primary:active, .components-button-primary:focus, .components-button-primary:hover {
	background-color: #389dfa;
	color: #fff;
}

.btn-secondary, .components-button-secondary {
	background-color: #274aaa;
	border-color: #274aaa;
	color: #fff;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover, .components-button-secondary:active, .components-button-secondary:focus, .components-button-secondary:hover {
	background-color: #1f3b88;
	border-color: #1f3b88;
	color: #fff;
}

.btn-white, .components-button-white {
	background-color: #fff;
	border-color: #fff;
	color: #389dfa;
}

.btn-white:active, .btn-white:focus, .btn-white:hover, .components-button-white:active, .components-button-white:focus, .components-button-white:hover {
	background-color: #389dfa;
	border-color: #389dfa;
	color: #fff;
}

.blue-bg .btn-white:active, .blue-bg .btn-white:focus, .blue-bg .btn-white:hover, .blue-bg .components-button-white:active, .blue-bg .components-button-white:focus, .blue-bg .components-button-white:hover {
	border-color: #fff;
}

.btn-transparent, .components-button-transparent {
	background-color: rgba(0, 0, 0, 0);
	border-color: #fff;
	color: #fff;
}

.btn-transparent:active, .btn-transparent:focus, .btn-transparent:hover, .components-button-transparent:active, .components-button-transparent:focus, .components-button-transparent:hover {
	background-color: #389dfa;
	border-color: #389dfa;
	color: #fff;
}

.blue-bg .btn-transparent:active, .blue-bg .btn-transparent:focus, .blue-bg .btn-transparent:hover, .blue-bg .components-button-transparent:active, .blue-bg .components-button-transparent:focus, .blue-bg .components-button-transparent:hover {
	background-color: #fff;
	border-color: #fff;
	color: #389dfa;
}

.btn-sm, .components-button-sm, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	height: 2.5rem;
	font-size: .875rem;
	padding: 0 1.25rem;
}

.btn-lg, .components-button-lg, .woocommerce a.button.alt.checkout-button {
	height: 3.125rem;
	font-size: 1.125rem;
}

@media (min-width:1200px) {
	.btn-lg, .components-button-lg, .woocommerce a.button.alt.checkout-button {
		height: 3.375rem;
		font-size: 1.25rem;
	}
}

@media (min-width:1780px) {
	.btn-lg, .components-button-lg, .woocommerce a.button.alt.checkout-button {
		padding: 0 2rem;
	}
}

.btn-xl, .components-button-xl, .woocommerce #place_order, .woocommerce-page #place_order {
	height: 3.75rem;
	font-size: 1.25rem;
	padding: 0 2rem;
}

@media (min-width:1200px) {
	.btn-xl, .components-button-xl, .woocommerce #place_order, .woocommerce-page #place_order {
		height: 4.375rem;
		font-size: 1.375rem;
	}
}

@media (min-width:1780px) {
	.btn-xl, .components-button-xl, .woocommerce #place_order, .woocommerce-page #place_order {
		padding: 0 2.5rem;
	}
}

.btn[disabled], .components-button[disabled], .gform_wrapper form .gform_footer input[disabled][type=submit], .woocommerce #respond input[disabled]#submit, .woocommerce a[disabled].button, .woocommerce a[disabled].button.alt, .woocommerce button[disabled].button, .woocommerce button[disabled].button.alt, .woocommerce input[disabled].button, .woocommerce input[disabled].button.alt, .woocommerce-page [disabled].wc-block-components-button.alt:not(.is-link), .woocommerce-page [disabled].wc-block-components-button:not(.is-link), input[disabled][type=submit] {
	opacity: .5;
	pointer-events: none;
}

.btn-outline {
	background-color: rgba(0, 0, 0, 0);
	border-color: #389dfa;
	color: #389dfa;
}

.btn-outline:active, .btn-outline:focus, .btn-outline:hover {
	background-color: #389dfa;
	border-color: #389dfa;
	color: #fff;
}

.btn-outline-secondary {
	background-color: rgba(0, 0, 0, 0);
	border-color: #274aaa;
	color: #274aaa;
}

.btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:hover {
	background-color: #274aaa;
	border-color: #274aaa;
	color: #fff;
}

.btn-label {
	display: inline-flex;
	justify-content: center;
	background-color: #389dfa;
	color: #fff;
	font-size: .875rem;
	line-height: .875rem;
	padding: .3125rem .625rem;
	border-radius: 0;
}

.btn-label-secondary {
	background-color: #274aaa;
}

.btn-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .9375rem;
}

.gform_wrapper form input[type=color], .gform_wrapper form input[type=date], .gform_wrapper form input[type=datetime-local], .gform_wrapper form input[type=datetime], .gform_wrapper form input[type=email], .gform_wrapper form input[type=month], .gform_wrapper form input[type=number], .gform_wrapper form input[type=password], .gform_wrapper form input[type=search], .gform_wrapper form input[type=tel], .gform_wrapper form input[type=text], .gform_wrapper form input[type=time], .gform_wrapper form input[type=url], .gform_wrapper form input[type=week], .gform_wrapper form select, .gform_wrapper form textarea, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
	transition: .3s;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	color: #555;
	font-size: 14px;
	line-height: 16px;
	padding: 16px 0;
	border: none;
	border-bottom: 1px solid #b8bcc6;
	border-radius: 0;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
}

.gform_wrapper form input[type=color]::placeholder, .gform_wrapper form input[type=date]::placeholder, .gform_wrapper form input[type=datetime-local]::placeholder, .gform_wrapper form input[type=datetime]::placeholder, .gform_wrapper form input[type=email]::placeholder, .gform_wrapper form input[type=month]::placeholder, .gform_wrapper form input[type=number]::placeholder, .gform_wrapper form input[type=password]::placeholder, .gform_wrapper form input[type=search]::placeholder, .gform_wrapper form input[type=tel]::placeholder, .gform_wrapper form input[type=text]::placeholder, .gform_wrapper form input[type=time]::placeholder, .gform_wrapper form input[type=url]::placeholder, .gform_wrapper form input[type=week]::placeholder, .gform_wrapper form select::placeholder, .gform_wrapper form textarea::placeholder, input[type=color]::placeholder, input[type=date]::placeholder, input[type=datetime-local]::placeholder, input[type=datetime]::placeholder, input[type=email]::placeholder, input[type=month]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=range]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=time]::placeholder, input[type=url]::placeholder, input[type=week]::placeholder, textarea::placeholder {
	transition: .3s;
	opacity: 1;
}

.gform_wrapper form input[type=color]:active, .gform_wrapper form input[type=color]:focus, .gform_wrapper form input[type=color]:hover, .gform_wrapper form input[type=date]:active, .gform_wrapper form input[type=date]:focus, .gform_wrapper form input[type=date]:hover, .gform_wrapper form input[type=datetime-local]:active, .gform_wrapper form input[type=datetime-local]:focus, .gform_wrapper form input[type=datetime-local]:hover, .gform_wrapper form input[type=datetime]:active, .gform_wrapper form input[type=datetime]:focus, .gform_wrapper form input[type=datetime]:hover, .gform_wrapper form input[type=email]:active, .gform_wrapper form input[type=email]:focus, .gform_wrapper form input[type=email]:hover, .gform_wrapper form input[type=month]:active, .gform_wrapper form input[type=month]:focus, .gform_wrapper form input[type=month]:hover, .gform_wrapper form input[type=number]:active, .gform_wrapper form input[type=number]:focus, .gform_wrapper form input[type=number]:hover, .gform_wrapper form input[type=password]:active, .gform_wrapper form input[type=password]:focus, .gform_wrapper form input[type=password]:hover, .gform_wrapper form input[type=search]:active, .gform_wrapper form input[type=search]:focus, .gform_wrapper form input[type=search]:hover, .gform_wrapper form input[type=tel]:active, .gform_wrapper form input[type=tel]:focus, .gform_wrapper form input[type=tel]:hover, .gform_wrapper form input[type=text]:active, .gform_wrapper form input[type=text]:focus, .gform_wrapper form input[type=text]:hover, .gform_wrapper form input[type=time]:active, .gform_wrapper form input[type=time]:focus, .gform_wrapper form input[type=time]:hover, .gform_wrapper form input[type=url]:active, .gform_wrapper form input[type=url]:focus, .gform_wrapper form input[type=url]:hover, .gform_wrapper form input[type=week]:active, .gform_wrapper form input[type=week]:focus, .gform_wrapper form input[type=week]:hover, .gform_wrapper form select:active, .gform_wrapper form select:focus, .gform_wrapper form select:hover, .gform_wrapper form textarea:active, .gform_wrapper form textarea:focus, .gform_wrapper form textarea:hover, input[type=color]:active, input[type=color]:focus, input[type=color]:hover, input[type=date]:active, input[type=date]:focus, input[type=date]:hover, input[type=datetime-local]:active, input[type=datetime-local]:focus, input[type=datetime-local]:hover, input[type=datetime]:active, input[type=datetime]:focus, input[type=datetime]:hover, input[type=email]:active, input[type=email]:focus, input[type=email]:hover, input[type=month]:active, input[type=month]:focus, input[type=month]:hover, input[type=number]:active, input[type=number]:focus, input[type=number]:hover, input[type=password]:active, input[type=password]:focus, input[type=password]:hover, input[type=range]:active, input[type=range]:focus, input[type=range]:hover, input[type=search]:active, input[type=search]:focus, input[type=search]:hover, input[type=tel]:active, input[type=tel]:focus, input[type=tel]:hover, input[type=text]:active, input[type=text]:focus, input[type=text]:hover, input[type=time]:active, input[type=time]:focus, input[type=time]:hover, input[type=url]:active, input[type=url]:focus, input[type=url]:hover, input[type=week]:active, input[type=week]:focus, input[type=week]:hover, textarea:active, textarea:focus, textarea:hover {
	border-color: #000;
}

.gform_wrapper form select:focus::placeholder, .gform_wrapper form textarea:focus::placeholder, input[type=color]:focus::placeholder, input[type=date]:focus::placeholder, input[type=datetime-local]:focus::placeholder, input[type=datetime]:focus::placeholder, input[type=email]:focus::placeholder, input[type=month]:focus::placeholder, input[type=number]:focus::placeholder, input[type=password]:focus::placeholder, input[type=range]:focus::placeholder, input[type=search]:focus::placeholder, input[type=tel]:focus::placeholder, input[type=text]:focus::placeholder, input[type=time]:focus::placeholder, input[type=url]:focus::placeholder, input[type=week]:focus::placeholder, textarea:focus::placeholder {
	opacity: .2;
}

.gform_wrapper form input.hidden[type=color], .gform_wrapper form input.hidden[type=date], .gform_wrapper form input.hidden[type=datetime-local], .gform_wrapper form input.hidden[type=datetime], .gform_wrapper form input.hidden[type=email], .gform_wrapper form input.hidden[type=month], .gform_wrapper form input.hidden[type=number], .gform_wrapper form input.hidden[type=password], .gform_wrapper form input.hidden[type=search], .gform_wrapper form input.hidden[type=tel], .gform_wrapper form input.hidden[type=text], .gform_wrapper form input.hidden[type=time], .gform_wrapper form input.hidden[type=url], .gform_wrapper form input.hidden[type=week], .gform_wrapper form select.hidden, .gform_wrapper form textarea.hidden, input.hidden[type=color], input.hidden[type=date], input.hidden[type=datetime-local], input.hidden[type=datetime], input.hidden[type=email], input.hidden[type=month], input.hidden[type=number], input.hidden[type=password], input.hidden[type=range], input.hidden[type=search], input.hidden[type=tel], input.hidden[type=text], input.hidden[type=time], input.hidden[type=url], input.hidden[type=week], textarea.hidden {
	opacity: 0;
	visibility: hidden;
}

textarea {
	resize: none;
	height: 6.875rem;
	padding: 1rem;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
	text-align: right;
	padding-right: 1rem;
	padding-left: 1rem;
}

fieldset {
	border-radius: 0;
}

input[type=checkbox] {
	transition: .3s;
	cursor: pointer;
	flex-shrink: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 50%;
	border: 1px solid #555;
	border-radius: 2px;
	-webkit-appearance: none;
	appearance: none;
	margin-right: 25px;
}

input[type=checkbox]:checked {
	background-color: #fff;
	border-color: #1e1e1e;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' fill='%23000'/%3E%3C/svg%3E");
}

input[type=checkbox]:checked.nitro-lazy {
	background-image: none !important;
}

label:hover input[type=checkbox] {
	border-color: #1e1e1e;
}

input[type=radio] {
	transition: .3s;
	flex-shrink: 0;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: 1px solid #d0d0d0;
	border-radius: 50%;
	-webkit-appearance: none;
	appearance: none;
	margin-right: .5em;
}

input[type=radio]:checked {
	background-color: #000;
	background: radial-gradient(circle, #000 0, #000 .25rem, #fff .25rem);
	border-color: #000;
}

input[type=radio]:hover, label:hover input[type=radio] {
	border-color: #000;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .7);
	transition: opacity .5s;
	visibility: hidden;
	opacity: 0;
	z-index: 100;
	padding: 89px 0;
	pointer-events: none;
}

@media screen and (max-width:700px) {
	.overlay {
		padding: 0;
	}
}

.overlay:target {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.overlay__close-anchor, .overlay__close-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.overlay__close-anchor {
	pointer-events: none;
}

.overlay .form-holder {
	padding: 32px;
}

.overlay .form-holder .popup-title {
	font-size: 20px;
	padding: 10px 0;
	margin-bottom: 24px;
	line-height: 30px;
	font-weight: 700;
	word-break: break-word;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.overlay .popup {
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	width: 100%;
	max-width: 600px;
	position: relative;
	transition: 5s ease-in-out;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: calc(100dvh - 40px);
}

@media screen and (max-width:700px) {
	.overlay .popup {
		margin: 0 auto;
		border-radius: 0;
		max-height: 100dvh;
		height: 100dvh;
	}
}

.overlay .popup .close {
	position: absolute;
	top: 30px;
	right: 46px;
	transition: .2s;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	z-index: 9999;
	background: 0 0;
	padding: 0;
	border: 0;
}

.overlay .popup .close:hover {
	color: #389dfa;
}

@media screen and (max-width:700px) {
	.overlay .popup .close {
		top: 0;
		right: 16px;
	}
}

.overlay .popup .content {
	max-height: 30%;
	overflow: auto;
}

.site-footer input.mailpoet_submit {
	border-color: inherit !important;
}

.site-footer .mailpoet_form {
	padding: 0 !important;
}

.site-footer .mailpoet_form_columns {
	margin-bottom: 0 !important;
}

@media (min-width:1025px) {
	.site-footer .mailpoet_form_column:not(:first-child) {
		margin-left: 2.5rem !important;
	}
}

@keyframes rotation {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

@media (min-width:640px) {
	.flex-xs-max-row {
		flex-direction: row !important;
	}
	
	.flex-xs-max-column {
		flex-direction: column !important;
	}
	
	.flex-xs-max-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xs-max-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.justify-content-xs-max-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xs-max-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xs-max-center {
		justify-content: center !important;
	}
	
	.justify-content-xs-max-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xs-max-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xs-max-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xs-max-start {
		align-items: flex-start !important;
	}
	
	.align-items-xs-max-end {
		align-items: flex-end !important;
	}
	
	.align-items-xs-max-center {
		align-items: center !important;
	}
	
	.align-items-xs-max-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xs-max-stretch {
		align-items: stretch !important;
	}
}

@media (min-width:1025px) {
	.flex-md-row {
		flex-direction: row !important;
	}
	
	.flex-md-column {
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	
	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-md-start {
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		align-items: stretch !important;
	}
}

@media (min-width:1200px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	
	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
}

@media (min-width:1780px) {
	.flex-xl-row {
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
}

@media (min-width:0) {
	.hidden-xs-up {
		display: none !important;
	}
}

@media (max-width:-1) {
	.visible-xs-up {
		display: none !important;
	}
}

@media (min-width:640px) {
	.hidden-xs-max-up {
		display: none !important;
	}
}

@media (max-width:639px) {
	.visible-xs-max-up {
		display: none !important;
	}
}

@media (min-width:1025px) {
	.hidden-md-up {
		display: none !important;
	}
}

@media (max-width:1024px) {
	.visible-md-up {
		display: none !important;
	}
}

@media (min-width:1200px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width:1199px) {
	.visible-lg-up {
		display: none !important;
	}
}

@media (min-width:1780px) {
	.hidden-xl-up {
		display: none !important;
	}
}

@media (max-width:1779px) {
	.visible-xl-up {
		display: none !important;
	}
}

.d-none {
	display: none !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width:0) {
	.text-xs-left {
		text-align: left !important;
	}
	
	.text-xs-right {
		text-align: right !important;
	}
	
	.text-xs-center {
		text-align: center !important;
	}
}

@media (min-width:640px) {
	.text-xs-max-left {
		text-align: left !important;
	}
	
	.text-xs-max-right {
		text-align: right !important;
	}
	
	.text-xs-max-center {
		text-align: center !important;
	}
}

@media (min-width:1025px) {
	.text-md-left {
		text-align: left !important;
	}
	
	.text-md-right {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width:1780px) {
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.bg-primary {
	background-color: #389dfa !important;
}

.color-primary {
	color: #389dfa !important;
}

.bg-secondary {
	background-color: #274aaa !important;
}

.color-secondary {
	color: #274aaa !important;
}

.bg-white {
	background-color: #fff !important;
}

.color-white {
	color: #fff !important;
}

.bg-black {
	background-color: #000 !important;
}

.color-black {
	color: #000 !important;
}

.bg-grey {
	background-color: #bbbdbf !important;
}

.color-grey {
	color: #bbbdbf !important;
}

.img-cover {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
	position: absolute;
	top: 0;
	left: 0;
}

.img-contain {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: contain !important;
	object-fit: contain !important;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	font-size: .875rem;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #000;
	display: block;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: .9375rem 1.4375rem .875rem;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.no-scroll {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	overscroll-behavior: none;
}

.overflow-hidden {
	overflow: hidden !important;
}

.disabled {
	pointer-events: none !important;
}

.transparent {
	opacity: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-xl, .container-xs, .container-xs-max, .woocommerce .site-content, .woocommerce-page .site-content {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}

.container, .woocommerce .site-content, .woocommerce-page .site-content {
	max-width: 100%;
	--bs-gutter-x: var(--container-gutter-x);
}

@media (min-width:640px) {
	.container, .container-xs-max, .woocommerce .site-content, .woocommerce-page .site-content {
		max-width: 100%;
	}
}

@media (min-width:1025px) {
	.container, .container-md, .container-xs-max, .woocommerce .site-content, .woocommerce-page .site-content {
		max-width: 100%;
	}
}

@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-xs-max, .woocommerce .site-content, .woocommerce-page .site-content {
		max-width: 100%;
	}
}

@media (min-width:1780px) {
	.container, .container-lg, .container-md, .container-xl, .container-xs-max, .woocommerce .site-content, .woocommerce-page .site-content {
		max-width: 1780px;
	}
}

.row, .woocommerce .col2-set, .woocommerce-page .col2-set {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
	row-gap: 30px;
}

.row > *, .woocommerce .col2-set > *, .woocommerce-page .col2-set > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

.g-0, .gx-0 {
	--bs-gutter-x: 0;
}

.g-0, .gy-0 {
	--bs-gutter-y: 0;
}

.g-1, .gx-1 {
	--bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
	--bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
	--bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
	--bs-gutter-y: .5rem;
}

.g-3, .gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width:640px) {
	.col-xs-max {
		flex: 1 0 0;
	}
	
	.row-cols-xs-max-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xs-max-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xs-max-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xs-max-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.row-cols-xs-max-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xs-max-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xs-max-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xs-max-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xs-max-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-xs-max-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xs-max-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xs-max-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-xs-max-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-xs-max-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xs-max-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-xs-max-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-xs-max-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xs-max-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-xs-max-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-xs-max-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xs-max-0 {
		margin-left: 0;
	}
	
	.offset-xs-max-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-xs-max-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-xs-max-3 {
		margin-left: 25%;
	}
	
	.offset-xs-max-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-xs-max-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-xs-max-6 {
		margin-left: 50%;
	}
	
	.offset-xs-max-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-xs-max-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-xs-max-9 {
		margin-left: 75%;
	}
	
	.offset-xs-max-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-xs-max-11 {
		margin-left: 91.66666667%;
	}
	
	.g-xs-max-0, .gx-xs-max-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xs-max-0, .gy-xs-max-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xs-max-1, .gx-xs-max-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xs-max-1, .gy-xs-max-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xs-max-2, .gx-xs-max-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xs-max-2, .gy-xs-max-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xs-max-3, .gx-xs-max-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xs-max-3, .gy-xs-max-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xs-max-4, .gx-xs-max-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xs-max-4, .gy-xs-max-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xs-max-5, .gx-xs-max-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xs-max-5, .gy-xs-max-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1025px) {
	.col-md {
		flex: 1 0 0;
	}
	
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.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-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.66666667%;
	}
	
	.g-md-0, .gx-md-0 {
		--bs-gutter-x: 0;
	}
	
	.g-md-0, .gy-md-0 {
		--bs-gutter-y: 0;
	}
	
	.g-md-1, .gx-md-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-md-1, .gy-md-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-md-2, .gx-md-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-md-2, .gy-md-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-md-3, .gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-md-3, .gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-md-4, .gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-md-4, .gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-md-5, .gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-md-5, .gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1200px) {
	.col-lg {
		flex: 1 0 0;
	}
	
	.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-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-lg-4, .woocommerce-account .woocommerce-MyAccount-navigation {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-lg-6, .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-lg-8, .woocommerce-account .woocommerce-MyAccount-content {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
	
	.g-lg-0, .gx-lg-0 {
		--bs-gutter-x: 0;
	}
	
	.g-lg-0, .gy-lg-0 {
		--bs-gutter-y: 0;
	}
	
	.g-lg-1, .gx-lg-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-lg-3, .gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-lg-3, .gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-lg-4, .gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-lg-4, .gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-lg-5, .gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-lg-5, .gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1780px) {
	.col-xl {
		flex: 1 0 0;
	}
	
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
	
	.g-xl-0, .gx-xl-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xl-0, .gy-xl-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xl-1, .gx-xl-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xl-3, .gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xl-3, .gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xl-4, .gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xl-4, .gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xl-5, .gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xl-5, .gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

.row + .row, .woocommerce .col2-set + .col2-set, .woocommerce .col2-set + .row, .woocommerce .row + .col2-set, .woocommerce-page .col2-set + .col2-set, .woocommerce-page .col2-set + .row, .woocommerce-page .row + .col2-set {
	margin-top: 30px;
}

.container-fluid, .container-lg, .container-md, .container-xl, .container-xs, .container-xs-max {
	max-width: 1920px;
}

body.page-clubanhaenger .site-footer .newsletter-signup, body.page-clubsocken .site-footer .newsletter-signup, body.page-socken-mit-logo-fussball .site-footer .newsletter-signup {
	display: none;
}

.site-last-modified {
	padding: 3.125rem 0 0;
	color: #727272;
	font-size: .75rem;
	text-transform: uppercase;
}

@media (min-width:640px) {
	.site-last-modified {
		font-size: .875rem;
	}
}

.site-last-modified p {
	margin: 0;
}

.site-footer {
	flex-shrink: 0;
	width: 100%;
	background-color: #fff;
	color: #727272;
	text-transform: uppercase;
	font-size: .75rem;
}

@media (min-width:640px) {
	.site-footer {
		font-size: .875rem;
	}
}

.site-footer .flex-container {
	padding: 2.1875rem 0;
	margin-top: 3.75rem;
	border-top: 1px solid #bbbdbf;
	flex-direction: column;
	gap: 1.5625rem;
}

@media (min-width:1200px) {
	.site-footer .flex-container {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width:1025px) {
	.site-footer .newsletter-signup {
		margin-top: 3.75rem;
	}
}

.site-footer .newsletter-signup__inner {
	display: flex;
	align-items: center;
}

.site-footer .newsletter-signup__image {
	flex-basis: 60%;
}

@media (max-width:639px) {
	.site-footer .newsletter-signup__image {
		display: none;
	}
}

@media (min-width:1025px) {
	.site-footer .newsletter-signup__image {
		flex-basis: 66.66%;
	}
}

.site-footer .newsletter-signup__form {
	flex-basis: 100%;
}

@media (min-width:640px) {
	.site-footer .newsletter-signup__form {
		flex-basis: 40%;
		margin-left: 1.25rem !important;
	}
}

@media (min-width:1025px) {
	.site-footer .newsletter-signup__form {
		flex-basis: 33.33%;
		margin-left: 2.5rem !important;
	}
}

.site-footer .newsletter-signup__form .mailpoet_captcha_container {
	max-width: 100%;
	margin: 0;
}

.site-footer .newsletter-signup__form .mailpoet_message {
	text-align: center;
	padding: 0 !important;
}

.site-footer .newsletter-signup__form .mailpoet_captcha_label input {
	width: 100% !important;
	max-width: 100%;
}

.site-footer .newsletter-signup__form .mailpoet_validate_success {
	width: 100%;
}

.footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 1rem;
	text-align: center;
	flex-direction: column;
}

@media (min-width:1025px) {
	.footer-links {
		flex-direction: row;
		gap: 1.875rem;
	}
}

.footer-links li {
	line-height: 1;
}

.footer-links a {
	color: #727272;
}

.footer-links a:hover {
	color: #389dfa;
}

.site-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: background-color .3s, height .3s, box-shadow .3s;
}

.site-header > img {
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -2;
	transition: .3s;
}

.is-scrolled .site-header > img {
	opacity: 0;
}

.is-scrolled .site-header {
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.site-header .container, .site-header .woocommerce .site-content, .site-header .woocommerce-page .site-content, .woocommerce .site-header .site-content, .woocommerce-page .site-header .site-content {
	display: flex;
	justify-content: space-between;
}

.site-header .site-header-top-wrapper {
	background-color: #274aaa;
}

.site-header .site-header-top {
	padding-block: .4063rem;
}

.site-header .site-header-top ul {
	display: flex;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header .site-header-top ul a {
	font-size: 14px;
	color: #fff;
}

.site-header .site-header-top ul a:hover, .site-header .site-header-top ul a[aria-current] {
	color: hsla(0, 0%, 100%, .7);
}

@media (max-width:576px) {
	.site-header .site-header-top .sites-menu {
		width: 100%;
		justify-content: space-between;
	}
}

@media (max-width:576px) {
	.site-header .site-header-top .common-menu {
		display: none;
	}
}

.site-header .site-header-bottom-wrapper {
	background-color: #fff;
}

.site-header .site-header-bottom {
	padding-block: .875rem;
	position: relative;
}

.site-header .site-header-bottom .common-menu-mobile {
	margin-top: 1.25rem;
}

@media (min-width:576px) {
	.site-header .site-header-bottom .common-menu-mobile {
		display: none;
	}
}

.site-header .site-logo {
	margin-right: auto;
	width: 100%;
	max-width: 135px;
	min-height: 135px;
	z-index: 3;
	position: absolute;
	bottom: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

@media (max-width:1024px) {
	.site-header .site-logo {
		max-width: 90px;
		min-height: 90px;
	}
}

@media (max-width:576px) {
	.site-header .site-logo {
		max-width: 80px;
		min-height: 80px;
	}
}

.is-scrolled .site-header .site-logo {
	max-width: 100px;
}

@media (max-width:1024px) {
	.is-scrolled .site-header .site-logo {
		max-width: 80px;
	}
}

@media (max-width:576px) {
	.is-scrolled .site-header .site-logo {
		max-width: 70px;
	}
}

.site-header.main-header-menu-hidden .buttons-side, .site-header.main-header-menu-hidden .icon-burger, .site-header.main-header-menu-hidden .main-menu {
	display: none;
}

.site-header.main-header-menu-hidden .site-header-bottom {
	padding-block: 0;
}

@media (max-width:1024px) {
	.site-header.main-header-menu-hidden .site-header-bottom .site-logo {
		transform: translate(-50%, -15px);
	}
}

.site-header.main-header-menu-hidden .site-header-top {
	padding-block: 1.5rem;
}

@media (max-width:1024px) {
	.site-header.main-header-menu-hidden .site-header-top {
		padding-block: 1rem;
	}
}

@media (max-width:639px) {
	.site-header.main-header-menu-hidden .site-header-top {
		padding-block: .75rem;
	}
}

@media (max-width:639px) {
	.site-header.main-header-menu-hidden + .site-content > .presentation-template-hero:first-child .title-block {
		padding-top: 6rem;
	}
}

@media (max-width:576px) {
	.site-header.main-header-menu-hidden + .site-content > .presentation-template-hero:first-child .title-block {
		padding-top: 5rem;
	}
}

.buttons-side {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
	margin-left: auto;
}

.buttons-side .buttons-block {
	display: none;
}

@media (min-width:1200px) {
	.buttons-side .buttons-block {
		display: block;
	}
}

.buttons-side .btn-primary {
	background-color: #274aaa;
}

.buttons-side .btn-primary:active, .buttons-side .btn-primary:focus, .buttons-side .btn-primary:hover {
	background-color: #389dfa;
	color: #fff;
}

.gform_wrapper form .gform_footer .is-scrolled .buttons-side input[type=submit], .is-scrolled .buttons-side .btn, .is-scrolled .buttons-side .gform_wrapper form .gform_footer input[type=submit], .is-scrolled .buttons-side .woocommerce #respond input#submit, .is-scrolled .buttons-side .woocommerce a.button, .is-scrolled .buttons-side .woocommerce a.button.alt, .is-scrolled .buttons-side .woocommerce button.button, .is-scrolled .buttons-side .woocommerce button.button.alt, .is-scrolled .buttons-side .woocommerce input.button, .is-scrolled .buttons-side .woocommerce input.button.alt, .is-scrolled .buttons-side .woocommerce-page .wc-block-components-button:not(.is-link), .is-scrolled .buttons-side .woocommerce-page .wc-block-components-button:not(.is-link).alt, .is-scrolled .buttons-side input[type=submit], .woocommerce #respond .is-scrolled .buttons-side input#submit, .woocommerce .is-scrolled .buttons-side a.button, .woocommerce .is-scrolled .buttons-side a.button.alt, .woocommerce .is-scrolled .buttons-side button.button, .woocommerce .is-scrolled .buttons-side button.button.alt, .woocommerce .is-scrolled .buttons-side input.button, .woocommerce .is-scrolled .buttons-side input.button.alt, .woocommerce-page .is-scrolled .buttons-side .wc-block-components-button:not(.is-link), .woocommerce-page .is-scrolled .buttons-side .wc-block-components-button:not(.is-link).alt {
	height: 2.5625rem;
}

.buttons-side .mini-cart {
	margin-right: 1.5rem;
}

@media (max-width:1199px) {
	.buttons-side .mini-cart {
		margin-left: 0;
	}
}

.icon-burger {
	flex-shrink: 0;
	display: inline-block;
	width: 1.875rem;
	height: 1.25rem;
	cursor: pointer;
	position: relative;
	margin-top: 6px;
}

.icon-burger i {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #274aaa;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	transition: transform .3s;
}

.icon-burger i:after, .icon-burger i:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #274aaa;
	transform-origin: right center;
	position: absolute;
	right: 0;
	transition: transform .3s, background-color .3s;
}

.icon-burger i:before {
	top: -.5rem;
}

.icon-burger i:after {
	top: .5rem;
}

.main-nav .buttons-block, body.page-clubanhaenger header .buttons-block {
	display: none;
}

@media (max-width:1199px) {
	.main-nav {
		width: 100%;
		height: calc(var(--vh, 1vh) * 100);
		background-color: rgba(39, 74, 170, .98);
		color: #000;
		overflow-y: auto;
		padding: 1.25rem;
		position: fixed;
		top: 0;
		right: 100%;
		transition: right .5s;
		z-index: 25;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	
	.main-nav .buttons-block {
		display: flex;
		margin-top: 30px;
	}
}

@media (max-width:1024px) {
	.main-nav {
		align-items: flex-start;
	}
	
	.main-nav .buttons-block {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (min-width:1025px) {
	.main-nav {
		justify-content: center;
	}
}

@media (min-width:1200px) {
	.main-nav {
		display: flex;
		align-items: center;
	}
}

.is-menu-open .main-nav {
	right: 0;
}

.main-nav .main-nav__close {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 30px;
	color: #fff;
}

.main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

@media (min-width:1025px) {
	.main-menu {
		flex-direction: row;
		align-items: center;
	}
}

.main-menu > li {
	flex-shrink: 0;
	display: block;
	position: relative;
}

@media (min-width:1200px) {
	.main-menu > li {
		display: flex;
		align-items: center;
	}
}

.main-menu > li.menu-item-has-children {
	padding-right: 1.5rem;
	position: relative;
}

@media (min-width:1200px) {
	.main-menu > li.menu-item-has-children {
		padding-right: 0;
	}
}

.main-menu > li.menu-item-has-children:after {
	transition: .3s;
	content: "";
	width: 1rem;
	height: .875rem;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z' fill='%23df0000'/%3E%3C/svg%3E") 50%/contain no-repeat;
	position: absolute;
	top: .6em;
	right: 0;
}

@media (min-width:1200px) {
	.main-menu > li.menu-item-has-children:after {
		top: calc(50% - .4375rem);
		right: -1.25rem;
	}
}

@media (min-width:1200px) {
	.main-menu > li.menu-item-has-children:hover .sub-menu {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
}

.main-menu > li.menu-item-has-children.active:after {
	transform: rotate(180deg);
}

.main-menu > li > a {
	color: #fff;
	font-weight: 600;
	font-size: 1.125rem;
}

@media (min-width:1025px) {
	.main-menu > li > a {
		font-size: 1.375rem;
	}
}

@media (min-width:1200px) {
	.main-menu > li > a {
		font-size: 1rem;
		color: #274aaa;
	}
}

@media (min-width:1200px) {
	.main-menu > li > a:hover {
		color: #389dfa !important;
	}
}

.main-menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: .625rem 0 0;
	width: 100%;
	display: none;
}

@media (min-width:1200px) {
	.main-menu .sub-menu {
		display: block;
		width: 12.5rem;
		background-color: #389dfa;
		padding-bottom: .625rem;
		position: absolute;
		top: 100%;
		left: 0;
		transform: translateY(.625rem);
		opacity: 0;
		visibility: hidden;
		transition: .3s;
	}
}

.main-menu .sub-menu li {
	width: 100%;
	padding: .3125rem .625rem .3125rem .9375rem;
}

.main-menu .sub-menu li a {
	color: #1e1e1e;
	transition: text-shadow .3s;
}

@media (min-width:1200px) {
	.main-menu .sub-menu li a {
		color: #fff;
	}
}

@media (min-width:1200px) {
	.main-menu .sub-menu li a:hover {
		color: #fff;
		text-shadow: -.025em 0 .025em #fff, .025em 0 .025em #fff;
	}
}

body.post-type-archive-docs .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content, body.post-type-archive-docs .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-9 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content, body.single-docs .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content, body.single-docs .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-9 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content, body.tax-doc_category .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content, body.tax-doc_category .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-9 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content, body.tax-doc_tag .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content, body.tax-doc_tag .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-9 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content {
	font-size: 18px;
	font-weight: 400;
	color: #1e1e1e;
}

body.post-type-archive-docs .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-header .betterdocs-entry-title, body.post-type-archive-docs .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-9 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-header .betterdocs-entry-title, body.single-docs .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-header .betterdocs-entry-title, body.single-docs .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-9 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-header .betterdocs-entry-title, body.tax-doc_category .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-header .betterdocs-entry-title, body.tax-doc_category .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-9 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-header .betterdocs-entry-title, body.tax-doc_tag .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-header .betterdocs-entry-title, body.tax-doc_tag .betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-9 .betterdocs-content-wrapper .docs-content-full-main .betterdocs-content-inner-area .betterdocs-entry-header .betterdocs-entry-title {
	font-size: clamp(1.75rem, calc(1.75rem + ( 1vw - 10.25px ) * 4.24), 3.75rem);
	color: #274aaa;
}

body.post-type-archive-docs .betterdocs-entry-title h3, body.single-docs .betterdocs-entry-title h3, body.tax-doc_category .betterdocs-entry-title h3, body.tax-doc_tag .betterdocs-entry-title h3 {
	color: #274aaa;
	font-size: clamp(1.5rem, calc(1.5rem + ( 1vw - 10.25px ) * 1.59), 2.25rem);
	line-height: 1.1;
	font-family: "Bebas Neue", sans-serif;
}

body.post-type-archive-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a, body.post-type-archive-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title, body.single-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a, body.single-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title, body.tax-doc_category .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a, body.tax-doc_category .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title, body.tax-doc_tag .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a, body.tax-doc_tag .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title {
	color: #1e1e1e;
}

body.post-type-archive-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a.active, body.post-type-archive-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:hover, body.single-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a.active, body.single-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:hover, body.tax-doc_category .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a.active, body.tax-doc_category .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:hover, body.tax-doc_tag .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a.active, body.tax-doc_tag .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:hover {
	color: #0684f8;
}

body.post-type-archive-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a.active, body.post-type-archive-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:focus, body.post-type-archive-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:hover, body.single-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a.active, body.single-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:focus, body.single-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:hover, body.tax-doc_category .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a.active, body.tax-doc_category .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:focus, body.tax-doc_category .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:hover, body.tax-doc_tag .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a.active, body.tax-doc_tag .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:focus, body.tax-doc_tag .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-8 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li:not(:has(>ul)) a:hover {
	background-color: rgba(0, 0, 0, 0);
}

body.post-type-archive-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-7, body.single-docs .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-7, body.tax-doc_category .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-7, body.tax-doc_tag .betterdocs-full-sidebar-left.betterdocs-sidebar-layout-7 {
	z-index: 90;
}

body.post-type-archive-docs .betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a, body.single-docs .betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a, body.tax-doc_category .betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a, body.tax-doc_tag .betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a {
	color: #1e1e1e;
}

body.post-type-archive-docs .betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a:hover, body.single-docs .betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a:hover, body.tax-doc_category .betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a:hover, body.tax-doc_tag .betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-body .betterdocs-articles-list li a:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #0684f8;
}

body.post-type-archive-docs .betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title, body.single-docs .betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title, body.tax-doc_category .betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title, body.tax-doc_tag .betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title {
	color: #1e1e1e !important;
	font-size: 18px;
}

body.post-type-archive-docs .betterdocs-category-grid-three-wrapper .betterdocs-category-title:not(:has(a)), body.single-docs .betterdocs-category-grid-three-wrapper .betterdocs-category-title:not(:has(a)), body.tax-doc_category .betterdocs-category-grid-three-wrapper .betterdocs-category-title:not(:has(a)), body.tax-doc_tag .betterdocs-category-grid-three-wrapper .betterdocs-category-title:not(:has(a)) {
	font-size: clamp(1.25rem, calc(1.25rem + ( 1vw - 10.25px ) * 1.32), 1.875rem);
	color: #274aaa;
	text-transform: none;
}

body.post-type-archive-docs .betterdocs-category-grid-three-wrapper .betterdocs-articles-list li a, body.single-docs .betterdocs-category-grid-three-wrapper .betterdocs-articles-list li a, body.tax-doc_category .betterdocs-category-grid-three-wrapper .betterdocs-articles-list li a, body.tax-doc_tag .betterdocs-category-grid-three-wrapper .betterdocs-articles-list li a {
	font-size: 18px;
	font-weight: 400;
	color: #1e1e1e;
	text-decoration: none;
	transition: color .3s, opacity .3s, transform .3s;
}

body.post-type-archive-docs .betterdocs-category-grid-three-wrapper .betterdocs-articles-list li a:is(:hover,:focus,:active), body.single-docs .betterdocs-category-grid-three-wrapper .betterdocs-articles-list li a:is(:hover,:focus,:active), body.tax-doc_category .betterdocs-category-grid-three-wrapper .betterdocs-articles-list li a:is(:hover,:focus,:active), body.tax-doc_tag .betterdocs-category-grid-three-wrapper .betterdocs-articles-list li a:is(:hover,:focus,:active) {
	color: #0684f8;
}

body.post-type-archive-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list .betterdocs-entry-title a, body.post-type-archive-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list .betterdocs-entry-title a, body.single-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list .betterdocs-entry-title a, body.single-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list .betterdocs-entry-title a, body.tax-doc_category .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list .betterdocs-entry-title a, body.tax-doc_category .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list .betterdocs-entry-title a, body.tax-doc_tag .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list .betterdocs-entry-title a, body.tax-doc_tag .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list .betterdocs-entry-title a {
	font-size: clamp(1.25rem, calc(1.25rem + ( 1vw - 10.25px ) * 1.32), 1.875rem);
	color: #274aaa;
	text-transform: none;
}

body.post-type-archive-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list p, body.post-type-archive-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list p, body.single-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list p, body.single-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list p, body.tax-doc_category .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list p, body.tax-doc_category .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list p, body.tax-doc_tag .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list p, body.tax-doc_tag .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list p {
	font-size: 18px;
	font-weight: 400;
	color: #1e1e1e;
}

body.post-type-archive-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list:hover, body.post-type-archive-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list:hover, body.single-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list:hover, body.single-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list:hover, body.tax-doc_category .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list:hover, body.tax-doc_category .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list:hover, body.tax-doc_tag .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list:hover, body.tax-doc_tag .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list:hover {
	background-color: rgba(0, 0, 0, 0);
}

body.post-type-archive-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-main-category-folder .betterdocs-category-header-inner .betterdocs-category-title, body.post-type-archive-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-main-category-folder .betterdocs-category-header-inner .betterdocs-category-title, body.single-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-main-category-folder .betterdocs-category-header-inner .betterdocs-category-title, body.single-docs .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-main-category-folder .betterdocs-category-header-inner .betterdocs-category-title, body.tax-doc_category .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-main-category-folder .betterdocs-category-header-inner .betterdocs-category-title, body.tax-doc_category .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-main-category-folder .betterdocs-category-header-inner .betterdocs-category-title, body.tax-doc_tag .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-7 .betterdocs-main-category-folder .betterdocs-category-header-inner .betterdocs-category-title, body.tax-doc_tag .betterdocs-category-archive-wrapper.betterdocs-wraper .doc-category-layout-8 .betterdocs-main-category-folder .betterdocs-category-header-inner .betterdocs-category-title {
	color: #274aaa;
}

body.post-type-archive-docs .betterdocs-content-area .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list .update-date, body.single-docs .betterdocs-content-area .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list .update-date, body.tax-doc_category .betterdocs-content-area .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list .update-date, body.tax-doc_tag .betterdocs-content-area .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list .update-date {
	margin-bottom: 10px;
	color: #1e1e1e;
}

body.post-type-archive-docs .betterdocs-search-heading :is(h1,h2,h3,h4,h5,h6,p).heading, body.single-docs .betterdocs-search-heading :is(h1,h2,h3,h4,h5,h6,p).heading, body.tax-doc_category .betterdocs-search-heading :is(h1,h2,h3,h4,h5,h6,p).heading, body.tax-doc_tag .betterdocs-search-heading :is(h1,h2,h3,h4,h5,h6,p).heading {
	color: #274aaa;
}

body.post-type-archive-docs .betterdocs-search-heading h1.heading, body.single-docs .betterdocs-search-heading h1.heading, body.tax-doc_category .betterdocs-search-heading h1.heading, body.tax-doc_tag .betterdocs-search-heading h1.heading {
	font-size: clamp(2rem, calc(2rem + ( 1vw - 10.25px ) * 11.66), 7.5rem);
}

body.post-type-archive-docs .betterdocs-search-heading h2.heading, body.single-docs .betterdocs-search-heading h2.heading, body.tax-doc_category .betterdocs-search-heading h2.heading, body.tax-doc_tag .betterdocs-search-heading h2.heading {
	font-size: clamp(1.75rem, calc(1.75rem + ( 1vw - 10.25px ) * 4.24), 3.75rem);
}

body.post-type-archive-docs .betterdocs-search-heading h3.heading, body.single-docs .betterdocs-search-heading h3.heading, body.tax-doc_category .betterdocs-search-heading h3.heading, body.tax-doc_tag .betterdocs-search-heading h3.heading {
	font-size: clamp(1.5rem, calc(1.5rem + ( 1vw - 10.25px ) * 1.59), 2.25rem);
}

body.post-type-archive-docs .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-content .betterdocs-search-items-wrapper .betterdocs-search-items-not-found h4, body.single-docs .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-content .betterdocs-search-items-wrapper .betterdocs-search-items-not-found h4, body.tax-doc_category .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-content .betterdocs-search-items-wrapper .betterdocs-search-items-not-found h4, body.tax-doc_tag .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-content .betterdocs-search-items-wrapper .betterdocs-search-items-not-found h4 {
	font-size: clamp(1.125rem, calc(1.125rem + ( 1vw - 10.25px ) * .79), 1.5rem);
	line-height: 1.1;
}

body.post-type-archive-docs .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-content .betterdocs-search-info-tab .betterdocs-tab-items.active, body.single-docs .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-content .betterdocs-search-info-tab .betterdocs-tab-items.active, body.tax-doc_category .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-content .betterdocs-search-info-tab .betterdocs-tab-items.active, body.tax-doc_tag .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-content .betterdocs-search-info-tab .betterdocs-tab-items.active {
	border-bottom-color: #389dfa;
	color: #389dfa;
}

body.post-type-archive-docs .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-content .betterdocs-search-info-tab .betterdocs-tab-items.active span svg path, body.single-docs .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-content .betterdocs-search-info-tab .betterdocs-tab-items.active span svg path, body.tax-doc_category .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-content .betterdocs-search-info-tab .betterdocs-tab-items.active span svg path, body.tax-doc_tag .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-content .betterdocs-search-info-tab .betterdocs-tab-items.active span svg path {
	fill: #389dfa;
}

body.post-type-archive-docs .betterdocs-search-layout-1 .search-bar .search-input-wrapper, body.single-docs .betterdocs-search-layout-1 .search-bar .search-input-wrapper, body.tax-doc_category .betterdocs-search-layout-1 .search-bar .search-input-wrapper, body.tax-doc_tag .betterdocs-search-layout-1 .search-bar .search-input-wrapper {
	background-color: rgba(0, 0, 0, 0);
}

body.post-type-archive-docs .betterdocs-search-layout-1 .search-bar .search-input-wrapper .search-icon path, body.single-docs .betterdocs-search-layout-1 .search-bar .search-input-wrapper .search-icon path, body.tax-doc_category .betterdocs-search-layout-1 .search-bar .search-input-wrapper .search-icon path, body.tax-doc_tag .betterdocs-search-layout-1 .search-bar .search-input-wrapper .search-icon path {
	fill: #b8bcc6;
}

body.post-type-archive-docs .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1, body.single-docs .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1, body.tax-doc_category .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1, body.tax-doc_tag .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 {
	margin: 0;
	padding: 50px 16px;
}

body.post-type-archive-docs .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-bar, body.single-docs .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-bar, body.tax-doc_category .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-bar, body.tax-doc_tag .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-bar {
	width: 100%;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #b8bcc6;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
}

body.post-type-archive-docs .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-bar .search-input, body.single-docs .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-bar .search-input, body.tax-doc_category .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-bar .search-input, body.tax-doc_tag .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-bar .search-input {
	font-size: .875rem;
	line-height: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
	transition: .3s;
	color: #1e1e1e;
}

@media screen and (max-width:499px) {
	body.post-type-archive-docs .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-bar .search-input, body.single-docs .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-bar .search-input, body.tax-doc_category .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-bar .search-input, body.tax-doc_tag .betterdocs-search-modal-layout-1 .betterdocs-search-layout-1 .search-bar .search-input {
		font-size: 16px;
		line-height: 1.4;
	}
}

body.post-type-archive-docs #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details, body.single-docs #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details, body.tax-doc_category #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details, body.tax-doc_tag #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details {
	margin-top: 100px;
}

@media (max-width:768px) {
	body.post-type-archive-docs #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details, body.single-docs #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details, body.tax-doc_category #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details, body.tax-doc_tag #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details {
		margin-top: 0;
	}
}

body.post-type-archive-docs #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-header .betterdocs-searchform-input-wrap .betterdocs-search-field, body.single-docs #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-header .betterdocs-searchform-input-wrap .betterdocs-search-field, body.tax-doc_category #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-header .betterdocs-searchform-input-wrap .betterdocs-search-field, body.tax-doc_tag #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-header .betterdocs-searchform-input-wrap .betterdocs-search-field {
	font-size: .875rem;
	line-height: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
	transition: .3s;
	color: #1e1e1e;
}

@media screen and (max-width:499px) {
	body.post-type-archive-docs #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-header .betterdocs-searchform-input-wrap .betterdocs-search-field, body.single-docs #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-header .betterdocs-searchform-input-wrap .betterdocs-search-field, body.tax-doc_category #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-header .betterdocs-searchform-input-wrap .betterdocs-search-field, body.tax-doc_tag #betterdocs-search-modal .betterdocs-search-wrapper .betterdocs-search-details .betterdocs-search-header .betterdocs-searchform-input-wrap .betterdocs-search-field {
		font-size: 16px;
		line-height: 1.4;
	}
}

body.post-type-archive-docs .betterdocs-live-search.betterdocs-search-popup .betterdocs-searchform .betterdocs-searchform-input-wrap .betterdocs-search-command, body.single-docs .betterdocs-live-search.betterdocs-search-popup .betterdocs-searchform .betterdocs-searchform-input-wrap .betterdocs-search-command, body.tax-doc_category .betterdocs-live-search.betterdocs-search-popup .betterdocs-searchform .betterdocs-searchform-input-wrap .betterdocs-search-command, body.tax-doc_tag .betterdocs-live-search.betterdocs-search-popup .betterdocs-searchform .betterdocs-searchform-input-wrap .betterdocs-search-command {
	font-size: .875rem;
	line-height: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
	transition: .3s;
	color: #1e1e1e;
}

@media screen and (max-width:499px) {
	body.post-type-archive-docs .betterdocs-live-search.betterdocs-search-popup .betterdocs-searchform .betterdocs-searchform-input-wrap .betterdocs-search-command, body.single-docs .betterdocs-live-search.betterdocs-search-popup .betterdocs-searchform .betterdocs-searchform-input-wrap .betterdocs-search-command, body.tax-doc_category .betterdocs-live-search.betterdocs-search-popup .betterdocs-searchform .betterdocs-searchform-input-wrap .betterdocs-search-command, body.tax-doc_tag .betterdocs-live-search.betterdocs-search-popup .betterdocs-searchform .betterdocs-searchform-input-wrap .betterdocs-search-command {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media (max-width:768px) {
	body.post-type-archive-docs .betterdocs-docs-archive-wrapper.betterdocs-category-layout-8 .betterdocs-category-grid-three-wrapper, body.post-type-archive-docs .betterdocs-docs-archive-wrapper.betterdocs-category-layout-8 .betterdocs-faq-wrapper, body.single-docs .betterdocs-docs-archive-wrapper.betterdocs-category-layout-8 .betterdocs-category-grid-three-wrapper, body.single-docs .betterdocs-docs-archive-wrapper.betterdocs-category-layout-8 .betterdocs-faq-wrapper, body.tax-doc_category .betterdocs-docs-archive-wrapper.betterdocs-category-layout-8 .betterdocs-category-grid-three-wrapper, body.tax-doc_category .betterdocs-docs-archive-wrapper.betterdocs-category-layout-8 .betterdocs-faq-wrapper, body.tax-doc_tag .betterdocs-docs-archive-wrapper.betterdocs-category-layout-8 .betterdocs-category-grid-three-wrapper, body.tax-doc_tag .betterdocs-docs-archive-wrapper.betterdocs-category-layout-8 .betterdocs-faq-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 form {
	position: relative;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	padding: 0;
	margin-top: 1.25rem;
	margin-bottom: 0;
	border: none;
}

.wpcf7 form.init .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #6dc22e;
}

.wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #dc3232;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 1rem;
}

.wpcf7 .form-group {
	margin-bottom: 1rem;
}

.wpcf7 label {
	font-weight: 700;
}

.wpcf7 .wpcf7-list-item-label {
	font-weight: 400;
	margin-left: .3125rem;
	text-transform: initial;
}

.wpcf7 .wpcf7-acceptance label {
	display: flex;
	position: static;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	display: block;
	background-color: #fff;
	color: #dc3232;
	font-size: .875rem;
	font-weight: 400;
	text-align: left;
	padding: 0;
	margin: .5rem 0;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::after, span.wpcf7-list-item-label::before {
	content: " ";
}

div.wpcf7 .ajax-loader, div.wpcf7 .wpcf7-spinner {
	visibility: hidden;
	background-image: url("https://cdn-ildpgga.nitrocdn.com/kujPVUghFjMonDUsmDWLbfgwXogTNWAz/assets/images/optimized/rev-efcd4e7/clubschlappen.de/wp-content/themes/club-schlappen-theme/dist/img/black-loader.svg");
	background-size: cover;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: calc(100% + 3px);
	left: 0;
	margin: 0;
}

div.wpcf7 .ajax-loader.nitro-lazy, div.wpcf7 .wpcf7-spinner.nitro-lazy {
	background-image: none !important;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 input[type=file] {
	cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7-form.submitting .ajax-loader, .wpcf7-form.submitting .wpcf7-spinner {
	visibility: visible;
}

.cky-consent-container {
	position: fixed !important;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	animation: none !important;
	transition: none !important;
}

.cky-consent-bar {
	animation: none !important;
	transition: none !important;
}

.carousel {
	position: relative;
	box-sizing: border-box;
}

.carousel *, .carousel :after, .carousel :before {
	box-sizing: inherit;
}

.carousel.is-draggable {
	cursor: move;
	cursor: grab;
}

.carousel.is-dragging {
	cursor: move;
	cursor: grabbing;
}

.carousel__viewport {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}

.carousel__track {
	display: flex;
}

.carousel__slide {
	flex: 0 0 auto;
	width: var(--carousel-slide-width, 60%);
	max-width: 100%;
	padding: 1rem;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.has-dots {
	margin-bottom: calc(.5rem + 22px);
}

.carousel__dots {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: calc(100% + .5rem);
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	list-style: none;
	-webkit-user-select: none;
	user-select: none;
}

.carousel__dots .carousel__dot {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.carousel__dots .carousel__dot:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: currentColor;
	opacity: .25;
	transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
	opacity: 1;
}

.carousel__button {
	width: var(--carousel-button-width, 48px);
	height: var(--carousel-button-height, 48px);
	padding: 0;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	cursor: pointer;
	color: var(--carousel-button-color, currentColor);
	background: var(--carousel-button-bg, transparent);
	border-radius: var(--carousel-button-border-radius, 50%);
	box-shadow: var(--carousel-button-shadow, none);
	transition: opacity .15s;
}

.carousel__button.is-next, .carousel__button.is-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.carousel__button.is-prev {
	left: 10px;
}

.carousel__button.is-next {
	right: 10px;
}

.carousel__button[disabled] {
	cursor: default;
	opacity: .3;
}

.carousel__button svg {
	width: var(--carousel-button-svg-width, 50%);
	height: var(--carousel-button-svg-height, 50%);
	fill: none;
	stroke: currentColor;
	stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
	stroke-linejoin: bevel;
	stroke-linecap: round;
	filter: var(--carousel-button-svg-filter, none);
	pointer-events: none;
}

html.with-fancybox {
	scroll-behavior: auto;
}

body.compensate-for-scrollbar {
	overflow: hidden !important;
	touch-action: none;
}

.fancybox__container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	direction: ltr;
	margin: 0;
	padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	color: var(--fancybox-color, #fff);
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	z-index: 1050;
	outline: 0;
	transform-origin: top left;
	--carousel-button-width: 48px;
	--carousel-button-height: 48px;
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
	--carousel-button-svg-stroke-width: 2.5;
	--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));
}

.fancybox__container *, .fancybox__container ::after, .fancybox__container ::before {
	box-sizing: inherit;
}

.fancybox__container :focus {
	outline: 0;
}

body:not(.is-using-mouse) .fancybox__container :focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94));
}

@media all and (min-width:1024px) {
	.fancybox__container {
		--carousel-button-width: 48px;
		--carousel-button-height: 48px;
		--carousel-button-svg-width: 27px;
		--carousel-button-svg-height: 27px;
	}
}

.fancybox__backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--fancybox-bg, rgba(24, 24, 27, .92));
}

.fancybox__carousel {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	z-index: 10;
}

.fancybox__carousel.has-dots {
	margin-bottom: calc(.5rem + 22px);
}

.fancybox__viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	cursor: default;
}

.fancybox__track {
	display: flex;
	height: 100%;
}

.fancybox__slide {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 48px 8px 8px;
	position: relative;
	overscroll-behavior: contain;
	display: flex;
	flex-direction: column;
	outline: 0;
	overflow: auto;
	--carousel-button-width: 36px;
	--carousel-button-height: 36px;
	--carousel-button-svg-width: 22px;
	--carousel-button-svg-height: 22px;
}

.fancybox__slide::after, .fancybox__slide::before {
	content: "";
	flex: 0 0 0;
	margin: auto;
}

@media all and (min-width:1024px) {
	.fancybox__slide {
		padding: 64px 100px;
	}
}

.fancybox__content {
	margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
	padding: 36px;
	color: var(--fancybox-content-color, #374151);
	background: var(--fancybox-content-bg, #fff);
	position: relative;
	align-self: center;
	display: flex;
	flex-direction: column;
	z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
	outline: dotted thin;
	box-shadow: none;
}

.fancybox__caption {
	align-self: center;
	max-width: 100%;
	margin: 0;
	padding: 1rem 0 0;
	line-height: 1.375;
	color: var(--fancybox-color, currentColor);
	visibility: visible;
	cursor: auto;
	flex-shrink: 0;
	overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
	visibility: hidden;
}

.fancybox__container > .carousel__dots {
	top: 100%;
	color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
	z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
	right: 8px;
}

@media all and (min-width:1024px) {
	.fancybox__nav .carousel__button.is-next {
		right: 40px;
	}
}

.fancybox__nav .carousel__button.is-prev {
	left: 8px;
}

@media all and (min-width:1024px) {
	.fancybox__nav .carousel__button.is-prev {
		left: 40px;
	}
}

.carousel__button.is-close {
	position: absolute;
	top: 8px;
	right: 8px;
	top: calc(env(safe-area-inset-top, 0px) + 8px);
	right: calc(env(safe-area-inset-right, 0px) + 8px);
	z-index: 40;
}

@media all and (min-width:1024px) {
	.carousel__button.is-close {
		right: 40px;
	}
}

.fancybox__content > .carousel__button.is-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
	pointer-events: none;
}

.fancybox__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
	cursor: pointer;
	z-index: 1053;
}

.fancybox__spinner svg {
	animation: 2s linear infinite fancybox-rotate;
	transform-origin: center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.fancybox__spinner svg circle {
	fill: none;
	stroke-width: 2.75;
	stroke-miterlimit: 10;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: 1.5s ease-in-out infinite fancybox-dash;
	stroke-linecap: round;
	stroke: currentColor;
}

@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

.carousel__button.is-close, .carousel__dots, .fancybox__backdrop, .fancybox__caption, .fancybox__nav {
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
	animation: .15s backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav {
	animation: .15s both fancybox-fadeOut;
}

.fancybox-fadeIn {
	animation: .15s both fancybox-fadeIn;
}

.fancybox-fadeOut {
	animation: .1s both fancybox-fadeOut;
}

.fancybox-zoomInUp {
	animation: .2s both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
	animation: .15s both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
	animation: .15s both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
	animation: .15s both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fancybox-fadeOut {
	to {
		opacity: 0;
	}
}

@keyframes fancybox-zoomInUp {
	from {
		transform: scale(.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
	
	to {
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fancybox-zoomOutDown {
	to {
		transform: scale(.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
}

@keyframes fancybox-throwOutUp {
	to {
		transform: translate3d(0, -30%, 0);
		opacity: 0;
	}
}

@keyframes fancybox-throwOutDown {
	to {
		transform: translate3d(0, 30%, 0);
		opacity: 0;
	}
}

.fancybox__carousel .carousel__slide {
	scrollbar-width: thin;
	scrollbar-color: #ccc hsla(0, 0%, 100%, .1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
	background-color: hsla(0, 0%, 100%, .1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
	cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
	cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
	cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
	cursor: move;
	cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
	cursor: move;
	cursor: grabbing;
}

.fancybox__image {
	transform-origin: 0 0;
	-webkit-user-select: none;
	user-select: none;
	transition: none;
}

.has-image .fancybox__content {
	padding: 0;
	background: rgba(0, 0, 0, 0);
	min-height: 1px;
}

.is-closing .has-image .fancybox__content {
	overflow: visible;
}

.has-image[data-image-fit=contain] {
	overflow: visible;
	touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
	flex-direction: row;
	flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
	overflow-x: hidden;
	overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
	min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
	max-width: 100%;
	height: auto;
}

.has-image[data-image-fit=cover] {
	overflow: visible;
	touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
	width: 100%;
	height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content, .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content {
	max-width: 100%;
	flex-shrink: 1;
	min-height: 1px;
	overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
	width: 100%;
	height: 80%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content {
	width: 960px;
	height: 540px;
	max-width: 100%;
	max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content {
	padding: 0;
	background: rgba(24, 24, 27, .9);
	color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
	background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.fancybox__thumbs {
	flex: 0 0 auto;
	position: relative;
	padding: 0 3px;
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
	animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
	opacity: 0;
}

.fancybox__thumbs .carousel__slide {
	flex: 0 0 auto;
	width: var(--fancybox-thumbs-width, 96px);
	margin: 0;
	padding: 8px 3px;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-width: 5px;
	border-style: solid;
	border-color: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
	opacity: 0;
	transition: opacity .15s;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
	opacity: .92;
}

.fancybox__thumbs .carousel__slide > * {
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}

.fancybox__thumb {
	position: relative;
	width: 100%;
	padding-top: calc(100% / ( var(--fancybox-thumbs-ratio, 1.5) ));
	background-size: cover;
	background-position: center center;
	background-color: hsla(0, 0%, 100%, .1);
	background-repeat: no-repeat;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0, hsla(0, 0%, 0%, .006) 8.1%, hsla(0, 0%, 0%, .021) 15.5%, hsla(0, 0%, 0%, .046) 22.5%, hsla(0, 0%, 0%, .077) 29%, hsla(0, 0%, 0%, .114) 35.3%, hsla(0, 0%, 0%, .155) 41.2%, hsla(0, 0%, 0%, .198) 47.1%, hsla(0, 0%, 0%, .242) 52.9%, hsla(0, 0%, 0%, .285) 58.8%, hsla(0, 0%, 0%, .326) 64.7%, hsla(0, 0%, 0%, .363) 71%, hsla(0, 0%, 0%, .394) 77.5%, hsla(0, 0%, 0%, .419) 84.5%, hsla(0, 0%, 0%, .434) 91.9%, hsla(0, 0%, 0%, .44) 100%);
	padding: 0;
	touch-action: none;
	display: flex;
	justify-content: space-between;
	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	opacity: var(--fancybox-opacity, 1);
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4));
}

@media all and (min-width:1024px) {
	.fancybox__toolbar {
		padding: 8px;
	}
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
	animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
	opacity: 0;
}

.fancybox__toolbar__items {
	display: flex;
}

.fancybox__toolbar__items--left {
	margin-right: auto;
}

.fancybox__toolbar__items--center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
	margin-left: auto;
}

@media (max-width:640px) {
	.fancybox__toolbar__items--center:not(:last-child) {
		display: none;
	}
}

.fancybox__counter {
	min-width: 72px;
	padding: 0 10px;
	line-height: var(--carousel-button-height, 48px);
	text-align: center;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
	background: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 30;
	-webkit-user-select: none;
	user-select: none;
}

.fancybox__container:fullscreen::backdrop {
	opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
	display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__button--slideshow g:nth-child(2), .fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
	display: block;
}

[data-fancybox] {
	cursor: pointer;
}

.gform_wrapper .gform_heading {
	display: none;
}

.gform_wrapper .gform_submission_error {
	font-family: Inter, sans-serif;
	color: #ff5050;
	text-transform: none;
}

.gform_wrapper .gform_ajax_spinner {
	display: none;
}

.gform_wrapper form {
	position: relative;
}

.gform_wrapper form .file-name-display {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gform_wrapper form .gform_delete_file {
	padding: 0;
	background: 0 0;
	border: none;
	margin: 0 0 0 7px;
	width: 17px;
	height: 17px;
	cursor: pointer;
}

.gform_wrapper form .gform_delete_file .dashicons {
	font-size: 17px;
	width: 17px;
	height: 17px;
}

.gform_wrapper form .gform_body .validation_message {
	margin-top: 10px;
	font-size: 12px;
	color: #ff5050;
}

.gform_wrapper form .gform_body .gfield {
	position: relative;
	margin-bottom: 24px;
}

.gform_wrapper form .gform_body .gfield.gfield--type-honeypot {
	display: none !important;
}

.gform_wrapper form .gform_body .gfield--type-fileupload {
	border: 1px dashed #389dfa;
	margin-top: 1.25rem;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	padding: 21px 15px;
}

.gform_wrapper form .gform_body .gfield--type-fileupload .gfield_description.gfield_validation_message {
	display: block;
}

.gform_wrapper form .gform_body .gfield--type-fileupload .gform-ul-reset {
	margin: 0;
}

.gform_wrapper form .gform_body .gfield--type-fileupload .gform_fileupload_multifile {
	display: none;
}

.gform_wrapper form .gform_body .gfield--type-fileupload .gfield_label {
	display: block;
	margin: 0 0 10px;
	cursor: pointer;
	color: #399dfa;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.gform_wrapper form .gform_body .gfield--type-fileupload .ginput_preview_list {
	margin-top: 5px;
}

.gform_wrapper form .gform_body .gfield--type-fileupload .ginput_preview_list .ginput_preview {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.gform_wrapper form .gform_body .gfield--type-fileupload .ginput_preview_list .ginput_preview:last-of-type {
	margin-bottom: 0;
}

.gform_wrapper form .gform_body .gfield--type-fileupload .ginput_container > input[type=file], .gform_wrapper form .gform_body .gfield--type-fileupload .ginput_preview_list .ginput_preview .gfield_fileupload_filesize, .gform_wrapper form .gform_body .gfield--type-fileupload .ginput_preview_list .ginput_preview .gfield_fileupload_progress {
	display: none;
}

.gform_wrapper form .gform_body .gfield--type-fileupload .gfield_description {
	display: inline-block;
	color: #1e1e1e;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1px;
}

.gform_wrapper form .gform_body .gfield--type-fileupload .gfield_description.validation_message {
	color: #ff5050;
}

.gform_wrapper form .gform_body .gfield--type-fileupload .gfield_description.gfield_validation_message.validation_message--hidden-on-empty {
	margin: 0;
}

.gform_wrapper form .gform_body .gfield--type-consent {
	margin-top: 1.25rem;
}

.gform_wrapper form .gform_body .gfield--type-consent .ginput_container {
	display: flex;
	align-items: center;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1px;
}

.gform_wrapper form .gform_body .gfield input, .gform_wrapper form .gform_body .gfield textarea {
	font-size: 16px;
	line-height: 24px;
}

.gform_wrapper form .gform_body fieldset.gfield {
	padding: 0;
	border: none;
}

.gform_wrapper form .gform_body fieldset.gfield .gfield_label {
	margin-bottom: 20px;
}

.gform_wrapper form .gform_fields {
	gap: 1rem;
}

.gform_wrapper form .gfield_label {
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 1em;
	display: none;
}

.gform_wrapper form .gfield_checkbox {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-left: 1.25rem;
}

@media (min-width:1025px) {
	.gform_wrapper form .gfield_checkbox {
		padding-left: 2.5rem;
	}
}

.gform_wrapper form .gfield_checkbox label {
	font-size: 1em;
}

.gform_wrapper form .gchoice {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.gform_wrapper form .gchoice input {
	flex-shrink: 0;
}

.gform_wrapper form .gfield_validation_message, .gform_wrapper form .validation_message {
	background: rgba(0, 0, 0, 0);
	border: none;
	font-size: .875rem;
	line-height: 1;
	padding: 0;
	color: red;
}

.gform_wrapper form .nice-select .current {
	font-weight: 400;
}

.gform_wrapper form .gform_footer {
	text-align: center;
	margin-top: 26px;
}

.gform_wrapper form .gform_footer input[type=submit] {
	margin-bottom: 0;
}

.gform_wrapper form .gform_footer input[type=submit]:active, .gform_wrapper form .gform_footer input[type=submit]:focus, .gform_wrapper form .gform_footer input[type=submit]:hover {
	background-color: #fff;
	border-color: #389dfa;
	color: #389dfa !important;
}

.gform_wrapper form .gform_footer input[type=image] {
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 !important;
	position: absolute;
	bottom: .3125rem;
	right: .3125rem;
}

@media (min-width:1025px) {
	.gform_wrapper form .gform_footer input[type=image] {
		width: 1.875rem;
		height: 1.875rem;
		bottom: .5625rem;
		right: .5625rem;
	}
}

.gform_wrapper form .gform_footer .gform_button[type=submit] {
	width: 100%;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	background-color: #399dfa !important;
	height: 50px !important;
}

.gform_wrapper form .gform_footer .gform_button[type=submit]:hover {
	background-color: #fff !important;
	border-color: #53a9fa !important;
}

.gform_wrapper form[data-active-form=true] .gform_button[type=submit], .gform_wrapper form[data-active-form=true] .gform_button[type=submit]:active, .gform_wrapper form[data-active-form=true] .gform_button[type=submit]:focus, .gform_wrapper form[data-active-form=true] .gform_button[type=submit]:focus-visible, .gform_wrapper form[data-active-form=true] .gform_button[type=submit]:focus-within, .gform_wrapper form[data-active-form=true] .gform_button[type=submit]:hover {
	pointer-events: none;
	color: transparent !important;
	background-color: #274aaa !important;
	background-image: url("https://cdn-ildpgga.nitrocdn.com/kujPVUghFjMonDUsmDWLbfgwXogTNWAz/assets/images/optimized/rev-efcd4e7/clubschlappen.de/wp-content/themes/club-schlappen-theme/dist/img/white-loader.svg");
	background-size: auto 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.gform_wrapper form[data-active-form=true] .gform_button[type=submit].nitro-lazy, .gform_wrapper form[data-active-form=true] .gform_button[type=submit]:active.nitro-lazy, .gform_wrapper form[data-active-form=true] .gform_button[type=submit]:focus.nitro-lazy, .gform_wrapper form[data-active-form=true] .gform_button[type=submit]:focus-visible.nitro-lazy, .gform_wrapper form[data-active-form=true] .gform_button[type=submit]:focus-within.nitro-lazy, .gform_wrapper form[data-active-form=true] .gform_button[type=submit]:hover.nitro-lazy {
	background-image: none !important;
}

.gform_submission_error {
	font-size: 1rem;
	color: red;
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: .875rem;
	font-weight: 400;
	height: 2.625rem;
	line-height: 2.5rem;
	outline: 0;
	padding-left: 1.125rem;
	padding-right: 1.875rem;
	position: relative;
	text-align: left !important;
	transition: .2s ease-in-out;
	-webkit-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select.open, .nice-select:active, .nice-select:focus, .nice-select:hover {
	border-color: #000;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: .15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #ccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: .75rem;
	height: 2.25rem;
	line-height: 2.125rem;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 2.125rem;
	min-height: 2.125rem;
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	box-sizing: border-box;
	margin: 1px 0 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	transform-origin: 50% 0;
	transform: scale(.75) translateY(-21px);
	transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: rgba(0, 0, 0, 0) !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 2.5rem;
	list-style: none;
	min-height: 2.5rem;
	outline: 0;
	padding-left: 1.125rem;
	padding-right: 1.8125rem;
	text-align: left;
	transition: .2s;
}

.nice-select .option.selected {
	font-weight: 700;
}

.nice-select .option.disabled {
	background-color: rgba(0, 0, 0, 0);
	color: #999;
	cursor: default;
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
	background-color: #f6f6f6;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

div.nice-select, select {
	width: 100%;
	height: 2.875rem;
	background-color: #fff;
	color: #000;
	float: none;
	font-size: 1rem;
	line-height: 1;
	border: 1px solid #d0d0d0;
	border-radius: 0;
	padding: .8125rem 1.75rem .8125rem 1rem;
}

div.nice-select {
	position: relative;
}

div.nice-select:after {
	width: 8px;
	height: 8px;
	border-color: #000;
	margin-top: -5px;
}

div.nice-select.open .list {
	transform: scale(1);
}

div.nice-select .current {
	display: block;
	font-size: 1rem;
	margin: 0;
}

div.nice-select .list {
	width: calc(100% + 2px);
	border: 1px solid #d0d0d0;
	border-radius: 0;
	margin: 0;
	top: 100%;
	left: -1px;
}

div.nice-select .list li:not(:last-child) {
	border-bottom: 1px solid #d0d0d0;
}

div.nice-select .option {
	min-height: unset;
	background-color: #fff;
	color: #000;
	line-height: 1;
	padding: .8125rem 1rem;
	margin: 0 !important;
}

.select2-container--default .select2-selection--single {
	height: 2.8125rem;
	font-size: 1rem;
	line-height: 1;
	border: 1px solid #d0d0d0;
	border-radius: 0;
	padding: 0 1.75rem 0 1rem;
	margin: 0;
	transition: border-color .3s;
}

.select2-container--default .select2-selection--single:active, .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:hover {
	border-color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #1e1e1e;
	line-height: 2.8125rem;
	padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	transition: .3s;
	background: url("data:image/svg+xml,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 0 5 5 5-5 2 1-7 7-7-7 2-1Z'/%3E%3C/svg%3E") 50% 50%/14px 8px no-repeat;
	top: .625rem;
	right: .5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection__arrow {
	transform: rotate(180deg);
}

.select2-container--open .select2-dropdown--below {
	border-color: #000;
	overflow: hidden;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	box-sizing: border-box;
}

.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 {
	transform: translateZ(0);
	backface-visibility: hidden;
}

.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 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: 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 {
	width: 100%;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	pointer-events: none;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.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;
}

.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 1.5rem;
}

.swiper-slide img.lazyload:not(.loaded) {
	visibility: hidden;
}

.swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-pagination-bullet {
	width: 1.875rem;
	height: 1.875rem;
	background-color: rgba(0, 0, 0, 0);
	opacity: 1;
	margin: 0 !important;
	position: relative;
}

.swiper-pagination-bullet:after {
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 50%;
	border: 1px solid #b8bcc6;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform .3s ease-out;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:after {
	border-color: #389dfa;
}

.swiper-pagination-bullet-active:after {
	border-color: #389dfa;
}

.swiper-button-next, .swiper-button-prev {
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	margin-top: -1.5rem;
	transition: box-shadow .3s;
}

@media (max-width:639px) {
	.swiper-button-next, .swiper-button-prev {
		width: 30px;
		height: 30px;
	}
}

@media (min-width:1200px) {
	.swiper-button-next:hover svg, .swiper-button-prev:hover svg {
		fill: #274aaa;
	}
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	display: none;
}

.swiper-button-next svg, .swiper-button-prev svg {
	width: 3rem;
	height: 3rem;
	fill: #389dfa;
}

@media (max-width:639px) {
	.swiper-button-next svg, .swiper-button-prev svg {
		width: 30px;
		height: 30px;
	}
}

.swiper-button-next {
	right: -1.875rem;
}

@media (min-width:1200px) {
	.swiper-button-next {
		right: -3.875rem;
	}
}

.swiper-button-prev {
	left: -1.875rem;
}

@media (min-width:1200px) {
	.swiper-button-prev {
		left: -3.875rem;
	}
}

.swiper-button-disabled {
	opacity: 1 !important;
	pointer-events: none;
}

.swiper-button-disabled svg {
	fill: #bbbdbf;
}

.swiper[data-slides="1"] .swiper-button-next, .swiper[data-slides="1"] .swiper-button-prev {
	display: none !important;
}

div#ez-toc-container {
	padding: 1.25rem .9375rem;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 2.5rem !important;
}

@media (min-width:1025px) {
	div#ez-toc-container {
		padding: 2.5rem 3.75rem;
		margin-bottom: 2.5rem;
	}
}

div#ez-toc-container .ez-toc-title {
	margin-bottom: .625rem;
	display: block !important;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400 !important;
}

@media (min-width:640px) {
	div#ez-toc-container .ez-toc-title {
		margin-bottom: 1.875rem;
	}
}

div#ez-toc-container nav ul li {
	font-weight: 600 !important;
	margin-bottom: .3125rem;
	padding-left: 2.1875rem;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_137_835)'%3E%3Cpath d='M17.3506 2.53906L7.16034 11.9926L2.8508 7.39365L0 10.065L6.96228 17.495L20 5.41092L17.3506 2.53906Z' fill='%23389DFA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_137_835'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-position: left top 5px;
	background-repeat: no-repeat;
	font-size: 1.125rem;
}

div#ez-toc-container nav ul li.nitro-lazy {
	background-image: none !important;
}

@media (min-width:640px) {
	div#ez-toc-container nav ul li {
		font-size: 1.25rem;
		background-position: left top 8px;
	}
}

@media (min-width:1025px) {
	div#ez-toc-container nav ul li {
		font-size: 1.5rem;
		background-position: left top 11px;
	}
}

@media (max-width:1024px) {
	.widget_icl_lang_sel_widget {
		margin: 1.25rem 0 0;
	}
}

.wpml-ls-legacy-dropdown {
	width: auto;
}

.wpml-ls-legacy-dropdown a {
	font-size: .75rem;
	font-weight: 500;
	text-transform: uppercase;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding: .3125rem 1.5625rem .3125rem .5rem;
	border: none;
	border-radius: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
	width: 1.875rem;
	height: 1.875rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
	margin-left: .5rem;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	border: none;
	border-radius: 0;
	padding: .3125rem .5rem;
	overflow: hidden;
}

.woocommerce .site-content, .woocommerce-page .site-content {
	padding-bottom: 4.375rem;
}

@media (min-width:1200px) {
	.woocommerce .site-content, .woocommerce-page .site-content {
		padding-bottom: 7.5rem;
	}
}

.woocommerce .entry-content, .woocommerce-page .entry-content {
	padding-bottom: 0;
	margin-bottom: 4.375rem;
}

.woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce .row:after, .woocommerce .row:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page .row:after, .woocommerce-page .row:before {
	display: none;
}

.woocommerce .col2-set + .col2-set, .woocommerce .col2-set + .row, .woocommerce .row + .col2-set, .woocommerce .row + .row, .woocommerce-page .col2-set + .col2-set, .woocommerce-page .col2-set + .row, .woocommerce-page .row + .col2-set, .woocommerce-page .row + .row {
	margin-top: 3.125rem;
}

@media (min-width:1200px) {
	.woocommerce .col2-set + .col2-set, .woocommerce .col2-set + .row, .woocommerce .row + .col2-set, .woocommerce .row + .row, .woocommerce-page .col2-set + .col2-set, .woocommerce-page .col2-set + .row, .woocommerce-page .row + .col2-set, .woocommerce-page .row + .row {
		margin-top: 4.375rem;
	}
}

@media (min-width:1200px) {
	.woocommerce .col2-set .row.justify-content-between .col-1, .woocommerce .col2-set .row.justify-content-between .col-2, .woocommerce .justify-content-between.col2-set .col-1, .woocommerce .justify-content-between.col2-set .col-2, .woocommerce .justify-content-between.col2-set .col-lg-6, .woocommerce .row.justify-content-between .col-lg-6, .woocommerce .row.justify-content-between .col2-set .col-1, .woocommerce .row.justify-content-between .col2-set .col-2, .woocommerce-page .col2-set .row.justify-content-between .col-1, .woocommerce-page .col2-set .row.justify-content-between .col-2, .woocommerce-page .justify-content-between.col2-set .col-1, .woocommerce-page .justify-content-between.col2-set .col-2, .woocommerce-page .justify-content-between.col2-set .col-lg-6, .woocommerce-page .row.justify-content-between .col-lg-6, .woocommerce-page .row.justify-content-between .col2-set .col-1, .woocommerce-page .row.justify-content-between .col2-set .col-2 {
		width: calc(50% - .625rem);
	}
}

@media (min-width:1780px) {
	.woocommerce .col2-set .row.justify-content-between .col-1, .woocommerce .col2-set .row.justify-content-between .col-2, .woocommerce .justify-content-between.col2-set .col-1, .woocommerce .justify-content-between.col2-set .col-2, .woocommerce .justify-content-between.col2-set .col-lg-6, .woocommerce .row.justify-content-between .col-lg-6, .woocommerce .row.justify-content-between .col2-set .col-1, .woocommerce .row.justify-content-between .col2-set .col-2, .woocommerce-page .col2-set .row.justify-content-between .col-1, .woocommerce-page .col2-set .row.justify-content-between .col-2, .woocommerce-page .justify-content-between.col2-set .col-1, .woocommerce-page .justify-content-between.col2-set .col-2, .woocommerce-page .justify-content-between.col2-set .col-lg-6, .woocommerce-page .row.justify-content-between .col-lg-6, .woocommerce-page .row.justify-content-between .col2-set .col-1, .woocommerce-page .row.justify-content-between .col2-set .col-2 {
		width: calc(50% - 2.1875rem);
	}
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: auto;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
	max-width: unset;
}

.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
	color: #1e1e1e;
	border-top-color: #389dfa;
}

.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
	color: #389dfa;
}

.woocommerce .woocommerce-info:after, .woocommerce .woocommerce-message:after, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-message:after {
	display: none;
}

.woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	flex-shrink: 0;
}

.woocommerce table.shop_attributes, .woocommerce table.shop_table, .woocommerce-page table.shop_attributes, .woocommerce-page table.shop_table {
	font-size: .875rem;
	border-radius: 0;
	border: none;
}

@media (min-width:1025px) {
	.woocommerce table.shop_attributes, .woocommerce table.shop_table, .woocommerce-page table.shop_attributes, .woocommerce-page table.shop_table {
		font-size: 1rem;
	}
}

.woocommerce table.shop_attributes thead th, .woocommerce table.shop_table thead th, .woocommerce-page table.shop_attributes thead th, .woocommerce-page table.shop_table thead th {
	font-weight: 400;
	text-transform: uppercase;
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th, .woocommerce table.shop_table td, .woocommerce table.shop_table th, .woocommerce-page table.shop_attributes td, .woocommerce-page table.shop_attributes th, .woocommerce-page table.shop_table td, .woocommerce-page table.shop_table th {
	background-color: rgba(0, 0, 0, 0) !important;
	border-top: none;
	border-bottom: 1px solid #d0d0d0;
	vertical-align: middle;
	text-align: left;
	padding: .5625rem .5rem;
}

.woocommerce table.shop_attributes td:first-child, .woocommerce table.shop_attributes th:first-child, .woocommerce table.shop_table td:first-child, .woocommerce table.shop_table th:first-child, .woocommerce-page table.shop_attributes td:first-child, .woocommerce-page table.shop_attributes th:first-child, .woocommerce-page table.shop_table td:first-child, .woocommerce-page table.shop_table th:first-child {
	padding-left: 0;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_table th, .woocommerce-page table.shop_attributes th, .woocommerce-page table.shop_table th {
	font-weight: 700;
}

.woocommerce table.shop_attributes tfoot td, .woocommerce table.shop_attributes tfoot th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_attributes tfoot td, .woocommerce-page table.shop_attributes tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
	border-top: none;
}

.woocommerce form .form-row, .woocommerce-page form .form-row {
	padding: 0;
	margin-bottom: .9375rem;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	font-size: .875rem;
	line-height: 1.5;
	margin-bottom: .25rem;
	position: relative;
	z-index: 2;
}

.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
	min-height: 5rem;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: calc(50% - .625rem);
}

@media (max-width:1024px) {
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
		float: none;
	}
}

.woocommerce .input-checkbox, .woocommerce-page .input-checkbox {
	display: inline-block;
}

.woocommerce input[type=number], .woocommerce-page input[type=number] {
	background-image: none !important;
}

.woocommerce input[type=number].nitro-lazy, .woocommerce-page input[type=number].nitro-lazy {
	background-image: none !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page .wc-block-components-button:not(.is-link) {
	color: #fff !important;
	background-color: #274aaa;
	border-color: #274aaa;
	transition: .3s !important;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce-page .wc-block-components-button:not(.is-link).disabled, .woocommerce-page .wc-block-components-button:not(.is-link):disabled, .woocommerce-page .wc-block-components-button:not(.is-link):disabled[disabled] {
	opacity: .5;
	pointer-events: none;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce-page .wc-block-components-button:not(.is-link).loading {
	opacity: .75;
	padding-right: 1rem;
}

@media (min-width:1200px) {
	.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce-page .wc-block-components-button:not(.is-link).loading {
		padding-right: 1.5rem;
	}
}

@media (min-width:1780px) {
	.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce-page .wc-block-components-button:not(.is-link).loading {
		padding-right: 2.375rem;
	}
}

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after, .woocommerce-page .wc-block-components-button:not(.is-link).loading:after {
	top: auto;
	bottom: .1875rem;
	right: .3125rem;
}

@media (max-width:smpx) {
	.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after, .woocommerce-page .wc-block-components-button:not(.is-link).loading:after {
		font-size: .75rem;
	}
}

.woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after, .woocommerce-page .wc-block-components-button:not(.is-link).added:after {
	margin: 0;
	position: absolute;
	bottom: .1875rem;
	right: .3125rem;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page .wc-block-components-button:not(.is-link).alt {
	color: #fff !important;
}

.woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover, .woocommerce a.button:active, .woocommerce a.button:focus, .woocommerce a.button:hover, .woocommerce button.button:active, .woocommerce button.button:focus, .woocommerce button.button:hover, .woocommerce input.button:active, .woocommerce input.button:focus, .woocommerce input.button:hover, .woocommerce-page .wc-block-components-button:not(.is-link):active, .woocommerce-page .wc-block-components-button:not(.is-link):focus, .woocommerce-page .wc-block-components-button:not(.is-link):hover {
	border-color: #274aaa !important;
	color: #274aaa !important;
}

.wc-block-cart__submit-container {
	margin-top: 2.5rem;
}

.woocommerce-account .breadcrumbs, .woocommerce-cart .breadcrumbs, .woocommerce-checkout .breadcrumbs {
	display: none;
}

.woocommerce-account .entry-title, .woocommerce-cart .entry-title, .woocommerce-checkout .entry-title {
	color: #274aaa;
	padding: 2.5rem 0 0;
	margin-bottom: 3.125rem;
	position: relative;
}

@media (min-width:1200px) {
	.woocommerce-account .entry-title, .woocommerce-cart .entry-title, .woocommerce-checkout .entry-title {
		margin-bottom: 4.375rem;
	}
}

.woocommerce .woocommerce-breadcrumb {
	color: #1e1e1e;
	margin-bottom: 1.875rem;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #bbbdbf;
	font-size: .875rem;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: #1e1e1e;
}

.woocommerce .woocommerce-product-rating {
	display: flex;
	align-items: center;
	margin-bottom: .9375rem;
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {
	color: #bbbdbf;
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #389dfa;
}

.woocommerce .star-rating {
	color: #f2c94c;
	margin-top: 0;
}

.woocommerce p.stars a {
	color: #f2c94c;
}

.woocommerce .quantity, body.woocommerce-checkout .quantity {
	height: 2.75rem;
	display: inline-flex;
	align-items: center;
	gap: .625rem;
	border: 1px solid #d0d0d0;
	border-radius: .625rem;
	padding: 0 1rem;
}

@media (min-width:1200px) {
	.woocommerce .quantity, body.woocommerce-checkout .quantity {
		height: 3.125rem;
	}
}

.woocommerce .quantity .qty, body.woocommerce-checkout .quantity .qty {
	background-color: rgba(0, 0, 0, 0);
	color: currentColor;
	border: 0;
	margin: 0;
	padding: 0;
	outline: unset;
	text-decoration: none;
	width: 2.5rem;
	flex-shrink: 0;
	font-size: 1.125rem;
}

.woocommerce .quantity .btn-qty, body.woocommerce-checkout .quantity .btn-qty {
	background-color: rgba(0, 0, 0, 0);
	color: currentColor;
	border: 0;
	margin: 0;
	padding: 0;
	outline: unset;
	text-decoration: none;
	height: auto;
	flex-shrink: 0;
}

.woocommerce .quantity .btn-qty svg, body.woocommerce-checkout .quantity .btn-qty svg {
	width: 1.125rem;
	height: 1.125rem;
	fill: #bbbdbf;
	transition: fill .3s;
}

.woocommerce .quantity .btn-qty:hover svg, body.woocommerce-checkout .quantity .btn-qty:hover svg {
	fill: #000;
}

.blockUI.blockOverlay {
	background: rgba(0, 0, 0, 0) !important;
	display: none !important;
}

.woocommerce table.cart {
	margin-bottom: 3.125rem;
}

@media (min-width:1200px) {
	.woocommerce table.cart td:not(.product-name) {
		font-size: 1.125rem;
	}
}

.woocommerce table.cart td.product-name {
	margin-bottom: 0;
}

@media (min-width:769px) {
	.woocommerce table.cart td.product-name {
		width: 38%;
	}
}

@media (max-width:768px) {
	.woocommerce table.cart td.product-name:before {
		font-size: 1rem;
	}
}

.woocommerce table.cart td.product-name i {
	font-weight: 400;
	font-size: 18px !important;
}

.woocommerce table.cart .product-thumbnail {
	padding-left: 0;
	min-width: unset;
	max-width: 14.0625rem;
}

.woocommerce table.cart .product-thumbnail img {
	width: 5.625rem;
	aspect-ratio: 1;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 0;
}

.woocommerce table.cart .variation {
	font-family: Inter, sans-serif;
	font-size: .75rem;
	color: #000;
	line-height: 1;
	margin-top: 0;
}

.woocommerce table.cart td.product-subtotal {
	font-weight: 700;
}

.woocommerce table.cart .product-remove {
	padding-right: 0;
	text-align: right;
}

@media (max-width:768px) {
	.woocommerce table.cart .product-remove {
		border: none;
	}
}

.woocommerce table.cart a.remove {
	display: inline-block;
	background: 0 0;
	width: 1.125rem;
	height: 1.125rem;
	line-height: 1.125rem;
}

.woocommerce table.cart a.remove:hover {
	background: 0 0;
}

.woocommerce table.cart a.remove:hover svg {
	fill: #dc3232;
}

.woocommerce table.cart a.remove svg {
	transition: .3s;
	fill: #d0d0d0;
}

.woocommerce .cart-collaterals {
	width: auto;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells {
	width: 100%;
}

@media (min-width:1200px) {
	.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells {
		width: calc(50% - .625rem);
	}
}

@media (min-width:1780px) {
	.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells {
		width: calc(50% - 2.1875rem);
	}
}

.woocommerce .cart-collaterals .cross-sells {
	margin-bottom: 1.25rem;
}

@media (min-width:1200px) {
	.woocommerce .cart-collaterals .cross-sells {
		margin-bottom: 0;
	}
}

.woocommerce .cart-collaterals .cart_totals {
	margin-left: auto;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
	text-align: right;
}

.woocommerce .cart_totals table td, .woocommerce .cart_totals table th, .woocommerce .woocommerce-checkout-review-order table td, .woocommerce .woocommerce-checkout-review-order table th {
	border-top: none;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	vertical-align: middle;
}

.woocommerce .cart_totals table th, .woocommerce .woocommerce-checkout-review-order table th {
	font-weight: 400;
}

.woocommerce .cart_totals table td:first-child, .woocommerce .cart_totals table th:first-child, .woocommerce .woocommerce-checkout-review-order table td:first-child, .woocommerce .woocommerce-checkout-review-order table th:first-child {
	padding-left: 0;
}

.woocommerce .cart_totals table td:nth-child(2), .woocommerce .cart_totals table th:nth-child(2), .woocommerce .woocommerce-checkout-review-order table td:nth-child(2), .woocommerce .woocommerce-checkout-review-order table th:nth-child(2) {
	text-align: right;
	padding-right: 0;
}

.woocommerce .cart_totals table .order-total td, .woocommerce .cart_totals table .order-total th, .woocommerce .woocommerce-checkout-review-order table .order-total td, .woocommerce .woocommerce-checkout-review-order table .order-total th {
	padding-top: .9375rem;
	padding-bottom: .9375rem;
}

@media (min-width:1200px) {
	.woocommerce .cart_totals table .order-total th, .woocommerce .woocommerce-checkout-review-order table .order-total th {
		font-size: 1.25rem;
	}
}

.woocommerce .cart_totals table .order-total td, .woocommerce .woocommerce-checkout-review-order table .order-total td {
	font-size: 1.125rem;
}

@media (min-width:1200px) {
	.woocommerce .cart_totals table .order-total td, .woocommerce .woocommerce-checkout-review-order table .order-total td {
		font-size: 1.75rem;
	}
}

.woocommerce .cart_totals table tfoot th, .woocommerce .woocommerce-checkout-review-order table tfoot th {
	text-transform: initial;
}

.woocommerce ul#shipping_method li input {
	margin-top: .25em;
}

.woocommerce .wc-proceed-to-checkout {
	padding-bottom: 0;
}

.woocommerce a.button.alt.checkout-button {
	margin-bottom: 0;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	padding-right: 0;
	padding-left: 0;
}

@media (max-width:768px) {
	.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
		display: flex;
		flex-direction: column;
		gap: .625rem;
	}
}

.woocommerce #content table.cart td.actions .woocommerce-form-coupon, .woocommerce table.cart td.actions .woocommerce-form-coupon, .woocommerce-page #content table.cart td.actions .woocommerce-form-coupon, .woocommerce-page table.cart td.actions .woocommerce-form-coupon {
	float: left;
	width: 100%;
	max-width: 500px;
}

@media (max-width:768px) {
	.woocommerce #content table.cart td.actions .woocommerce-form-coupon, .woocommerce table.cart td.actions .woocommerce-form-coupon, .woocommerce-page #content table.cart td.actions .woocommerce-form-coupon, .woocommerce-page table.cart td.actions .woocommerce-form-coupon {
		max-width: 100%;
	}
	
	.woocommerce #content table.cart td.actions .woocommerce-form-coupon button[type=submit], .woocommerce table.cart td.actions .woocommerce-form-coupon button[type=submit], .woocommerce-page #content table.cart td.actions .woocommerce-form-coupon button[type=submit], .woocommerce-page table.cart td.actions .woocommerce-form-coupon button[type=submit] {
		width: auto;
	}
}

.woocommerce #content table.cart td.actions .woocommerce-form-coupon .input-text, .woocommerce table.cart td.actions .woocommerce-form-coupon .input-text, .woocommerce-page #content table.cart td.actions .woocommerce-form-coupon .input-text, .woocommerce-page table.cart td.actions .woocommerce-form-coupon .input-text {
	transition: .3s;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	color: #1e1e1e;
	font-size: .875rem;
	line-height: 1.125rem;
	border: 1px solid #b8bcc6;
	border-radius: 0;
	font-weight: 600;
	padding: 10px;
}

.woocommerce #content table.cart td.actions .woocommerce-form-coupon .input-text:active, .woocommerce #content table.cart td.actions .woocommerce-form-coupon .input-text:focus, .woocommerce table.cart td.actions .woocommerce-form-coupon .input-text:active, .woocommerce table.cart td.actions .woocommerce-form-coupon .input-text:focus, .woocommerce-page #content table.cart td.actions .woocommerce-form-coupon .input-text:active, .woocommerce-page #content table.cart td.actions .woocommerce-form-coupon .input-text:focus, .woocommerce-page table.cart td.actions .woocommerce-form-coupon .input-text:active, .woocommerce-page table.cart td.actions .woocommerce-form-coupon .input-text:focus {
	border-color: #000;
}

.woocommerce #content table.cart td.actions .woocommerce-form-coupon .input-text::placeholder, .woocommerce table.cart td.actions .woocommerce-form-coupon .input-text::placeholder, .woocommerce-page #content table.cart td.actions .woocommerce-form-coupon .input-text::placeholder, .woocommerce-page table.cart td.actions .woocommerce-form-coupon .input-text::placeholder {
	color: #727272 !important;
	opacity: 1 !important;
}

@media (max-width:576px) {
	.woocommerce #content table.cart td.actions .woocommerce-form-coupon .input-text, .woocommerce table.cart td.actions .woocommerce-form-coupon .input-text, .woocommerce-page #content table.cart td.actions .woocommerce-form-coupon .input-text, .woocommerce-page table.cart td.actions .woocommerce-form-coupon .input-text {
		font-size: 16px !important;
	}
}

.woocommerce #content table.cart td.actions button[disabled], .woocommerce table.cart td.actions button[disabled], .woocommerce-page #content table.cart td.actions button[disabled], .woocommerce-page table.cart td.actions button[disabled] {
	padding: 0 1.25rem !important;
}

.woocommerce-cart .shipping-calculator-form {
	text-align: left;
}

.woocommerce-cart .shipping-calculator-form .form-row label {
	text-transform: uppercase;
	color: #727272;
	margin-bottom: 6px;
	font-weight: 600;
}

.woocommerce-cart .shipping-calculator-form .form-row .input-text, .woocommerce-cart .shipping-calculator-form .form-row select {
	transition: .3s;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	color: #1e1e1e;
	font-size: .875rem;
	line-height: 1.125rem;
	border: 1px solid #b8bcc6;
	border-radius: 0;
	font-weight: 600;
	padding: 10px;
}

.woocommerce-cart .shipping-calculator-form .form-row .input-text:active, .woocommerce-cart .shipping-calculator-form .form-row .input-text:focus, .woocommerce-cart .shipping-calculator-form .form-row select:active, .woocommerce-cart .shipping-calculator-form .form-row select:focus {
	border-color: #000;
}

.woocommerce-cart .shipping-calculator-form .form-row .input-text::placeholder, .woocommerce-cart .shipping-calculator-form .form-row select::placeholder {
	color: #727272 !important;
	opacity: 1 !important;
}

@media (max-width:576px) {
	.woocommerce-cart .shipping-calculator-form .form-row .input-text, .woocommerce-cart .shipping-calculator-form .form-row select {
		font-size: 16px !important;
	}
}

.woocommerce-cart .shipping-calculator-form .form-row .select2-container--default .select2-selection--single {
	height: auto;
	padding: 10px 35px 10px 10px;
	border: 1px solid #b8bcc6 !important;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	font-size: .875rem;
	color: #1e1e1e;
	font-weight: 600;
	transition: .3s;
	min-height: 40px;
}

.woocommerce-cart .shipping-calculator-form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #1e1e1e;
	font-weight: 600;
	line-height: 1.125rem;
	padding: 0;
}

.woocommerce-cart .shipping-calculator-form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}

.woocommerce-cart .shipping-calculator-form .form-row .select2-container--default .select2-selection--single:focus, .woocommerce-cart .shipping-calculator-form .form-row .select2-container--default .select2-selection--single:hover {
	border-color: #000 !important;
}

.woocommerce-cart .shipping-calculator-form .form-row .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #000;
}

.woocommerce-cart .select2-dropdown {
	font-size: .875rem;
	line-height: 1.125rem;
}

.woocommerce-cart .select2-dropdown .select2-search {
	padding: 10px;
}

.woocommerce-cart .select2-dropdown .select2-search input {
	transition: .3s;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	color: #1e1e1e;
	font-size: .875rem;
	line-height: 1.125rem;
	border: 1px solid #b8bcc6;
	border-radius: 0;
	font-weight: 600;
	padding: 10px;
}

.woocommerce-cart .select2-dropdown .select2-search input:active, .woocommerce-cart .select2-dropdown .select2-search input:focus {
	border-color: #000;
}

@media (max-width:576px) {
	.woocommerce-cart .select2-dropdown .select2-search input {
		font-size: 16px !important;
	}
}

.checkout-cross-sells {
	margin: 0 0 1.875rem;
	background: #fff;
	border-radius: 0;
}

.checkout-cross-sells .cross-sells-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}

.checkout-cross-sells .cross-sell-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	padding: .9375rem;
	transition: .3s;
}

.checkout-cross-sells .cross-sell-item:hover {
	border-color: #ccc;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.checkout-cross-sells .cross-sell-image {
	flex-shrink: 0;
	width: 100%;
	max-width: 5rem;
	margin-right: .9375rem;
	margin-bottom: 0;
}

.checkout-cross-sells .cross-sell-image:hover img {
	filter: brightness(.9);
}

.checkout-cross-sells .cross-sell-image img {
	width: 100%;
	height: auto;
	border-radius: 0;
	transition: filter .3s;
}

.checkout-cross-sells .cross-sell-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.checkout-cross-sells .cross-sell-title {
	font-weight: 600;
}

.checkout-cross-sells .cross-sell-title:not(:hover) {
	color: #274aaa;
}

@media (max-width:1024px) {
	.checkout-cross-sells .cross-sell-title {
		font-size: .875rem;
	}
}

.checkout-cross-sells .cross-sell-price {
	margin-top: .375rem;
}

@media (max-width:1024px) {
	.checkout-cross-sells .cross-sell-price {
		font-size: .8125rem;
	}
}

.checkout-cross-sells .cross-sell-meta {
	display: flex;
	gap: .625rem;
	justify-content: space-between;
	margin-block: .75rem 1.25rem;
}

@media (max-width:1024px) {
	.checkout-cross-sells .cross-sell-meta {
		margin-block: .5rem .75rem;
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width:1024px) {
	.checkout-cross-sells .cross-sell-meta .quantity {
		height: auto;
		padding: .125rem .625rem;
		gap: .125rem;
	}
	
	.checkout-cross-sells .cross-sell-meta .quantity .qty {
		font-size: .875rem;
		width: 2rem;
	}
	
	.checkout-cross-sells .cross-sell-meta .quantity svg {
		margin-top: -1px;
	}
}

.checkout-cross-sells .product__moq-note {
	font-size: .75rem;
}

.checkout-cross-sells button.cross-sell-add-to-cart {
	height: auto;
	padding: .75rem 1.5rem !important;
	font-size: 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

@media (max-width:1024px) {
	.checkout-cross-sells button.cross-sell-add-to-cart {
		font-size: .875rem;
		padding: .625rem 1.25rem !important;
	}
}

#order_review .wc-gzd-checkbox-placeholder p.form-row {
	padding-right: 0 !important;
}

.woocommerce #payment, .woocommerce-page #payment {
	margin-bottom: 20px;
}

.woocommerce #place_order, .woocommerce-page #place_order {
	width: 100%;
}

.woocommerce #order_payment_heading, .woocommerce-page #order_payment_heading {
	display: none !important;
}

.woocommerce-shipping-fields {
	margin-top: 1.875rem;
}

.woocommerce-form-coupon__input {
	display: flex;
}

.woocommerce-form-coupon__input button {
	white-space: nowrap;
}

.woocommerce-checkout .main-menu {
	display: none;
}

.woocommerce-checkout .buttons-block {
	margin: auto;
}

.woocommerce .woocommerce-checkout .site-header > .site-content, .woocommerce-checkout .site-header > .container, .woocommerce-checkout .woocommerce .site-header > .site-content, .woocommerce-checkout .woocommerce-page .site-header > .site-content, .woocommerce-page .woocommerce-checkout .site-header > .site-content {
	justify-content: flex-end;
}

.woocommerce-checkout .shop_table {
	background-color: #fff !important;
}

.woocommerce-checkout #order_review_heading + * .checkout-cross-sells {
	order: 10;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: 0 0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	color: #1e1e1e;
	border-radius: 0;
}

#ship-to-different-address label {
	cursor: pointer;
}

body.woocommerce-checkout form button[type=submit] {
	border: 1px solid #389dfa !important;
	background-color: #389dfa !important;
	font-size: 1.125rem;
	height: 2.75rem;
	padding: 0 1.25rem;
}

@media (min-width:1500px) {
	body.woocommerce-checkout form button[type=submit] {
		height: 3.625rem;
		padding: 0 1.875rem;
	}
}

body.woocommerce-checkout form button[type=submit]:hover {
	background-color: #fff !important;
	border-color: #389dfa !important;
	color: #389dfa !important;
}

body.woocommerce-checkout .woocommerce form .form-row label.checkbox, body.woocommerce-checkout .woocommerce-page form .form-row label.checkbox {
	display: flex;
	align-items: center;
	text-transform: none;
	font-weight: 400;
}

body.woocommerce-checkout .wc_payment_method > label, body.woocommerce-checkout .woocommerce form .form-row label, body.woocommerce-checkout .woocommerce-page form .form-row label {
	text-transform: uppercase;
	color: #727272;
	margin-bottom: 6px;
	font-weight: 600;
}

body.woocommerce-checkout #payment div.payment_box input.input-text:not(.qty), body.woocommerce-checkout .woocommerce form .form-row .input-text:not(.qty), body.woocommerce-checkout .woocommerce form .form-row select:not(.qty), body.woocommerce-checkout form.checkout_coupon .input-text:not(.qty) {
	transition: .3s;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	color: #1e1e1e;
	font-size: .875rem;
	line-height: 1.125rem;
	border: 1px solid #b8bcc6;
	border-radius: 0;
	font-weight: 600;
	padding: 10px;
}

body.woocommerce-checkout #payment div.payment_box input.input-text:not(.qty):active, body.woocommerce-checkout #payment div.payment_box input.input-text:not(.qty):focus, body.woocommerce-checkout .woocommerce form .form-row .input-text:not(.qty):active, body.woocommerce-checkout .woocommerce form .form-row .input-text:not(.qty):focus, body.woocommerce-checkout .woocommerce form .form-row select:not(.qty):active, body.woocommerce-checkout .woocommerce form .form-row select:not(.qty):focus, body.woocommerce-checkout form.checkout_coupon .input-text:not(.qty):active, body.woocommerce-checkout form.checkout_coupon .input-text:not(.qty):focus {
	border-color: #000;
}

body.woocommerce-checkout #payment div.payment_box input.input-text:not(.qty)::placeholder, body.woocommerce-checkout .woocommerce form .form-row .input-text:not(.qty)::placeholder, body.woocommerce-checkout .woocommerce form .form-row select:not(.qty)::placeholder, body.woocommerce-checkout form.checkout_coupon .input-text:not(.qty)::placeholder {
	color: #727272 !important;
	opacity: 1 !important;
}

@media (max-width:576px) {
	body.woocommerce-checkout #payment div.payment_box input.input-text:not(.qty), body.woocommerce-checkout .woocommerce form .form-row .input-text:not(.qty), body.woocommerce-checkout .woocommerce form .form-row select:not(.qty), body.woocommerce-checkout form.checkout_coupon .input-text:not(.qty) {
		font-size: 16px !important;
	}
}

body.woocommerce-checkout .select2-container--default .select2-selection--single {
	height: auto;
	padding: 10px;
	border: 1px solid #b8bcc6 !important;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	font-size: .875rem;
	color: #1e1e1e;
	font-weight: 600;
	transition: .3s;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #1e1e1e;
	font-weight: 600;
	line-height: 1.125rem;
	padding: 0;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single:focus, body.woocommerce-checkout .select2-container--default .select2-selection--single:hover {
	border-color: #000 !important;
}

body.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #000;
}

body.woocommerce-checkout .wc_payment_methods {
	padding: 0;
}

body.woocommerce-checkout .wc_payment_methods div.payment_box {
	background-color: #f3f3f3 !important;
}

body.woocommerce-checkout .wc_payment_methods div.payment_box::before {
	border: 0 !important;
}

body.woocommerce-checkout .wc_payment_methods div.payment_box fieldset {
	padding: 0;
	border: 0;
}

body.woocommerce-checkout .select2-dropdown {
	font-size: .875rem;
	line-height: 1.125rem;
}

body.woocommerce-checkout .select2-dropdown .select2-search {
	padding: 10px;
}

body.woocommerce-checkout .select2-dropdown .select2-search input {
	transition: .3s;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	color: #1e1e1e;
	font-size: .875rem;
	line-height: 1.125rem;
	border: 1px solid #b8bcc6;
	border-radius: 0;
	font-weight: 600;
	padding: 10px;
}

body.woocommerce-checkout .select2-dropdown .select2-search input:active, body.woocommerce-checkout .select2-dropdown .select2-search input:focus {
	border-color: #000;
}

@media (max-width:576px) {
	body.woocommerce-checkout .select2-dropdown .select2-search input {
		font-size: 16px !important;
	}
}

.mini-cart {
	position: relative;
}

.mini-cart svg {
	color: #274aaa;
	width: 2.125rem;
	height: 2.125rem;
	transition: color .3s;
}

.mini-cart svg:hover {
	color: #389dfa;
}

.mini-cart__total {
	min-width: 1.5rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #274aaa;
	color: #fff;
	font-size: .6875rem;
	font-weight: 600;
	border-radius: 50%;
	position: absolute;
	top: -.4375rem;
	right: -.625rem;
}

.woocommerce-account .col-lg-9 {
	width: 100%;
}

.woocommerce-account .entry-content {
	margin-bottom: 0;
}

@media (min-width:768px) {
	.woocommerce-account .woocommerce .col-1, .woocommerce-account .woocommerce .col-2 {
		width: 50%;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	padding-bottom: .75rem;
}

@media (min-width:1200px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		padding-bottom: 1.5625rem;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:first-child) {
	border-top: 1px solid #000;
	padding-top: .75rem;
}

@media (min-width:1200px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:first-child) {
		padding-top: 1.5625rem;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #389dfa !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:after, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:after {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 0 5 5 5-5 2 1-7 7-7-7 2-1Z' fill='%23df0000'/%3E%3C/svg%3E");
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:after {
	transform: rotate(-90deg);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: block;
	color: #1e1e1e;
	font-weight: 700;
	text-decoration: none !important;
	position: relative;
}

@media (min-width:1200px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
		font-size: 1.25rem;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
	transition: .3s;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 0 5 5 5-5 2 1-7 7-7-7 2-1Z' fill='%23000'/%3E%3C/svg%3E") 50%/14px 8px no-repeat;
	position: absolute;
	top: calc(50% - 7px);
	right: 0;
}

@media (min-width:1200px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
		bottom: 1.9375rem;
	}
}

@media (min-width:1200px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		padding-left: 35px;
	}
}

.woocommerce-account table.account-orders-table tbody td:first-child {
	font-weight: 700;
}

#account_display_name + span {
	font-size: 14px;
}

.woocommerce-MyAccount-content fieldset, .woocommerce-address-fields__field-wrapper {
	margin-bottom: 25px;
}

.woocommerce-MyAccount-content fieldset .form-row label {
	display: block;
}

.woocommerce form.login, .woocommerce form.register {
	border: none;
	padding: 0;
}

.woocommerce form.login .form-row label, .woocommerce form.register .form-row label {
	display: inline-block;
}

.woocommerce form.woocommerce-ResetPassword {
	border: none;
}

.woocommerce form.woocommerce-ResetPassword .form-row label {
	display: inline-block;
}

.woocommerce form.login button[type=submit], .woocommerce form.woocommerce-ResetPassword button[type=submit] {
	margin-top: 10px;
}

.woocommerce form.woocommerce-ResetPassword p {
	max-width: 500px;
}

.woocommerce-form-login__rememberme {
	display: inline-flex !important;
	align-items: center;
	margin-top: 25px !important;
}

.woocommerce-LostPassword {
	margin-top: 20px;
}

.woocommerce-LostPassword a {
	color: #1e1e1e !important;
	font-size: 14px;
}

.woocommerce .woocommerce-order-details {
	margin: 3.125rem 0 2.1875rem;
}

.woocommerce ul.order_details {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: .25rem;
}

@media (min-width:1025px) {
	.woocommerce ul.order_details {
		gap: .5rem;
	}
}

.woocommerce ul.order_details:after, .woocommerce ul.order_details:before {
	display: none;
}

.woocommerce ul.order_details li {
	display: flex;
	align-items: center;
	gap: .625rem;
	border: none;
	line-height: 1.25rem;
	padding: 0;
	margin: 0;
}

@media (min-width:1025px) {
	.woocommerce ul.order_details li {
		font-size: .875rem;
	}
}

.woocommerce ul.order_details li strong {
	line-height: 1.25rem;
}

@media (min-width:1025px) {
	.woocommerce ul.order_details li strong {
		font-size: 1.125rem;
	}
}

.woocommerce-thankyou-order-received {
	margin-bottom: 3.125rem;
}

.woocommerce-table__product-name .wc-item-meta {
	font-size: .875rem;
	padding-left: 1rem;
}

.single-product div.product {
	position: relative;
}

.single-product div.product .product__images img {
	transition: opacity .3s;
}

.single-product div.product .product__summary p.price, .single-product div.product .product__summary span.price {
	margin-bottom: 1.875rem;
}

@media (min-width:1200px) {
	.single-product div.product .product__summary p.price, .single-product div.product .product__summary span.price {
		font-size: 1.5rem;
	}
}

.single-product div.product .product__summary .woocommerce-product-rating .star-rating {
	margin-top: 0;
}

.single-product div.product .product__two-column {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.875rem;
}

@media (min-width:1025px) {
	.single-product div.product .product__two-column {
		grid-template-columns: 1fr 1fr;
	}
}

.single-product div.product .product__two-column-media, .single-product div.product .product__two-column-summary {
	width: 100%;
}

.single-product div.product .product__two-column-media {
	min-width: 0;
}

.single-product div.product .product__two-column-media .c-image img {
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.single-product div.product .product__two-column .title-block {
	align-items: flex-start;
}

.single-product div.product .product__two-column .title-block .subtitle {
	margin-bottom: .375rem;
}

.single-product div.product .product__two-column .title-block .c-title {
	margin-bottom: 1.125rem;
}

.single-product div.product .product__two-column .m-set__advantages {
	flex-direction: column;
	gap: .75rem;
}

.single-product div.product .product__two-column .m-set__advantages-wrap {
	width: 100%;
	padding: 0;
}

.single-product div.product .product__two-column .m-set__notice {
	margin-block: 1.25rem;
	margin-top: 1.25rem;
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
}

.single-product div.product .product__after-summary {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
}

@media (min-width:1200px) {
	.single-product div.product .product__after-summary {
		gap: 4.375rem;
	}
}

.single-product div.product .product_title {
	margin-bottom: 1.25rem;
}

.single-product div.product .woocommerce-product-details__short-description {
	margin-bottom: 1.875rem;
}

.single-product div.product .product_meta {
	color: #bbbdbf;
}

.single-product div.product .posted_in {
	display: block;
}

.single-product div.product .posted_in a {
	color: #1e1e1e;
}

.single-product div.product form.cart .variations th {
	width: 8.125rem;
	text-align: left;
	vertical-align: middle;
}

.single-product div.product form.cart div.quantity {
	margin: 0 .625rem 0 0;
}

@media (min-width:1025px) {
	.single-product div.product .woocommerce-tabs {
		display: flex;
	}
}

.single-product div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0 0 2.1875rem;
	padding: 0;
	flex-shrink: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #d0d0d0;
}

@media (min-width:1025px) {
	.single-product div.product .woocommerce-tabs ul.tabs {
		width: 30%;
		margin-right: 1.875rem;
	}
}

@media (min-width:1200px) {
	.single-product div.product .woocommerce-tabs ul.tabs {
		margin-right: 3.125rem;
	}
}

.single-product div.product .woocommerce-tabs ul.tabs:before {
	display: none !important;
}

.single-product div.product .woocommerce-tabs ul.tabs li {
	background: 0 0;
	border: none;
	border-bottom: 1px solid #d0d0d0 !important;
	border-radius: 0;
	padding: .9375rem 0;
	margin: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs li:after, .single-product div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

.single-product div.product .woocommerce-tabs ul.tabs li.active {
	pointer-events: none;
}

.single-product div.product .woocommerce-tabs ul.tabs li.active a {
	color: #389dfa;
}

@media (min-width:1200px) {
	.single-product div.product .woocommerce-tabs ul.tabs li:hover a {
		color: #389dfa;
	}
}

.single-product div.product .woocommerce-tabs ul.tabs li a {
	color: #1e1e1e;
	padding: 0;
}

.single-product div.product .woocommerce-tabs .panel {
	flex-grow: 1;
	margin-bottom: 0;
}

.single-product div.product .woocommerce-tabs .panel > :last-child {
	margin-bottom: 0;
}

.single-product div.product #reply-title {
	display: block;
	margin-top: 1em;
}

.single-product div.product #rating + .nice-select {
	display: none;
}

.single-product div.product .m-set__advantages {
	margin-block: .625rem;
}

.single-product div.product .m-set__notice {
	margin-top: 1.875rem;
	font-size: .875rem;
	text-transform: none;
}

@media (min-width:1025px) {
	.single-product div.product .m-set__notice {
		margin-top: 3.75rem;
	}
}

.single-product div.product .fpd-product-designer-wrapper {
	margin-top: 1.875rem;
}

.single-product div.product .m-set__items {
	margin: 2.5rem 0;
	padding-bottom: 1.875rem;
}

@media (min-width:1025px) {
	.single-product div.product .m-set__items {
		padding-bottom: 0;
	}
}

.single-product div.product .m-set__items-wrap {
	padding: 0;
	margin-bottom: 0;
}

.single-product div.product .m-set__items-wrap:not(:first-child) .m-set__item {
	border-left: none;
}

.single-product div.product .product__summary {
	margin-top: 50px;
}

.single-product div.product .m-set__item {
	padding: 1.875rem;
}

.single-product div.product .m-set__item .couple-count {
	margin-bottom: .9375rem;
}

.single-product div.product .m-set__item-price {
	padding-right: 0;
	margin-bottom: .625rem;
}

.single-product div.product .m-set__item-price .currency, .single-product div.product .m-set__item-price .main {
	font-size: clamp(1.75rem, calc(1.75rem + ( 1vw - 10.25px ) * 1.59), 2.5rem);
	margin-bottom: 1.5625rem;
	margin-right: 0;
	display: inline-block;
}

.single-product div.product .m-set__item-price .pro-text {
	display: block;
	font-size: .875rem;
	position: static;
	transform: none;
}

.single-product .product__form {
	margin-top: 3.75rem;
	padding: 1.875rem .9375rem;
	position: relative;
	text-align: center;
	background-color: #eff5fa;
}

@media (min-width:1025px) {
	.single-product .product__form {
		margin-top: 5rem;
		padding: 3.75rem 0;
	}
}

@media (min-width:1200px) {
	.single-product .product__form {
		margin-top: 9.375rem;
	}
}

.single-product .product__form .gfield {
	text-align: left;
}

.single-product .product__form::before {
	content: none;
	background-color: #eff5fa;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 300%;
}

@media (min-width:1025px) {
	.single-product .product__form::before {
		content: "";
	}
}

.single-product .product__form .small-container {
	position: relative;
	max-width: 46.875rem;
}

.single-product .product__form .gform_wrapper {
	max-width: 31.25rem;
	margin: 0 auto;
}

.single-product .site-content {
	padding-bottom: 0;
}

.swiper-product-image {
	margin-bottom: 1.25rem;
}

.swiper-product-image .swiper-slide {
	width: 100%;
}

.swiper-product-image .c-image {
	width: 100%;
	margin: 0;
}

.swiper-product-image .c-image:before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 70%;
}

.swiper-product-image .c-image img {
	-o-object-fit: contain !important;
	object-fit: contain !important;
}

.swiper-product-thumbs .swiper-slide {
	width: 100%;
	transition: opacity .3s;
}

.swiper-product-thumbs .swiper-slide:not(.swiper-slide-thumb-active) {
	cursor: pointer;
	opacity: .5;
}

.swiper-product-thumbs .swiper-slide:hover {
	opacity: 1;
}

.swiper-product-thumbs .c-image {
	width: 100%;
	margin: 0;
}

.swiper-product-thumbs .c-image:before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 70%;
}

.swiper-products .swiper-slide {
	height: auto;
	display: flex;
}

.swiper-products .swiper-slide article.product {
	width: 100%;
}

.single-product .single_variation_wrap, .single-product table.variations {
	display: none !important;
}

.single-product .multi_variation_form .product-moq-info {
	margin: 16px 0 8px;
	font-size: 14px;
	color: #dc3232;
}

.single-product .multi_variation_form .product-moq-info[hidden] {
	display: none;
}

.single-product .custom_variation_table_holder {
	overflow: auto;
	align-items: flex-start;
}

.single-product .custom_variation_table_holder table {
	width: 100%;
	min-width: 500px;
	table-layout: fixed;
	border-collapse: collapse;
}

.single-product .custom_variation_table_holder table th {
	width: auto;
	text-align: left;
	border: 1px solid #dedee5;
	padding: 15px !important;
	font-weight: 700 !important;
	text-transform: none !important;
	color: #333;
	background-color: #f5f5f7 !important;
}

.single-product .custom_variation_table_holder table td {
	text-align: left;
	padding: 15px !important;
	border: 1px solid #dedee5;
}

.single-product .custom_variation_table_holder table td label {
	cursor: pointer;
}

.single-product .custom_variation_table_holder table td input[type=checkbox] {
	display: none;
}

.single-product .custom_variation_table_holder table td input[type=number] {
	width: 100% !important;
	text-align: left;
	max-width: 100%;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #dedee5;
	background-color: #fff;
	outline: 0;
	padding: 13px 15px;
	line-height: 1;
}

body.single-product .product__summary .legal-price-info {
	display: none;
}

form.cart {
	flex-wrap: wrap;
	display: flex;
}

form.cart .product__moq-note {
	flex-basis: 100%;
}

form.cart button[type=submit].single_add_to_cart_button {
	height: 3.125rem;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	display: inline-flex;
	flex-grow: 1;
	float: none;
	margin: 0;
}

.shop-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
}

@media (max-width:520px) {
	section.products article.product {
		width: 100%;
	}
}

article.product {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}

article.product p.price, article.product span.price {
	font-size: 1.125rem;
}

article.product a.added_to_cart {
	font-size: .9375rem;
	padding: 0;
	position: absolute;
	top: 100%;
	left: .9375rem;
}

article.product .button {
	margin-top: auto;
}

.woocommerce-loop-product__link {
	width: 100%;
	display: block;
	position: relative;
}

@media (min-width:1200px) {
	.woocommerce-loop-product__link:hover {
		text-decoration: none !important;
	}
	
	.woocommerce-loop-product__link:hover img {
		opacity: .8;
	}
	
	.woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
		color: #389dfa;
	}
}

.woocommerce-loop-product__link img {
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	transition: opacity .3s;
}

.woocommerce-loop-product__thumbnail {
	position: relative;
}

.woocommerce-loop-product__thumbnail:before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 70%;
}

.woocommerce-loop-product__thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0;
	overflow: hidden;
	transition: opacity .3s;
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce-loop-product__title {
	transition: .3s;
	color: #1e1e1e;
	margin: 1.25rem 0 .625rem !important;
}

.woocommerce div.product span.onsale, article.product span.onsale {
	width: auto;
	min-width: 3.375rem;
	height: auto;
	min-height: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #389dfa;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: 0;
	padding: .3125rem;
	top: .5rem;
	left: .5rem;
	z-index: 1;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, article.product p.price, article.product span.price {
	display: block;
	color: #1e1e1e;
	font-weight: 700;
	margin-bottom: .9375rem;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del, article.product p.price del, article.product span.price del {
	font-size: .8em;
	font-weight: 400;
	opacity: .5;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins, article.product p.price ins, article.product span.price ins {
	text-decoration: none;
}

.variations-table-wrapper {
	text-align: center;
}

.dataTables_wrapper {
	overflow: auto;
	text-align: left;
}

@media (min-width:1025px) {
	.dataTables_wrapper {
		overflow: hidden;
	}
}

.dataTables_wrapper .dataTables_filter {
	display: none;
}

.dataTables_wrapper table.dataTable {
	margin-bottom: 1.25rem;
	width: 100% !important;
	border: none !important;
	border-collapse: collapse;
}

@media (min-width:1025px) {
	.dataTables_wrapper table.dataTable {
		margin-bottom: 2.5rem;
	}
}

.dataTables_wrapper table.dataTable thead .sorting_asc {
	background-image: none !important;
}

.dataTables_wrapper table.dataTable thead .sorting_asc.nitro-lazy {
	background-image: none !important;
}

.dataTables_wrapper table.dataTable td, .dataTables_wrapper table.dataTable th {
	background-color: #edf1f4 !important;
	border: 1px solid #b8bcc6;
	font-size: 1.125rem;
	text-align: left;
	border-radius: 0;
}

.dataTables_wrapper table.dataTable th {
	text-transform: uppercase;
	background-color: #e3e7eb !important;
	font-family: "Bebas Neue", sans-serif !important;
	color: #727272 !important;
	padding: .625rem 1.25rem !important;
	font-weight: 400;
}

@media (min-width:640px) {
	.dataTables_wrapper table.dataTable th {
		padding: .625rem 1.875rem !important;
	}
}

@media (min-width:1025px) {
	.dataTables_wrapper table.dataTable th {
		padding: 1.25rem 3.75rem !important;
	}
}

.dataTables_wrapper table.dataTable th:first-child {
	padding: .625rem 1.25rem !important;
}

@media (min-width:1025px) {
	.dataTables_wrapper table.dataTable th:first-child {
		padding: 1.25rem 1.75rem !important;
	}
}

.dataTables_wrapper table.dataTable td {
	padding: .625rem 1.25rem !important;
}

@media (min-width:640px) {
	.dataTables_wrapper table.dataTable td {
		padding: .625rem 1.875rem !important;
	}
}

@media (min-width:1025px) {
	.dataTables_wrapper table.dataTable td {
		padding: .625rem 3.75rem !important;
	}
}

.dataTables_wrapper table.dataTable td:first-child {
	padding: .625rem 1.25rem !important;
}

@media (min-width:1025px) {
	.dataTables_wrapper table.dataTable td:first-child {
		padding: .625rem 1.75rem !important;
	}
}

.dataTables_wrapper table.dataTable td:nth-child(2) {
	width: 100% !important;
}

.dataTables_wrapper table.dataTable input.product_quantity {
	background-color: #fff;
	padding: 0 .625rem;
	text-align: left !important;
	width: 6.25rem !important;
	border: none;
	height: 2.75rem;
}

@media (min-width:1025px) {
	.dataTables_wrapper table.dataTable input.product_quantity {
		padding: 0 1.25rem;
		width: 15.625rem !important;
	}
}

#right_button {
	transition: .3s;
	height: 2.75rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #389dfa !important;
	color: #fff !important;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	border: 1px solid #389dfa;
	border-radius: 0;
	padding: 0 1.25rem;
	text-align: center;
	cursor: pointer;
	margin: 0 auto !important;
}

#right_button:active, #right_button:focus, #right_button:hover {
	background-color: #274aaa !important;
	border-color: #274aaa !important;
	color: #fff !important;
}

#right_button #qty_length {
	width: .1875rem;
}

#right_button:disabled {
	background-color: #b8bcc6 !important;
	border-color: #b8bcc6 !important;
	cursor: not-allowed;
}

.c-block {
	margin-bottom: 3.125rem;
}

@media (min-width:1200px) {
	.c-block {
		margin-bottom: 6.25rem;
	}
}

.c-block--padding {
	padding: 2.8125rem 0 3.125rem;
}

@media (min-width:1200px) {
	.c-block--padding {
		padding: 4.375rem 0;
	}
}

.c-title {
	display: block;
	margin-bottom: 1em;
}

.c-image {
	display: block;
	line-height: 0;
	position: relative;
}

.c-image img {
	width: 100%;
}

.m-advantages__advantages-container {
	margin-top: 3.75rem;
	display: flex;
	flex-wrap: wrap;
}

.m-advantages .m-set__advantages {
	margin-top: 3.75rem;
}

.c-advantage {
	width: 100%;
	padding: 1.875rem .9375rem;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.c-advantage:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

@media (min-width:640px) {
	.c-advantage:last-child {
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 2.5rem;
	}
}

@media (min-width:640px) {
	.c-advantage {
		padding: 3.75rem .9375rem 2.5rem;
		width: 33.333%;
		border-right: 1px solid #e5e5e5;
		text-align: left;
	}
}

@media (min-width:640px) {
	.c-advantage:nth-child(3n) {
		border-right: none;
	}
}

@media (min-width:640px) {
	.c-advantage:nth-child(-n+3) {
		padding-top: 0;
	}
}

@media (min-width:640px) {
	.c-advantage:nth-child(3n+1) {
		padding-left: 0;
	}
}

.c-advantage__icon {
	height: 10rem;
	margin-bottom: 1.5rem;
}

.c-advantage__icon > * {
	height: 100%;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.c-advantage__title {
	margin-bottom: 1.5625rem;
	color: #1e1e1e;
}

.author-box {
	padding: 100px 0;
	background-color: #edf1f4;
}

@media (max-width:767px) {
	.author-box .hide-mobile {
		display: none !important;
	}
}

.author-box .display-mobile {
	display: none;
}

@media (max-width:767px) {
	.author-box .display-mobile {
		display: block;
	}
}

.author-box .small-container {
	max-width: 1240px;
	background-color: #fff;
	display: flex;
	margin: 50px auto;
	padding: 30px 0;
	border-top: 4px solid #55a8f6;
}

@media (max-width:767px) {
	.author-box .small-container {
		display: block;
		padding: 20px;
	}
}

.author-box .small-container .left-part {
	width: 100%;
	min-width: 200px;
}

@media (max-width:767px) {
	.author-box .small-container .left-part {
		min-width: auto;
		display: flex;
		min-height: 140px;
		margin-top: 15px;
	}
}

.author-box .small-container .left-part .author-image {
	max-width: 120px;
	min-width: 120px;
	margin-right: 30px;
	margin-left: auto;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	display: flex;
}

@media (max-width:767px) {
	.author-box .small-container .left-part .author-image {
		max-width: 90px;
		min-width: 90px;
		height: 90px;
		margin-right: 10px;
		margin-left: 0;
	}
}

.author-box .small-container .left-part .author-image img {
	height: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.author-box .small-container .left-part .author-name, .author-box .small-container .right-part .author-name {
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media (max-width:767px) {
	.author-box .small-container .left-part .author-name, .author-box .small-container .right-part .author-name {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 5px;
	}
}

.author-box .small-container .left-part .text-above-author-name, .author-box .small-container .left-part .text-below-author-name, .author-box .small-container .right-part .text-above-author-name, .author-box .small-container .right-part .text-below-author-name {
	color: #389dfa;
	display: block;
	margin-bottom: 1.25rem;
}

.author-box .small-container .left-part .text-above-author-name, .author-box .small-container .right-part .text-above-author-name {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
}

@media (max-width:767px) {
	.author-box .small-container .left-part .text-above-author-name, .author-box .small-container .right-part .text-above-author-name {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 5px;
	}
}

.author-box .small-container .left-part .text-below-author-name, .author-box .small-container .right-part .text-below-author-name {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 1px;
}

@media (max-width:767px) {
	.author-box .small-container .left-part .text-below-author-name, .author-box .small-container .right-part .text-below-author-name {
		font-size: 12px;
		line-height: 18px;
	}
}

.author-box .small-container .left-part .separator, .author-box .small-container .right-part .separator {
	width: 48px;
	border: 1px solid #399dfa;
}

.author-box .small-container .left-part .text-block-wrapper, .author-box .small-container .right-part .text-block-wrapper {
	margin-top: 20px;
}

.author-box .small-container .left-part .text-block-wrapper .text-block, .author-box .small-container .right-part .text-block-wrapper .text-block {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
}

@media (min-width:1025px) {
	.author-box .small-container .left-part .text-block-wrapper .text-block, .author-box .small-container .right-part .text-block-wrapper .text-block {
		width: calc(100% - 6rem);
	}
}

.author-box .small-container .left-part .social-links, .author-box .small-container .right-part .social-links {
	width: 100%;
	display: flex;
	margin-top: 20px;
}

@media (max-width:767px) {
	.author-box .small-container .left-part .social-links, .author-box .small-container .right-part .social-links {
		flex-wrap: wrap;
	}
}

.author-box .small-container .left-part .social-links .social-link, .author-box .small-container .right-part .social-links .social-link {
	min-width: 124px;
	height: 42px;
	background-color: #f3f3f3;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width:767px) {
	.author-box .small-container .left-part .social-links .social-link, .author-box .small-container .right-part .social-links .social-link {
		margin: 10px;
	}
}

.author-box .small-container .left-part .social-links .social-link + .social-link, .author-box .small-container .right-part .social-links .social-link + .social-link {
	margin-left: 10px;
	padding: 0 15px;
}

@media (max-width:767px) {
	.author-box .small-container .left-part .social-links .social-link + .social-link, .author-box .small-container .right-part .social-links .social-link + .social-link {
		margin: 10px;
	}
}

.author-box .small-container .left-part .social-links .social-link .icon, .author-box .small-container .right-part .social-links .social-link .icon {
	max-width: 20px;
	min-width: 20px;
	margin-bottom: 3px;
}

.author-box .small-container .left-part .social-links .social-link .title, .author-box .small-container .right-part .social-links .social-link .title {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 1px;
	color: #555;
	margin-left: 6px;
}

@media (max-width:991px) {
	.author-box {
		padding: 80px 0;
	}
}

@media (max-width:768px) {
	.author-box {
		padding: 70px 0;
	}
}

@media (max-width:576px) {
	.author-box {
		padding: 60px 0;
	}
}

.buttons-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: .625rem;
}

.buttons-block.align-center {
	justify-content: center;
}

.buttons-block.align-right {
	justify-content: flex-end;
}

.buttons-block .btn, .buttons-block .gform_wrapper form .gform_footer input[type=submit], .buttons-block .woocommerce #respond input#submit, .buttons-block .woocommerce a.button, .buttons-block .woocommerce a.button.alt, .buttons-block .woocommerce button.button, .buttons-block .woocommerce button.button.alt, .buttons-block .woocommerce input.button, .buttons-block .woocommerce input.button.alt, .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link), .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link).alt, .buttons-block input[type=submit], .gform_wrapper form .gform_footer .buttons-block input[type=submit], .woocommerce #respond .buttons-block input#submit, .woocommerce .buttons-block a.button, .woocommerce .buttons-block a.button.alt, .woocommerce .buttons-block button.button, .woocommerce .buttons-block button.button.alt, .woocommerce .buttons-block input.button, .woocommerce .buttons-block input.button.alt, .woocommerce-page .buttons-block .wc-block-components-button:not(.is-link), .woocommerce-page .buttons-block .wc-block-components-button:not(.is-link).alt {
	min-width: 11.25rem;
}

@media (min-width:1200px) {
	.buttons-block .btn, .buttons-block .gform_wrapper form .gform_footer input[type=submit], .buttons-block .woocommerce #respond input#submit, .buttons-block .woocommerce a.button, .buttons-block .woocommerce a.button.alt, .buttons-block .woocommerce button.button, .buttons-block .woocommerce button.button.alt, .buttons-block .woocommerce input.button, .buttons-block .woocommerce input.button.alt, .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link), .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link).alt, .buttons-block input[type=submit], .gform_wrapper form .gform_footer .buttons-block input[type=submit], .woocommerce #respond .buttons-block input#submit, .woocommerce .buttons-block a.button, .woocommerce .buttons-block a.button.alt, .woocommerce .buttons-block button.button, .woocommerce .buttons-block button.button.alt, .woocommerce .buttons-block input.button, .woocommerce .buttons-block input.button.alt, .woocommerce-page .buttons-block .wc-block-components-button:not(.is-link), .woocommerce-page .buttons-block .wc-block-components-button:not(.is-link).alt {
		min-width: auto;
	}
}

.swiper-images .swiper-slide .c-image:before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 65%;
}

.c-video {
	max-width: 100%;
	display: block;
	position: relative;
}

.c-video:not([video]):before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 56.25%;
}

@media (min-width:1200px) {
	.c-video:hover .c-video__poster img {
		opacity: .9;
	}
	
	.c-video:hover .c-video__poster svg {
		transform: scale(1.1);
	}
}

.c-video iframe, .c-video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.c-video__poster {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.c-video__poster img {
	transition: .3s;
	opacity: .75;
}

.c-video__poster svg {
	transition: .3s;
	fill: #fff;
	font-size: .5rem;
	width: 10em;
	height: 10em;
	position: absolute;
	top: calc(50% - 5em);
	left: calc(50% - 5em);
}

@media (min-width:1025px) {
	.c-video__poster svg {
		font-size: .75rem;
	}
}

.m-clubanhaenger-cta {
	padding: 100px 30px 0;
}

@media (max-width:991px) {
	.m-clubanhaenger-cta {
		padding: 80px 15px 0;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-cta {
		padding: 70px 15px 0;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-cta {
		padding: 60px 15px 0;
	}
}

.m-clubanhaenger-cta .small-container {
	max-width: 1240px;
}

.m-clubanhaenger-cta .block {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 81px 64px;
}

@media (max-width:768px) {
	.m-clubanhaenger-cta .block {
		padding: 60px 40px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-cta .block {
		padding: 50px 30px;
	}
}

.m-clubanhaenger-cta .block .subtitle {
	color: #fff;
	font-size: 24px;
	line-height: 158.333%;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 32px;
}

@media (max-width:991px) {
	.m-clubanhaenger-cta .block .subtitle {
		font-size: 22px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-cta .block .subtitle {
		font-size: 20px;
		margin: 0 auto 20px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-cta .block .subtitle {
		font-size: 18px;
	}
}

.m-clubanhaenger-cta .block .c-title {
	color: #fff;
	max-width: 500px;
	margin: 0 auto 34px;
}

@media (max-width:768px) {
	.m-clubanhaenger-cta .block .c-title {
		margin: 0 auto 20px;
	}
}

.m-clubanhaenger-cta .block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.m-clubanhaenger-cta .block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-cta .block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-cta .block .c-title.h2 {
		font-size: 40px;
	}
}

.m-clubanhaenger-cta .block .buttons-block .btn, .m-clubanhaenger-cta .block .buttons-block .woocommerce #respond input#submit, .m-clubanhaenger-cta .block .buttons-block .woocommerce a.button, .m-clubanhaenger-cta .block .buttons-block .woocommerce a.button.alt, .m-clubanhaenger-cta .block .buttons-block .woocommerce button.button, .m-clubanhaenger-cta .block .buttons-block .woocommerce button.button.alt, .m-clubanhaenger-cta .block .buttons-block .woocommerce input.button, .m-clubanhaenger-cta .block .buttons-block .woocommerce input.button.alt, .m-clubanhaenger-cta .block .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link), .m-clubanhaenger-cta .block .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link).alt, .m-clubanhaenger-cta .block .buttons-block input[type=submit], .woocommerce #respond .m-clubanhaenger-cta .block .buttons-block input#submit, .woocommerce .m-clubanhaenger-cta .block .buttons-block a.button, .woocommerce .m-clubanhaenger-cta .block .buttons-block a.button.alt, .woocommerce .m-clubanhaenger-cta .block .buttons-block button.button, .woocommerce .m-clubanhaenger-cta .block .buttons-block button.button.alt, .woocommerce .m-clubanhaenger-cta .block .buttons-block input.button, .woocommerce .m-clubanhaenger-cta .block .buttons-block input.button.alt, .woocommerce-page .m-clubanhaenger-cta .block .buttons-block .wc-block-components-button:not(.is-link), .woocommerce-page .m-clubanhaenger-cta .block .buttons-block .wc-block-components-button:not(.is-link).alt {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	height: auto;
	padding: 11px 22px;
}

@media (max-width:576px) {
	.m-clubanhaenger-cta .block .buttons-block .btn, .m-clubanhaenger-cta .block .buttons-block .woocommerce #respond input#submit, .m-clubanhaenger-cta .block .buttons-block .woocommerce a.button, .m-clubanhaenger-cta .block .buttons-block .woocommerce a.button.alt, .m-clubanhaenger-cta .block .buttons-block .woocommerce button.button, .m-clubanhaenger-cta .block .buttons-block .woocommerce button.button.alt, .m-clubanhaenger-cta .block .buttons-block .woocommerce input.button, .m-clubanhaenger-cta .block .buttons-block .woocommerce input.button.alt, .m-clubanhaenger-cta .block .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link), .m-clubanhaenger-cta .block .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link).alt, .m-clubanhaenger-cta .block .buttons-block input[type=submit], .woocommerce #respond .m-clubanhaenger-cta .block .buttons-block input#submit, .woocommerce .m-clubanhaenger-cta .block .buttons-block a.button, .woocommerce .m-clubanhaenger-cta .block .buttons-block a.button.alt, .woocommerce .m-clubanhaenger-cta .block .buttons-block button.button, .woocommerce .m-clubanhaenger-cta .block .buttons-block button.button.alt, .woocommerce .m-clubanhaenger-cta .block .buttons-block input.button, .woocommerce .m-clubanhaenger-cta .block .buttons-block input.button.alt, .woocommerce-page .m-clubanhaenger-cta .block .buttons-block .wc-block-components-button:not(.is-link), .woocommerce-page .m-clubanhaenger-cta .block .buttons-block .wc-block-components-button:not(.is-link).alt {
		font-size: 16px;
	}
}

.m-clubanhaenger-cta .block .buttons-block .btn.btn-white, .m-clubanhaenger-cta .block .buttons-block .woocommerce #respond input.btn-white#submit, .m-clubanhaenger-cta .block .buttons-block .woocommerce a.btn-white.button, .m-clubanhaenger-cta .block .buttons-block .woocommerce a.btn-white.button.alt, .m-clubanhaenger-cta .block .buttons-block .woocommerce button.btn-white.button, .m-clubanhaenger-cta .block .buttons-block .woocommerce button.btn-white.button.alt, .m-clubanhaenger-cta .block .buttons-block .woocommerce input.btn-white.button, .m-clubanhaenger-cta .block .buttons-block .woocommerce input.btn-white.button.alt, .m-clubanhaenger-cta .block .buttons-block .woocommerce-page .btn-white.wc-block-components-button.alt:not(.is-link), .m-clubanhaenger-cta .block .buttons-block .woocommerce-page .btn-white.wc-block-components-button:not(.is-link), .m-clubanhaenger-cta .block .buttons-block input.btn-white[type=submit], .woocommerce #respond .m-clubanhaenger-cta .block .buttons-block input.btn-white#submit, .woocommerce .m-clubanhaenger-cta .block .buttons-block a.btn-white.button, .woocommerce .m-clubanhaenger-cta .block .buttons-block a.btn-white.button.alt, .woocommerce .m-clubanhaenger-cta .block .buttons-block button.btn-white.button, .woocommerce .m-clubanhaenger-cta .block .buttons-block button.btn-white.button.alt, .woocommerce .m-clubanhaenger-cta .block .buttons-block input.btn-white.button, .woocommerce .m-clubanhaenger-cta .block .buttons-block input.btn-white.button.alt, .woocommerce-page .m-clubanhaenger-cta .block .buttons-block .btn-white.wc-block-components-button.alt:not(.is-link), .woocommerce-page .m-clubanhaenger-cta .block .buttons-block .btn-white.wc-block-components-button:not(.is-link) {
	color: #274aaa;
}

.m-clubanhaenger-cta .block .buttons-block .btn.btn-white:hover, .m-clubanhaenger-cta .block .buttons-block .woocommerce #respond input.btn-white#submit:hover, .m-clubanhaenger-cta .block .buttons-block .woocommerce a.btn-white.button.alt:hover, .m-clubanhaenger-cta .block .buttons-block .woocommerce a.btn-white.button:hover, .m-clubanhaenger-cta .block .buttons-block .woocommerce button.btn-white.button.alt:hover, .m-clubanhaenger-cta .block .buttons-block .woocommerce button.btn-white.button:hover, .m-clubanhaenger-cta .block .buttons-block .woocommerce input.btn-white.button.alt:hover, .m-clubanhaenger-cta .block .buttons-block .woocommerce input.btn-white.button:hover, .m-clubanhaenger-cta .block .buttons-block .woocommerce-page .btn-white.wc-block-components-button.alt:hover:not(.is-link), .m-clubanhaenger-cta .block .buttons-block .woocommerce-page .btn-white.wc-block-components-button:hover:not(.is-link), .m-clubanhaenger-cta .block .buttons-block input.btn-white[type=submit]:hover, .woocommerce #respond .m-clubanhaenger-cta .block .buttons-block input.btn-white#submit:hover, .woocommerce .m-clubanhaenger-cta .block .buttons-block a.btn-white.button.alt:hover, .woocommerce .m-clubanhaenger-cta .block .buttons-block a.btn-white.button:hover, .woocommerce .m-clubanhaenger-cta .block .buttons-block button.btn-white.button.alt:hover, .woocommerce .m-clubanhaenger-cta .block .buttons-block button.btn-white.button:hover, .woocommerce .m-clubanhaenger-cta .block .buttons-block input.btn-white.button.alt:hover, .woocommerce .m-clubanhaenger-cta .block .buttons-block input.btn-white.button:hover, .woocommerce-page .m-clubanhaenger-cta .block .buttons-block .btn-white.wc-block-components-button.alt:hover:not(.is-link), .woocommerce-page .m-clubanhaenger-cta .block .buttons-block .btn-white.wc-block-components-button:hover:not(.is-link) {
	color: #fff;
}

.m-clubanhaenger-hero {
	padding: 127px 0 0;
	background-color: #274aaa;
	position: relative;
}

@media (max-width:1500px) {
	.m-clubanhaenger-hero {
		padding: 103px 0 0;
	}
}

.m-clubanhaenger-hero > .small-container {
	max-width: 1440px;
	padding: 0;
}

.m-clubanhaenger-hero .cols {
	display: flex;
}

@media (max-width:991px) {
	.m-clubanhaenger-hero .cols {
		flex-direction: column;
	}
}

.m-clubanhaenger-hero .content-col {
	padding: 156px 0;
	width: 100%;
	max-width: 690px;
	margin-left: auto;
}

@media (max-width:1270px) {
	.m-clubanhaenger-hero .content-col {
		padding: 156px 30px;
	}
}

@media (max-width:1200px) {
	.m-clubanhaenger-hero .content-col {
		padding: 100px 30px;
	}
}

@media (max-width:991px) {
	.m-clubanhaenger-hero .content-col {
		margin-left: 0;
		max-width: 100%;
		padding: 100px 15px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-hero .content-col {
		padding: 60px 15px;
	}
}

.m-clubanhaenger-hero .content-col .subtitle {
	color: #fff;
	font-size: 24px;
	line-height: 158.333%;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 13px;
}

@media (max-width:991px) {
	.m-clubanhaenger-hero .content-col .subtitle {
		font-size: 22px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-hero .content-col .subtitle {
		font-size: 20px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-hero .content-col .subtitle {
		font-size: 18px;
	}
}

.m-clubanhaenger-hero .content-col .c-title {
	color: #fff;
	margin-bottom: 32px;
}

.m-clubanhaenger-hero .content-col .c-title.h1 {
	font-size: 85px;
	font-weight: 400;
	line-height: 117.647%;
}

@media (max-width:991px) {
	.m-clubanhaenger-hero .content-col .c-title.h1 {
		font-size: 80px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-hero .content-col .c-title.h1 {
		font-size: 70px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-hero .content-col .c-title.h1 {
		font-size: 60px;
	}
}

.m-clubanhaenger-hero .content-col .buttons-block .btn, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce #respond input#submit, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce a.button, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce a.button.alt, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce button.button, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce button.button.alt, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce input.button, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce input.button.alt, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link), .m-clubanhaenger-hero .content-col .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link).alt, .m-clubanhaenger-hero .content-col .buttons-block input[type=submit], .woocommerce #respond .m-clubanhaenger-hero .content-col .buttons-block input#submit, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block a.button, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block a.button.alt, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block button.button, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block button.button.alt, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block input.button, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block input.button.alt, .woocommerce-page .m-clubanhaenger-hero .content-col .buttons-block .wc-block-components-button:not(.is-link), .woocommerce-page .m-clubanhaenger-hero .content-col .buttons-block .wc-block-components-button:not(.is-link).alt {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	height: auto;
	padding: 11px 22px;
}

@media (max-width:576px) {
	.m-clubanhaenger-hero .content-col .buttons-block .btn, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce #respond input#submit, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce a.button, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce a.button.alt, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce button.button, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce button.button.alt, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce input.button, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce input.button.alt, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link), .m-clubanhaenger-hero .content-col .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link).alt, .m-clubanhaenger-hero .content-col .buttons-block input[type=submit], .woocommerce #respond .m-clubanhaenger-hero .content-col .buttons-block input#submit, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block a.button, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block a.button.alt, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block button.button, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block button.button.alt, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block input.button, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block input.button.alt, .woocommerce-page .m-clubanhaenger-hero .content-col .buttons-block .wc-block-components-button:not(.is-link), .woocommerce-page .m-clubanhaenger-hero .content-col .buttons-block .wc-block-components-button:not(.is-link).alt {
		font-size: 16px;
	}
}

.m-clubanhaenger-hero .content-col .buttons-block .btn.btn-white, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce #respond input.btn-white#submit, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce a.btn-white.button, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce a.btn-white.button.alt, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce button.btn-white.button, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce button.btn-white.button.alt, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce input.btn-white.button, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce input.btn-white.button.alt, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce-page .btn-white.wc-block-components-button.alt:not(.is-link), .m-clubanhaenger-hero .content-col .buttons-block .woocommerce-page .btn-white.wc-block-components-button:not(.is-link), .m-clubanhaenger-hero .content-col .buttons-block input.btn-white[type=submit], .woocommerce #respond .m-clubanhaenger-hero .content-col .buttons-block input.btn-white#submit, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block a.btn-white.button, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block a.btn-white.button.alt, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block button.btn-white.button, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block button.btn-white.button.alt, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block input.btn-white.button, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block input.btn-white.button.alt, .woocommerce-page .m-clubanhaenger-hero .content-col .buttons-block .btn-white.wc-block-components-button.alt:not(.is-link), .woocommerce-page .m-clubanhaenger-hero .content-col .buttons-block .btn-white.wc-block-components-button:not(.is-link) {
	color: #274aaa;
}

.m-clubanhaenger-hero .content-col .buttons-block .btn.btn-white:hover, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce #respond input.btn-white#submit:hover, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce a.btn-white.button.alt:hover, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce a.btn-white.button:hover, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce button.btn-white.button.alt:hover, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce button.btn-white.button:hover, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce input.btn-white.button.alt:hover, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce input.btn-white.button:hover, .m-clubanhaenger-hero .content-col .buttons-block .woocommerce-page .btn-white.wc-block-components-button.alt:hover:not(.is-link), .m-clubanhaenger-hero .content-col .buttons-block .woocommerce-page .btn-white.wc-block-components-button:hover:not(.is-link), .m-clubanhaenger-hero .content-col .buttons-block input.btn-white[type=submit]:hover, .woocommerce #respond .m-clubanhaenger-hero .content-col .buttons-block input.btn-white#submit:hover, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block a.btn-white.button.alt:hover, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block a.btn-white.button:hover, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block button.btn-white.button.alt:hover, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block button.btn-white.button:hover, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block input.btn-white.button.alt:hover, .woocommerce .m-clubanhaenger-hero .content-col .buttons-block input.btn-white.button:hover, .woocommerce-page .m-clubanhaenger-hero .content-col .buttons-block .btn-white.wc-block-components-button.alt:hover:not(.is-link), .woocommerce-page .m-clubanhaenger-hero .content-col .buttons-block .btn-white.wc-block-components-button:hover:not(.is-link) {
	color: #fff;
}

.m-clubanhaenger-hero .image-col {
	width: 100%;
	max-width: 543px;
	margin-left: auto;
}

@media (max-width:991px) {
	.m-clubanhaenger-hero .image-col {
		margin-left: 0;
		max-width: 100%;
	}
}

.m-clubanhaenger-hero .image-col img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.m-clubanhaenger-product-set {
	min-height: 500px;
	padding-top: 100px;
	padding-bottom: 80px;
}

@media (max-width:991px) {
	.m-clubanhaenger-product-set {
		padding-top: 80px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-product-set {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-product-set {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.m-clubanhaenger-product-set .small-container {
	max-width: 1240px;
}

.m-clubanhaenger-product-set .title-block {
	margin-bottom: 33px;
}

.m-clubanhaenger-product-set .title-block .c-title {
	margin: 0;
}

.m-clubanhaenger-product-set .title-block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.m-clubanhaenger-product-set .title-block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-product-set .title-block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-product-set .title-block .c-title.h2 {
		font-size: 40px;
	}
}

.m-clubanhaenger-product-set .advantages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.m-clubanhaenger-product-set .advantages .m-set__advantages-wrap {
	width: auto;
	padding: 0 10px;
}

.m-clubanhaenger-product-set .m-set__items {
	min-height: 350px;
	margin-top: 67px;
}

@media (max-width:576px) {
	.m-clubanhaenger-product-set .m-set__items {
		margin-top: 40px;
	}
}

@media (min-width:1025px) {
	.m-clubanhaenger-product-set .m-set__items {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.m-clubanhaenger-product-set .m-set__items:has(.m-set__items-wrap:nth-child(4)) .m-set__items-wrap {
		width: calc(( 100% - 60px ) / 4);
	}
}

.m-clubanhaenger-product-set .m-set__items .swiper-wrapper {
	gap: 20px;
	padding: 0 10px;
}

@media (max-width:1024px) {
	.m-clubanhaenger-product-set .m-set__items .swiper-wrapper {
		padding: 0;
		gap: 5px;
	}
}

.m-clubanhaenger-product-set .m-set__items .m-set__items-wrap {
	position: relative;
	padding: 98px 0 0;
}

.m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt {
	background-color: #274aaa;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}

.m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item {
	background-color: #399dfa;
	border: 0;
}

.m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .couple-count, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .m-set__item-price, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .m-set__item-title, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .tax-text {
	color: #fff;
}

.m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .couple-count > *, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .m-set__item-price > *, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .m-set__item-title > *, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .tax-text > * {
	color: #fff !important;
}

.m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .btn, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce #respond input#submit, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce a.button, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce a.button.alt, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce button.button, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce button.button.alt, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce input.button, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce input.button.alt, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce-page .wc-block-components-button:not(.is-link), .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce-page .wc-block-components-button:not(.is-link).alt, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center input[type=submit], .woocommerce #respond .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center input#submit, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center a.button, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center a.button.alt, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center button.button, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center button.button.alt, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center input.button, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center input.button.alt, .woocommerce-page .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .wc-block-components-button:not(.is-link), .woocommerce-page .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .wc-block-components-button:not(.is-link).alt {
	color: #399dfa;
	background-color: #fff;
}

.m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .btn:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce #respond input#submit:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce a.button.alt:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce a.button:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce button.button.alt:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce button.button:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce input.button.alt:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce input.button:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce-page .wc-block-components-button.alt:hover:not(.is-link), .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .woocommerce-page .wc-block-components-button:hover:not(.is-link), .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center input[type=submit]:hover, .woocommerce #respond .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center input#submit:hover, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center a.button.alt:hover, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center a.button:hover, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center button.button.alt:hover, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center button.button:hover, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center input.button.alt:hover, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center input.button:hover, .woocommerce-page .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .wc-block-components-button.alt:hover:not(.is-link), .woocommerce-page .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_beliebt .m-set__item .text-center .wc-block-components-button:hover:not(.is-link) {
	color: #000;
}

.m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller {
	background-color: #006f4c;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}

.m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item {
	background-color: #0bb37e;
	border: 0;
}

.m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .couple-count, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .m-set__item-price, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .m-set__item-title, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .tax-text {
	color: #fff;
}

.m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .couple-count > *, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .m-set__item-price > *, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .m-set__item-title > *, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .tax-text > * {
	color: #fff !important;
}

.m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .btn, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce #respond input#submit, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce a.button, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce a.button.alt, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce button.button, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce button.button.alt, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce input.button, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce input.button.alt, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce-page .wc-block-components-button:not(.is-link), .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce-page .wc-block-components-button:not(.is-link).alt, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center input[type=submit], .woocommerce #respond .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center input#submit, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center a.button, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center a.button.alt, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center button.button, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center button.button.alt, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center input.button, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center input.button.alt, .woocommerce-page .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .wc-block-components-button:not(.is-link), .woocommerce-page .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .wc-block-components-button:not(.is-link).alt {
	color: #006f4c;
	background-color: #fff;
}

.m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .btn:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce #respond input#submit:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce a.button.alt:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce a.button:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce button.button.alt:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce button.button:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce input.button.alt:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce input.button:hover, .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce-page .wc-block-components-button.alt:hover:not(.is-link), .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .woocommerce-page .wc-block-components-button:hover:not(.is-link), .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center input[type=submit]:hover, .woocommerce #respond .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center input#submit:hover, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center a.button.alt:hover, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center a.button:hover, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center button.button.alt:hover, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center button.button:hover, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center input.button.alt:hover, .woocommerce .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center input.button:hover, .woocommerce-page .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .wc-block-components-button.alt:hover:not(.is-link), .woocommerce-page .m-clubanhaenger-product-set .m-set__items .m-set__items-wrap.is_bestseller .m-set__item .text-center .wc-block-components-button:hover:not(.is-link) {
	color: #000;
}

.m-clubanhaenger-product-set .m-set__items .m-set__item {
	padding: 25px 10px;
}

.m-clubanhaenger-product-set .m-set__items .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 98px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-family: "Bebas Neue", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 158.333%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media (max-width:768px) {
	.m-clubanhaenger-product-set .m-set__items .top {
		font-size: 22px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-product-set .m-set__items .top {
		font-size: 20px;
	}
}

.m-clubanhaenger-product-set .m-set__items .top svg {
	width: 32px;
	height: 32px;
	display: block;
	margin-bottom: 8px;
}

.m-clubanhaenger-product-set .m-set__items .m-set__item-title {
	color: #1e1e1e;
	font-size: 24px;
	font-weight: 700;
	line-height: 158.333%;
	letter-spacing: 1px;
	font-family: Inter, sans-serif;
	text-transform: none;
	margin-bottom: 12px;
}

@media (max-width:768px) {
	.m-clubanhaenger-product-set .m-set__items .m-set__item-title {
		font-size: 22px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-product-set .m-set__items .m-set__item-title {
		font-size: 20px;
	}
}

.m-clubanhaenger-product-set .m-set__items .couple-count {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	line-height: 155.556%;
	letter-spacing: 1px;
}

@media (max-width:576px) {
	.m-clubanhaenger-product-set .m-set__items .couple-count {
		font-size: 16px;
	}
}

.m-clubanhaenger-product-set .m-set__items .m-set__item-price {
	padding: 0 63px 0 0;
	margin-bottom: 46px;
	white-space: nowrap;
}

@media (max-width:1200px) {
	.m-clubanhaenger-product-set .m-set__items .m-set__item-price {
		padding: 0 46px 0 0;
	}
}

.m-clubanhaenger-product-set .m-set__items .m-set__item-price .currency {
	margin-right: 0;
}

.m-clubanhaenger-product-set .m-set__items .m-set__item-price .currency, .m-clubanhaenger-product-set .m-set__items .m-set__item-price .small {
	color: #274aaa;
	font-size: 64px;
	font-weight: 400;
	line-height: 178.125%;
	letter-spacing: 1px;
}

@media (max-width:1200px) {
	.m-clubanhaenger-product-set .m-set__items .m-set__item-price .currency, .m-clubanhaenger-product-set .m-set__items .m-set__item-price .small {
		font-size: 50px;
	}
}

.m-clubanhaenger-product-set .m-set__items .m-set__item-price .small {
	line-height: 100%;
	top: -4px;
	right: 4px;
	font-size: 70px;
}

@media (max-width:1200px) {
	.m-clubanhaenger-product-set .m-set__items .m-set__item-price .small {
		font-size: 50px;
	}
}

.m-clubanhaenger-product-set .m-set__items .m-set__item-price .main {
	color: #274aaa;
	font-size: 114px;
	font-weight: 400;
	line-height: 114px;
	letter-spacing: 1px;
}

@media (max-width:1200px) {
	.m-clubanhaenger-product-set .m-set__items .m-set__item-price .main {
		font-size: 90px;
	}
}

.m-clubanhaenger-product-set .m-set__items .m-set__item-price .pro-text {
	font-family: Inter, sans-serif;
	font-size: 18px;
	line-height: 155.556%;
	letter-spacing: 1px;
	bottom: -15px;
}

@media (max-width:576px) {
	.m-clubanhaenger-product-set .m-set__items .m-set__item-price .pro-text {
		font-size: 16px;
	}
}

.m-clubanhaenger-product-set .m-set__items .text-center {
	padding: 0 5px;
}

.m-clubanhaenger-product-set .m-set__items .text-center .btn, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce #respond input#submit, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce a.button, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce a.button.alt, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce button.button, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce button.button.alt, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce input.button, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce input.button.alt, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce-page .wc-block-components-button:not(.is-link), .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce-page .wc-block-components-button:not(.is-link).alt, .m-clubanhaenger-product-set .m-set__items .text-center input[type=submit], .woocommerce #respond .m-clubanhaenger-product-set .m-set__items .text-center input#submit, .woocommerce .m-clubanhaenger-product-set .m-set__items .text-center a.button, .woocommerce .m-clubanhaenger-product-set .m-set__items .text-center a.button.alt, .woocommerce .m-clubanhaenger-product-set .m-set__items .text-center button.button, .woocommerce .m-clubanhaenger-product-set .m-set__items .text-center button.button.alt, .woocommerce .m-clubanhaenger-product-set .m-set__items .text-center input.button, .woocommerce .m-clubanhaenger-product-set .m-set__items .text-center input.button.alt, .woocommerce-page .m-clubanhaenger-product-set .m-set__items .text-center .wc-block-components-button:not(.is-link), .woocommerce-page .m-clubanhaenger-product-set .m-set__items .text-center .wc-block-components-button:not(.is-link).alt {
	font-size: 18px;
	font-weight: 600;
	line-height: 133.333%;
	width: 100%;
	height: auto;
	padding: 12px 20px;
}

@media (max-width:576px) {
	.m-clubanhaenger-product-set .m-set__items .text-center .btn, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce #respond input#submit, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce a.button, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce a.button.alt, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce button.button, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce button.button.alt, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce input.button, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce input.button.alt, .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce-page .wc-block-components-button:not(.is-link), .m-clubanhaenger-product-set .m-set__items .text-center .woocommerce-page .wc-block-components-button:not(.is-link).alt, .m-clubanhaenger-product-set .m-set__items .text-center input[type=submit], .woocommerce #respond .m-clubanhaenger-product-set .m-set__items .text-center input#submit, .woocommerce .m-clubanhaenger-product-set .m-set__items .text-center a.button, .woocommerce .m-clubanhaenger-product-set .m-set__items .text-center a.button.alt, .woocommerce .m-clubanhaenger-product-set .m-set__items .text-center button.button, .woocommerce .m-clubanhaenger-product-set .m-set__items .text-center button.button.alt, .woocommerce .m-clubanhaenger-product-set .m-set__items .text-center input.button, .woocommerce .m-clubanhaenger-product-set .m-set__items .text-center input.button.alt, .woocommerce-page .m-clubanhaenger-product-set .m-set__items .text-center .wc-block-components-button:not(.is-link), .woocommerce-page .m-clubanhaenger-product-set .m-set__items .text-center .wc-block-components-button:not(.is-link).alt {
		font-size: 16px;
	}
}

.m-clubanhaenger-product-set .m-set__items .tax-text {
	color: #555;
	font-family: Inter, sans-serif;
	font-size: 14px;
	line-height: 114.286%;
	letter-spacing: 1px;
	margin-top: 11px;
}

.m-clubanhaenger-products .title-block {
	margin-bottom: 64px;
}

.m-clubanhaenger-products .title-block .c-title {
	margin: 0;
}

.m-clubanhaenger-products .title-block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.m-clubanhaenger-products .title-block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-products .title-block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-products .title-block .c-title.h2 {
		font-size: 40px;
	}
}

.m-clubanhaenger-products .small-container {
	max-width: 1240px;
}

.m-clubanhaenger-products .club-item {
	margin-bottom: 32px;
}

.m-clubanhaenger-products .club-item:last-of-type {
	margin-bottom: 0;
}

.m-clubanhaenger-products .club-item .club-item__grid {
	display: flex;
}

@media (max-width:991px) {
	.m-clubanhaenger-products .club-item .club-item__grid {
		flex-direction: column;
	}
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__media {
	width: 50%;
	border: 1px solid #b8bcc6;
	border-right: 0;
}

@media (max-width:991px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__media {
		width: 100%;
		border-right: 1px solid #b8bcc6;
		border-bottom: 0;
	}
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 526px;
	-o-object-fit: contain;
	object-fit: contain;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content {
	width: 50%;
	border: 1px solid #b8bcc6;
	background-color: #eff5f9;
	padding: 24px;
}

@media (max-width:991px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content {
		width: 100%;
	}
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content .club-item__title {
	color: #1e1e1e;
	font-family: Inter, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 1px;
	margin-bottom: 21px;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-field {
	margin-bottom: 30px;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-field.club-upload {
	margin-bottom: 0;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-label {
	color: #1e1e1e;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 1px;
	margin-bottom: 11px;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-label .upload-box {
	width: 100%;
	border: 1px solid #b8bcc6;
	padding: 32px 24px;
	height: 198px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 11px;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-label .upload-box .icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d0e6fe;
	border-radius: 50%;
}

@media (max-width:576px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-label .upload-box .icon {
		width: 55px;
		height: 55px;
	}
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-label .upload-box .icon .bg {
	width: 48px;
	height: 48px;
	background-color: #399dfa;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:576px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-label .upload-box .icon .bg {
		width: 38px;
		height: 38px;
	}
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-label .upload-box .icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

@media (max-width:576px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-label .upload-box .icon svg {
		width: 20px;
		height: 20px;
	}
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-label .upload-box .title {
	color: #1e1e1e;
	text-align: center;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 1px;
	margin-top: 14px;
}

@media (max-width:768px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-label .upload-box .title {
		font-size: 18px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-label .upload-box .title {
		font-size: 16px;
	}
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .club-label .upload-box .max-file-size {
	color: #555;
	text-align: center;
	font-size: 14px;
	line-height: 114.286%;
	letter-spacing: 1px;
	margin-top: 8px;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .upload-filename {
	font-size: 16px;
	color: #1e1e1e;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations {
	width: 100%;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2-dropdown {
	border: 1px solid #b8bcc6;
	margin-top: 12px;
	height: auto;
	max-height: 298px;
	min-height: 298px;
}

@media (max-width:576px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2-dropdown {
		max-height: 250px;
		min-height: 250px;
	}
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2-results {
	padding: 24px;
	background-color: #fff;
	height: auto;
	max-height: 298px;
	min-height: 298px;
}

@media (max-width:576px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2-results {
		padding: 20px 10px;
		max-height: 250px;
		min-height: 250px;
	}
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2-results ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: auto;
	max-height: 253px;
	min-height: 253px;
}

@media (max-width:768px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2-results ul {
		max-height: 245px;
		min-height: 245px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2-results ul {
		font-size: 16px;
		max-height: 210px;
		min-height: 210px;
		gap: 5px;
	}
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2-results ul li {
	padding: 12px 24px;
	background-color: #f3f3f3;
	color: #1e1e1e;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1px;
	transition: .2s;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2-results ul li.select2-results__option--highlighted {
	color: #fff;
	background-color: #399dfa;
}

@media (max-width:768px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2-results ul li {
		font-size: 18px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2-results ul li {
		font-size: 16px;
		padding: 12px;
	}
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2.select2-container--open .select2-selection {
	background-color: #fff;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2 .select2-selection {
	padding: 12px 60px 12px 24px;
	height: auto;
	border: 1px solid #b8bcc6;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: .2s;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2 .select2-selection__rendered {
	color: #1e1e1e;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1px;
	padding: 0;
}

@media (max-width:768px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2 .select2-selection__rendered {
		font-size: 18px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2 .select2-selection__rendered {
		font-size: 16px;
	}
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2 .select2-selection__arrow {
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
	width: 32px;
	height: 32px;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M26.7075 12.7076L16.7075 22.7076C16.6146 22.8005 16.5043 22.8743 16.3829 22.9246C16.2615 22.975 16.1314 23.0009 16 23.0009C15.8686 23.0009 15.7385 22.975 15.6171 22.9246C15.4957 22.8743 15.3854 22.8005 15.2925 22.7076L5.29251 12.7076C5.10487 12.5199 4.99945 12.2654 4.99945 12.0001C4.99945 11.7347 5.10487 11.4802 5.29251 11.2926C5.48015 11.1049 5.73464 10.9995 6.00001 10.9995C6.26537 10.9995 6.51987 11.1049 6.70751 11.2926L16 20.5863L25.2925 11.2926C25.3854 11.1997 25.4957 11.126 25.6171 11.0757C25.7385 11.0254 25.8686 10.9995 26 10.9995C26.1314 10.9995 26.2615 11.0254 26.3829 11.0757C26.5043 11.126 26.6146 11.1997 26.7075 11.2926C26.8004 11.3855 26.8741 11.4958 26.9244 11.6172C26.9747 11.7386 27.0006 11.8687 27.0006 12.0001C27.0006 12.1315 26.9747 12.2616 26.9244 12.383C26.8741 12.5044 26.8004 12.6147 26.7075 12.7076Z' fill='black'/%3E%3C/svg%3E");
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .variations .select2 .select2-selection__arrow.nitro-lazy {
	background-image: none !important;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form .single_variation_wrap .woocommerce-variation-price, .m-clubanhaenger-products .club-item .club-item__grid .club-item__content form input[type=file] {
	display: none;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form button[type=submit] {
	cursor: pointer;
	margin-top: 12px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	padding: 12px 24px;
	background-color: #399dfa;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	outline: 0;
	transition: .2s;
}

.m-clubanhaenger-products .club-item .club-item__grid .club-item__content form button[type=submit]:hover:not(.disabled) {
	background-color: #1948a7;
}

.m-clubanhaenger-why-we-cards {
	background-color: #eff5f9;
	padding: 100px 30px;
}

@media (max-width:991px) {
	.m-clubanhaenger-why-we-cards {
		padding: 80px 15px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-why-we-cards {
		padding: 70px 15px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-why-we-cards {
		padding: 60px 15px;
	}
}

.m-clubanhaenger-why-we-cards .small-container {
	max-width: 1240px;
}

.m-clubanhaenger-why-we-cards .title-block {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 560px;
}

.m-clubanhaenger-why-we-cards .title-block .c-title {
	margin: 0 0 62px;
}

@media (max-width:576px) {
	.m-clubanhaenger-why-we-cards .title-block .c-title {
		margin: 0 0 50px;
	}
}

.m-clubanhaenger-why-we-cards .title-block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.m-clubanhaenger-why-we-cards .title-block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-why-we-cards .title-block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-why-we-cards .title-block .c-title.h2 {
		font-size: 40px;
	}
}

.m-clubanhaenger-why-we-cards .blocks {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	position: relative;
}

.m-clubanhaenger-why-we-cards .blocks::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: -150px;
	right: 76px;
	width: 687px;
	height: 189px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='690' height='191' viewBox='0 0 690 191' fill='none'%3E%3Cpath d='M141.777 0.5C155.254 0.5 165.642 4.561 172.858 12.7441C180.063 20.9145 183.631 32.4236 183.631 47.2002V143.8C183.631 158.576 180.063 170.086 172.858 178.256C165.642 186.439 155.254 190.5 141.777 190.5C128.3 190.5 117.912 186.439 110.696 178.256C103.491 170.086 99.9235 158.576 99.9235 143.8V47.2002C99.9235 32.4236 103.491 20.9145 110.696 12.7441C117.912 4.56094 128.3 0.500037 141.777 0.5ZM29.0807 3.125L29.1364 3.5625L46.7164 144.113L64.2975 3.5625L64.3522 3.125H90.3805L90.2994 3.69531L64.0504 187.445L63.9889 187.875H26.9684L26.9069 187.445L0.657837 3.69531L0.576782 3.125H29.0807ZM241.916 3.125C256.018 3.125 266.415 6.64149 272.986 13.7822L273.591 14.4453C279.747 21.4132 282.78 31.9263 282.78 45.8877V57.1748C282.78 76.0677 276.968 88.3173 265.16 93.6328C271.606 95.839 276.154 100.167 278.776 106.589L279.039 107.21C281.707 113.699 283.027 122.23 283.027 132.775V165.062C283.027 170.304 283.192 174.574 283.52 177.876H283.519C283.844 180.973 284.657 184.074 285.96 187.182L286.251 187.875H257.404L257.29 187.533C256.291 184.533 255.622 181.7 255.287 179.037C254.952 176.377 254.788 171.623 254.788 164.8V131.2C254.788 122.82 253.463 117.108 250.934 113.924L250.929 113.917L250.924 113.911C248.583 110.768 244.401 109.125 238.202 109.125H229.292V187.875H201.052V3.125H241.916ZM378.455 3.125V30.375H349.978V187.875H321.739V30.375H293.261V3.125H378.455ZM465.932 3.125V30.375H418.882V77.9375H456.274V105.188H418.882V160.625H465.932V187.875H390.643V3.125H465.932ZM508.841 3.125V187.875H480.602V3.125H508.841ZM556.481 3.125V160.625H601.301V187.875H528.242V3.125H556.481ZM688.653 3.125V30.375H641.603V77.9375H678.996V105.188H641.603V160.625H688.653V187.875H613.364V3.125H688.653ZM141.777 27.75C137.187 27.75 133.822 29.2167 131.586 32.0859C129.331 34.9789 128.163 39.3762 128.163 45.3623V145.638C128.163 151.624 129.331 156.021 131.586 158.914C133.822 161.783 137.187 163.25 141.777 163.25C146.367 163.25 149.733 161.783 151.969 158.914C154.224 156.021 155.392 151.624 155.392 145.638V45.3623C155.392 39.3764 154.224 34.9789 151.969 32.0859C149.733 29.2166 146.367 27.75 141.777 27.75ZM229.292 81.875H238.697C244.057 81.875 247.941 80.413 250.457 77.5801L250.462 77.5752L250.466 77.5693C253.141 74.7342 254.541 69.9066 254.541 62.9502V48.7754C254.541 42.1608 253.386 37.4865 251.178 34.6445L251.173 34.6377L251.168 34.6299C249.143 31.8238 245.854 30.3751 241.173 30.375H229.292V81.875Z' stroke='%23B8BCC6'/%3E%3C/svg%3E");
}

@media (max-width:991px) {
	.m-clubanhaenger-why-we-cards .blocks::before {
		width: 550px;
		height: 140px;
		top: -90px;
		right: 20px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-why-we-cards .blocks::before {
		width: 400px;
		height: 100px;
		top: -50px;
		right: 0;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-why-we-cards .blocks::before {
		width: 280px;
		height: 80px;
		top: -30px;
	}
}

.m-clubanhaenger-why-we-cards .blocks .block {
	flex: 1 1 calc(( 100% - 64px ) / 3);
	padding: 27px 24px 24px;
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
	position: relative;
	z-index: 2;
}

@media (max-width:991px) {
	.m-clubanhaenger-why-we-cards .blocks .block {
		flex: auto;
		width: calc(( 100% - 32px ) / 2);
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-why-we-cards .blocks .block {
		width: 100%;
	}
}

.m-clubanhaenger-why-we-cards .blocks .block .image {
	width: 100%;
	height: 240px;
	margin-bottom: 21px;
}

@media (max-width:576px) {
	.m-clubanhaenger-why-we-cards .blocks .block .image {
		height: 200px;
	}
}

.m-clubanhaenger-why-we-cards .blocks .block .image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.m-clubanhaenger-why-we-cards .blocks .block .title {
	color: #1e1e1e;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 14px;
	font-style: italic;
	font-family: Barlow, sans-serif;
}

@media (max-width:768px) {
	.m-clubanhaenger-why-we-cards .blocks .block .title {
		font-size: 22px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-why-we-cards .blocks .block .title {
		font-size: 20px;
	}
}

.m-clubanhaenger-why-we-cards .blocks .block .text {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1px;
}

.m-clubanhaenger-why-we {
	background-color: #eff5f9;
	padding: 100px 30px;
}

.m-clubanhaenger-why-we.cards-2-1 {
	background-color: #fff;
	padding-bottom: 60px;
}

@media (max-width:991px) {
	.m-clubanhaenger-why-we {
		padding: 80px 15px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-why-we {
		padding: 70px 15px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-why-we {
		padding: 60px 15px;
	}
}

.m-clubanhaenger-why-we .small-container {
	max-width: 1240px;
}

.m-clubanhaenger-why-we .title-block {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 560px;
}

.m-clubanhaenger-why-we .title-block.text-center {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.m-clubanhaenger-why-we .title-block .c-title {
	margin: 0 0 67px;
}

@media (max-width:576px) {
	.m-clubanhaenger-why-we .title-block .c-title {
		margin: 0 0 50px;
	}
}

.m-clubanhaenger-why-we .title-block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.m-clubanhaenger-why-we .title-block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-why-we .title-block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-why-we .title-block .c-title.h2 {
		font-size: 40px;
	}
}

.m-clubanhaenger-why-we .blocks {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	position: relative;
}

.m-clubanhaenger-why-we .blocks.cards-2-1 .block {
	width: calc(( 100% - 32px ) / 2);
}

@media (max-width:768px) {
	.m-clubanhaenger-why-we .blocks.cards-2-1 .block {
		width: 100%;
	}
}

.m-clubanhaenger-why-we .blocks::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: -150px;
	right: 76px;
	width: 687px;
	height: 189px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='690' height='191' viewBox='0 0 690 191' fill='none'%3E%3Cpath d='M141.777 0.5C155.254 0.5 165.642 4.561 172.858 12.7441C180.063 20.9145 183.631 32.4236 183.631 47.2002V143.8C183.631 158.576 180.063 170.086 172.858 178.256C165.642 186.439 155.254 190.5 141.777 190.5C128.3 190.5 117.912 186.439 110.696 178.256C103.491 170.086 99.9235 158.576 99.9235 143.8V47.2002C99.9235 32.4236 103.491 20.9145 110.696 12.7441C117.912 4.56094 128.3 0.500037 141.777 0.5ZM29.0807 3.125L29.1364 3.5625L46.7164 144.113L64.2975 3.5625L64.3522 3.125H90.3805L90.2994 3.69531L64.0504 187.445L63.9889 187.875H26.9684L26.9069 187.445L0.657837 3.69531L0.576782 3.125H29.0807ZM241.916 3.125C256.018 3.125 266.415 6.64149 272.986 13.7822L273.591 14.4453C279.747 21.4132 282.78 31.9263 282.78 45.8877V57.1748C282.78 76.0677 276.968 88.3173 265.16 93.6328C271.606 95.839 276.154 100.167 278.776 106.589L279.039 107.21C281.707 113.699 283.027 122.23 283.027 132.775V165.062C283.027 170.304 283.192 174.574 283.52 177.876H283.519C283.844 180.973 284.657 184.074 285.96 187.182L286.251 187.875H257.404L257.29 187.533C256.291 184.533 255.622 181.7 255.287 179.037C254.952 176.377 254.788 171.623 254.788 164.8V131.2C254.788 122.82 253.463 117.108 250.934 113.924L250.929 113.917L250.924 113.911C248.583 110.768 244.401 109.125 238.202 109.125H229.292V187.875H201.052V3.125H241.916ZM378.455 3.125V30.375H349.978V187.875H321.739V30.375H293.261V3.125H378.455ZM465.932 3.125V30.375H418.882V77.9375H456.274V105.188H418.882V160.625H465.932V187.875H390.643V3.125H465.932ZM508.841 3.125V187.875H480.602V3.125H508.841ZM556.481 3.125V160.625H601.301V187.875H528.242V3.125H556.481ZM688.653 3.125V30.375H641.603V77.9375H678.996V105.188H641.603V160.625H688.653V187.875H613.364V3.125H688.653ZM141.777 27.75C137.187 27.75 133.822 29.2167 131.586 32.0859C129.331 34.9789 128.163 39.3762 128.163 45.3623V145.638C128.163 151.624 129.331 156.021 131.586 158.914C133.822 161.783 137.187 163.25 141.777 163.25C146.367 163.25 149.733 161.783 151.969 158.914C154.224 156.021 155.392 151.624 155.392 145.638V45.3623C155.392 39.3764 154.224 34.9789 151.969 32.0859C149.733 29.2166 146.367 27.75 141.777 27.75ZM229.292 81.875H238.697C244.057 81.875 247.941 80.413 250.457 77.5801L250.462 77.5752L250.466 77.5693C253.141 74.7342 254.541 69.9066 254.541 62.9502V48.7754C254.541 42.1608 253.386 37.4865 251.178 34.6445L251.173 34.6377L251.168 34.6299C249.143 31.8238 245.854 30.3751 241.173 30.375H229.292V81.875Z' stroke='%23B8BCC6'/%3E%3C/svg%3E");
}

@media (max-width:991px) {
	.m-clubanhaenger-why-we .blocks::before {
		width: 550px;
		height: 140px;
		top: -90px;
		right: 20px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-why-we .blocks::before {
		width: 400px;
		height: 100px;
		top: -50px;
		right: 0;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-why-we .blocks::before {
		width: 280px;
		height: 80px;
		top: -30px;
	}
}

.m-clubanhaenger-why-we .blocks .block {
	width: calc(( 100% - 64px ) / 3);
	padding: 27px 24px 30px;
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
	position: relative;
	z-index: 2;
}

@media (max-width:991px) {
	.m-clubanhaenger-why-we .blocks .block {
		width: calc(( 100% - 32px ) / 2);
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-why-we .blocks .block {
		width: 100%;
	}
}

.m-clubanhaenger-why-we .blocks .block .title {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #1e1e1e;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 22px;
	min-height: 60px;
}

@media (max-width:576px) {
	.m-clubanhaenger-why-we .blocks .block .title {
		font-size: 18px;
	}
}

.m-clubanhaenger-why-we .blocks .block .title .icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

.m-clubanhaenger-why-we .blocks .block .title .icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.m-clubanhaenger-why-we .blocks .block .text {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1px;
}

.m-clubanhaenger-your-club {
	padding: 100px 30px;
}

@media (max-width:991px) {
	.m-clubanhaenger-your-club {
		padding: 80px 15px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-your-club {
		padding: 70px 15px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-your-club {
		padding: 60px 15px;
	}
}

.m-clubanhaenger-your-club .small-container {
	max-width: 1240px;
}

.m-clubanhaenger-your-club .title-block .c-title {
	margin: 0 0 34px;
}

@media (max-width:576px) {
	.m-clubanhaenger-your-club .title-block .c-title {
		margin: 0 0 25px;
	}
}

.m-clubanhaenger-your-club .title-block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.m-clubanhaenger-your-club .title-block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-clubanhaenger-your-club .title-block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-your-club .title-block .c-title.h2 {
		font-size: 40px;
	}
}

.m-clubanhaenger-your-club .text {
	width: 100%;
	max-width: 610px;
	margin: 0 auto;
	text-align: center;
	color: #555;
	font-size: 18px;
	font-weight: 400;
	line-height: 155.556%;
	letter-spacing: 1px;
}

@media (max-width:576px) {
	.m-clubanhaenger-your-club .text {
		font-size: 16px;
	}
}

.m-clubanhaenger-your-club .images {
	display: flex;
	flex-wrap: wrap;
	margin-top: 62px;
	gap: 20px;
}

@media (max-width:576px) {
	.m-clubanhaenger-your-club .images {
		margin-top: 40px;
		flex-direction: column;
	}
}

.m-clubanhaenger-your-club .images img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:576px) {
	.m-clubanhaenger-your-club .images .image {
		width: 100% !important;
	}
}

.m-clubanhaenger-your-club .images .image:nth-child(1) {
	width: calc(59% - 10px);
}

.m-clubanhaenger-your-club .images .image:nth-child(2) {
	width: calc(41% - 10px);
}

.m-clubanhaenger-your-club .images .image:nth-child(3) {
	width: calc(32% - 10px);
}

.m-clubanhaenger-your-club .images .image:nth-child(4) {
	width: calc(68% - 10px);
}

.m-clubanhaenger-your-club .buttons-block {
	margin-top: 57px;
}

@media (max-width:768px) {
	.m-clubanhaenger-your-club .buttons-block {
		margin-top: 40px;
	}
}

@media (max-width:576px) {
	.m-clubanhaenger-your-club .buttons-block {
		margin-top: 30px;
	}
}

.gform_wrapper form .gform_footer .m-clubanhaenger-your-club .buttons-block input[type=submit], .m-clubanhaenger-your-club .buttons-block .btn, .m-clubanhaenger-your-club .buttons-block .gform_wrapper form .gform_footer input[type=submit], .m-clubanhaenger-your-club .buttons-block .woocommerce #respond input#submit, .m-clubanhaenger-your-club .buttons-block .woocommerce a.button, .m-clubanhaenger-your-club .buttons-block .woocommerce a.button.alt, .m-clubanhaenger-your-club .buttons-block .woocommerce button.button, .m-clubanhaenger-your-club .buttons-block .woocommerce button.button.alt, .m-clubanhaenger-your-club .buttons-block .woocommerce input.button, .m-clubanhaenger-your-club .buttons-block .woocommerce input.button.alt, .m-clubanhaenger-your-club .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link), .m-clubanhaenger-your-club .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link).alt, .m-clubanhaenger-your-club .buttons-block input[type=submit], .woocommerce #respond .m-clubanhaenger-your-club .buttons-block input#submit, .woocommerce .m-clubanhaenger-your-club .buttons-block a.button, .woocommerce .m-clubanhaenger-your-club .buttons-block a.button.alt, .woocommerce .m-clubanhaenger-your-club .buttons-block button.button, .woocommerce .m-clubanhaenger-your-club .buttons-block button.button.alt, .woocommerce .m-clubanhaenger-your-club .buttons-block input.button, .woocommerce .m-clubanhaenger-your-club .buttons-block input.button.alt, .woocommerce-page .m-clubanhaenger-your-club .buttons-block .wc-block-components-button:not(.is-link), .woocommerce-page .m-clubanhaenger-your-club .buttons-block .wc-block-components-button:not(.is-link).alt {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	height: auto;
	padding: 11px 22px;
}

@media (max-width:576px) {
	.gform_wrapper form .gform_footer .m-clubanhaenger-your-club .buttons-block input[type=submit], .m-clubanhaenger-your-club .buttons-block .btn, .m-clubanhaenger-your-club .buttons-block .gform_wrapper form .gform_footer input[type=submit], .m-clubanhaenger-your-club .buttons-block .woocommerce #respond input#submit, .m-clubanhaenger-your-club .buttons-block .woocommerce a.button, .m-clubanhaenger-your-club .buttons-block .woocommerce a.button.alt, .m-clubanhaenger-your-club .buttons-block .woocommerce button.button, .m-clubanhaenger-your-club .buttons-block .woocommerce button.button.alt, .m-clubanhaenger-your-club .buttons-block .woocommerce input.button, .m-clubanhaenger-your-club .buttons-block .woocommerce input.button.alt, .m-clubanhaenger-your-club .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link), .m-clubanhaenger-your-club .buttons-block .woocommerce-page .wc-block-components-button:not(.is-link).alt, .m-clubanhaenger-your-club .buttons-block input[type=submit], .woocommerce #respond .m-clubanhaenger-your-club .buttons-block input#submit, .woocommerce .m-clubanhaenger-your-club .buttons-block a.button, .woocommerce .m-clubanhaenger-your-club .buttons-block a.button.alt, .woocommerce .m-clubanhaenger-your-club .buttons-block button.button, .woocommerce .m-clubanhaenger-your-club .buttons-block button.button.alt, .woocommerce .m-clubanhaenger-your-club .buttons-block input.button, .woocommerce .m-clubanhaenger-your-club .buttons-block input.button.alt, .woocommerce-page .m-clubanhaenger-your-club .buttons-block .wc-block-components-button:not(.is-link), .woocommerce-page .m-clubanhaenger-your-club .buttons-block .wc-block-components-button:not(.is-link).alt {
		font-size: 16px;
	}
}

.m-clubsocken-hero {
	overflow: unset;
	padding-top: 200px;
	padding-bottom: 65px;
	margin-bottom: 4.75rem;
}

@media (max-width:1024px) {
	.m-clubsocken-hero {
		padding-top: 162px;
	}
}

.m-clubsocken-hero .small-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.m-clubsocken-hero .small-container .c-title, .m-clubsocken-hero .small-container .subtitle {
	color: #fff;
	text-align: center;
}

.m-clubsocken-hero .small-container .subtitle {
	margin-bottom: .75rem;
	font-size: clamp(1.125rem, 1.125rem + (1vw - 3.2px) * .536, 1.5rem);
	letter-spacing: 1px;
	line-height: clamp(1.75rem, 1.75rem + (1vw - 3.2px) * .893, 2.375rem);
}

.m-clubsocken-hero .small-container .c-title {
	margin-bottom: 2rem;
	font-size: clamp(2rem, 2rem + (1vw - 3.75px) * 4.98, 5.3125rem);
	line-height: clamp(2.5rem, 2.5rem + (1vw - 3.75px) * 5.63, 6.25rem);
}

.m-clubsocken-hero__items {
	display: flex;
	gap: 2rem;
	margin-top: 6.25rem;
	margin-bottom: -13.125rem;
}

@media (max-width:1199px) {
	.m-clubsocken-hero__items {
		margin-bottom: -8.875rem;
	}
}

@media (max-width:639px) {
	.m-clubsocken-hero__items {
		margin-top: 3rem;
		flex-direction: column;
		gap: 1.25rem;
	}
}

.m-clubsocken-hero__items-item {
	padding: 1.5rem;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

@media (min-width:640px) {
	.m-clubsocken-hero__items-item {
		max-width: 328px;
		min-height: 284px;
	}
}

@media (max-width:639px) {
	.m-clubsocken-hero__items-item {
		padding: 1rem;
		gap: 1rem;
	}
}

.m-clubsocken-hero__items-item__top {
	display: flex;
	align-items: center;
	gap: 1rem;
}

@media (max-width:639px) {
	.m-clubsocken-hero__items-item__top {
		gap: .75rem;
	}
}

.m-clubsocken-hero__items-item__image {
	border-radius: 50%;
	overflow: clip;
	background-color: #f3f3f3;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2509803922);
	width: 2.75rem;
	height: 2.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.m-clubsocken-hero__items-item__image img {
	width: 1.5rem;
	height: 1.5rem;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width:639px) {
	.m-clubsocken-hero__items-item__image img {
		width: 1.125rem;
		height: 1.125rem;
	}
}

@media (max-width:639px) {
	.m-clubsocken-hero__items-item__image {
		width: 2rem;
		height: 2rem;
	}
}

.m-clubsocken-hero__items-item__title {
	color: #1e1e1e;
	font-family: Inter, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .2px;
	text-transform: uppercase;
}

@media (max-width:639px) {
	.m-clubsocken-hero__items-item__title {
		font-size: 18px;
	}
}

.m-clubsocken-hero__items-item__content {
	font-size: 16px;
	line-height: 24px;
	color: #555;
	letter-spacing: 1px;
}

@media (min-width:640px) {
	.m-clubsocken-hero__items-item__content {
		padding-right: 20px;
	}
}

.comparison-section {
	background-color: #edf1f4;
}

.comparison-section.-pt-default {
	padding-top: 100px;
}

@media (max-width:1024px) {
	.comparison-section.-pt-default {
		padding-top: 60px;
	}
}

.comparison-section.-pt-none {
	padding-top: 0;
}

.comparison-section.-pb-default {
	padding-bottom: 100px;
}

@media (max-width:1024px) {
	.comparison-section.-pb-default {
		padding-bottom: 60px;
	}
}

.comparison-section.-pb-none {
	padding-bottom: 0;
}

.comparison-section .small-container {
	max-width: 1240px;
}

.comparison-section__inner {
	max-width: 1240px;
	margin: 0 auto;
}

.comparison-section__head {
	max-width: 700px;
	margin: 0 auto 64px;
	text-align: center;
}

.comparison-section__eyebrow {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 400;
	line-height: 38px;
	text-transform: uppercase;
	color: #399dfa;
	letter-spacing: 1px;
	font-family: "Bebas Neue", sans-serif;
}

@media (max-width:1024px) {
	.comparison-section__eyebrow {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}

.comparison-section__title {
	margin: 0 0 32px;
	font-size: 57px;
	line-height: 1.08;
	font-weight: 400;
	text-transform: uppercase;
	color: #274aaa;
	letter-spacing: 0;
}

@media (max-width:1024px) {
	.comparison-section__title {
		font-size: 28px;
	}
}

.comparison-section__description {
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #555;
	letter-spacing: 1px;
}

@media (max-width:1024px) {
	.comparison-section__description {
		font-size: 16px;
	}
}

.comparison-section__table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width:1024px) {
	.comparison-section__table-wrap {
		display: none;
	}
}

.comparison-section__table {
	position: relative;
	display: block;
	min-width: max-content;
	background: #fff;
}

.comparison-section__table.has-featured::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(400px + var(--featured-index) * 420px);
	width: 420px;
	border: 1px solid #d0e6fe;
	box-shadow: -8px 0 30px rgba(0, 0, 0, .05), 8px 0 30px rgba(0, 0, 0, .05);
	pointer-events: none;
	z-index: 1;
}

.comparison-section__row {
	display: grid;
	grid-template-columns: minmax(220px, 400px) repeat(var(--comparison-columns-count), 420px);
}

.comparison-section__row--head .comparison-section__cell {
	min-height: 130px;
}

.comparison-section__row--head .comparison-section__cell--label {
	color: #555;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
}

.comparison-section__row--head .comparison-section__cell.is-featured::before {
	border: none;
}

.comparison-section__row:not(.comparison-section__row--head) .comparison-section__cell {
	min-height: 126px;
}

.comparison-section__cell {
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
	border-top: 1px solid #f3f3f3;
}

.comparison-section__cell--label {
	background: #fff;
	font-weight: 600;
	color: #1e1e1e;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 28px;
}

.comparison-section__cell--column {
	padding: 24px;
	background: #fff;
	justify-content: stretch;
}

.comparison-section__cell--value {
	background: #fff;
}

.comparison-section__cell.is-featured {
	position: relative;
	z-index: 2;
	background: #f5faff;
	border: 1px solid #d0e6fe;
	border-top: none;
}

.comparison-section__column-eyebrow {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #555;
}

.comparison-section__column-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 12px;
}

.comparison-section__column-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 1px;
	margin: 0;
	color: #1e1e1e;
}

.comparison-section__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #399dfa;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .0784313725);
	color: #fff;
}

@media (max-width:1024px) {
	.comparison-section__badge {
		padding: 4px;
		font-size: 12px;
	}
}

.comparison-section__cell--column.is-featured {
	background: #274aaa;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
}

.comparison-section__cell--column.is-featured .comparison-section__column-title {
	color: #fff;
}

.comparison-section__cell--column.is-featured .comparison-section__column-eyebrow {
	color: #f3f3f3;
}

.comparison-section__cell--value.is-featured {
	background-color: #eff5f9;
}

.comparison-section__value {
	display: flex;
	align-items: center;
	gap: .875rem;
}

.comparison-section__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
}

.comparison-section__icon svg {
	width: 26px;
	height: 26px;
}

.comparison-section__icon--positive {
	color: #12b778;
}

.comparison-section__icon--warning {
	color: #d98f19;
}

.comparison-section__icon--negative {
	color: #ee1515;
}

.comparison-section__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 1px;
	color: #555;
}

.comparison-section__text p {
	margin: 0;
}

@media (max-width:1024px) {
	.comparison-section__text {
		display: block;
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.comparison-section__text {
		display: block;
		font-size: 14px;
	}
}

.comparison-section__mobile {
	display: none;
}

@media (max-width:1024px) {
	.comparison-section__mobile {
		display: block;
	}
}

.comparison-section__mobile-row {
	padding: 1rem;
	background: #fff;
	border: 1px solid #d9e0e7;
	border-bottom: 0;
	box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .04);
}

.comparison-section__mobile-row:last-child {
	border-bottom: 0;
}

.comparison-section__mobile-label {
	margin-bottom: .875rem;
	font-size: 1rem;
	font-weight: 700;
	color: #222;
}

.comparison-section__mobile-cards {
	display: grid;
}

.comparison-section__mobile-card {
	padding: 1rem;
	border: 1px solid #f3f3f3;
	border-top: 0;
	background: #fff;
}

.comparison-section__mobile-card.is-featured {
	background: #eff5f9;
	border-color: #d0e6fe;
	border-top: 1px solid #d0e6fe;
}

.comparison-section__mobile-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	margin-bottom: .75rem;
}

.comparison-section__mobile-card-title {
	font-size: .9375rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1e1e1e;
}

.comparison-section__mobile-card-eyebrow {
	margin-bottom: .5rem;
	font-size: .8125rem;
	color: #555;
}

.comparison-section__info-box {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-top: 32px;
	padding: 24px;
	background: #fff;
	border: 1px solid #d0e6fe;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.comparison-section__info-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	color: #399dfa;
	border-radius: 50%;
	border: 1px solid #d0e6fe;
}

.comparison-section__info-icon svg {
	width: 22.75px;
	height: 22.75px;
}

.comparison-section__info-title {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #1e1e1e;
}

@media (max-width:1024px) {
	.comparison-section__info-title {
		font-size: 18px;
	}
}

.comparison-section__info-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #1e1e1e;
}

.comparison-section__info-text p {
	margin: 0;
}

@media (max-width:1024px) {
	.comparison-section__info-text {
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.comparison-section__info-text {
		font-size: 14px;
	}
}

.comparison-section__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin-top: 64px;
	text-align: center;
}

@media (max-width:1024px) {
	.comparison-section__footer {
		margin-top: 32px;
	}
}

.comparison-section__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12.5px 24px;
	background: #399dfa;
	border: 1px solid transparent;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	transition: background .3s, color .3s, border .3s;
}

.comparison-section__button:hover {
	background: #fff;
	color: #399dfa;
	border-color: #399dfa;
}

@media (max-width:1024px) {
	.comparison-section__button {
		font-size: 16px;
		padding: 9px 20px;
	}
}

.comparison-section__bottom-note {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #555;
}

@media (max-width:1024px) {
	.comparison-section__bottom-note {
		font-size: 12px;
	}
}

.it-contact-form-b {
	background-color: #274aaa;
	padding: 162px 0 97px;
}

@media (max-width:576px) {
	.it-contact-form-b {
		padding: 162px 0 75px;
	}
}

.it-contact-form-b .container, .it-contact-form-b .woocommerce .site-content, .it-contact-form-b .woocommerce-page .site-content, .woocommerce .it-contact-form-b .site-content, .woocommerce-page .it-contact-form-b .site-content {
	max-width: 1300px;
}

.it-contact-form-b .cols {
	display: flex;
}

@media (max-width:1024px) {
	.it-contact-form-b .cols {
		flex-direction: column;
	}
}

.it-contact-form-b .cols .col {
	width: 50%;
}

@media (max-width:1024px) {
	.it-contact-form-b .cols .col {
		width: 100%;
	}
}

.it-contact-form-b .cols .col.form-col {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 3px 0 3px 40px;
}

@media (max-width:1024px) {
	.it-contact-form-b .cols .col.form-col {
		padding: 0;
		align-items: flex-start;
		margin-top: 60px;
	}
}

.it-contact-form-b .breadcrumbs {
	margin: 0 0 100px;
}

@media (max-width:1024px) {
	.it-contact-form-b .breadcrumbs {
		margin: 0 0 50px;
	}
}

@media (max-width:576px) {
	.it-contact-form-b .breadcrumbs {
		margin: 0 0 40px;
	}
}

.it-contact-form-b .breadcrumbs a {
	color: #b8bcc6;
}

.it-contact-form-b .breadcrumbs .breadcrumb_last, .it-contact-form-b .breadcrumbs a:hover {
	color: #fff;
}

.it-contact-form-b h1 {
	color: #fff;
	width: 100%;
	max-width: 500px;
	font-size: 85px;
	font-weight: 400;
	line-height: 117.647%;
	margin: 0;
}

@media (max-width:1024px) {
	.it-contact-form-b h1 {
		max-width: 100%;
	}
}

@media (max-width:991px) {
	.it-contact-form-b h1 {
		font-size: 80px;
	}
}

@media (max-width:768px) {
	.it-contact-form-b h1 {
		font-size: 70px;
	}
}

@media (max-width:576px) {
	.it-contact-form-b h1 {
		font-size: 60px;
	}
}

.it-contact-form-b .text {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	margin-top: 22px;
	width: 100%;
	max-width: 510px;
}

@media (max-width:1024px) {
	.it-contact-form-b .text {
		max-width: 100%;
	}
}

.it-contact-form-b .text h1, .it-contact-form-b .text h2, .it-contact-form-b .text h3, .it-contact-form-b .text h4, .it-contact-form-b .text h5, .it-contact-form-b .text h6 {
	margin-top: 25px;
}

.it-contact-form-b .text h1, .it-contact-form-b .text h2, .it-contact-form-b .text h3, .it-contact-form-b .text h4, .it-contact-form-b .text h5, .it-contact-form-b .text h6, .it-contact-form-b .text p {
	margin-bottom: 15px;
}

.it-contact-form-b .form {
	width: 100%;
	max-width: 505px;
	background-color: #fff;
	padding: 32px;
}

@media (max-width:1024px) {
	.it-contact-form-b .form {
		max-width: 100%;
	}
}

@media (max-width:576px) {
	.it-contact-form-b .form {
		padding: 20px;
	}
}

.m-contact-form {
	max-width: 31.25rem;
	margin: 0 auto;
}

.m-contact-form .c-title {
	margin-bottom: .3125rem;
	font-weight: 400;
}

.m-contacts {
	overflow: hidden;
	position: relative;
}

@media (min-width:1025px) {
	.m-contacts {
		padding-bottom: 3.5625rem;
	}
}

.m-contacts .small-container {
	max-width: 1240px;
}

.m-contacts .flex-container {
	flex-direction: column;
	margin: 0 -1.875rem;
}

@media (min-width:1025px) {
	.m-contacts .flex-container {
		align-items: stretch;
		flex-direction: row;
		margin: 0 -4.625rem;
	}
}

.m-contacts__details {
	width: 100%;
	min-width: 100%;
	padding: 3.125rem 1.875rem;
	display: flex;
	flex-direction: column;
	position: relative;
}

@media (min-width:1025px) {
	.m-contacts__details {
		width: 50%;
		min-width: 50%;
		padding: 4rem 7.1875rem 7.625rem 6.25rem;
		position: relative;
	}
}

.m-contacts__details::after {
	content: "";
	background: var(--background, #389dfa);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

.m-contacts__details .c-title {
	margin-bottom: 2rem;
}

.m-contacts__details .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.m-contacts__details .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-contacts__details .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-contacts__details .c-title.h2 {
		font-size: 40px;
	}
}

.m-contacts__details .icon-link {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-bottom: 20px;
	font-size: 1.25rem;
	font-weight: 600;
}

@media (min-width:1025px) {
	.m-contacts__details .icon-link {
		font-size: 1.5rem;
	}
}

.m-contacts__details .icon-link svg {
	width: 1.5rem;
	height: 1.5rem;
}

.m-contacts__details .icon-link--address {
	margin-bottom: 3.125rem;
	align-items: flex-start;
}

.m-contacts__details .icon-link p {
	margin-bottom: 0;
}

.m-contacts__details .icon-link a {
	color: #fff;
}

.m-contacts__details .icon-link a:hover {
	text-decoration: underline;
}

.m-contacts__details-image {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
}

@media (min-width:1025px) {
	.m-contacts__details-image {
		bottom: -3.5625rem;
		left: 4.625rem;
		transform: none;
	}
}

@media (max-width:1024px) {
	.m-contacts__details-image {
		display: none;
	}
}

.m-contacts__form {
	width: 100%;
	min-width: 100%;
	padding: 1.875rem 1.875rem 6.25rem;
	position: relative;
	background-color: #eff5fa;
}

@media (min-width:1025px) {
	.m-contacts__form {
		width: 50%;
		min-width: 50%;
		padding: 4rem;
	}
}

.m-contacts__form::after {
	content: none;
	background-color: #eff5fa;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 300%;
	z-index: -1;
}

@media (min-width:1025px) {
	.m-contacts__form::after {
		content: "";
	}
}

body.page-clubanhaenger .m-cta {
	padding-top: 21px;
	padding-bottom: 20px;
}

body.page-clubanhaenger .m-cta .small-container {
	max-width: 1240px;
}

body.page-clubanhaenger .m-cta .m-cta__block {
	padding: 80px 40px;
}

@media (max-width:768px) {
	body.page-clubanhaenger .m-cta .m-cta__block {
		padding: 60px 30px;
	}
}

@media (max-width:576px) {
	body.page-clubanhaenger .m-cta .m-cta__block {
		padding: 50px 20px;
	}
}

body.page-clubanhaenger .m-cta .title-block {
	margin-bottom: 32px;
}

@media (max-width:576px) {
	body.page-clubanhaenger .m-cta .title-block {
		margin-bottom: 20px;
	}
}

body.page-clubanhaenger .m-cta .title-block .c-title {
	margin: 0;
}

body.page-clubanhaenger .m-cta .title-block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	body.page-clubanhaenger .m-cta .title-block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	body.page-clubanhaenger .m-cta .title-block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	body.page-clubanhaenger .m-cta .title-block .c-title.h2 {
		font-size: 40px;
	}
}

.woocommerce #respond body.page-clubanhaenger .m-cta input#submit, .woocommerce body.page-clubanhaenger .m-cta a.button, .woocommerce body.page-clubanhaenger .m-cta a.button.alt, .woocommerce body.page-clubanhaenger .m-cta button.button, .woocommerce body.page-clubanhaenger .m-cta button.button.alt, .woocommerce body.page-clubanhaenger .m-cta input.button, .woocommerce body.page-clubanhaenger .m-cta input.button.alt, .woocommerce-page body.page-clubanhaenger .m-cta .wc-block-components-button:not(.is-link), .woocommerce-page body.page-clubanhaenger .m-cta .wc-block-components-button:not(.is-link).alt, body.page-clubanhaenger .m-cta .btn, body.page-clubanhaenger .m-cta .woocommerce #respond input#submit, body.page-clubanhaenger .m-cta .woocommerce a.button, body.page-clubanhaenger .m-cta .woocommerce a.button.alt, body.page-clubanhaenger .m-cta .woocommerce button.button, body.page-clubanhaenger .m-cta .woocommerce button.button.alt, body.page-clubanhaenger .m-cta .woocommerce input.button, body.page-clubanhaenger .m-cta .woocommerce input.button.alt, body.page-clubanhaenger .m-cta .woocommerce-page .wc-block-components-button:not(.is-link), body.page-clubanhaenger .m-cta .woocommerce-page .wc-block-components-button:not(.is-link).alt, body.page-clubanhaenger .m-cta input[type=submit] {
	font-size: 18px;
	height: auto;
	padding: 15px 20px;
}

@media (max-width:576px) {
	.woocommerce #respond body.page-clubanhaenger .m-cta input#submit, .woocommerce body.page-clubanhaenger .m-cta a.button, .woocommerce body.page-clubanhaenger .m-cta a.button.alt, .woocommerce body.page-clubanhaenger .m-cta button.button, .woocommerce body.page-clubanhaenger .m-cta button.button.alt, .woocommerce body.page-clubanhaenger .m-cta input.button, .woocommerce body.page-clubanhaenger .m-cta input.button.alt, .woocommerce-page body.page-clubanhaenger .m-cta .wc-block-components-button:not(.is-link), .woocommerce-page body.page-clubanhaenger .m-cta .wc-block-components-button:not(.is-link).alt, body.page-clubanhaenger .m-cta .btn, body.page-clubanhaenger .m-cta .woocommerce #respond input#submit, body.page-clubanhaenger .m-cta .woocommerce a.button, body.page-clubanhaenger .m-cta .woocommerce a.button.alt, body.page-clubanhaenger .m-cta .woocommerce button.button, body.page-clubanhaenger .m-cta .woocommerce button.button.alt, body.page-clubanhaenger .m-cta .woocommerce input.button, body.page-clubanhaenger .m-cta .woocommerce input.button.alt, body.page-clubanhaenger .m-cta .woocommerce-page .wc-block-components-button:not(.is-link), body.page-clubanhaenger .m-cta .woocommerce-page .wc-block-components-button:not(.is-link).alt, body.page-clubanhaenger .m-cta input[type=submit] {
		font-size: 16px;
	}
}

.m-cta {
	padding: 0;
}

.m-cta .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
	margin: 0 0 32px;
}

@media (max-width:991px) {
	.m-cta .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-cta .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-cta .c-title.h2 {
		font-size: 40px;
	}
}

.m-cta .small-container {
	max-width: 1240px;
}

.m-cta__block {
	padding: 5.25rem 1.875rem;
	text-align: center;
	background-color: #389dfa;
}

.m-cta .text {
	color: #fff;
	width: 100%;
	max-width: 864px;
	margin: 0 auto 33px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
}

@media (max-width:768px) {
	.m-cta .text {
		font-size: 18px;
	}
}

@media (max-width:576px) {
	.m-cta .text {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.m-cta .buttons-block {
	flex-direction: column;
}

@media (min-width:640px) {
	.m-cta .buttons-block {
		flex-direction: row;
	}
}

.m-cta + .m-reviews {
	margin-top: 3.75rem;
}

@media (min-width:1025px) {
	.m-cta + .m-reviews {
		margin-top: 5rem;
	}
}

@media (min-width:1200px) {
	.m-cta + .m-reviews {
		margin-top: 9.375rem;
	}
}

.m-customers-slider {
	position: relative;
	overflow: hidden;
}

.m-customers-slider__content {
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
}

.m-customers-slider__content .swiper-wrapper {
	align-items: center;
}

.m-customers-slider .customers-swiper-outer {
	position: relative;
}

.m-customers-slider .customers-item {
	text-align: center;
	display: block;
}

.m-customers-slider .customers-item__caption:not(:first-child) {
	margin-top: .375rem;
}

body.page-clubanhaenger .m-faq {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width:991px) {
	body.page-clubanhaenger .m-faq {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width:768px) {
	body.page-clubanhaenger .m-faq {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (max-width:576px) {
	body.page-clubanhaenger .m-faq {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

body.page-clubanhaenger .m-faq .small-container {
	max-width: 1240px;
}

body.page-clubanhaenger .m-faq .title-block {
	margin-bottom: 32px;
}

@media (max-width:576px) {
	body.page-clubanhaenger .m-faq .title-block {
		margin-bottom: 20px;
	}
}

body.page-clubanhaenger .m-faq .title-block .c-title {
	margin: 0;
}

body.page-clubanhaenger .m-faq .title-block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	body.page-clubanhaenger .m-faq .title-block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	body.page-clubanhaenger .m-faq .title-block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	body.page-clubanhaenger .m-faq .title-block .c-title.h2 {
		font-size: 40px;
	}
}

.m-faq {
	background-color: #eff5fa;
}

.m-faq .c-title {
	margin-bottom: 2rem;
}

@media (max-width:639px) {
	.m-faq .c-title {
		margin-bottom: 20px;
	}
}

.m-faq .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.m-faq .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-faq .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-faq .c-title.h2 {
		font-size: 40px;
	}
}

.m-faq .small-container {
	max-width: 1240px;
	background-color: #fff;
	padding: 2.5rem 1.875rem 1.25rem;
}

@media (min-width:1025px) {
	.m-faq .small-container {
		padding: 4rem 4rem 2rem;
	}
}

@media (min-width:1200px) {
	.m-faq .small-container {
		padding: 6.25rem;
	}
}

.m-faq__item {
	border-bottom: 1px solid #b8bcc6;
	margin-bottom: 2rem;
}

.m-faq__item.is-open, .m-faq__item:hover {
	border-color: #000;
}

.m-faq__item-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 0 0 1.25rem;
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
	transition: .3s;
}

@media (min-width:1025px) {
	.m-faq__item-title {
		padding: 0 0 2rem;
		font-size: 1.5rem;
	}
}

.is-open .m-faq__item-title {
	padding-bottom: 1rem;
}

.m-faq__item-title svg {
	flex-shrink: 0;
}

.m-faq__item-button {
	width: 1.625rem;
	min-width: 1.625rem;
	height: 1.625rem;
	border-radius: 50%;
	border: 2px solid #389dfa;
	position: relative;
}

@media (max-width:639px) {
	.m-faq__item-button {
		width: 20px;
		min-width: 20px;
		height: 20px;
	}
}

.m-faq__item-button:after, .m-faq__item-button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #389dfa;
	height: .125rem;
	border-radius: 6.25rem;
	width: 1.25rem;
	transition: .5s;
}

@media (max-width:639px) {
	.m-faq__item-button:after, .m-faq__item-button:before {
		width: 10px;
	}
}

.m-faq__item-button:after {
	height: 1.25rem;
	width: .125rem;
}

@media (max-width:639px) {
	.m-faq__item-button:after {
		height: 10px;
	}
}

.is-open .m-faq__item-button:after {
	transform: rotate(90deg);
	top: 5%;
}

.m-faq__item-content {
	padding-bottom: 1.25rem;
}

@media (min-width:1025px) {
	.m-faq__item-content {
		padding-bottom: 2rem;
	}
}

.m-faq__item-content .eael-accordion-content p {
	color: #555;
	line-height: 28px;
}

.m-faq__item-content .eael-accordion-content p:last-child {
	margin-bottom: 0;
}

.m-gallery-slider {
	overflow: hidden;
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.m-gallery-slider .gallery-swiper-outer {
	position: relative;
}

.m-gallery-slider.deactivated-slider .swiper-wrapper {
	justify-content: space-around;
}

.m-gallery-slider.deactivated-slider .swiper-slide {
	width: 33.333%;
}

@media (min-width:1025px) {
	.m-gallery-slider.deactivated-slider .swiper-slide {
		width: 20%;
	}
}

@media (min-width:1200px) {
	.m-gallery-slider.deactivated-slider .swiper-slide {
		width: 17.142%;
	}
}

.m-gallery-slider.deactivated-slider .swiper-button-next, .m-gallery-slider.deactivated-slider .swiper-button-prev, .m-gallery-slider.deactivated-slider .swiper-pagination {
	display: none;
}

.gallery-slider {
	width: 100%;
}

@media (max-width:639px) {
	.gallery-slider {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.gallery-slider .swiper-wrapper {
	display: flex;
	align-items: center;
}

.gallery-slider .swiper-wrapper .gallery-item {
	height: 8.75rem;
	display: inline-block;
}

@media (min-width:1200px) {
	.gallery-slider .swiper-wrapper .gallery-item {
		height: 15rem;
	}
}

.gallery-slider .swiper-wrapper .gallery-item__link {
	display: block;
	cursor: pointer;
}

.gallery-slider .swiper-wrapper .gallery-item img {
	display: block;
	margin: 0 auto;
	height: 8.75rem;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (min-width:1200px) {
	.gallery-slider .swiper-wrapper .gallery-item img {
		height: 15rem;
	}
}

.gallery-slider--animated .gallery-slider {
	opacity: 0;
}

.m-hero + .m-gallery-slider {
	margin-top: -5rem;
	z-index: 10;
	position: relative;
}

@media (min-width:1200px) {
	.m-hero + .m-gallery-slider {
		margin-top: -9.375rem;
	}
}

.m-hero + .m-gallery-slider .swiper-button-next, .m-hero + .m-gallery-slider .swiper-button-prev {
	margin-top: 0;
}

@media (min-width:1200px) {
	.m-hero + .m-gallery-slider .swiper-button-next, .m-hero + .m-gallery-slider .swiper-button-prev {
		margin-top: 1.5625rem;
	}
}

.m-hero {
	min-height: calc(100vh - var(--header-height));
	display: flex;
	align-items: center;
	padding: 4.375rem 0;
	position: relative;
}

.m-hero:after, .m-hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.m-hero:before {
	background: linear-gradient(180deg, #004a8d 0, rgba(0, 74, 141, 0) 100%);
	z-index: 2;
}

.m-hero:after {
	background-color: #0f6cc1;
	opacity: .5;
	z-index: 3;
}

.home .m-hero {
	min-height: 100vh;
}

.m-hero__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.m-hero__bg-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	cursor: pointer;
}

.m-hero__content {
	position: relative;
	z-index: 4;
	padding-top: 3.75rem;
}

@media (max-width:639px) {
	.m-hero__content .subtitle {
		font-size: 20px;
	}
}

@media (max-width:639px) {
	.m-hero__content .c-title {
		font-size: 35px;
		line-height: 115%;
	}
}

.m-hero .c-title {
	margin-bottom: 0;
}

.m-images-grid {
	position: relative;
}

.m-images-grid__images-block {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.m-images-grid__images-block-item {
	width: 50%;
	padding: 0 .3125rem;
	height: 10rem;
	margin-bottom: .625rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width:640px) {
	.m-images-grid__images-block-item {
		width: 33.333%;
		padding: 0 .625rem;
		height: 12.5rem;
		margin-bottom: 1.25rem;
	}
}

@media (min-width:1025px) {
	.m-images-grid__images-block-item {
		width: 25%;
		padding: 0 .9375rem;
		height: 16.25rem;
		margin-bottom: 1.875rem;
	}
}

.m-images-grid__images-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.m-images-grid__images-link img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	transition: opacity .2s;
}

.m-images-grid__images-link:hover img {
	opacity: .85;
}

@media (min-width:1025px) {
	.m-images-grid .transparent-title {
		margin-top: -7.5rem;
	}
}

body.page-clubanhaenger .m-image {
	height: auto;
}

.m-image:not(.m-image--auto-height) {
	height: 12.5rem;
}

@media (min-width:640px) {
	.m-image:not(.m-image--auto-height) {
		height: 18.75rem;
	}
}

@media (min-width:1025px) {
	.m-image:not(.m-image--auto-height) {
		height: 36.125rem;
	}
}

.m-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.presentation-template-hero {
	padding-block: 0;
	margin-top: 4.75rem;
	margin-bottom: 1.5rem;
	overflow: clip;
	background-color: #eff5f9;
}

@media (max-width:1024px) {
	.presentation-template-hero {
		margin-top: 3.5rem;
	}
}

@media (max-width:639px) {
	.presentation-template-hero {
		margin-top: 3rem;
		margin-bottom: 1rem;
	}
}

.presentation-template-hero__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media (max-width:639px) {
	.presentation-template-hero__inner {
		grid-template-columns: 1fr;
	}
}

.presentation-template-hero__image {
	position: relative;
	opacity: 0;
}

@media (min-width:640px) {
	.presentation-template-hero__image {
		aspect-ratio: 1;
	}
}

.presentation-template-hero__image img {
	max-width: none;
}

@media (min-width:640px) {
	.presentation-template-hero__image img {
		position: absolute;
		width: 50vw;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
}

@media (max-width:639px) {
	.presentation-template-hero__image img {
		margin-inline: -.75rem;
		width: calc(100% + 1.5rem);
	}
}

.presentation-template-hero .title-block {
	justify-content: center;
}

@media (min-width:640px) {
	.presentation-template-hero .title-block {
		padding-right: 1.875rem;
	}
}

@media (max-width:639px) {
	.presentation-template-hero .title-block {
		padding-block: 4rem 1.5rem;
	}
}

.presentation-template-hero .subtitle {
	color: #274aaa;
	opacity: 0;
}

@media (max-width:639px) {
	.presentation-template-hero .subtitle {
		margin-bottom: .375rem;
		text-align: center;
	}
}

.presentation-template-hero .c-title {
	color: #1e1e1e;
	margin-bottom: 0;
	opacity: 0;
}

@media (max-width:639px) {
	.presentation-template-hero .c-title {
		text-align: center;
	}
}

.product-designs-wall__title {
	font-family: Barlow, sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 120px;
	line-height: 1.1;
	letter-spacing: 1px;
	color: #dfe1e4;
}

@media (max-width:1024px) {
	.product-designs-wall__title {
		font-size: 80px;
	}
}

@media (max-width:639px) {
	.product-designs-wall__title {
		font-size: 60px;
	}
}

.product-designs-wall__designs {
	--design-top-offset: 3.5rem;
	--columns: 3;
	--gap: 30px;
}

@media (max-width:1024px) {
	.product-designs-wall__designs {
		--columns: 2;
		--gap: 20px;
	}
}

@media (max-width:639px) {
	.product-designs-wall__designs {
		--design-top-offset: 2.25rem;
		--gap: 14px;
	}
}

.product-designs-wall__design-wrapper {
	width: calc(100% / var(--columns) - ( var(--gap) - var(--gap) / var(--columns) ));
	margin-bottom: var(--gap);
}

.product-designs-wall__design-wrapper:nth-child(2) {
	margin-top: calc(var(--design-top-offset) * 1);
}

@media (min-width:1025px) {
	.product-designs-wall__design-wrapper:nth-child(3) {
		margin-top: calc(var(--design-top-offset) * 2);
	}
}

.product-designs-wall__design:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	transform: translateY(-5px);
}

.product-designs-wall__design {
	transition: box-shadow .3s, transform .3s;
}

.product-designs-wall__design-image {
	aspect-ratio: 1;
	background-color: #eff5f9;
}

.product-designs-wall__design-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.product-designs-wall__design-info {
	padding: 1rem;
	background-color: #399dfa;
}

@media (max-width:1024px) {
	.product-designs-wall__design-info {
		padding: .75rem;
	}
}

.product-designs-wall__design-title {
	color: #fff;
	letter-spacing: 1;
	font-family: Inter, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0;
}

@media (max-width:1024px) {
	.product-designs-wall__design-title {
		font-size: 1rem;
	}
}

.product-designs-wall__design-content {
	margin-top: .75rem;
	padding-top: .75rem;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 1rem;
}

@media (max-width:1024px) {
	.product-designs-wall__design-content {
		font-size: .875rem;
		margin-top: .5rem;
		padding-top: .5rem;
	}
}

.product-designs-wall__design-button {
	width: 100%;
}

.product-design-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .75);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	padding: 1.25rem;
}

.product-design-popup {
	background: #fff;
	max-width: 50rem;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
	animation: .3s ease-out popupSlideIn;
}

@media (max-width:1024px) {
	.product-design-popup {
		max-width: 100%;
		max-height: 100vh;
		border-radius: 0;
	}
}

.product-design-popup__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: rgba(0, 0, 0, 0);
	border: none;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	color: #999;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color .2s;
	z-index: 10;
}

.product-design-popup__close:hover {
	color: #333;
}

.product-design-popup__title {
	padding: 2rem 3.75rem 1.5rem 2rem;
	border-bottom: 2px solid #f0f0f0;
}

@media (max-width:1024px) {
	.product-design-popup__title {
		font-size: 2rem;
		padding: 1.5rem 3.125rem 1rem 1.25rem;
	}
}

.product-design-popup__content {
	padding: 2rem;
}

@media (max-width:1024px) {
	.product-design-popup__content {
		padding: 1.25rem;
	}
}

.product-design-popup__content .loading {
	text-align: center;
	padding: 2.5rem;
	color: #999;
	font-size: 1.125rem;
}

.product-design-popup__content .variations-table {
	padding: 0;
}

.product-design-popup__content .variations-table .container, .product-design-popup__content .variations-table .woocommerce .site-content, .product-design-popup__content .variations-table .woocommerce-page .site-content, .woocommerce .product-design-popup__content .variations-table .site-content, .woocommerce-page .product-design-popup__content .variations-table .site-content {
	padding: 0;
	max-width: 100%;
}

.product-design-popup__content .variations-table .small-container {
	max-width: 100%;
}

.product-design-popup__content .variations-table table {
	margin-bottom: 1.5rem;
}

.product-design-popup__content .variations-table .buttons-block {
	margin-top: 1.5rem;
}

@keyframes popupSlideIn {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.m-product-detail.clubanhaenger-details {
	background-color: #eff5f9;
	padding-top: 32px;
	padding-bottom: 37px;
}

.m-product-detail.clubanhaenger-details .small-container {
	max-width: 1240px;
}

.m-product-detail.clubanhaenger-details .title-block {
	margin-bottom: 67px;
}

.m-product-detail.clubanhaenger-details .title-block .c-title {
	margin: 0;
}

.m-product-detail.clubanhaenger-details .title-block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.m-product-detail.clubanhaenger-details .title-block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-product-detail.clubanhaenger-details .title-block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-product-detail.clubanhaenger-details .title-block .c-title.h2 {
		font-size: 40px;
	}
}

.m-product-detail.clubanhaenger-details-secondary {
	padding-top: 0;
	padding-bottom: 0;
}

.m-product-detail.clubanhaenger-details-secondary .small-container {
	max-width: 1240px;
}

.m-product-detail.clubanhaenger-details-secondary .title-block {
	margin-bottom: 67px;
}

.m-product-detail.clubanhaenger-details-secondary .title-block .c-title {
	margin: 0;
}

.m-product-detail.clubanhaenger-details-secondary .title-block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.m-product-detail.clubanhaenger-details-secondary .title-block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-product-detail.clubanhaenger-details-secondary .title-block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-product-detail.clubanhaenger-details-secondary .title-block .c-title.h2 {
		font-size: 40px;
	}
}

.m-product-detail.clubanhaenger-details-secondary .transparent-title {
	top: -4.5rem;
	transform: translate(-50%, 0);
	z-index: -1;
	font-size: clamp(6.25rem, 22.5vw, 20.25rem);
	line-height: clamp(6.25rem, 14.06vw, 12.66rem);
}

.m-product-detail .size-length-table {
	display: flex;
	border: 1px solid #bbbdbf;
	overflow: auto;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 600;
	margin-top: 40px;
}

.m-product-detail .size-length-table .col {
	font-size: 23px;
	min-width: 75px;
}

@media (max-width:639px) {
	.m-product-detail .size-length-table .col {
		font-size: 18px;
		min-width: 65px;
	}
}

.m-product-detail .size-length-table .col:first-of-type {
	color: #727272;
	font-size: 18px;
	width: 100%;
	max-width: 190px;
	min-width: 190px;
	text-transform: uppercase;
}

@media (max-width:639px) {
	.m-product-detail .size-length-table .col:first-of-type {
		font-size: 16px;
		max-width: 130px;
		min-width: 130px;
	}
}

.m-product-detail .size-length-table .col div {
	padding: 10px 20px;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.m-product-detail .size-length-table .col div:last-of-type {
	border-top: 1px solid #bbbdbf;
}

.m-product-detail__description-title {
	max-width: 59.0625rem;
	margin-bottom: 2.5rem;
}

.m-product-detail__description-text {
	max-width: 34.6875rem;
}

.m-product-detail__colors {
	margin-top: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .375rem;
}

.m-product-detail__colors-item {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
}

.m-product-detail__colors-item.bordered {
	border: 1px solid #000;
}

.m-product-detail__size-table {
	margin-top: 2.375rem;
}

.c-product {
	margin-top: 5rem;
	position: relative;
	margin-bottom: 60px;
}

.c-product__text {
	width: 100%;
	padding-top: 55px;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	margin-bottom: 35px;
}

@media (min-width:1025px) {
	.c-product__text {
		position: absolute;
		width: 16.25rem;
		z-index: 3;
	}
}

@media (min-width:1200px) {
	.c-product__text {
		width: 22.5rem;
	}
}

.c-product__text h5 {
	color: #274aaa;
	margin-bottom: 10px;
}

.c-product__text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='81' height='81' viewBox='0 0 81 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.3' cx='40.2617' cy='40.0938' r='40' fill='%23389DFA'/%3E%3Ccircle cx='40.2617' cy='40.0938' r='20' fill='%23389DFA'/%3E%3Cpath d='M39.9041 48.0938C39.3519 48.0938 38.9041 47.646 38.9041 47.0938V33.0938C38.9041 32.5415 39.3519 32.0938 39.9041 32.0938H40.6193C41.1716 32.0938 41.6193 32.5415 41.6193 33.0938V47.0938C41.6193 47.646 41.1716 48.0938 40.6193 48.0938H39.9041ZM33.2617 41.4513C32.7094 41.4513 32.2617 41.0036 32.2617 40.4513V39.7362C32.2617 39.1839 32.7094 38.7362 33.2617 38.7362H47.2617C47.814 38.7362 48.2617 39.1839 48.2617 39.7362V40.4513C48.2617 41.0036 47.814 41.4513 47.2617 41.4513H33.2617Z' fill='white'/%3E%3C/svg%3E%0A");
	width: 2.5rem;
	height: 2.5rem;
}

@media (min-width:1025px) {
	.c-product__text::before {
		height: 100%;
	}
}

@media (min-width:1025px) {
	.c-product__text.l-t {
		top: 14.75rem;
		left: 0;
	}
}

@media (min-width:1025px) {
	.c-product__text.l-t::before {
		width: 28.125rem;
		background-image: url("data:image/svg+xml,%3Csvg width='488' height='220' viewBox='0 0 488 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.3' cx='447.262' cy='179.094' r='40' fill='%23389DFA'/%3E%3Ccircle cx='447.262' cy='179.094' r='20' fill='%23389DFA'/%3E%3Cpath d='M446.904 187.094C446.352 187.094 445.904 186.646 445.904 186.094V172.094C445.904 171.541 446.352 171.094 446.904 171.094H447.619C448.172 171.094 448.619 171.541 448.619 172.094V186.094C448.619 186.646 448.172 187.094 447.619 187.094H446.904ZM440.262 180.451C439.709 180.451 439.262 180.004 439.262 179.451V178.736C439.262 178.184 439.709 177.736 440.262 177.736H454.262C454.814 177.736 455.262 178.184 455.262 178.736V179.451C455.262 180.004 454.814 180.451 454.262 180.451H440.262Z' fill='white'/%3E%3Cpath d='M443 182L374 1H0' stroke='%23389DFA' stroke-width='2'/%3E%3C/svg%3E%0A");
	}
}

@media (min-width:1200px) {
	.c-product__text.l-t::before {
		width: 30.5rem;
	}
}

@media (min-width:1025px) {
	.c-product__text.l-b {
		left: 0;
		bottom: 0;
	}
}

@media (min-width:1025px) {
	.c-product__text.l-b::before {
		width: 23.75rem;
		top: -2.5rem;
		background-image: url("data:image/svg+xml,%3Csvg width='425' height='80' viewBox='0 0 425 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M381 37H0' stroke='%23389DFA' stroke-width='2'/%3E%3Ccircle opacity='0.3' cx='385' cy='40' r='40' fill='%23389DFA'/%3E%3Ccircle cx='385' cy='40' r='20' fill='%23389DFA'/%3E%3Cpath d='M384.642 48C384.09 48 383.642 47.5523 383.642 47V33C383.642 32.4477 384.09 32 384.642 32H385.358C385.91 32 386.358 32.4477 386.358 33V47C386.358 47.5523 385.91 48 385.358 48H384.642ZM378 41.3576C377.448 41.3576 377 40.9099 377 40.3576V39.6424C377 39.0901 377.448 38.6424 378 38.6424H392C392.552 38.6424 393 39.0901 393 39.6424V40.3576C393 40.9099 392.552 41.3576 392 41.3576H378Z' fill='white'/%3E%3C/svg%3E%0A");
	}
}

@media (min-width:1200px) {
	.c-product__text.l-b::before {
		width: 26.5625rem;
	}
}

@media (min-width:1025px) {
	.c-product__text.r-t {
		top: 0;
		right: 0;
	}
}

@media (min-width:1025px) {
	.c-product__text.r-t::before {
		width: 26.25rem;
		left: auto;
		right: 0;
		background-position: top right;
		background-image: url("data:image/svg+xml,%3Csvg width='498' height='253' viewBox='0 0 498 253' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37 211L92 1H498' stroke='%23389DFA' stroke-width='2'/%3E%3Ccircle opacity='0.3' cx='40' cy='213' r='40' fill='%23389DFA'/%3E%3Ccircle cx='40' cy='213' r='20' fill='%23389DFA'/%3E%3Cpath d='M39.6424 221C39.0901 221 38.6424 220.552 38.6424 220V206C38.6424 205.448 39.0901 205 39.6424 205H40.3576C40.9099 205 41.3576 205.448 41.3576 206V220C41.3576 220.552 40.9099 221 40.3576 221H39.6424ZM33 214.358C32.4477 214.358 32 213.91 32 213.358V212.642C32 212.09 32.4477 211.642 33 211.642H47C47.5523 211.642 48 212.09 48 212.642V213.358C48 213.91 47.5523 214.358 47 214.358H33Z' fill='white'/%3E%3C/svg%3E%0A");
	}
}

@media (min-width:1200px) {
	.c-product__text.r-t::before {
		width: 31.125rem;
	}
}

@media (min-width:1025px) {
	.c-product__text.r-b {
		right: 0;
		bottom: 10.625rem;
	}
}

@media (min-width:1025px) {
	.c-product__text.r-b::before {
		width: 30rem;
		left: auto;
		right: 0;
		background-position: top right;
		background-image: url("data:image/svg+xml,%3Csvg width='526' height='148' viewBox='0 0 526 148' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37 104L153 1H526' stroke='%23389DFA' stroke-width='2'/%3E%3Ccircle opacity='0.3' cx='40' cy='108' r='40' fill='%23389DFA'/%3E%3Ccircle cx='40' cy='108' r='20' fill='%23389DFA'/%3E%3Cpath d='M39.6424 116C39.0901 116 38.6424 115.552 38.6424 115V101C38.6424 100.448 39.0901 100 39.6424 100H40.3576C40.9099 100 41.3576 100.448 41.3576 101V115C41.3576 115.552 40.9099 116 40.3576 116H39.6424ZM33 109.358C32.4477 109.358 32 108.91 32 108.358V107.642C32 107.09 32.4477 106.642 33 106.642H47C47.5523 106.642 48 107.09 48 107.642V108.358C48 108.91 47.5523 109.358 47 109.358H33Z' fill='white'/%3E%3C/svg%3E%0A");
	}
}

@media (min-width:1200px) {
	.c-product__text.r-b::before {
		width: 32.875rem;
	}
}

@media (min-width:1025px) {
	.c-product__text--custom {
		display: flex;
		gap: .625rem;
		align-items: center;
		top: calc(( var(--i) - 1 ) * 120px + 236px);
		font-size: 24px;
		font-weight: 400;
		line-height: 1.5;
		color: #274aaa;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	
	.c-product__text--custom:before {
		position: relative;
		-o-object-fit: cover;
		object-fit: cover;
		background-size: cover;
		width: 5.25rem;
		height: 5.25rem;
		flex-shrink: 0;
		order: 1;
	}
	
	.c-product__text--custom:after {
		content: "";
		display: block;
		height: 2px;
		background-color: #389dfa;
		flex-grow: 1;
		order: 2;
	}
	
	.c-product__text--custom span {
		order: 3;
	}
	
	.c-product__text--custom--right:before {
		margin-left: 65%;
	}
	
	.c-product__text--custom--right:after {
		margin-left: -2.5rem;
		padding-right: 2.5rem;
	}
	
	.c-product__text--custom--left {
		flex-direction: row-reverse;
	}
	
	.c-product__text--custom--left:before {
		margin-right: 65%;
	}
	
	.c-product__text--custom--left:after {
		margin-right: -2.5rem;
		padding-left: 2.5rem;
	}
}

.c-product__image {
	display: none;
}

@media (min-width:1025px) {
	.c-product__image {
		margin: 0 auto;
		text-align: center;
		position: relative;
		z-index: 2;
		padding-top: 9.375rem;
		display: block;
	}
}

.c-product .transparent-title {
	top: -2.5rem;
	transform: translate(-50%, 0);
	z-index: 1;
}

@media (min-width:1025px) {
	.c-product .transparent-title {
		top: 0;
	}
}

.m-set {
	min-height: 500px;
}

.m-set .small-container {
	max-width: 77.5rem;
}

.m-set .title-block {
	gap: 12px;
}

.m-set .title-block .subtitle {
	font-size: clamp(1.125rem, 1.125rem + (1vw - 6.25px) * .79, 1.5rem);
	letter-spacing: 1px;
	margin-bottom: 2rem;
}

.m-set .title-block .c-title {
	margin: 0;
}

.m-set .title-block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.m-set .title-block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-set .title-block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-set .title-block .c-title.h2 {
		font-size: 40px;
	}
}

.m-set__advantages {
	display: flex;
	margin: auto;
	flex-direction: column;
	gap: 20px;
	max-width: 68.0625rem;
}

@media (min-width:1025px) {
	.m-set__advantages {
		flex-direction: row;
	}
}

.m-set__advantages-wrap {
	width: 100%;
	margin-bottom: .625rem;
}

@media (min-width:1025px) {
	.m-set__advantages-wrap {
		width: 33.333%;
		margin-bottom: 0;
	}
}

.m-set__advantages-item {
	background-color: #eff5fa;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	padding: .75rem 1.5rem;
}

@media (min-width:640px) {
	.m-set__advantages-item {
		justify-content: center;
	}
}

.m-set__advantages-item svg {
	fill: #389dfa;
	margin-right: .9375rem;
	width: 1.625rem;
	height: 1.625rem;
}

.m-set__items {
	min-height: 350px;
	margin: 5rem -.9375rem 0;
	display: flex;
	position: relative;
}

@media (min-width:1025px) {
	.m-set__items {
		margin: 7.5rem -.9375rem 0;
	}
}

.m-set__items .m-set__pagination {
	bottom: -25px;
}

.m-set__items .swiper-wrapper {
	align-items: flex-end;
}

.m-set__items-wrap {
	padding: 0 .625rem;
	margin-bottom: 1.25rem;
	width: 24.375rem;
}

@media (min-width:1025px) {
	.m-set__items-wrap {
		width: 33.333%;
	}
}

@media (min-width:1025px) {
	.m-set__items:has(.m-set__items-wrap:nth-child(4)) .m-set__items-wrap {
		width: 25%;
	}
}

.m-set__items--top .swiper-wrapper {
	align-items: flex-start;
}

.m-set__items--middle .swiper-wrapper {
	align-items: center;
}

.m-set__items--bottom .swiper-wrapper {
	align-items: flex-end;
}

.m-set__notice {
	background-color: #b8bcc6;
	border-radius: 3.125rem;
	padding: .5rem 1.875rem;
	display: inline-block;
	margin-top: 2.5rem;
	font-size: .875rem;
	font-weight: 600;
	line-height: 150%;
	color: #fff;
	position: relative;
	letter-spacing: 1px;
}

@media (min-width:1025px) {
	.m-set__notice {
		font-size: 1rem;
	}
}

.m-set__notice::after, .m-set__notice::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: .3125rem;
	height: .3125rem;
	left: 1.25rem;
	border-radius: 50%;
	background-color: #fff;
}

.m-set__notice::before {
	left: auto;
	right: 1.25rem;
}

.m-set__bottom-text {
	margin-top: 10px;
}

.m-set__item {
	border: 1px solid #b8bcc6;
	padding: 1.25rem;
	text-align: center;
}

@media (min-width:1025px) {
	.m-set__item {
		padding: 1.5rem;
	}
}

@media (min-width:1200px) {
	.m-set__item {
		padding: 2.5rem 1.25rem;
	}
}

.m-set__item-title {
	font-size: 1.875rem;
	text-transform: uppercase;
	font-family: "Bebas Neue", sans-serif;
	margin-bottom: 1.25rem;
	color: #274aaa;
}

@media (min-width:1025px) {
	.m-set__item-title {
		margin-bottom: 1.875rem;
	}
}

@media (min-width:1200px) {
	.m-set__item-title {
		margin-bottom: 2.5rem;
	}
}

.m-set__item .couple-count {
	display: block;
	margin-bottom: 1.25rem;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 1px;
}

@media (min-width:1025px) {
	.m-set__item .couple-count {
		margin-bottom: 1.5rem;
	}
}

@media (min-width:1200px) {
	.m-set__item .couple-count {
		margin-bottom: 1.875rem;
	}
}

.m-set__item-price {
	font-family: "Bebas Neue", sans-serif;
	color: #274aaa;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	margin: 0 auto 20px;
	padding-right: 3.75rem;
}

@media (min-width:1025px) {
	.m-set__item-price {
		margin: 0 auto 40px;
	}
}

@media (min-width:1200px) {
	.m-set__item-price {
		line-height: 1;
		margin: 0 auto 70px;
	}
}

.m-set__item-price .currency {
	font-size: 4rem;
	letter-spacing: 1px;
}

.m-set__item-price .main {
	font-size: 7.125rem;
	letter-spacing: 1px;
}

.m-set__item-price .small {
	font-size: 4rem;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
	letter-spacing: 1px;
}

.m-set__item-price .pro-text {
	position: absolute;
	bottom: -12px;
	color: #555;
	text-transform: uppercase;
	font-size: 1.125rem;
	font-weight: 400;
	font-family: Inter, sans-serif;
	white-space: nowrap;
	line-height: 155%;
	letter-spacing: 1px;
	left: 50%;
	transform: translateX(-50%);
}

.m-set__item .tax-text {
	display: block;
	color: #555;
	font-size: .875rem;
	line-height: 150%;
	letter-spacing: 1px;
	margin-top: 12px;
}

.gform_wrapper form .gform_footer .m-set__item input[type=submit], .m-set__item .btn, .m-set__item .gform_wrapper form .gform_footer input[type=submit], .m-set__item .woocommerce #respond input#submit, .m-set__item .woocommerce a.button, .m-set__item .woocommerce a.button.alt, .m-set__item .woocommerce button.button, .m-set__item .woocommerce button.button.alt, .m-set__item .woocommerce input.button, .m-set__item .woocommerce input.button.alt, .m-set__item .woocommerce-page .wc-block-components-button:not(.is-link), .m-set__item .woocommerce-page .wc-block-components-button:not(.is-link).alt, .m-set__item input[type=submit], .woocommerce #respond .m-set__item input#submit, .woocommerce .m-set__item a.button, .woocommerce .m-set__item a.button.alt, .woocommerce .m-set__item button.button, .woocommerce .m-set__item button.button.alt, .woocommerce .m-set__item input.button, .woocommerce .m-set__item input.button.alt, .woocommerce-page .m-set__item .wc-block-components-button:not(.is-link), .woocommerce-page .m-set__item .wc-block-components-button:not(.is-link).alt {
	width: 100%;
}

.gform_wrapper form .gform_footer .m-set__item input[type=submit]:hover, .m-set__item .btn:hover, .m-set__item .gform_wrapper form .gform_footer input[type=submit]:hover, .m-set__item .woocommerce #respond input#submit:hover, .m-set__item .woocommerce a.button.alt:hover, .m-set__item .woocommerce a.button:hover, .m-set__item .woocommerce button.button.alt:hover, .m-set__item .woocommerce button.button:hover, .m-set__item .woocommerce input.button.alt:hover, .m-set__item .woocommerce input.button:hover, .m-set__item .woocommerce-page .wc-block-components-button.alt:hover:not(.is-link), .m-set__item .woocommerce-page .wc-block-components-button:hover:not(.is-link), .m-set__item input[type=submit]:hover, .woocommerce #respond .m-set__item input#submit:hover, .woocommerce .m-set__item a.button.alt:hover, .woocommerce .m-set__item a.button:hover, .woocommerce .m-set__item button.button.alt:hover, .woocommerce .m-set__item button.button:hover, .woocommerce .m-set__item input.button.alt:hover, .woocommerce .m-set__item input.button:hover, .woocommerce-page .m-set__item .wc-block-components-button.alt:hover:not(.is-link), .woocommerce-page .m-set__item .wc-block-components-button:hover:not(.is-link) {
	border-color: #389dfa;
}

.m-set .is_bestseller {
	position: relative;
}

.m-set .is_bestseller::before {
	content: "";
	position: absolute;
	top: -3.375rem;
	left: .625rem;
	right: .625rem;
	bottom: 0;
	background-color: #274aaa;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_87_279)'%3E%3Cpath d='M39.4517 11.7802C38.9792 11.3769 38.3124 11.2919 37.7535 11.5639L29.2032 15.7264L21.1804 6.47625C20.8837 6.13406 20.453 5.9375 20 5.9375C19.547 5.9375 19.1164 6.13406 18.8196 6.47625L10.7968 15.7263L2.2465 11.5638C1.68767 11.2919 1.02095 11.3768 0.548298 11.7802C0.0756422 12.1835 -0.113108 12.8287 0.0675953 13.4232L6.0051 32.9545C6.20517 33.6127 6.81213 34.0625 7.50002 34.0625H32.5C33.1878 34.0625 33.7949 33.6127 33.9949 32.9545L39.9324 13.4233C40.1131 12.8287 39.9244 12.1836 39.4517 11.7802ZM31.3418 30.9375H8.65806L4.09939 15.9416L10.5074 19.0612C11.1436 19.3709 11.9081 19.2145 12.3717 18.6801L20 9.88477L27.6285 18.6801C28.0919 19.2145 28.8567 19.3708 29.4927 19.0612L35.9006 15.9416L31.3418 30.9375Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_87_279'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-size: 2rem;
	background-position: top 18px center;
}

.m-set .is_bestseller::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 28px);
	height: 10px;
	z-index: 2;
	background-color: #274aaa;
}

.m-set .is_bestseller .m-set__item {
	position: relative;
	z-index: 2;
	background-color: #389dfa;
	color: #fff;
	border-color: #389dfa;
	padding: 1.5rem .75rem;
	max-width: calc(100% - 20px);
	margin: 0 auto;
}

@media (min-width:1200px) {
	.m-set .is_bestseller .m-set__item {
		padding: 2.5rem 1.25rem;
	}
}

.m-set .is_bestseller .m-set__item-title {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	letter-spacing: 1px;
	line-height: 150%;
}

.m-set .is_bestseller .m-set__item-price, .m-set .is_bestseller .m-set__item-price .pro-text, .m-set .is_bestseller .m-set__item-title {
	color: #fff;
}

.m-set .is_bestseller .m-set__item .btn, .m-set .is_bestseller .m-set__item .woocommerce #respond input#submit, .m-set .is_bestseller .m-set__item .woocommerce a.button, .m-set .is_bestseller .m-set__item .woocommerce a.button.alt, .m-set .is_bestseller .m-set__item .woocommerce button.button, .m-set .is_bestseller .m-set__item .woocommerce button.button.alt, .m-set .is_bestseller .m-set__item .woocommerce input.button, .m-set .is_bestseller .m-set__item .woocommerce input.button.alt, .m-set .is_bestseller .m-set__item .woocommerce-page .wc-block-components-button:not(.is-link), .m-set .is_bestseller .m-set__item .woocommerce-page .wc-block-components-button:not(.is-link).alt, .m-set .is_bestseller .m-set__item input[type=submit], .woocommerce #respond .m-set .is_bestseller .m-set__item input#submit, .woocommerce .m-set .is_bestseller .m-set__item a.button, .woocommerce .m-set .is_bestseller .m-set__item a.button.alt, .woocommerce .m-set .is_bestseller .m-set__item button.button, .woocommerce .m-set .is_bestseller .m-set__item button.button.alt, .woocommerce .m-set .is_bestseller .m-set__item input.button, .woocommerce .m-set .is_bestseller .m-set__item input.button.alt, .woocommerce-page .m-set .is_bestseller .m-set__item .wc-block-components-button:not(.is-link), .woocommerce-page .m-set .is_bestseller .m-set__item .wc-block-components-button:not(.is-link).alt {
	background-color: #fff;
	border-color: #fff;
	color: #389dfa;
}

.m-set .is_bestseller .m-set__item .btn:hover, .m-set .is_bestseller .m-set__item .woocommerce #respond input#submit:hover, .m-set .is_bestseller .m-set__item .woocommerce a.button.alt:hover, .m-set .is_bestseller .m-set__item .woocommerce a.button:hover, .m-set .is_bestseller .m-set__item .woocommerce button.button.alt:hover, .m-set .is_bestseller .m-set__item .woocommerce button.button:hover, .m-set .is_bestseller .m-set__item .woocommerce input.button.alt:hover, .m-set .is_bestseller .m-set__item .woocommerce input.button:hover, .m-set .is_bestseller .m-set__item .woocommerce-page .wc-block-components-button.alt:hover:not(.is-link), .m-set .is_bestseller .m-set__item .woocommerce-page .wc-block-components-button:hover:not(.is-link), .m-set .is_bestseller .m-set__item input[type=submit]:hover, .woocommerce #respond .m-set .is_bestseller .m-set__item input#submit:hover, .woocommerce .m-set .is_bestseller .m-set__item a.button.alt:hover, .woocommerce .m-set .is_bestseller .m-set__item a.button:hover, .woocommerce .m-set .is_bestseller .m-set__item button.button.alt:hover, .woocommerce .m-set .is_bestseller .m-set__item button.button:hover, .woocommerce .m-set .is_bestseller .m-set__item input.button.alt:hover, .woocommerce .m-set .is_bestseller .m-set__item input.button:hover, .woocommerce-page .m-set .is_bestseller .m-set__item .wc-block-components-button.alt:hover:not(.is-link), .woocommerce-page .m-set .is_bestseller .m-set__item .wc-block-components-button:hover:not(.is-link) {
	background-color: #389dfa;
	color: #fff;
}

.m-set .is_bestseller .m-set__item .tax-text {
	color: #fff;
}

body.page-clubanhaenger .m-reviews .small-container {
	max-width: 1240px;
}

body.page-clubanhaenger .m-reviews .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	body.page-clubanhaenger .m-reviews .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	body.page-clubanhaenger .m-reviews .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	body.page-clubanhaenger .m-reviews .c-title.h2 {
		font-size: 40px;
	}
}

.m-reviews {
	background-color: #eff5fa;
	font-size: clamp(1.25rem, calc(1.25rem + ( 1vw - 10.25px ) * 2.12), 2.25rem);
	font-weight: 500;
}

.m-reviews .review-slider {
	padding-bottom: 1.875rem;
}

@media (min-width:640px) {
	.m-reviews .review-slider {
		padding-bottom: 0;
	}
}

.m-reviews .c-title {
	padding-left: 5.625rem;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='46' viewBox='0 0 60 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.4764 0V12.6533C26.4764 16.3878 25.7739 20.32 24.3688 24.4499C23.0077 28.5358 21.0757 32.468 18.573 36.2464C16.0703 40.0248 13.1284 43.276 9.74753 46L0 39.0143C2.59056 35.2359 4.82986 31.2159 6.71789 26.9542C8.64984 22.6925 9.61581 17.9914 9.61581 12.851V0H26.4764ZM60 0V12.6533C60 16.3878 59.2975 20.32 57.8924 24.4499C56.5313 28.5358 54.5993 32.468 52.0966 36.2464C49.5938 40.0248 46.652 43.276 43.2711 46L33.5236 39.0143C36.1142 35.2359 38.3535 31.2159 40.2415 26.9542C42.1734 22.6925 43.1394 17.9914 43.1394 12.851V0H60Z' fill='%23389DFA'/%3E%3C/svg%3E%0A");
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.m-reviews .c-title.nitro-lazy {
	background-image: none !important;
}

.m-reviews .swiper-wrapper {
	align-items: flex-start;
}

.m-reviews .swiper-pagination {
	justify-content: flex-end;
}

.m-reviews .arrows-container {
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
	height: 1.875rem;
	padding: 0 4.625rem;
	z-index: 2;
}

@media (min-width:640px) {
	.m-reviews .arrows-container {
		right: 0;
		transform: none;
	}
}

.m-reviews .arrows-container .swiper-pagination-bullets.swiper-pagination-horizontal {
	position: static;
}

.m-reviews .arrows-container .swiper-button-next svg, .m-reviews .arrows-container .swiper-button-prev svg {
	width: 1.5rem;
	height: 1.5rem;
}

.m-reviews .arrows-container .swiper-button-prev {
	left: 0;
	top: 15px;
}

@media (max-width:639px) {
	.m-reviews .arrows-container .swiper-button-prev {
		top: 24px;
	}
}

.m-reviews .arrows-container .swiper-button-next {
	right: 0;
	top: 24px;
}

@media (max-width:639px) {
	.m-reviews .arrows-container .swiper-button-next {
		top: 25px;
	}
}

.c-review {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

.c-review__name {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: .625rem;
}

.c-review__company {
	font-size: 1.125rem;
	font-weight: 400;
	color: #727272;
	font-family: "Bebas Neue", sans-serif;
}

.scroll-reveal-text .container, .scroll-reveal-text .woocommerce .site-content, .scroll-reveal-text .woocommerce-page .site-content, .woocommerce .scroll-reveal-text .site-content, .woocommerce-page .scroll-reveal-text .site-content {
	text-align: center;
}

.scroll-reveal-text__content {
	max-width: 1030px;
	margin-inline: auto;
	opacity: 0;
}

.scroll-reveal-text__content div[aria-label]:not(:last-child) {
	margin-bottom: 1rem;
}

.scroll-reveal-text__content div[aria-label] div {
	background: linear-gradient(to right, #1e1e1e 50%, #bbbdbf 50%);
	background-size: 200% 100%;
	background-position-x: 100%;
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.scroll-reveal-text__content div[aria-label] div p {
	margin-bottom: 0;
}

.m-socials {
	padding: 3.75rem 0;
	background-color: #389dfa;
}

.m-socials .small-container {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

@media (min-width:640px) {
	.m-socials .small-container {
		align-items: center;
		flex-direction: row;
	}
}

.m-socials .small-container .c-title {
	margin-bottom: 1.25rem;
}

body.page-clubanhaenger .m-steps {
	padding-top: 100px;
	padding-bottom: 100px;
}

body.page-clubanhaenger .m-steps .small-container {
	max-width: 1240px;
}

body.page-clubanhaenger .m-steps .title-block {
	margin-bottom: 66px;
}

body.page-clubanhaenger .m-steps .title-block .c-title {
	margin: 0;
}

body.page-clubanhaenger .m-steps .title-block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	body.page-clubanhaenger .m-steps .title-block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	body.page-clubanhaenger .m-steps .title-block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	body.page-clubanhaenger .m-steps .title-block .c-title.h2 {
		font-size: 40px;
	}
}

.m-steps .small-container {
	position: relative;
	max-width: 1240px;
}

.m-steps .small-container .transparent-title {
	top: 4.5rem;
	transform: translate(-50%, 0);
	z-index: -1;
	font-size: clamp(6.25rem, 20.5vw, 20.25rem);
	line-height: clamp(6.25rem, 14.06vw, 12.66rem);
}

@media (min-width:1025px) {
	.m-steps .small-container .transparent-title {
		top: 3.125rem;
	}
}

.m-steps .title-block {
	margin-bottom: 64px;
}

.m-steps .title-block .c-title {
	margin: 0;
}

.m-steps .title-block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.m-steps .title-block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-steps .title-block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-steps .title-block .c-title.h2 {
		font-size: 40px;
	}
}

.m-steps .m-steps__steps-container {
	list-style: none;
	padding: 0;
	margin: 6.25rem -.9375rem 0;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width:1025px) {
	.m-steps .m-steps__steps-container {
		margin: 0 -.9375rem;
	}
}

.c-step {
	width: 100%;
	padding: 0 .625rem;
	counter-increment: step-counter;
	margin-bottom: 30px;
}

.c-step:last-of-type {
	margin-bottom: 0;
}

@media (min-width:640px) {
	.c-step {
		width: 50%;
		margin-bottom: 40px;
	}
}

@media (min-width:1025px) {
	.c-step {
		width: 25%;
		margin-bottom: 0;
	}
}

.c-step__item {
	position: relative;
}

.c-step__item-counter {
	position: relative;
	font-family: "Bebas Neue", sans-serif;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid rgba(56, 157, 250, .3);
	border-radius: 50%;
	margin-bottom: 45px;
}

@media (min-width:640px) {
	.c-step__item-counter {
		width: 3.75rem;
		height: 3.75rem;
		margin-bottom: 50px;
	}
}

@media (min-width:1025px) {
	.c-step__item-counter {
		width: 5rem;
		height: 5rem;
		margin-bottom: 4.125rem;
	}
}

.c-step__item-counter img {
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

@media (max-width:639px) {
	.c-step__item-counter img {
		width: 1.25rem;
		height: 1.25rem;
	}
}

.c-step__item-counter:has(img):after {
	content: "";
	border-radius: 50%;
	background-color: #389dfa;
	position: absolute;
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width:1024px) {
	.c-step__item-counter:has(img):after {
		width: calc(100% - .5rem);
		height: calc(100% - .5rem);
	}
}

.c-step__item-counter:empty:before {
	content: counter(step-counter);
	width: 1.875rem;
	height: 1.875rem;
	font-size: 1.25rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #389dfa;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

@media (min-width:640px) {
	.c-step__item-counter:empty:before {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.75rem;
	}
}

@media (min-width:1025px) {
	.c-step__item-counter:empty:before {
		width: 3.75rem;
		height: 3.75rem;
		font-size: 2.25rem;
	}
}

.c-step__item:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='264' height='12' viewBox='0 0 264 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.666667 6C0.666667 8.94552 3.05448 11.3333 6 11.3333C8.94552 11.3333 11.3333 8.94552 11.3333 6C11.3333 3.05448 8.94552 0.666667 6 0.666667C3.05448 0.666667 0.666667 3.05448 0.666667 6ZM6 7H264V5H6V7Z' fill='%23389DFA'/%3E%3C/svg%3E%0A");
	height: .75rem;
	background-size: contain;
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
}

@media (min-width:640px) {
	.c-step__item:after {
		top: 75px;
	}
}

@media (min-width:1025px) {
	.c-step__item:after {
		top: 6.8rem;
	}
}

.c-step__item-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #274aaa;
	margin-bottom: 16px;
	letter-spacing: 1px;
}

.c-step__item-description p {
	font-size: 1rem;
	line-height: 150%;
	letter-spacing: 1px;
	color: #555;
}

.c-step__item-description p:last-child {
	margin: 0;
}

.m-text-columns .row, .m-text-columns .woocommerce .col2-set, .m-text-columns .woocommerce-page .col2-set, .woocommerce .m-text-columns .col2-set, .woocommerce-page .m-text-columns .col2-set {
	row-gap: 3.125rem;
}

.m-text-images__images-block {
	margin-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width:1200px) {
	.m-text-images__images-block {
		margin-top: 3.75rem;
	}
}

.m-text-images__images-block-item {
	width: 33.333%;
	height: 9.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

@media (min-width:640px) {
	.m-text-images__images-block-item {
		height: 12.5rem;
	}
}

@media (min-width:1025px) {
	.m-text-images__images-block-item {
		height: 25rem;
	}
}

.m-text-images__images-block-item:nth-child(3n) {
	border-right: none;
}

.m-text-images__images-link {
	display: block;
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
}

.m-text-images__images-link img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}

.m-text-media {
	padding: 100px 0;
}

@media (max-width:991px) {
	.m-text-media {
		padding: 80px 0;
	}
}

@media (max-width:768px) {
	.m-text-media {
		padding: 70px 0;
	}
}

@media (max-width:576px) {
	.m-text-media {
		padding: 60px 0;
	}
}

.m-text-media .small-container {
	max-width: 1240px;
}

.m-text-media .c-title {
	margin-bottom: 1.875rem;
}

.m-text-media .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.m-text-media .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.m-text-media .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.m-text-media .c-title.h2 {
		font-size: 40px;
	}
}

.m-text-media .flex-container {
	flex-direction: column;
}

@media (min-width:1025px) {
	.m-text-media .flex-container {
		gap: 32px;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width:1025px) {
	.m-text-media__text {
		max-width: 610px;
		width: 100%;
	}
}

.m-text-media__text p {
	color: #555;
	margin-bottom: 1rem;
	letter-spacing: 1px;
	line-height: 1.75rem;
}

@media (min-width:1025px) {
	.m-text-media__media {
		max-width: 505px;
		width: 100%;
		padding-top: 5em;
	}
}

.m-text-media__media {
	margin-top: 2.5rem;
}

@media (min-width:1025px) {
	.m-text-media__media {
		margin-top: 0;
	}
}

.variations-table {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.variations-table .small-container {
	max-width: 1240px;
}

.variations-table .title-block .c-title {
	margin-bottom: 4rem;
}

.variations-table .title-block .c-title.h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.variations-table .title-block .c-title.h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.variations-table .title-block .c-title.h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.variations-table .title-block .c-title.h2 {
		font-size: 40px;
	}
}

.variations-table table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.variations-table table, .variations-table table td, .variations-table table th {
	border: 1px solid #b8bcc6;
}

.variations-table table td, .variations-table table th {
	text-align: center;
	width: 50%;
	vertical-align: middle;
	font-size: 1.25rem;
	line-height: 150%;
	letter-spacing: 1px;
}

@media (max-width:768px) {
	.variations-table table td, .variations-table table th {
		font-size: 1rem;
	}
}

.variations-table table thead th {
	padding: 1.75rem .9375rem;
	font-weight: 700;
	background-color: #eff5f9;
}

@media (max-width:768px) {
	.variations-table table thead th {
		padding: 1rem;
	}
}

.variations-table table tbody td {
	padding: 1.75rem .9375rem;
}

@media (max-width:768px) {
	.variations-table table tbody td {
		padding: 1rem;
	}
}

.variations-table table tbody td:has(input) {
	padding: 1rem;
}

.variations-table .buttons-block {
	flex-direction: column;
}

.variations-table .product-moq-info {
	margin-top: 1rem;
	font-size: 1rem;
	color: #dc3232;
	text-align: center;
}

@media (max-width:768px) {
	.variations-table .product-moq-info {
		font-size: .875rem;
	}
}

.variations-table .product-moq-info[hidden] {
	display: none;
}

.variations-table .add-to-cart-button {
	margin-top: 4rem;
	border: 1px solid #389dfa;
}

@media (max-width:768px) {
	.variations-table .add-to-cart-button {
		margin-top: 2rem;
	}
}

.variations-table .add-to-cart-button[disabled] {
	pointer-events: none;
	opacity: .5;
}

.variations-table .add-to-cart-button.is-loading {
	pointer-events: none;
	color: transparent !important;
	background-image: url("https://cdn-ildpgga.nitrocdn.com/kujPVUghFjMonDUsmDWLbfgwXogTNWAz/assets/images/optimized/rev-efcd4e7/clubschlappen.de/wp-content/themes/club-schlappen-theme/dist/img/white-loader.svg");
	background-size: auto 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #389dfa;
}

.variations-table .add-to-cart-button.is-loading.nitro-lazy {
	background-image: none !important;
}

.variations-table .variation-qty {
	min-width: 4rem;
	max-width: 10rem;
	width: calc(32px + var(--width, 0px));
	padding: .75rem 1.5rem;
	width: 100%;
	max-width: 100%;
	text-align: left;
	border: 1px solid #b8bcc6;
	font-size: 1.25rem;
	line-height: 150%;
	letter-spacing: 1px;
}

.variations-table .variation-qty:not(.is-invalid) + .moq-info {
	display: none;
}

.variations-table .moq-info {
	font-size: 12px;
	color: #dc3232;
	text-align: left;
}

.variations-table-popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.variations-table-popup-overlay .popup {
	background: #fff;
	max-width: 500px;
	width: calc(100% - 32px);
	padding: 20px;
	margin: 100px auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
}

.variations-table-popup-overlay .popup h2 {
	margin-top: 0;
}

.variations-table-popup-overlay .popup-ok {
	margin-top: 10px;
	padding: 6px 10px;
}

.vorteile-section {
	background-color: #edf1f4;
	padding: 100px 0;
}

@media (max-width:1024px) {
	.vorteile-section {
		padding: 80px 0;
	}
}

@media (max-width:639px) {
	.vorteile-section {
		padding: 60px 0;
	}
}

.vorteile-section .small-container {
	max-width: 1240px;
}

.vorteile-section .small-container .transparent-title {
	top: 4.5rem;
	transform: translate(-50%, 0);
	z-index: -1;
	font-size: clamp(6.25rem, 20.5vw, 20.25rem);
	line-height: clamp(6.25rem, 14.06vw, 12.66rem);
}

@media (min-width:1025px) {
	.vorteile-section .small-container .transparent-title {
		top: 3.125rem;
	}
}

.vorteile-section .h2 {
	font-size: 57px;
	font-weight: 400;
	line-height: 108.772%;
}

@media (max-width:991px) {
	.vorteile-section .h2 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.vorteile-section .h2 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.vorteile-section .h2 {
		font-size: 40px;
	}
}

.vorteile-section .title {
	color: #dfe1e4;
	font-size: 120px;
	line-height: 110%;
	letter-spacing: 1px;
	font-family: Barlow, sans-serif;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 64px;
}

@media (max-width:1024px) {
	.vorteile-section .title {
		font-size: 90px;
		margin-bottom: 50px;
	}
}

@media (max-width:639px) {
	.vorteile-section .title {
		font-size: 60px;
		margin-bottom: 30px;
	}
}

.vorteile-section .blocks {
	display: flex;
	flex-direction: column;
}

.vorteile-section .blocks .block {
	display: flex;
	align-items: center;
	padding: 24px;
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
	margin-bottom: 20px;
}

@media (max-width:768px) {
	.vorteile-section .blocks .block {
		flex-direction: column;
		align-items: flex-start;
	}
}

.vorteile-section .blocks .block:last-of-type {
	margin-bottom: 0;
}

.vorteile-section .blocks .block .image {
	margin-right: 42px;
	width: 100%;
	max-width: 372px;
	min-width: 372px;
}

@media (max-width:768px) {
	.vorteile-section .blocks .block .image {
		margin-right: 0;
		margin-bottom: 30px;
		min-width: 0;
		width: 100%;
		max-width: 100%;
	}
}

.vorteile-section .blocks .block .image img {
	display: block;
	width: 100%;
	height: auto;
}

.vorteile-section .blocks .block .info .block-title {
	color: #333;
	font-family: Inter, sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media (max-width:639px) {
	.vorteile-section .blocks .block .info .block-title {
		font-size: 20px;
	}
}

.vorteile-section .blocks .block .info .content {
	margin-top: 12px;
	color: #8f8f8f;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1px;
}

.vorteile-section--horizontal {
	background-color: #edf1f4;
}

.vorteile-section--horizontal .title {
	color: #dfe1e4;
}

.vorteile-section--horizontal .blocks {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

.vorteile-section--horizontal .blocks .block {
	padding: 16px;
	flex-direction: column;
	margin: 0;
	flex: 1 1 320px;
}

@media (min-width:1025px) {
	.vorteile-section--horizontal .blocks .block {
		flex-basis: 220px;
	}
}

.vorteile-section--horizontal .blocks .block .image {
	margin: 0 0 24px;
	min-width: auto;
}

.vorteile-section--horizontal .blocks .block .info .block-title {
	font-style: normal;
	font-size: 20px;
}

.anchor {
	display: block;
	visibility: hidden;
	position: relative;
}

.img-placeholder {
	background-color: #e2e2e2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.img-placeholder svg {
	width: clamp(4.375rem, 25%, 9.375rem);
	height: clamp(4.375rem, 25%, 9.375rem);
	fill: #389dfa;
}

.stretched-link:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.js-accordion-item.is-open .js-accordion-title svg {
	transform: rotate(180deg);
}

.js-accordion-title {
	cursor: pointer;
}

.js-accordion-title svg {
	transition: transform .3s;
}

.js-accordion-content {
	display: none;
}

.article {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 0 2.5rem;
	border: none;
	border-radius: 0;
	position: relative;
}

.article > a {
	display: block;
	color: #1e1e1e;
}

.article > a:hover {
	color: #389dfa;
}

.article__thumbnail {
	flex-shrink: 0;
	display: block;
	margin-bottom: 1.875rem;
	position: relative;
}

.article__thumbnail:before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 55%;
}

.article__thumbnail .img-placeholder, .article__thumbnail img {
	transition: .3s;
	position: absolute;
	top: 0;
	left: 0;
}

.article__thumbnail:hover img {
	opacity: .85;
}

.article__title {
	margin-bottom: 0;
	font-weight: 600;
	font-size: clamp(1.125rem, calc(1.125rem + ( 1vw - 10.25px ) * .79), 1.5rem);
	line-height: 1.6;
}

.article-no-results .article__content {
	align-items: center;
}

.article-no-results .article__title {
	text-align: center;
	margin-bottom: 0;
}

.entry-date.published:not(.updated) {
	display: none;
}

.breadcrumbs {
	color: #389dfa;
	font-size: 1rem;
	margin-bottom: 3.125rem;
	margin-top: .625rem;
}

.breadcrumbs a {
	color: inherit;
	margin-right: .125rem;
}

.breadcrumbs a:hover {
	color: #1e1e1e;
}

.breadcrumbs span span span {
	display: inline;
	margin-left: .1875rem;
}

.breadcrumbs .breadcrumb_last {
	color: #9297a3;
}

.breadcrumbs p {
	margin: 0;
}

.breadcrumbs .separator {
	color: #9297a3;
	display: inline-block;
	margin: 0 .125rem;
}

.modal {
	--modal-margin: 1.25rem;
	--modal-max-width: 50rem;
	width: 100%;
	height: 100%;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
}

.modal__overlay {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	left: 0;
}

.modal.is-open {
	opacity: 1;
	transition: opacity .3s;
	visibility: visible;
	z-index: 110;
}

.modal.is-open .modal__inner {
	transform: translateY(0);
	transition: transform .3s;
}

.modal__inner {
	width: 100%;
	max-width: var(--modal-max-width);
	height: calc(100% - var(--modal-margin) * 2);
	display: flex;
	align-items: center;
	padding: 0 var(--modal-margin);
	margin: var(--modal-margin) auto;
	position: relative;
	transform: translateY(-3.125rem);
	pointer-events: none;
}

.modal__content {
	width: 100%;
	max-height: 100%;
	background-color: #fff;
	border-radius: 0;
	padding: 1.875rem;
	overflow-y: auto;
	position: relative;
	pointer-events: auto;
}

@media (min-width:1025px) {
	.modal__content {
		padding-top: 3.125rem;
	}
}

.modal__close {
	display: inline-block;
	line-height: 0;
	position: absolute;
	top: .9375rem;
	right: .9375rem;
	cursor: pointer;
}

.modal__close:hover svg {
	fill: #0684f8;
}

.modal__close svg {
	width: 1.375rem;
	height: 1.375rem;
	fill: #389dfa;
}

.moq-info {
	font-size: 12px;
	color: #dc3232;
	text-align: left;
	animation: .3s ease-in-out fadeIn;
}

input:not(.is-invalid) + .moq-info {
	display: none;
}

.pagination, .woocommerce nav.woocommerce-pagination {
	margin-top: 1.25rem;
}

.pagination ul, .woocommerce nav.woocommerce-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: .9375rem;
	border: none;
}

.pagination ul li, .woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

.pagination ul li a, .pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	transition: .3s;
	min-width: 3.125rem;
	height: 3.125rem;
	background-color: #fff;
	color: #389dfa;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1;
	border: 2px solid #389dfa;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pagination ul li a.current:not(.dots), .pagination ul li span.current:not(.dots), .woocommerce nav.woocommerce-pagination ul li a.current:not(.dots), .woocommerce nav.woocommerce-pagination ul li span.current:not(.dots) {
	background-color: #fff;
	color: #727272;
	border-color: #727272;
}

.pagination ul li a.dots, .pagination ul li span.dots, .woocommerce nav.woocommerce-pagination ul li a.dots, .woocommerce nav.woocommerce-pagination ul li span.dots {
	border-color: transparent;
}

.pagination ul li a.dots:hover, .pagination ul li span.dots:hover, .woocommerce nav.woocommerce-pagination ul li a.dots:hover, .woocommerce nav.woocommerce-pagination ul li span.dots:hover {
	color: #389dfa;
	border-color: transparent;
}

.pagination ul li a:hover, .pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span:hover {
	background-color: #fff;
	color: #727272;
	border-color: #727272;
}

.search-form {
	transition: .3s;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.search-form input[type=text] {
	width: 100%;
	padding-right: 3.4375rem;
}

.search-form__submit {
	display: inline-flex;
	width: 2.8125rem;
	height: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: 1px;
}

.search-form__submit svg {
	width: 1.25rem;
	height: 1.25rem;
	fill: #389dfa;
}

@media (min-width:1200px) {
	.search-form__submit:hover svg {
		fill: #274aaa;
	}
}

.socials {
	display: flex;
	align-items: center;
	gap: .625rem;
}

@media (min-width:1025px) {
	.socials {
		gap: 1.5rem;
	}
}

.socials__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 50%;
}

@media (min-width:1025px) {
	.socials__item {
		width: 3.75rem;
		height: 3.75rem;
	}
}

.socials__item svg {
	width: 1.25rem;
	height: 1.25rem;
	fill: #389dfa;
	transition: .3s;
}

@media (min-width:1025px) {
	.socials__item svg {
		width: 2.25rem;
		height: 2.25rem;
	}
}

.socials__item svg.icon-facebook {
	width: 1.25rem;
}

.socials__item:hover svg {
	fill: #274aaa;
}

.js-tab-title:not(.is-active) {
	cursor: pointer;
}

.js-tab-title.is-active {
	color: #389dfa;
}

.js-tab-content {
	display: none;
}

.js-tab-content.is-active {
	display: block;
}

.tabs--horizontal .tabs__titles {
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem;
}

.tabs--vertical {
	display: flex;
}

.tabs--vertical .tabs__titles {
	flex: 0 0 12.5rem;
	display: flex;
	flex-direction: column;
	gap: .625rem;
}

.tabs--vertical .tabs__contents {
	flex-grow: 1;
}

#to-top {
	transition: .3s;
	display: inline-flex;
	background-color: #389dfa;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0;
	cursor: pointer;
	position: fixed;
	bottom: 1.875rem;
	right: 1.875rem;
	opacity: 0;
	visibility: hidden;
	z-index: 90;
}

#to-top:hover {
	background-color: #0684f8;
}

#to-top.show {
	opacity: 1;
	visibility: visible;
}

#to-top svg {
	width: 2.75rem;
	height: 2.75rem;
	fill: #fff;
}

.js-toggle svg {
	transition: transform .3s;
}

.js-toggle.is-open svg {
	transform: rotate(180deg);
}

.js-toggle-content {
	display: none;
}

.error404 {
	padding-top: 0;
}

.error404 .site-content {
	display: flex;
	align-items: center;
	padding: clamp(6.25rem, calc(6.25rem + ( 1vw - 10.25px ) * 6.62), 9.375rem) 0;
}

.not-found {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 100px;
}

@media (max-width:639px) {
	.not-found {
		padding-top: 80px;
	}
}

.not-found__title {
	color: #389dfa;
	font-size: clamp(3.125rem, calc(3.125rem + ( 1vw - 10.25px ) * 2.65), 4.375rem);
	margin-bottom: .3em;
}

.not-found__text {
	font-size: clamp(1.125rem, calc(1.125rem + ( 1vw - 10.25px ) * .26), 1.25rem);
	margin-bottom: 1.5em;
}

@media (min-width:1200px) {
	.not-found__text {
		margin-bottom: 2.5em;
	}
}

.gform_wrapper form .gform_footer .not-found input[type=submit]:hover, .not-found .btn:hover, .not-found .gform_wrapper form .gform_footer input[type=submit]:hover, .not-found .woocommerce #respond input#submit:hover, .not-found .woocommerce a.button.alt:hover, .not-found .woocommerce a.button:hover, .not-found .woocommerce button.button.alt:hover, .not-found .woocommerce button.button:hover, .not-found .woocommerce input.button.alt:hover, .not-found .woocommerce input.button:hover, .not-found .woocommerce-page .wc-block-components-button.alt:hover:not(.is-link), .not-found .woocommerce-page .wc-block-components-button:hover:not(.is-link), .not-found input[type=submit]:hover, .woocommerce #respond .not-found input#submit:hover, .woocommerce .not-found a.button.alt:hover, .woocommerce .not-found a.button:hover, .woocommerce .not-found button.button.alt:hover, .woocommerce .not-found button.button:hover, .woocommerce .not-found input.button.alt:hover, .woocommerce .not-found input.button:hover, .woocommerce-page .not-found .wc-block-components-button.alt:hover:not(.is-link), .woocommerce-page .not-found .wc-block-components-button:hover:not(.is-link) {
	background-color: #0684f8;
	border-color: #0684f8;
	color: #fff;
}

.archive-header h1 {
	color: #389dfa;
	margin-bottom: 1.25rem;
}

.archive-header .h2 {
	margin-bottom: 2.5rem;
	line-height: 1.6;
}

.archive-header .desctiption {
	margin-bottom: 3.75rem;
}

.archive-header .desctiption > :last-child {
	margin-bottom: 0;
}

.archive-header .page-title {
	font-weight: 400;
	line-height: 1.6;
}

.bottom-desctiption {
	margin-top: 3.75rem;
}

.post-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.9375rem;
	position: relative;
}

.post-container::after, .post-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: .9375rem;
	background-color: #fff;
}

.post-container::before {
	right: 0;
}

.post-container::after {
	left: 0;
}

.post-wrap {
	padding: 0 .9375rem;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	margin-bottom: 1.25rem;
}

@media (min-width:640px) {
	.post-wrap {
		border-right: 1px solid #e5e5e5;
		width: 50%;
		margin-bottom: 2.5rem;
	}
}

@media (min-width:1025px) {
	.post-wrap {
		width: 33.333%;
	}
}

@media (min-width:1025px) {
	.post-wrap:nth-child(3n) {
		border-right: none;
	}
}

.site-content {
	width: 100%;
	flex-grow: 1;
	overflow: clip;
}

.entry-title {
	font-weight: 700;
	margin-bottom: 1em;
}

.entry-content {
	padding-bottom: 4.375rem;
}

@media (min-width:1200px) {
	.entry-content {
		padding-bottom: 7.5rem;
	}
}

#lc-text h1 {
	margin-bottom: 40px;
}

#lc-text h2, #lc-text h3, #lc-text h4, #lc-text h5, #lc-text h6 {
	margin-top: 40px;
	margin-bottom: 20px;
}

.zsiq-float {
	bottom: 15px !important;
	right: 90px !important;
}

@media (max-width:767px) {
	.zsiq-float {
		bottom: 10px !important;
		right: calc(10px + var(--zsiq-seasonal-float-image-position)) !important;
	}
}

@media (max-width:500px) {
	#mailpoet_form_1 .mailpoet_form_column:last-child .mailpoet_paragraph:last-child {
		margin-bottom: 20px !important;
	}
}

.post-thumbnail {
	margin-bottom: 1.875rem;
}

.post-thumbnail img {
	display: block;
	width: 100%;
}

.post-content, .post-header, .post-navigation, .post-related {
	margin-bottom: 3.125rem;
}

@media (min-width:1200px) {
	.post-content, .post-navigation, .post-related {
		margin-bottom: 4.375rem;
	}
}

#customer_details .single-content h3, .single-content #customer_details h3, .single-content .h1, .single-content .h2, .single-content .h3, .single-content .h4, .single-content .h5, .single-content .h6, .single-content .single-product div.product #reply-title, .single-content .single-product div.product .woocommerce-tabs .panel h2, .single-content .woocommerce .woocommerce-customer-details h2, .single-content .woocommerce .woocommerce-logos-uploading h3, .single-content .woocommerce .woocommerce-order-details__title, .single-content .woocommerce-thankyou-order-received, .single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6, .single-product div.product .single-content #reply-title, .single-product div.product .woocommerce-tabs .panel .single-content h2, .woocommerce .single-content .woocommerce-order-details__title, .woocommerce .woocommerce-customer-details .single-content h2, .woocommerce .woocommerce-logos-uploading .single-content h3 {
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
}

.single-content img {
	margin-bottom: 40px;
}

.gform_wrapper form .gform_footer .single-content input[type=submit], .single-content .btn, .single-content .gform_wrapper form .gform_footer input[type=submit], .single-content .woocommerce #respond input#submit, .single-content .woocommerce a.button, .single-content .woocommerce a.button.alt, .single-content .woocommerce button.button, .single-content .woocommerce button.button.alt, .single-content .woocommerce input.button, .single-content .woocommerce input.button.alt, .single-content .woocommerce-page .wc-block-components-button:not(.is-link), .single-content .woocommerce-page .wc-block-components-button:not(.is-link).alt, .single-content input[type=submit], .woocommerce #respond .single-content input#submit, .woocommerce .single-content a.button, .woocommerce .single-content a.button.alt, .woocommerce .single-content button.button, .woocommerce .single-content button.button.alt, .woocommerce .single-content input.button, .woocommerce .single-content input.button.alt, .woocommerce-page .single-content .wc-block-components-button:not(.is-link), .woocommerce-page .single-content .wc-block-components-button:not(.is-link).alt {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.gform_wrapper form .gform_footer .single-content input[type=submit]:active, .gform_wrapper form .gform_footer .single-content input[type=submit]:focus, .gform_wrapper form .gform_footer .single-content input[type=submit]:hover, .single-content .btn:active, .single-content .btn:focus, .single-content .btn:hover, .single-content .gform_wrapper form .gform_footer input[type=submit]:active, .single-content .gform_wrapper form .gform_footer input[type=submit]:focus, .single-content .gform_wrapper form .gform_footer input[type=submit]:hover, .single-content .woocommerce #respond input#submit:active, .single-content .woocommerce #respond input#submit:focus, .single-content .woocommerce #respond input#submit:hover, .single-content .woocommerce a.button.alt:active, .single-content .woocommerce a.button.alt:focus, .single-content .woocommerce a.button.alt:hover, .single-content .woocommerce a.button:active, .single-content .woocommerce a.button:focus, .single-content .woocommerce a.button:hover, .single-content .woocommerce button.button.alt:active, .single-content .woocommerce button.button.alt:focus, .single-content .woocommerce button.button.alt:hover, .single-content .woocommerce button.button:active, .single-content .woocommerce button.button:focus, .single-content .woocommerce button.button:hover, .single-content .woocommerce input.button.alt:active, .single-content .woocommerce input.button.alt:focus, .single-content .woocommerce input.button.alt:hover, .single-content .woocommerce input.button:active, .single-content .woocommerce input.button:focus, .single-content .woocommerce input.button:hover, .single-content .woocommerce-page .wc-block-components-button.alt:active:not(.is-link), .single-content .woocommerce-page .wc-block-components-button.alt:focus:not(.is-link), .single-content .woocommerce-page .wc-block-components-button.alt:hover:not(.is-link), .single-content .woocommerce-page .wc-block-components-button:active:not(.is-link), .single-content .woocommerce-page .wc-block-components-button:focus:not(.is-link), .single-content .woocommerce-page .wc-block-components-button:hover:not(.is-link), .single-content input[type=submit]:active, .single-content input[type=submit]:focus, .single-content input[type=submit]:hover, .woocommerce #respond .single-content input#submit:active, .woocommerce #respond .single-content input#submit:focus, .woocommerce #respond .single-content input#submit:hover, .woocommerce .single-content a.button.alt:active, .woocommerce .single-content a.button.alt:focus, .woocommerce .single-content a.button.alt:hover, .woocommerce .single-content a.button:active, .woocommerce .single-content a.button:focus, .woocommerce .single-content a.button:hover, .woocommerce .single-content button.button.alt:active, .woocommerce .single-content button.button.alt:focus, .woocommerce .single-content button.button.alt:hover, .woocommerce .single-content button.button:active, .woocommerce .single-content button.button:focus, .woocommerce .single-content button.button:hover, .woocommerce .single-content input.button.alt:active, .woocommerce .single-content input.button.alt:focus, .woocommerce .single-content input.button.alt:hover, .woocommerce .single-content input.button:active, .woocommerce .single-content input.button:focus, .woocommerce .single-content input.button:hover, .woocommerce-page .single-content .wc-block-components-button.alt:active:not(.is-link), .woocommerce-page .single-content .wc-block-components-button.alt:focus:not(.is-link), .woocommerce-page .single-content .wc-block-components-button.alt:hover:not(.is-link), .woocommerce-page .single-content .wc-block-components-button:active:not(.is-link), .woocommerce-page .single-content .wc-block-components-button:focus:not(.is-link), .woocommerce-page .single-content .wc-block-components-button:hover:not(.is-link) {
	background-color: #274aaa;
	border-color: #274aaa;
	color: #fff;
}

.heading-title {
	color: #389dfa;
	margin-bottom: 1.25rem;
	font-weight: 400;
	line-height: 1.6;
}

.nav-links {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.25rem;
}

@media (min-width:1200px) {
	.nav-links {
		flex-direction: row;
		gap: 3.125rem;
	}
}
