@font-face {
	font-family: "CormorantGaramond";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/itsartlaw/assets/fonts/CormorantGaramond/CormorantGaramond-Medium.ttf") format("truetype"), url("/wp-content/themes/itsartlaw/assets/fonts/CormorantGaramond/CormorantGaramond-Medium.woff") format("woff"), url("/wp-content/themes/itsartlaw/assets/fonts/CormorantGaramond/CormorantGaramond-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "CrimsonText";
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/itsartlaw/assets/fonts/CrimsonText/CrimsonText-SemiBold.ttf") format("truetype"), url("/wp-content/themes/itsartlaw/assets/fonts/CrimsonText/CrimsonText-SemiBold.woff") format("woff"), url("/wp-content/themes/itsartlaw/assets/fonts/CrimsonText/CrimsonText-SemiBold.woff2") format("woff2");
}

@font-face {
	font-family: "NeueMontreal-Regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/itsartlaw/assets/fonts/NeueMontreal-Regular.ttf") format("truetype"), url("/wp-content/themes/itsartlaw/assets/fonts/NeueMontreal-Regular.woff") format("woff"), url("/wp-content/themes/itsartlaw/assets/fonts/NeueMontreal-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "NeueMontreal-Medium";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/itsartlaw/assets/fonts/NeueMontreal-Medium.ttf") format("truetype"), url("/wp-content/themes/itsartlaw/assets/fonts/NeueMontreal-Medium.woff") format("woff"), url("/wp-content/themes/itsartlaw/assets/fonts/NeueMontreal-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "NeueMontreal-Light";
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/itsartlaw/assets/fonts/NeueMontreal-Light.ttf") format("truetype"), url("/wp-content/themes/itsartlaw/assets/fonts/NeueMontreal-Light.woff") format("woff"), url("/wp-content/themes/itsartlaw/assets/fonts/NeueMontreal-Light.woff2") format("woff2");
}

@font-face {
	font-family: "NeueMontreal-Bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/itsartlaw/assets/fonts/NeueMontreal-Bold.ttf") format("truetype"), url("/wp-content/themes/itsartlaw/assets/fonts/NeueMontreal-Bold.woff") format("woff"), url("/wp-content/themes/itsartlaw/assets/fonts/NeueMontreal-Bold.woff2") format("woff2");
}

.strong {
	font-family: 'NeueMontreal-Medium', sans-serif;
	font-weight: 500;
}

.medium {
	font-family: 'NeueMontreal-Medium', sans-serif;
	font-weight: 500;
}

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

