<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	/* Colors */
	--art-colors-text: #000000;
	--art-colors-second-text: #000000;
	--art-colors-link: #B99755;
	--art-colors-hover: #A6874C;
	--art-colors-accent: #B99755;
	--art-colors-tertiary: #FFFFFF;
	--art-colors-heading: #000000;
	--art-colors-bg: #FFFFFF;
	--art-colors-second-bg: #F7F4F1;
	--art-colors-bd: #C3C3C3;

	--art-second-colors-text: #FFFFFF;
	--art-second-colors-second-text: #FFFFFF;
	--art-second-colors-link: #B99755;
	--art-second-colors-hover: #A6874C;
	--art-second-colors-accent: #B99755;
	--art-colors-tertiary: #FFFFFF;
	--art-second-colors-heading: #FFFFFF;
	--art-second-colors-bg: #000000;
	--art-second-colors-second-bg: #000000;
	--art-second-colors-bd: #333333;

	/* Typography */
	--art-default-font: sans-serif;

	/* Body */
	--art-body-font-family: 'Jost', var(--art-default-font);
	--art-body-font-weight: 300;
	--art-body-font-style: normal;
	--art-body-font-size: 18px;
	--art-body-line-height: 1.77em;
	--art-body-text-transform: none;
	--art-body-text-decoration: none;
	--art-body-letter-spacing: 0;

	--art-body-two-font-family: 'Jost', var(--art-default-font);
	--art-body-two-font-weight: 400;
	--art-body-two-font-style: normal;
	--art-body-two-font-size: 28px;
	--art-body-two-line-height: 1.4em;
	--art-body-two-text-transform: none;
	--art-body-two-text-decoration: none;
	--art-body-two-letter-spacing: 0.04em;

	--art-body-three-font-family: 'Jost', var(--art-default-font);
	--art-body-three-font-weight: 400;
	--art-body-three-font-style: normal;
	--art-body-three-font-size: 20px;
	--art-body-three-line-height: 1.45em;
	--art-body-three-text-transform: none;
	--art-body-three-text-decoration: none;
	--art-body-three-letter-spacing: 0.04em;

	--art-body-four-font-family: 'Jost', var(--art-default-font);
	--art-body-four-font-weight: 400;
	--art-body-four-font-style: normal;
	--art-body-four-font-size: 18px;
	--art-body-four-line-height: 1.77em;
	--art-body-four-text-transform: none;
	--art-body-four-text-decoration: none;
	--art-body-four-letter-spacing: 0.08em;

	--art-body-five-font-family: 'Jost', var(--art-default-font);
	--art-body-five-font-weight: 300;
	--art-body-five-font-style: normal;
	--art-body-five-font-size: 16px;
	--art-body-five-line-height: 1.75em;
	--art-body-five-text-transform: none;
	--art-body-five-text-decoration: none;
	--art-body-five-letter-spacing: 0;

	--art-body-six-font-family: 'Jost', var(--art-default-font);
	--art-body-six-font-weight: 400;
	--art-body-six-font-style: normal;
	--art-body-six-font-size: 14px;
	--art-body-six-line-height: 1.85em;
	--art-body-six-text-transform: uppercase;
	--art-body-six-text-decoration: none;
	--art-body-six-letter-spacing: 0.08em;

	--art-accent-font-family: 'Jost', var(--art-default-font);
	--art-accent-font-weight: 300;
	--art-accent-font-style: normal;
	--art-accent-font-size: 18px;
	--art-accent-line-height: 1.44em;
	--art-accent-text-transform: none;
	--art-accent-text-decoration: none;
	--art-accent-letter-spacing: 0.02em;

	--art-button-font-family: 'Jost', var(--art-default-font);
	--art-button-font-weight: 400;
	--art-button-font-style: normal;
	--art-button-font-size: 14px;
	--art-button-line-height: 1.8em;
	--art-button-text-transform: uppercase;
	--art-button-text-decoration: none;
	--art-button-letter-spacing: 0.08em;

	--art-blockquote-font-family: 'Cormorant Garamond', var(--art-default-font);
	--art-blockquote-font-weight: 500;
	--art-blockquote-font-style: normal;
	--art-blockquote-font-size: 36px;
	--art-blockquote-line-height: 1.27em;
	--art-blockquote-text-transform: none;
	--art-blockquote-text-decoration: none;
	--art-blockquote-letter-spacing: 0;

	--art-h1-font-family: 'Cormorant Garamond', var(--art-default-font);
	--art-h1-font-weight: 500;
	--art-h1-font-style: normal;
	--art-h1-font-size: 100px;
	--art-h1-line-height: 1.21em;
	--art-h1-text-transform: none;
	--art-h1-text-decoration: none;
	--art-h1-letter-spacing: 0.04em;

	--art-h1-mobile-font-family: 'Cormorant Garamond', var(--art-default-font);
	--art-h1-mobile-font-weight: 500;
	--art-h1-mobile-font-style: normal;
	--art-h1-mobile-font-size: 60px;
	--art-h1-mobile-line-height: 1.21em;
	--art-h1-mobile-text-transform: none;
	--art-h1-mobile-text-decoration: none;
	--art-h1-mobile-letter-spacing: 0.04em;

	--art-h2-font-family: 'Cormorant Garamond', var(--art-default-font);
	--art-h2-font-weight: 500;
	--art-h2-font-style: normal;
	--art-h2-font-size: 84px;
	--art-h2-line-height: 1.2em;
	--art-h2-text-transform: uppercase;
	--art-h2-text-decoration: none;
	--art-h2-letter-spacing: 0;

	--art-h2-mobile-font-family: 'Cormorant Garamond', var(--art-default-font);
	--art-h2-mobile-font-weight: 500;
	--art-h2-mobile-font-style: normal;
	--art-h2-mobile-font-size: 50px;
	--art-h2-mobile-line-height: 1.2em;
	--art-h2-mobile-text-transform: uppercase;
	--art-h2-mobile-text-decoration: none;
	--art-h2-mobile-letter-spacing: 0;

	--art-h3-font-family: 'Cormorant Garamond', var(--art-default-font);
	--art-h3-font-weight: 500;
	--art-h3-font-style: normal;
	--art-h3-font-size: 64px;
	--art-h3-line-height: 1.2em;
	--art-h3-text-transform: none;
	--art-h3-text-decoration: none;
	--art-h3-letter-spacing: 0;

	--art-h4-font-family: 'Cormorant Garamond', var(--art-default-font);
	--art-h4-font-weight: 500;
	--art-h4-font-style: normal;
	--art-h4-font-size: 36px;
	--art-h4-line-height: 1.27em;
	--art-h4-text-transform: none;
	--art-h4-text-decoration: none;
	--art-h4-letter-spacing: 0;

	--art-h5-font-family: 'Cormorant Garamond', var(--art-default-font);
	--art-h5-font-weight: 500;
	--art-h5-font-style: normal;
	--art-h5-font-size: 26px;
	--art-h5-line-height: 1.3em;
	--art-h5-text-transform: none;
	--art-h5-text-decoration: none;
	--art-h5-letter-spacing: 0;

	--art-h6-font-family: 'Cormorant Garamond', var(--art-default-font);
	--art-h6-font-weight: 300;
	--art-h6-font-style: normal;
	--art-h6-font-size: 22px;
	--art-h6-line-height: 1.22em;
	--art-h6-text-transform: none;
	--art-h6-text-decoration: none;
	--art-h6-letter-spacing: 0;

	--art-header-top-height: 40px;

	--art-header-middle-height: 116px;
	--art-header-middle-height-sticky: 90px;

	--art-headline-height: 524px;
	--art-headline-text-color: #FFFFFF;
	--art-headline-overlay-bg-color: transparent;
	--art-headline-bg-color: #000000;
	--art-headline-bg-image: none;
	--art-headline-bg-repeat: no-repeat;
	--art-headline-bg-position: left center;
	--art-headline-bg-size: cover;
	--art-headline-bg-attachment: scroll;

	--art-container-max-width: 1330px;
	--art-container-full-hor-pad: 50px;
	--art-column-pad: 15px;

	--art-swiper-dots-color: var(--art-colors-bd);
	--art-swiper-dots-active-color: var(--art-colors-accent);
}

@media only screen and (max-width: 1366px) {
	:root {
		--art-container-max-width: 1170px;
	}
}

@media only screen and (max-width: 767px) {
	:root {
		--art-container-full-hor-pad: var(--art-column-pad);
	}
}</pre></body></html>