.pos-centr {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cover {
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}

@media (max-width: 1399px) {
	.hide-large-down {
		display: none !important;
	}
}

@media (min-width: 1399px) {
	.show-large-down {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.show-medium-down {
		display: none !important;
	}
}

@media (min-width: 1181px) {
	.show-medium-down-hamburger {
		display: none !important;
	}
}

@media (max-width: 1180px) {
	.medium-a-center {
		align-items: center !important;
	}
}

@media (max-width: 1024px) {
	.hide-medium-down {
		display: none !important;
	}
	.medium-aligne-center {
		align-items: center !important;
	}
	.md-text-start {
		text-align: start;
	}
}

@media (min-width: 1023px) {
	.show-on-medium {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.hide-on-medium {
		display: none !important;
	}
}

@media (min-width: 769px) {
	.show-on-mobile {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.hide-on-mobile {
		display: none !important;
	}
	.show-on-medium {
		display: none !important;
	}
	.sm-text-start {
		text-align: start;
	}
}

@media (min-width: 577px) {
	.show-on-xs {
		display: none !important;
	}
}

@media (max-width: 576px) {
	.hide-on-xs {
		display: none !important;
	}
	.show-on-medium {
		display: none !important;
	}
	.sm-text-start {
		text-align: start;
	}
}

.container-builder {
	width: 100%;
	max-width: 1342px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}

.container-ref {
	width: 100%;
	max-width: 1512px;
	padding-right: 32px;
	padding-left: 32px;
	margin: 0 auto;
}

@media (max-width: 1366px) {
	.container-ref {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 1025px) {
	.container-ref {
		padding-left: 16px;
		padding-right: 16px;
	}
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

html {
	box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'NeueMontreal-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25.6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	letter-spacing: 0;
	clear: both;
	margin-block-start: 0;
	margin-block-end: 0;
}

h2 {
	font-size: calc(24px + 8 * ((100vw - 414px) / 1506));
	line-height: calc(36px + 12 * ((100vw - 414px) / 1506));
	font-family: 'NeueMontreal-Medium', sans-serif;
	font-weight: 500;
}

h2.general {
	color: #83303A;
	font-family: 'NeueMontreal-Bold', sans-serif;
	font-size: 32px;
	line-height: 1.4;
}

h2.general + h3 {
	margin-top: 10px;
}

h2.general.center-bold {
	text-align: center;
	font-weight: 700;
}

@media (max-width: 768px) {
	h2.general.center-bold {
		text-align: left;
	}
}

@media (max-width: 1250px) {
	h2.general {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	h2.general {
		font-size: 24px;
		line-height: 29px;
	}
}

h2.secondary {
	color: #1F2E45;
	font-family: 'NeueMontreal-Bold', sans-serif;
}

h3 {
	font-size: calc(20px + 4 * ((100vw - 414px) / 1506));
	line-height: calc(26px + 5.2 * ((100vw - 414px) / 1506));
}

h3.secondary {
	font-size: calc(18px + 6 * ((100vw - 414px) / 1506));
	line-height: calc(21.6px + 7.2 * ((100vw - 414px) / 1506));
	font-family: 'NeueMontreal-Medium', sans-serif;
}

h3.general {
	color: #83303A;
	font-family: 'NeueMontreal-Bold', sans-serif;
	font-size: 28px;
	line-height: 1.4;
}

@media (max-width: 1250px) {
	h3.general {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	h3.general {
		font-size: 22px;
	}
}

h4 {
	font-size: calc(18px + 2 * ((100vw - 414px) / 1506));
	line-height: calc(22px + 2 * ((100vw - 414px) / 1506));
}

h5 {
	font-family: 'NeueMontreal-Medium', sans-serif;
	font-weight: 500;
	font-size: 18px;
}

h5.bold {
	font-family: NeueMontreal-Bold;
}

h6 {
	font-family: 'NeueMontreal-Bold', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

p {
	margin-bottom: 1.5em;
	margin-block-start: 0;
	margin-block-end: 0;
}

.underline {
	text-decoration-line: underline;
	color: inherit;
}

.underline-thick {
	text-decoration-line: underline;
	text-decoration-thickness: 0.5px;
}

.medium {
	font-family: 'NeueMontreal-Medium', sans-serif !important;
	font-weight: 500;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-18 {
	font-size: 18px;
}

.letter08 {
	letter-spacing: 0.8px;
}

.red {
	color: #83303A;
}

.list-square-red {
	list-style: square;
	padding-inline-start: 25px;
}

.list-square-red li::marker {
	color: #83303A;
}

.list-square {
	list-style: square;
	padding-inline-start: 25px;
}

.space-small {
	margin-bottom: 10px !important;
	font-size: 0;
	line-height: 0 !important;
}

.space-medium {
	margin-bottom: 20px !important;
	font-size: 0;
	line-height: 0 !important;
}

.space-large {
	margin-bottom: 30px !important;
	font-size: 0;
	line-height: 0 !important;
}

.last-item {
	margin-bottom: 0px !important;
}

.title-ref {
	color: #83303A;
	font-weight: 700;
	font-size: 38px;
	line-height: 1;
	font-family: "NeueMontreal-Bold", sans-serif;
}

@media (max-width: 1025px) {
	.title-ref {
		font-size: 24px;
	}
}

/* Elements
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

body {
	background: #FCFCFC;
	color: #000000;
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 100vh;
}

body.lock {
	overflow: hidden;
}

@media (max-width: 768px) {
	body.lock {
		overflow: initial;
		bottom: 0;
		left: 0;
		position: fixed !important;
		right: 0;
		top: 0;
	}
}

@media (max-width: 768px) {
	body.fixed {
		bottom: 0;
		left: 0;
		position: fixed !important;
		right: 0;
		top: 0;
	}
}

.sr-only {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.site-main.loading {
	opacity: 0.5;
	position: relative;
}

.site-main.loading::before {
	animation: spinner 1.1s ease-out infinite;
	border: 11px solid transparent;
	border-left-color: #83303A;
	border-radius: 50%;
	color: transparent;
	content: "";
	font-size: 0;
	height: 84px;
	width: 84px;
	left: calc(50% - 42px);
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
	top: 50px;
	transform: translateZ(0);
	z-index: 10;
}

@media (max-width: 768px) {
	.site-main.loading::before {
		border: 8px solid transparent;
		border-left-color: #83303A;
		width: 50px;
		height: 50px;
		top: 10px;
	}
}

.wpforms-recaptcha-hidden {
	display: none !important;
}

hr {
	background-color: gray;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
	padding-inline-start: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.marker-disc {
	list-style-type: disc;
	padding-inline-start: 25px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 33px;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

/* Forms
--------------------------------------------- */
button,
.button,
.btn {
	cursor: pointer;
	border: none;
	font-family: 'NeueMontreal-Medium', sans-serif !important;
	border-radius: 6px;
	transition: .3s ease;
	font-weight: 500;
}

.button {
	background: #83303A;
	padding: 11px 30px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 19px;
}

.button-wide {
	padding: 13px 37px;
	font-family: 'NeueMontreal-Bold', sans-serif;
}

.button:hover {
	background: #1F2E45;
}

.button-arrow {
	color: #83303A;
	font-family: "NeueMontreal-Medium", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 14px;
}

@media (max-width: 1025px) {
	.button-arrow {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.button-arrow {
		font-size: 0;
		line-height: 0;
		gap: 0;
	}
}

.button-arrow:after {
	content: '';
	display: inline-block;
	width: 84px;
	min-width: 84px;
	height: 22px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.35s ease-in-out;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85' height='23' fill='none' viewBox='0 0 85 23'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2383303A' d='m73.5 4.167-1.293 1.292 5.115 5.124H5v1.834h72.322l-5.115 5.124 1.293 1.292 7.333-7.333L73.5 4.167Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.5.5h84v22H.5z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

@media (max-width: 767px) {
	.button-arrow:after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74' height='20' fill='none' viewBox='0 0 74 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2383303A' d='m64.31 3.667-1.14 1.116 4.507 4.425H3.964v1.584h63.713l-4.507 4.425 1.14 1.116L70.77 10l-6.46-6.333Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h74v19H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
		width: 74px;
		min-width: 74px;
		height: 19px;
	}
}

.button-arrow:hover {
	text-decoration: underline;
}

.btn {
	background: #1F2E45;
	padding: 13px 30px;
	color: #FFFFFF;
}

.btn-wide {
	padding: 13px 60px;
	font-family: 'NeueMontreal-Bold', sans-serif;
}

.btn:hover {
	background: #253752;
}

.button-ref {
	font-family: "NeueMontreal-Medium", sans-serif;
	width: fit-content;
	display: inline-block;
	transition: 0.35s ease-in-out;
	padding: 13px 55px;
	border-radius: 6px;
	background: #83303A;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1;
	outline: 0;
	text-align: center;
}

.button-ref:hover {
	background: #1F2E45;
}

@media (max-width: 1025px) {
	.button-ref {
		padding: 13px 20px;
		font-size: 16px;
		width: 100%;
	}
}

/* Components
--------------------------------------------- */
.footer {
	overflow: hidden;
}

.footer-top {
	padding: 35px 0 30px;
	background: #1F2E45;
}

.footer-top__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px;
}

@media (max-width: 1025px) {
	.footer-top__wrapper {
		gap: 40px;
		align-items: flex-start;
		flex-direction: column;
	}
}

.footer-bottom {
	padding: 22px 0;
	background: #172437;
}

.footer-logo {
	width: 96px;
	min-width: 96px;
	height: 52px;
	margin-bottom: 38px;
}

@media (max-width: 1025px) {
	.footer-logo {
		width: 77px;
		min-width: 77px;
		height: 42px;
		margin-bottom: 29px;
	}
}

.footer-logo .custom-logo-link {
	width: 100%;
	height: 100%;
}

.footer-logo .custom-logo-link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(52deg) brightness(110%) contrast(101%);
}

.footer-follow {
	font-family: "NeueMontreal-Medium", sans-serif;
	font-size: 18px;
	line-height: 1;
	color: #FFFFFF;
	font-weight: 500;
	max-width: 456px;
	width: 100%;
	margin-bottom: 20px;
}

@media (max-width: 1025px) {
	.footer-follow {
		font-size: 16px;
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.footer-follow {
		margin-bottom: 16px;
	}
}

.footer-follow strong {
	font-weight: 700;
	font-family: "NeueMontreal-Bold", sans-serif;
}

.footer-posts {
	max-width: 456px;
	height: 332px;
	overflow: hidden;
	margin-bottom: 47px;
	width: 100%;
}

@media (max-width: 1025px) {
	.footer-posts {
		max-width: 100%;
		height: 357px;
		margin-bottom: 30px;
	}
}

.footer-posts * {
	width: 100%;
	height: 100%;
}

.footer-posts #sb_instagram.sbi_col_4 #sbi_images,
.footer-posts #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images, .footer-posts #sb_instagram.sbi_tab_col_3 #sbi_images {
	grid-template-columns: repeat(4, 100px) !important;
}

@media (max-width: 1025px) {
	.footer-posts #sb_instagram.sbi_col_4 #sbi_images,
	.footer-posts #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images, .footer-posts #sb_instagram.sbi_tab_col_3 #sbi_images {
		grid-template-columns: repeat(3, 108.5px) !important;
	}
}

.footer-posts #sb_instagram #sbi_images {
	padding: 0;
}

.footer-posts #sb_instagram #sbi_images .sbi_item {
	width: 100px !important;
	height: 100px !important;
}

@media (max-width: 1025px) {
	.footer-posts #sb_instagram #sbi_images .sbi_item {
		width: 108.5px !important;
		height: 108.5px !important;
	}
}

.footer-posts #sb_instagram {
	padding-bottom: 0 !important;
}

.footer-right {
	padding-top: 87px;
	max-width: 646px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 83px;
}

@media (max-width: 1025px) {
	.footer-right {
		padding-top: 0;
		max-width: 100%;
		gap: 40px;
	}
}

.footer-socials {
	display: flex;
	gap: 14px;
}

.footer-socials__icon {
	width: 34px;
	min-width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px;
	background: #FFFFFF;
	transition: 0.35s ease-in-out;
}

.footer-socials__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-socials__icon:hover {
	transform: scale(1.04);
}

.footer-disclaimer {
	display: flex;
	flex-direction: column;
	gap: 58px;
}

@media (max-width: 1025px) {
	.footer-disclaimer {
		gap: 44px;
	}
}

.footer-disclaimer__inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	gap: 18px;
}

@media (max-width: 767px) {
	.footer-disclaimer__inner {
		gap: 17px;
	}
}

.footer-disclaimer__inner strong {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	font-family: "NeueMontreal-Medium", sans-serif;
}

@media (max-width: 1025px) {
	.footer-disclaimer__inner strong {
		font-size: 16px;
	}
}

.footer-disclaimer__content {
	line-height: 1;
	color: #FFFFFF;
	font-family: "NeueMontreal-Regular", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.13px;
}

@media (max-width: 1025px) {
	.footer-disclaimer__content {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0;
		line-height: 1.2;
	}
}

.footer-disclaimer__content a {
	text-decoration: underline;
	display: inline-block;
	font-weight: 500;
	font-family: "NeueMontreal-Medium", sans-serif;
}

.footer-disclaimer__content p + p {
	margin-top: 25px;
}

@media (max-width: 767px) {
	.footer-disclaimer__content p + p {
		margin-top: 18px;
	}
}

@media (max-width: 1025px) {
	.footer-left {
		width: 100%;
	}
}

.footer-navigation {
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

@media (max-width: 1025px) {
	.footer-navigation {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

.footer-column {
	flex: 1;
	width: 100%;
}

@media (max-width: 1025px) {
	.footer-column {
		flex: auto;
		max-width: 100%;
		width: 100%;
	}
}

.footer-column .footer-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

@media (max-width: 1025px) {
	.footer-column .footer-list {
		gap: 16px;
	}
}

.footer-column .menu-item a {
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	font-family: "NeueMontreal-Medium", sans-serif;
	transition: 0.35s ease-in-out;
}

@media (max-width: 1025px) {
	.footer-column .menu-item a {
		gap: 16px;
	}
}

.footer-column .menu-item a:hover {
	text-decoration: underline;
}

.footer-copyright {
	text-align: center;
	width: fit-content;
	text-transform: uppercase;
	display: block;
	font-weight: 500;
	color: #425571;
	line-height: 1;
	font-size: 14px;
	margin: 0 auto;
}

@media (max-width: 1025px) {
	.footer-copyright {
		font-size: 14px;
		text-align: start;
		margin: 0;
	}
}

.header {
	background-color: #FAFAFA;
	position: relative;
	z-index: 160;
	top: 0;
	left: 0;
	width: 100%;
	transition: 0.35s ease-in-out;
	z-index: 1001;
}

.header * {
	font-family: 'NeueMontreal-Medium', sans-serif;
	font-weight: 500;
}

.header__active {
	z-index: 1001;
}

.header__wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
	align-items: center;
	position: relative;
	gap: 10px;
}

@media (max-width: 1366px) {
	.header__wrapper {
		padding-top: 16px;
		padding-bottom: 16px;
		z-index: 2;
	}
}

@media (max-width: 1025px) {
	.header__wrapper {
		padding: 14px 0px;
	}
}

.header__top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header__top .top-menu-general {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 49px;
}

@media (max-width: 1366px) {
	.header__top .top-menu-general {
		gap: 20px;
	}
}

@media (max-width: 1025px) {
	.header__top .top-menu-general {
		display: none;
	}
}

.header__top .top-menu-general .menu-item {
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A63036;
	position: relative;
}

@media (max-width: 1366px) {
	.header__top .top-menu-general .menu-item {
		font-size: 16px;
	}
}

.header__top .top-menu-general .menu-item:hover:after {
	width: 100%;
}

.header__top .top-menu-general .menu-item:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	top: 110%;
	left: 50%;
	transition: 0.25s linear;
	background-color: #A63036;
	transform: translate(-50%, 0);
}

.header__bottom {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.header__main {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 74px;
}

@media (max-width: 1366px) {
	.header__main {
		gap: 36px;
	}
}

@media (max-width: 1025px) {
	.header__main {
		gap: 0;
	}
}

.header__logo {
	width: 95px;
	min-width: 95px;
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media (max-width: 767px) {
	.header__logo {
		width: 73px;
		min-width: 73px;
		height: 38px;
	}
}

.header__logo a {
	display: block;
	width: 100%;
	height: 100%;
	transform: translateY(-6px);
	position: relative;
}

@media (max-width: 1025px) {
	.header__logo a {
		transform: none;
	}
}

.header__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.header__additional {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

.header__search {
	position: relative;
	transform: translateY(-8px);
}

@media (max-width: 1025px) {
	.header__search {
		transform: none;
		position: initial;
	}
}

.header__search-toggle {
	border: none;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
	height: 23px;
	width: 120px;
	overflow: hidden;
}

@media (max-width: 1025px) {
	.header__search-toggle {
		width: 30px;
		height: 30px;
		justify-content: flex-start;
		padding: 0;
		position: initial;
	}
}

.header__search-toggle:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23A63036' d='M14.208 13.333h-.724l-.257-.247a5.932 5.932 0 0 0 1.44-3.878 5.958 5.958 0 1 0-5.959 5.959c1.476 0 2.833-.541 3.878-1.44l.247.257v.724l4.584 4.574 1.365-1.365-4.574-4.584Zm-5.5 0a4.12 4.12 0 0 1-4.125-4.125 4.12 4.12 0 0 1 4.125-4.125 4.12 4.12 0 0 1 4.125 4.125 4.12 4.12 0 0 1-4.125 4.125Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

@media (max-width: 1025px) {
	.header__search-toggle:hover:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2383303A' d='M19.375 17.5h-.988l-.35-.337A8.089 8.089 0 0 0 20 11.875a8.125 8.125 0 0 0-8.125-8.125 8.125 8.125 0 0 0-8.125 8.125A8.125 8.125 0 0 0 11.875 20a8.089 8.089 0 0 0 5.288-1.962l.337.35v.987l6.25 6.238 1.863-1.863-6.238-6.25Zm-7.5 0a5.617 5.617 0 0 1-5.625-5.625 5.617 5.617 0 0 1 5.625-5.625 5.617 5.617 0 0 1 5.625 5.625 5.617 5.617 0 0 1-5.625 5.625Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
}

.header__search-toggle:hover span {
	color: #A63036;
}

.header__search-toggle:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23A63036' d='m17.417 5.876-1.293-1.293L11 9.707 5.876 4.583 4.583 5.876 9.709 11l-5.125 5.124 1.293 1.292L11 12.292l5.124 5.124 1.293-1.292L12.293 11l5.124-5.124Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.header__search-toggle:before {
	content: '';
	display: block;
	width: 22px;
	min-width: 22px;
	height: 22px;
	position: relative;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M14.208 13.333h-.724l-.257-.247a5.932 5.932 0 0 0 1.44-3.878 5.958 5.958 0 1 0-5.959 5.959c1.476 0 2.833-.541 3.878-1.44l.247.257v.724l4.584 4.574 1.365-1.365-4.574-4.584Zm-5.5 0a4.12 4.12 0 0 1-4.125-4.125 4.12 4.12 0 0 1 4.125-4.125 4.12 4.12 0 0 1 4.125 4.125 4.12 4.12 0 0 1-4.125 4.125Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	transition: 0.25s linear;
}

@media (max-width: 1025px) {
	.header__search-toggle:before {
		width: 30px;
		min-width: 30px;
		height: 30px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2383303A' d='M19.375 17.5h-.988l-.35-.337A8.089 8.089 0 0 0 20 11.875a8.125 8.125 0 0 0-8.125-8.125 8.125 8.125 0 0 0-8.125 8.125A8.125 8.125 0 0 0 11.875 20a8.089 8.089 0 0 0 5.288-1.962l.337.35v.987l6.25 6.238 1.863-1.863-6.238-6.25Zm-7.5 0a5.617 5.617 0 0 1-5.625-5.625 5.617 5.617 0 0 1 5.625-5.625 5.617 5.617 0 0 1 5.625 5.625 5.617 5.617 0 0 1-5.625 5.625Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
}

.header__search-toggle span {
	position: relative;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	transition: 0.25s linear;
}

@media (max-width: 1366px) {
	.header__search-toggle span {
		font-size: 16px;
	}
}

@media (max-width: 1025px) {
	.header__search-toggle span {
		display: none;
	}
}

.header__search-toggle:after {
	content: '';
	display: block;
	width: 22px;
	min-width: 22px;
	height: 22px;
	margin-right: -31px;
	position: relative;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%233E3E3E' d='m17.417 5.876-1.293-1.293L11 9.707 5.876 4.583 4.583 5.876 9.709 11l-5.125 5.124 1.293 1.292L11 12.292l5.124 5.124 1.293-1.292L12.293 11l5.124-5.124Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	transition: 0.25s linear;
}

@media (max-width: 1025px) {
	.header__search-toggle:after {
		width: 30px;
		min-width: 30px;
		height: 30px;
		margin-right: 0;
	}
}

.header__search-toggle.active span, .header__search-toggle.active:before {
	transform: translateY(100%);
	opacity: 0;
}

@media (max-width: 1025px) {
	.header__search-toggle.active span, .header__search-toggle.active:before {
		transform: translateX(-37px);
	}
}

.header__search-toggle.active:after {
	transform: translateX(-25px);
}

@media (max-width: 1025px) {
	.header__search-toggle.active:after {
		transform: translateX(-37px);
	}
}

.header__search .search-form {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	top: 120%;
	transform: scale(0.95);
	right: 0;
	opacity: 0;
	width: 428px;
	background-color: #FFFFFF;
	border-top: 2px solid #83303A;
	box-shadow: 0px 2px 3px 0px #00000026;
	padding: 6px 4px;
	pointer-events: none;
	transition: 0.25s linear;
}

@media (max-width: 1366px) {
	.header__search .search-form {
		width: 328px;
	}
}

@media (max-width: 1025px) {
	.header__search .search-form {
		width: 100vw;
		transform: scale(1);
		left: -16px;
		top: 105%;
	}
}

.header__search .search-form.active {
	top: calc(100% + 7px);
	opacity: 1;
	transform: scale(1);
	pointer-events: all;
}

@media (max-width: 1025px) {
	.header__search .search-form.active {
		top: 100%;
	}
}

.header__search .search-form label {
	display: none;
}

.header__search .search-form button {
	width: 46px;
	min-width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: none;
}

@media (max-width: 1366px) {
	.header__search .search-form button {
		width: 36px;
		min-width: 36px;
		height: 36px;
	}
}

.header__search .search-form button svg {
	width: 24px;
	height: 24px;
	display: block;
}

.header__search .search-form input {
	border: none;
	outline: none;
	background-color: transparent;
	height: 46px;
	width: 100%;
	font-family: "NeueMontreal-Regular", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	padding: 0 0 2px 0;
	color: #000000;
}

@media (max-width: 1366px) {
	.header__search .search-form input {
		font-size: 16px;
		height: 36px;
	}
}

.header__search .search-form input::placeholder {
	font-family: "NeueMontreal-Regular", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #8B8B8B;
}

@media (max-width: 1366px) {
	.header__search .search-form input::placeholder {
		font-size: 16px;
	}
}

.header__navigation {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-left: 0px;
}

@media (max-width: 1025px) {
	.header__navigation {
		display: none;
	}
}

.header__navigation > ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 27.5px;
	padding-left: 0;
}

@media (max-width: 1366px) {
	.header__navigation > ul {
		gap: 20px;
	}
}

.header__navigation > ul li + li {
	margin-top: 0;
}

.header__navigation > ul a,
.header__navigation > ul span {
	text-align: left;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.35s ease-in-out;
	opacity: 1;
	font-size: 18px;
	white-space: nowrap;
	line-height: 1;
	padding-bottom: 10px;
}

@media (max-width: 1366px) {
	.header__navigation > ul a,
	.header__navigation > ul span {
		font-size: 16px;
	}
}

.header__navigation > ul li.current_page_item > a,
.header__navigation > ul li.current_page_item > span {
	color: #000000;
}

.header__navigation > ul li.current-menu-item > a,
.header__navigation > ul li.current-menu-item > span {
	color: #83303A !important;
}

.header__navigation ul.top-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	gap: 27px;
	margin-bottom: 0;
}

.header__navigation ul.top-menu > li {
	position: relative;
	list-style: none;
}

.header__navigation ul.top-menu > li:hover > .menu-item .header__navigation ul.top-menu > li:hover > .menu-item-arrow-has-children,
.header__navigation ul.top-menu > li:hover > span,
.header__navigation ul.top-menu > li:hover > a {
	color: #83303A !important;
	transform-origin: center;
}

@media (max-width: 1025px) {
	.header__navigation ul.top-menu > li:hover > .menu-item .header__navigation ul.top-menu > li:hover > .menu-item-arrow-has-children,
	.header__navigation ul.top-menu > li:hover > span,
	.header__navigation ul.top-menu > li:hover > a {
		opacity: 1;
	}
}

.header__navigation ul.top-menu > li:hover > .menu-item-arrow-has-children:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	filter: brightness(0) saturate(100%) invert(22%) sepia(11%) saturate(7393%) hue-rotate(319deg) brightness(91%) contrast(86%);
}

.header__navigation ul.top-menu > li:hover > .sub-menu-container-box {
	opacity: 1;
	pointer-events: all;
	transition-delay: 0ms;
	top: 100%;
	transform: translate(0, 0);
}

.header__navigation ul.top-menu > li.menu-item-has-children {
	gap: 7.5px;
	display: flex;
	transition: 0.35s ease-in-out;
	justify-content: center;
	align-items: center;
}

.header__navigation ul.top-menu > li.current-menu-ancestor > a,
.header__navigation ul.top-menu > li.current-menu-ancestor > span.menu-item, .header__navigation ul.top-menu > li.current_page_item > a,
.header__navigation ul.top-menu > li.current_page_item > span.menu-item {
	color: #000000;
}

.header__navigation ul.top-menu > li.current-menu-ancestor + li.current-menu-ancestor a,
.header__navigation ul.top-menu > li.current-menu-ancestor + li.current-menu-ancestor span.menu-item {
	color: #000000;
}

.header__navigation ul.top-menu > li.current-menu-parent ~ .current-menu-item a,
.header__navigation ul.top-menu > li.current-menu-parent ~ .current-menu-item span.menu-item {
	color: #000000;
}

.header__navigation ul.top-menu > li > a,
.header__navigation ul.top-menu > li > span.menu-item {
	display: inline-block;
	cursor: pointer;
	align-items: center;
	color: #000000;
	display: flex;
	font-size: 18px;
	justify-content: center;
	line-height: 1;
	opacity: 1;
	position: relative;
	text-align: left;
	transition: all .25s ease-in-out;
	width: 100%;
	white-space: nowrap;
}

@media (max-width: 1366px) {
	.header__navigation ul.top-menu > li > a,
	.header__navigation ul.top-menu > li > span.menu-item {
		font-size: 16px;
	}
}

.header__navigation ul.top-menu > li > .menu-item-arrow-has-children {
	min-width: 18px;
	width: 18px;
	height: 18px;
	transform-origin: center;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -1.6px;
	position: relative;
}

@media (max-width: 1366px) {
	.header__navigation ul.top-menu > li > .menu-item-arrow-has-children {
		min-width: 16px;
		width: 16px;
		height: 16px;
	}
}

.header__navigation ul.top-menu > li > .menu-item-arrow-has-children:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' fill='none' viewBox='0 0 18 19'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M5.558 6.942 9 10.377l3.443-3.435L13.5 8 9 12.5 4.5 8l1.058-1.058Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	transition: 0.35s ease-in-out;
	transform-origin: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	min-width: 100%;
	height: 100%;
	display: block;
	position: relative;
	top: -2px;
}

.header__submenu-close {
	display: none;
}

.header__burger {
	display: none;
}

@media (max-width: 1025px) {
	.header__burger {
		width: 30px;
		min-width: 30px;
		height: 30px;
		display: inline-block;
		background-color: transparent;
		border: none;
		cursor: pointer;
		transition: none;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M3.75 22.5h22.5V20H3.75v2.5Zm0-6.25h22.5v-2.5H3.75v2.5Zm0-8.75V10h22.5V7.5H3.75Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
}

.header__burger.active {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' stroke='%23FAFAFA' stroke-width='.2' d='m23.608 8.012-6.917 6.918-.07.07 6.987 6.987-1.62 1.621L15 16.621l-.07.07-6.918 6.917-1.621-1.62 6.918-6.918.07-.07L6.39 8.012 8.01 6.39 15 13.379l.07-.07 6.917-6.918 1.621 1.62Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.sub-menu-container-box {
	position: absolute;
	padding: 7px 0 10px;
	left: 0;
	transform: translate(-5%, 0);
	z-index: 5;
	min-width: 166px;
	width: fit-content;
	opacity: 0;
	top: 100%;
	pointer-events: none;
	transition-property: opacity, top;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	background: #FFFFFF;
	border-top: 2px solid #A63036;
	transition: 0.25s ease-in-out;
	box-shadow: 0px 2px 6px 0px #00000033;
}

.sub-menu-container-box::-webkit-scrollbar {
	width: 0;
}

.sub-menu-container-box .sub-menu-container-box {
	left: 100%;
	transform: translate(0, 0);
	top: 0 !important;
	padding: 0 !important;
	border-top: none;
}

ul.sub-menu {
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	text-align: left;
	list-style: none;
}

ul.sub-menu li.menu-item {
	width: 100%;
	background-color: white;
	transition: 0.25s ease-in-out;
}

ul.sub-menu li.menu-item:hover {
	background: #F5F5F5;
}

ul.sub-menu li {
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
}

ul.sub-menu li:has(.menu-item:hover) .sub-menu-container-box {
	left: 100%;
}

ul.sub-menu li.current-menu-ancestor > a,
ul.sub-menu li.current-menu-ancestor > span.menu-item {
	color: #000000;
}

ul.sub-menu li a,
ul.sub-menu li span.menu-item {
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
	font-family: "NeueMontreal-Regular", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #000000;
	padding: 14px 16px;
	width: 100%;
	height: 100%;
	transition: 0.35s ease-in-out;
	transition: 0.25s ease-in-out;
}

@media (max-width: 1366px) {
	ul.sub-menu li a,
	ul.sub-menu li span.menu-item {
		font-size: 16px;
		padding: 10px 14px;
	}
}

@media (max-width: 1025px) {
	ul.sub-menu li a,
	ul.sub-menu li span.menu-item {
		padding: 0;
	}
}

ul.sub-menu li .sub-menu-container {
	position: absolute;
	top: 0;
	z-index: 5;
	transform: translate(100%, -11px);
}

ul.sub-menu li:hover > .sub-menu-container-box {
	opacity: 1;
	pointer-events: all;
}

ul.sub-menu li.menu-item-has-children {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.sub-menu li.menu-item-has-children:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: relative;
	transform-origin: center;
	width: 46px;
	min-width: 46px;
	height: 46px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M6.442 12.443 9.877 9 6.442 5.558 7.5 4.5 12 9l-4.5 4.5-1.058-1.057Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 18V0h18v18z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	transition: 0.25s ease-in-out;
}

@media (max-width: 1366px) {
	ul.sub-menu li.menu-item-has-children:after {
		width: 36px;
		min-width: 36px;
		height: 36px;
		background-size: 16px 16px;
	}
}

@media (max-width: 1025px) {
	ul.sub-menu li.menu-item-has-children:after {
		content: none;
	}
}

.mob-menu-title,
.menu-goto-parent,
.top-menu-background,
.parent-menu-title,
.menu-nav {
	display: none;
}

@use '../abstracts/variables/colors'as *;
@use '../abstracts/variables/breakpoints'as *;
.header-burger {
	position: fixed;
	top: -100%;
	right: 0;
	background-color: #FAFAFA;
	width: 100%;
	overflow: auto;
	z-index: 150;
	padding-top: 15.008px;
	padding-bottom: 15.008px;
	transition: 0.35s ease-in-out;
}

@media (max-width: 767px) {
	.header-burger {
		width: 100%;
	}
}

.header-burger * {
	font-weight: 400;
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	font-family: "NeueMontreal-Regular", sans-serif;
}

.header-burger .container-ref {
	padding-left: 0;
	padding-right: 0;
}

.header-burger::-webkit-scrollbar {
	width: 2.4px;
}

.header-burger::-webkit-scrollbar-track {
	background: transparent;
	border: none !important;
}

.header-burger::-webkit-scrollbar-thumb {
	background-color: #83303A;
	border: none !important;
}

.header-burger__additional .menu li a,
.header-burger__additional .menu li span {
	padding-left: 16px;
	padding-right: 16px;
	height: 48px;
	font-weight: 500;
	font-family: 'NeueMontreal-Medium', sans-serif;
	font-style: Medium;
	color: #83303A;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header-burger.active {
	pointer-events: all;
	opacity: 1;
}

.header-burger__wrapper {
	width: 100%;
}

.header-burger__nav .menu {
	display: flex;
	gap: 0px;
	flex-direction: column;
	overflow-y: auto;
	padding-left: 0;
	overflow-x: hidden;
	height: 100%;
}

.header-burger__nav .menu > .menu-item {
	padding-left: 16px;
	padding-right: 7px;
	background-color: transparent;
}

.header-burger__nav .menu > .menu-item > a,
.header-burger__nav .menu > .menu-item > span {
	width: 100%;
	height: 48px;
	text-align: left;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-family: 'NeueMontreal-Medium', sans-serif;
}

.header-burger__nav .menu > .menu-item > a span,
.header-burger__nav .menu > .menu-item > span span {
	font-weight: 500 !important;
	font-family: 'NeueMontreal-Medium', sans-serif !important;
}

.header-burger__nav .menu > .menu-item > .sub-menu {
	padding-bottom: 26px;
}

.header-burger__nav .menu > .menu-item > .sub-menu * {
	font-weight: 400 !important;
	font-family: "NeueMontreal-Regular", sans-serif !important;
	height: fit-content;
}

.header-burger__nav .menu > .menu-item > .sub-menu .arrow {
	min-height: 22px;
	height: 22px;
}

.header-burger__nav .menu > .menu-item > .sub-menu .sub-menu {
	margin-top: 20px;
}

.header-burger__nav .menu .menu-item-parent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 10px;
}

.header-burger__nav .menu .menu-item-parent a {
	width: 100%;
	height: 48px;
	text-align: left;
	display: flex;
	align-items: center;
}

.header-burger__nav .menu .menu-item-parent a span {
	width: 100%;
}

.header-burger__nav .menu > .menu-item-has-children {
	width: 100%;
}

.header-burger__nav .menu > .menu-item-has-children.open {
	background-color: #F5F5F5;
}

.header-burger__nav .menu > .menu-item-has-children .menu-item-parent a span {
	font-weight: 500;
	font-family: 'NeueMontreal-Medium', sans-serif;
}

.header-burger__nav .menu .menu-item-has-children.open > .menu-item-parent a,
.header-burger__nav .menu .menu-item-has-children.open > .menu-item-parent span {
	font-weight: 500 !important;
	font-family: 'NeueMontreal-Medium', sans-serif !important;
}

.header-burger__nav .menu .menu-item-has-children.open > .menu-item-parent .arrow {
	transform: rotate(180deg);
}

.header-burger__nav .menu::-webkit-scrollbar {
	width: 0;
}

.header-burger__nav .menu::-webkit-scrollbar-track {
	background: transparent;
}

.header-burger__nav .menu::-webkit-scrollbar-thumb {
	background-color: transparent;
	border: none;
}

.header-burger__nav .menu .sub-menu {
	background-color: transparent;
	z-index: 100;
	padding-left: 18px !important;
	gap: 18px;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.header-burger__nav .menu .sub-menu li.menu-item {
	background-color: transparent;
}

.header-burger__nav .menu .sub-menu.open {
	opacity: 1;
	overflow: visible;
}

.header-burger__nav .menu .sub-menu.open li + li {
	margin-top: 0px;
}

.header-burger__nav .menu .sub-menu.open ul li + li {
	margin-top: 0;
}

.header-burger__nav .menu .sub-menu .menu-item-has-children .sub-menu {
	width: 100%;
	padding-left: 18px;
	gap: 18px !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.header-burger__nav .menu .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
	width: 100%;
	padding-left: 18px;
	gap: 16px !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.header-burger__nav .menu .menu-item {
	position: relative;
	display: inline-flex;
	flex-direction: column;
}

.header-burger__nav .menu .menu-item > a {
	display: inline-flex;
	width: fit-content;
}

.header-burger__nav .menu .menu-item-has-children:has(.open) > a {
	padding-bottom: 20px;
	color: #000000;
}

.header-burger__nav .menu .sub-menu .menu-item {
	width: 100%;
}

.header-burger__nav .menu .menu-item-has-children > a {
	position: relative;
	padding-right: 50px;
	transition: 0.15s ease-in-out;
	width: 100%;
}

.header-burger__nav .menu .menu-item-has-children > a.active::after,
.header-burger__nav .menu .menu-item-has-children:hover > a::after {
	transform: translateY(23%) rotate(316deg);
}

.header-burger .arrow {
	display: inline-block;
	cursor: pointer;
	position: relative;
	top: 0px;
	right: 0;
	transform-origin: center;
	width: 48px;
	min-width: 48px;
	height: 48px;
	background-size: 18px 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M5.558 6.442 9 9.877l3.443-3.435L13.5 7.5 9 12 4.5 7.5l1.058-1.058Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	display: inline-block;
	padding: 0;
	transform: translateY(0px) rotate(0deg);
	transition: transform 0.3s ease;
	z-index: 5;
}

.header-burger .arrow.open {
	transform: translateY(0px) rotate(180deg);
}

.breadcrumbs {
	display: flex;
	text-transform: capitalize;
	gap: 10px;
	align-items: center;
	flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
	.breadcrumbs {
		gap: 4px;
	}
}

.breadcrumbs a span {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.breadcrumbs a span:after {
	content: "";
	position: absolute;
	bottom: -2.4px;
	left: 50%;
	transform: translate(-50%);
	display: block;
	height: 1px;
	background: #757575;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
	opacity: 0;
}

.breadcrumbs a:hover span:after {
	opacity: 1;
}

.breadcrumbs a,
.breadcrumbs span {
	font-size: 16px;
	color: #757575;
	font-weight: 400;
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.breadcrumbs a,
	.breadcrumbs span {
		font-size: 12px;
	}
}

.breadcrumbs__wrapper {
	width: 100% !important;
	padding: 25px 0 25px;
}

@media screen and (max-width: 1024px) {
	.breadcrumbs__wrapper {
		padding: 16px 0;
	}
}

.breadcrumbs__separator {
	width: 13px;
	min-width: 13px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.breadcrumbs__separator svg {
	width: 10px;
	height: auto;
	object-fit: contain;
}

.breadcrumbs__current {
	color: #232323 !important;
	max-width: 800px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'NeueMontreal-Medium', sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal !important;
	width: fit-content;
}

@media screen and (max-width: 1024px) {
	.breadcrumbs__current {
		max-width: 190px;
	}
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100000;
	overflow: hidden;
	background: #F5F5F5;
}

.preloader .custom-logo-link {
	width: 176px;
	height: 176px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: pulse 2s infinite ease-in-out;
}

@media screen and (max-width: 1024px) {
	.preloader .custom-logo-link {
		width: 160px;
		height: 160px;
	}
}

.preloader .custom-logo-link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@keyframes pulse {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 0.8;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}

.holiday-popup-overlay[hidden] {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.holiday-popup-overlay {
	position: fixed;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.holiday-popup {
	position: relative;
	display: flex;
	max-width: 700px;
	height: 400px;
	max-height: 400px;
	min-height: 400px;
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 0px 30px 0px #0000001a;
	overflow: hidden;
	font-family: "NeueMontreal-Regular", sans-serif;
}

.holiday-popup__close {
	position: absolute;
	top: 11px;
	right: 10px;
	background: transparent;
	border: none;
	width: 22px;
	max-width: 22px;
	min-width: 22px;
	height: 22px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%233e3e3e' d='m17.417 5.876-1.293-1.293L11 9.708 5.876 4.583 4.583 5.876 9.709 11l-5.124 5.124 1.292 1.293L11 12.292l5.124 5.125 1.293-1.293L12.293 11z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	cursor: pointer;
	line-height: 1;
}

.holiday-popup__media {
	width: 320px;
	max-width: 320px;
	min-width: 320px;
}

.holiday-popup__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.holiday-popup__content {
	width: 380px;
	max-width: 380px;
	min-width: 380px;
	padding: 51px 32px 38px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: #000000;
}

.holiday-popup__content h2 {
	margin: 0;
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	color: #83303a;
	line-height: 1.24;
	letter-spacing: 0.85px;
}

.holiday-popup__subtitle {
	margin-top: 7px;
	font-size: 22px;
	font-weight: 500;
	font-family: "NeueMontreal-Medium", sans-serif;
	color: #83303a;
	text-align: center;
}

.holiday-popup__description {
	margin-top: 46px;
	text-align: center;
}

.holiday-popup__description * {
	font-family: "NeueMontreal-Regular", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #000000;
}

.holiday-popup__description strong {
	font-weight: 700;
	font-family: "NeueMontreal-Bold", sans-serif;
}

.holiday-popup__actions {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.holiday-popup__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 13px;
	background: #83303a;
	color: #ffffff;
	height: 48px;
	font-size: 18px;
	border-radius: 6px;
	font-family: "NeueMontreal-Medium", sans-serif;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.holiday-popup__button:hover {
	background: #5e2331;
}

.holiday-popup__button:focus {
	background: #5e2331;
}

.holiday-popup__dismiss {
	background: transparent;
	border: none;
	color: #555555;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	font-family: "NeueMontreal-Medium", sans-serif;
	cursor: pointer;
	transition: color 0.2s ease-in-out;
}

.holiday-popup__dismiss:hover {
	color: #83303a;
}

.holiday-popup__dismiss:focus {
	color: #83303a;
}

@media (max-width: 768px) {
	.holiday-popup {
		flex-direction: column;
		max-width: 340px;
		height: fit-content;
		max-height: fit-content;
		min-height: 551px;
		box-shadow: 0px 0px 30px 0px #0000001A;
	}
	.holiday-popup__media {
		flex: none;
		height: 250px;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	.holiday-popup__content {
		padding: 24px;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		justify-content: flex-start;
	}
	.holiday-popup__content h2 {
		font-size: 30px;
		line-height: 1;
		letter-spacing: 0;
	}
	.holiday-popup__close {
		filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(69deg) brightness(103%) contrast(104%);
	}
	.holiday-popup__subtitle {
		font-size: 18px;
		line-height: 1;
		letter-spacing: 0;
		margin-top: 10px;
	}
	.holiday-popup__description {
		margin-top: 28px;
	}
	.holiday-popup__description * {
		font-size: 16px;
		line-height: 26px;
	}
	.holiday-popup__actions {
		margin-top: 25px;
		gap: 18px;
	}
	.holiday-popup__button {
		height: 46px;
		font-size: 16px;
		line-height: 0;
	}
	.holiday-popup__dismiss {
		font-size: 14px;
		line-height: 24px;
	}
}

.resources-popup-overlay[hidden] {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.resources-popup-overlay {
	position: fixed;
	height: fit-content;
	min-height: 260px;
	bottom: 19px;
	right: 21.5px;
	z-index: 9998;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	box-shadow: 0px 0px 30px 0px #0000001a;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

@media (max-width: 768px) {
	.resources-popup-overlay {
		display: none;
	}
}

.resources-popup {
	position: relative;
	display: flex;
	min-width: 485px;
	max-width: 485px;
	height: fit-content;
	align-items: center;
	min-height: 260px;
	width: 100%;
	background: #ffffff;
	padding: 15px;
	overflow: hidden;
	font-family: "NeueMontreal-Regular", sans-serif;
	box-shadow: 0px 4px 10px #ECECEC;
}

.resources-popup__close {
	position: absolute;
	top: 15px;
	right: 14.5px;
	background: transparent;
	border: none;
	width: 20px;
	max-width: 20px;
	min-width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%233e3e3e' d='m15.833 5.342-1.175-1.175L10 8.825 5.342 4.167 4.167 5.342 8.825 10l-4.658 4.658 1.175 1.175L10 11.175l4.658 4.658 1.175-1.175L11.175 10z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	cursor: pointer;
	line-height: 1;
}

.resources-popup__media {
	width: 190px;
	max-width: 190px;
	min-width: 190px;
	height: 230px;
}

.resources-popup__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.resources-popup__content {
	width: 252px;
	max-width: 252px;
	min-width: 252px;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	height: -webkit-fill-available;
	justify-content: space-between;
	align-items: center;
	color: #000000;
	padding-top: 25px;
	background: #ffffff;
	gap: 10px;
}

.resources-popup__content h2 {
	margin: 0;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	color: #83303a;
	line-height: 1.24;
	letter-spacing: 0.85px;
}

.resources-popup__description {
	margin-top: 22px;
	text-align: left;
}

.resources-popup__description * {
	font-family: "NeueMontreal-Regular", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.resources-popup__description strong {
	font-weight: 500;
	font-family: "NeueMontreal-Medium", sans-serif;
}

.resources-popup__actions {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 14px;
}

.resources-popup__button {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	gap: 8px;
	color: #83303a;
	height: 19px;
	font-size: 16px;
	font-family: "NeueMontreal-Medium", sans-serif;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.resources-popup__button:after {
	content: '';
	display: inline-block;
	width: 48px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='16' fill='none' viewBox='0 0 48 16'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2383303a' d='m40.73 2.91-.768.896 3.041 3.558H0v1.272h43.003l-3.041 3.558.768.897 4.36-5.09z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/*# sourceMappingURL=default-styles.css.map */